var scroller_width="100%" //width of the layer
var scroller_height=103 //height of the layer
var bgcolor='#FFFFFF'//replaces the background color 
var pause=6000 //SET PAUSE BETWEEN SLIDE (1000=1 second)

var scrollercontent=new Array()
//Define scroller contents. Extend or contract array as needed

scrollercontent[0]='<a href="http://www.lppt.lv/"><img src="/pics/lppt1.gif" hspace=20 vspace=2 align=right border=0></a><span class="subtext"><b>Latvia Post - Nationwide:</b> &#34;We use InJoy Firewall/VPN for data encryption in the Postal Accounting System (analogue to Giro systems in Western Europe). We find the solution stable and cost effective.&#34;'
scrollercontent[1]='<span class="subtext">&#34;Through our partnership with F/X we can deploy a durable solution where you <b>don\'t have to worry</b> about the next virus or hacker attack.&#34;</b> &mdash; Silvan Scherrer, <a href="http://www.aroa.ch">Aroa Informatik AG</a>&#34;</span>'
scrollercontent[2]='<img src="/pics/mitsubishi.gif" hspace=5 align=right><span class="subtext">&#34;<b>500 offices needed reliable</b> and easy deployable dial-up. InJoy is attractive because it has a lot of intelligence that minimizes the need for manual interaction.&#34;</span>'
scrollercontent[3]='<img src="/pics/gemedical1.gif" hspace=20 vspace=2 align=right><span class="subtext"><b>GE Medical:</b> &#34;We were looking to give our global service organization remote diagnostics capabilities. F/X responded quickly and modified the product to our specific needs.&#34;</span>'
scrollercontent[4]='<a href="http://www.nortel.com"><img src="/pics/nortel3.gif" align=right hspace=15 vspace=2 border=0></a><span class="subtext">&#34;The InJoy products enable Nortel Contivity to extend its IPSec client support <b>beyond the traditional base</b> of MS-Windows users, allowing a larger community of users to benefit from Contivity\'s VPN capabilties.&#34; &mdash; Jonathan Lewis, Nortel Networks'
scrollercontent[5]='<img src="/pics/cisco.png" align=right hspace=15 vspace=2><span class="subtext">&#34;IPSec features such as mode config and X-Auth were successfully tested with the InJoy VPN Software.&#34; -- Watson Poon, <a href="http://www.cisco.com">Cisco Systems</a></span>'
scrollercontent[6]='<a href="http://www.stratsw.co.uk/flash/index.htm"><img src="/pics/atm.png" border=0 align=right hspace=20 vspace=2></a><span class="subtext"><b>ATM Developer:</b> &#34;InJoy greatly reduced our time to establish a reliable connection. This along with its intelligence, and excellent support made it our <b>number 1 selection</b>.&#34;</span>'
scrollercontent[7]='<a href="http://www.backbonesecurity.com/"><img src="/pics/backbone2.gif" border=0 align=right hspace=20 vspace=2></a><span class="subtext">&#34;<b>Instead of spending months</b> on research and testing, we had a basic VPN client ready in just a few days. Tech support has consistently been right on top of all questions.&#34;</span>'
scrollercontent[8]='<img src="/pics/synthetic3.gif" align=right hspace=10 vspace=3><span class="subtext">&#34;Product and support exceeded requirements and expectations. Using their toolkit, we integrated VPN technology into our product ahead of schedule...&#34;</span>'


////NO need to edit beyond here/////////////

var ie4=document.all&&navigator.userAgent.indexOf("Opera")==-1
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=20
var curcanvas="canvas0"
var curindex=0
var nextindex=1

function moveslide(){
if (curpos>0){
curpos=Math.max(curpos-degree,0)
tempobj.style.top=curpos
}
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.1
var temp='setInterval("moveslide()",60)'
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=scroller_height*(1)
var crossobj=ie4? eval("document.all."+what) : document.getElementById(what)
crossobj.style.top=curpos
}

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

