// JavaScript Document
var Data = new Array()

Data[0] = "<div align='center'><img src='images/e4clogo.png' width='137' height='49' /></div><div class='bodytext'><em>Before OrangeHRM we used to keep track all our personnel data such as vacation, sick time, emergency contact  on paper and to keep tracking all the changes and find information was really hard and now with the system we can find this important information in few seconds. On topic of that their price is not even close in what other companies offers, they have a such good deal and a product.  Our development experience with OrangeHRM has been fantastic. Our project is ongoing and they continue to press forward with our every need.  Just wanted to thank you for the fabulous job you did and your response time was excellent, your quality was remarkable, and your development speed was unparalleled.</em><div><div style='padding:3px;' class='bodytext-bold'>M.Luiza Coelho<br>Human Resources Manager<br>E4C, Canada</div>"

Data[1] = "<div align='center'><img src='images/picsel-logo-160x62.png' width='137' height='49' /></div><div class='bodytext'><em>Picsel now use OrangeHRM to manage their entire HR platform across the UK, and we will soon be deploying it for international use. Our initial trials proved that OrangeHRM was a fantastic way to have a commercially viable HR Management platform from an Open Source model. Picsel pay OrangeHRM for support and OrangeHRM have always rise to the challenge when we have an issue or require an add-on to suit the way we do business. The OrangeHRM product has gone from strength to strength in an incredibly short amount of time and I am always excited to see what is coming up in the future.</em><div><div style='padding:3px;' class='bodytext-bold'>Alistair Ross<br>Global IT Manager, Picsel Technologies  </div>"

Data[2] = "<div align='center'><img src='images/quality_contact_logo.jpg' width='137' height='49' /></div><div class='bodytext'><em>At first we were using software for which we paid. It wasn&rsquo;t customizable at all and was not fulfilling our needs. OrangeHRM is just what we where looking for and we can do wit hit what we want, we even customized (theme) it so it has the looks of our company. And best of all, it&rsquo;s free.</em><div><div style='padding:3px;' class='bodytext-bold'>A.H. de Jong<br>Algemeen directeur (in English CEO) ,Quality Contacts B.V.</div>"

Data[3] = "<div align='center'><img src='images/myguideireland.gif' width='137' height='49' /></div><div class='bodytext'><em>We have been using Orange HRM for the past year for record keeping only. I have found it to be easy to use and user friendly.  HRM Support always returns emails straight away and are very efficient. As we are a small company we are not utilizing Orange to its full potential but as we grow I believe our usage will become more comprehensive.</em><div><div style='padding:3px;' class='bodytext-bold'>Suzanne Byrne<br>Human Resources Manager,myguideIreland</div>"
	

Data[4] = "<div align='center'><img src='images/rightpaneel_test_clip_image002_0022.jpg' width='137' height='60' /></div><div class='bodytext'><em>My company is seriously considering dropping it&rsquo;s current HR package and migrating to Orange HRM. </em><div><div style='padding:3px;' class='bodytext-bold'> Mark Moschke</div>"

Data[5] = "<div align='center'><img src='images/rightpaneel_test_clip_image002_0018.jpg' width='138' height='59' /></div><div class='bodytext'><em>We strongly believe that a system like OrangeHRM will help us to implant and consolidate faster and easier our consultancy projects and also will let our clients organize and manage their information. Besides I&rsquo;ll be happy to keep helping you to build and improve OrangeHRM. </em><div><div style='padding:3px;' class='bodytext-bold'>Alejandro Cunillé Shaadi <br>HR Manager </div>"


Data[6] = "<div align='center'><img src='images/rightpaneel_test_clip_image001.gif' width='158' height='55' /></div><div class='bodytext'><em>Firstly I&rsquo;d like to congratulate you all on being the first organization that has come up with a viable open source HR Management System.</em><div><div style='padding:3px;' class='bodytext-bold'>Dan Kirkland<br>Platform Manager </div>"


Data[7] = "<div align='center'><img src='images/rightpaneel_test_clip_image002_0001.jpg' width='135' height='43' /></div><div class='bodytext'><em>Please take our sincere appreciation for building wonderful software under the open source umbrella. Kudos to the entire team.</em><div><div style='padding:3px;' class='bodytext-bold'>Ajay Bongirwara<br>Business Development Manager</div>"

Data[8] = "<div align='center'><img src='images/rightpaneel_test_clip_image002_0019.jpg' width='141' height='33' /></div><div class='bodytext'><em>I&rsquo;m an HR student and in learning about your product I think you have a wonderful product and I hope to use it one day in the workplace!</em><div><div style='padding:3px;' class='bodytext-bold'>Ellen Whitcomb<br>HR Student</div>"


Data[9] = "<div align='center'><img src='images/rightpaneel_test_clip_image002_0002.jpg' width='137' height='49' /></div><div class='bodytext'><em>We are already using Orange HRM and it&rsquo;s a revolutionary and splendid product.</em><div><div style='padding:3px;' class='bodytext-bold'>Michael Njenga<br>ICT Director</div>"


Data[10] = "<div align='center'><img src='images/Outlook.jpg' width='137' height='49' /></div><div class='bodytext'><em>We were using different systems to manage employee info, time sheets, leave records etc.  OrangeHRM turned out to be a golden consolidator for us.  We use OrangeHRM everyday and our engineers also record the time spent on projects.  We are delighted with OrangeHRM and also pleased with its progress in terms of active development.  We would vouch for OrangeHRM's use in small and medium organisations wholeheartedly.</em><div><div style='padding:3px;' class='bodytext-bold'>Srinivasan Subramanian<br>CEO,Indience InfoSystems Pvt Ltd</div>"



 var msg_url = new Array(
     "download.php",
     "addon-plans.shtml",
     "news-feed.shtml"
    ); 
	 
var target_url = new Array(
     "0",
     "0",
     "0",
     "0" );

var barwidth='350px' //Enter main bar width in px or %
var setdelay=9000 
var mouseover_color='#B5D0FF' //Specify highlight color
var mouseout_color='#FFFFFF' //Specify default color


var count=0;

function init_news_bar(){
 document.getElementById('tes').innerHTML =  document.getElementById('tes').innerHTML =  Data[count] ;
}
function moveit(how){
//alert(count);
if (how==1){ //cycle foward
	if (count<Data.length-1)
	count++
	else
	count=0
}
else{ //cycle backward
	if (count==0)
	count=Data.length-1
	else
	count--
}
 document.getElementById('tes').innerHTML =  Data[count] ;

}

function goURL(){
 if(target_url[count]=="0")
 {
  location.href=msg_url[count];
 }
 else
 {
  window.open(msg_url[count]);
 }
}


var count1=0;
function next(){

//var current=count;

//var next=count+1;
count1++;


if(count1<Data.length){
	
	document.getElementById('tes').innerHTML = document.getElementById('tes').innerHTML =  Data[count1] ;
	//alert(count1);
	count++;
}
else{
	
	document.getElementById('tes').innerHTML = document.getElementById('tes').innerHTML =  Data[0] ;
	
	count1=0;
}  
//alert(count1);
}
init_news_bar();
//setInterval("moveit(1)",setdelay);
