var slideshow_width='597px' //SET IMAGE WIDTH var slideshow_height='200px' //SET IMAGE HEIGHT var pause=12000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds) var fadeimages=new Array() //SET IMAGE PATHS. Extend or contract array as needed fadeimages[0]="/cs/_gfx/cvr_kids.jpg" fadeimages[1]="/cs/_gfx/cvr_desktop.jpg" fadeimages[2]="/cs/_gfx/cvr_teen.jpg" fadeimages[3]="/cs/_gfx/cvr_office.jpg" ////NO need to edit beyond here///////////// var preloadedimages=new Array() for (p=0;p
') else document.write('
') var curpos=10 var degree=10 var curcanvas="canvas0" var curimageindex=0 var nextimageindex=1 function fadepic(){ if (curpos<100){ curpos+=10 if (tempobj.filters) tempobj.filters.alpha.opacity=curpos else if (tempobj.style.MozOpacity) tempobj.style.MozOpacity=curpos/101 } else{ clearInterval(dropslide) nextcanvas=(curcanvas=="canvas0")? "canvas0" : "canvas1" tempobj=ie4? eval("document.all."+nextcanvas) : document.getElementById(nextcanvas) tempobj.innerHTML='
' nextimageindex=(nextimageindex
' rotateimage() } if (ie4||dom) window.onload=startit else setInterval("rotateimage()",pause)