var scroller_width='217px'
var scroller_height='300px'
var bgcolor='rgb(249, 249, 249)'
var pause=20000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds)

var scrollercontent=new Array()
//Define scroller contents. Extend or contract array as needed
scrollercontent[0]='Very reliable and great knowledge of their field. I would recommend working with this provider any day.<div align="right"><b>-Strider&nbsp;&nbsp;&nbsp;&nbsp;</b><br>Canada&nbsp;&nbsp;&nbsp;&nbsp;</div><br>Superb company!!! All work was completed ahead of time. Will use for future jobs!!! A++++++++ would recommend to anyone!!!<br><br><div align="right"><b>-Sawbid&nbsp;&nbsp;&nbsp;&nbsp;</b><br>United States</div><br>Great service provider. Will definitely use him again in the future!<div align="right"><b>-Brandasaur&nbsp;&nbsp;&nbsp</b><br>Philippines&nbsp;&nbsp;&nbsp;</div>'
scrollercontent[1]='Syscom Softech Private Limited is great to work with. They keep constant communication and adjust well to ever developing ideas I had. They were able to express my ideas in design perfectly. I am, and will use them again for sure; highly recommended!<div align="right"><b>-Adam&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b><br> United States</div><br>SSPL, thank you for your excellent work! Am very satisfied with your service, if any further projects would hire your team again. THANKS! RECOMMENDED A+++!!!<br><br><div align="right"><b>-Gao&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b><br> China&nbsp;&nbsp;&nbsp;&nbsp;</div>'
scrollercontent[2]='Working experience with Syscom Softech has been a good one. They have been helping in every way they could in answering my questions and sharing opinions while discussing about my project. They have been very patient attending to me and my project. My project is done well as expected and dateline met. They are a bunch of designing and programming experts whom are reliable when it comes to work. Although questions ask take a little time to be answered but the question is always answered. Service provided has been a great one!!! Well done!!!<div align="right"><b>-Angeline Tan</b>&nbsp;&nbsp;&nbsp;&nbsp;<br>My RaraShop&nbsp;&nbsp;&nbsp;&nbsp;<br>Singapore&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>'
////NO need to edit beyond here/////////////

var ie4=document.all
var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1

if (ie4||dom)
document.write('<div style="position:relative;width:'+scroller_width+';height:'+scroller_height+';overflow:hidden"><div id="canvas0" style="position:absolute;background-color:'+bgcolor+';width:'+scroller_width+';height:'+scroller_height+';top:'+scroller_height+';filter:alpha(opacity=20);-moz-opacity:0.2;"></div><div id="canvas1" style="position:absolute;background-color:'+bgcolor+';width:'+scroller_width+';height:'+scroller_height+';top:'+scroller_height+';filter:alpha(opacity=20);-moz-opacity:0.2;"></div></div>')
else if (document.layers){
document.write('<ilayer id=tickernsmain visibility=hide width='+scroller_width+' height='+scroller_height+' bgColor='+bgcolor+'><layer id=tickernssub width='+scroller_width+' height='+scroller_height+' left=0 top=0>'+scrollercontent[0]+'</layer></ilayer>')
}

var curpos=scroller_height*(1)
var degree=10
var curcanvas="canvas0"
var curindex=0
var nextindex=1

function moveslide(){
if (curpos>0){
curpos=Math.max(curpos-degree,0)
tempobj.style.top=curpos+"px"
}
else{
clearInterval(dropslide)
if (crossobj.filters)
crossobj.filters.alpha.opacity=100
else if (crossobj.style.MozOpacity)
crossobj.style.MozOpacity=1
nextcanvas=(curcanvas=="canvas0")? "canvas0" : "canvas1"
tempobj=ie4? eval("document.all."+nextcanvas) : document.getElementById(nextcanvas)
tempobj.innerHTML=scrollercontent[curindex]
nextindex=(nextindex<scrollercontent.length-1)? nextindex+1 : 0
setTimeout("rotateslide()",pause)
}
}

function rotateslide(){
if (ie4||dom){
resetit(curcanvas)
crossobj=tempobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
crossobj.style.zIndex++
if (crossobj.filters)
document.all.canvas0.filters.alpha.opacity=document.all.canvas1.filters.alpha.opacity=20
else if (crossobj.style.MozOpacity)
document.getElementById("canvas0").style.MozOpacity=document.getElementById("canvas1").style.MozOpacity=0.2
var temp='setInterval("moveslide()",50)'
dropslide=eval(temp)
curcanvas=(curcanvas=="canvas0")? "canvas1" : "canvas0"
}
else if (document.layers){
crossobj.document.write(scrollercontent[curindex])
crossobj.document.close()
}
curindex=(curindex<scrollercontent.length-1)? curindex+1 : 0
}

function resetit(what){
curpos=parseInt(scroller_height)*(1)
var crossobj=ie4? eval("document.all."+what) : document.getElementById(what)
crossobj.style.top=curpos+"px"
}

function startit(){
crossobj=ie4? eval("document.all."+curcanvas) : dom? document.getElementById(curcanvas) : document.tickernsmain.document.tickernssub
if (ie4||dom){
crossobj.innerHTML=scrollercontent[curindex]
rotateslide()
}
else{
document.tickernsmain.visibility='show'
curindex++
setInterval("rotateslide()",pause)
}
}

if (ie4||dom||document.layers)
window.onload=startit

