//Copyright (c) 2003 SmartLite Software. All rights reserved. Copy is prohibited.           

var scroller_width='205px'
var scroller_height='53px'
var bgcolor='' //Transparent
var pause=6000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds)

var scrollercontent=new Array()
//Define scroller contents. Extend or contract array as needed
scrollercontent[0]='<b>21th April 2011</b><br>Get the Bundle and SAVE!<br>Read the <a href="javascript:OpenPopupWindow(\'/en2/latestnews.asp?id=34\',\'latestnews\',580,356,\'yes\')">full offer</a>.'
scrollercontent[1]='<b>23rd November 2009</b><br>New product: eWebTest 2010<br>Read the <a href="javascript:OpenPopupWindow(\'/en2/latestnews.asp?id=29\',\'latestnews\',580,356,\'yes\')">full news</a>.'
scrollercontent[2]='<b>28th May 2009</b><br>New WebQuiz SQL Tutorial!<br><a href="/en2/products/webquiz/WebQuizSQL_Tutorial_Eng.pdf" target="_blank">Download</a> and print it now.'
scrollercontent[3]='<b>15th March 2007</b><br>WebQuiz XP Vista&reg; Compatible<br>Read the <a href="javascript:OpenPopupWindow(\'/en2/latestnews.asp?id=19\',\'latestnews\',580,356,\'yes\')">update news</a>.'

//scrollercontent[1]='<b>1st December 2009</b><br>Take the Christmas Quiz and save!<br>Read the <a href="javascript:OpenPopupWindow(\'/en2/latestnews.asp?id=30\',\'latestnews\',580,356,\'yes\')">full offer</a>.'
//scrollercontent[1]='<b>22nd September 2009</b><br>Fall 2009 Offer!<br>Read the <a href="javascript:OpenPopupWindow(\'/en2/latestnews.asp?id=28\',\'latestnews\',580,356,\'yes\')">full news</a>.'
//scrollercontent[2]='<b>27th November 2008</b><br>eSolutions 2009 Christmas Special!<br>Read the <a href="javascript:OpenPopupWindow(\'/en2/latestnews.asp?id=25\',\'latestnews\',580,356,\'yes\')">full offer</a>.'
//scrollercontent[4]='<b>18th September 2006</b><br>WebQuiz SQL Server Add-On<br>Read the <a href="javascript:OpenPopupWindow(\'/en2/latestnews.asp?id=16\',\'latestnews\',580,356,\'yes\')">full news</a>.'

//scrollercontent[3]='<b>1st May 2006</b><br>PDF Certificate Management Add-On<br>Read the <a href="javascript:OpenPopupWindow(\'/en2/latestnews.asp?id=13\',\'latestnews\',580,356,\'yes\')">full news</a>.'
//scrollercontent[4]='<b>12th April 2006</b><br>SCORM Xtension Add-On<br>Read the <a href="javascript:OpenPopupWindow(\'/en2/latestnews.asp?id=12\',\'latestnews\',580,356,\'yes\')">full news</a>.'

//scrollercontent[1]='<b>27th November 2008</b><br>Get the Bundle and SAVE!<br>Read the <a href="javascript:OpenPopupWindow(\'/en2/latestnews.asp?id=24\',\'latestnews\',580,356,\'yes\')">full offer</a>.'
//scrollercontent[0]='<b>6th December 2007</b><br>Get the Bundle and SAVE!<br>Read the <a href="javascript:OpenPopupWindow(\'/en2/latestnews.asp?id=22\',\'latestnews\',580,356,\'yes\')">full offer</a>.'
//scrollercontent[4]='<b>16th February 2006</b><br>New update for WebQuiz XP<br>Read the <a href="javascript:OpenPopupWindow(\'/en2/latestnews.asp?id=11\',\'latestnews\',580,356,\'yes\')">update news</a>.'
//scrollercontent[3]='<b>15th February 2005</b><br>New update for WebQuiz XP<br>Read the <a href="javascript:OpenPopupWindow(\'/en2/latestnews.asp?id=9\',\'latestnews\',580,356,\'yes\')">update news</a>.'
//scrollercontent[4]='<b>3rd February 2005</b><br>Web Administration Interface Plus<br>Read the <a href="javascript:OpenPopupWindow(\'/en2/latestnews.asp?id=10\',\'latestnews\',580,356,\'yes\')">full news</a>.'
//scrollercontent[5]='<b>1st April 2004</b><br>Get a Site license and SAVE!<br>Read the <a href="javascript:OpenPopupWindow(\'/en2/latestnews.asp?id=7\',\'latestnews\',580,356,\'yes\')">full offer</a>.'
//scrollercontent[6]='<b>6th September 2003</b><br>New update for WebQuiz XP<br>Read the <a href="javascript:OpenPopupWindow(\'/en2/latestnews.asp?id=5\',\'latestnews\',580,356,\'yes\')">update news</a>.'
//scrollercontent[7]='<b>2nd August 2003</b><br>New update for WebQuiz XP<br>Read the <a href="javascript:OpenPopupWindow(\'/en2/latestnews.asp?id=3\',\'latestnews\',580,356,\'yes\')">update news</a>.'
//scrollercontent[8]='<b>1st July 2003</b><br>SmartLite unveils WebQuiz XP!<br>Read the full <a href="javascript:OpenPopupWindow(\'/en2/latestnews.asp?id=1\',\'latestnews\',580,400,\'yes\')">press release</a>.'


////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
if (curcanvas=="canvas0")
  document.all.canvas0.filters.alpha.opacity=0
else
  document.all.canvas1.filters.alpha.opacity=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.canvas1.filters.alpha.opacity=document.all.canvas0.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()",75)'
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
