/*********************************************** * Fade-in image slideshow script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ var slideshow_width='388px' //SET IMAGE WIDTH var slideshow_height='259px' //SET IMAGE HEIGHT var pause=3000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds) var fadeimages=new Array() //SET 1) IMAGE PATHS, 2) optional link, 3), optional link target: fadeimages[0]=["Slideshow/Slideshow1.jpg", "", ""] //plain image syntax link target fadeimages[1]=["Slideshow/Slideshow2.jpg", "", ""] fadeimages[2]=["Slideshow/Slideshow3.jpg", "", ""] fadeimages[3]=["Slideshow/Slideshow4.jpg", "", ""] fadeimages[4]=["Slideshow/Slideshow5.jpg", "", ""] fadeimages[5]=["Slideshow/Slideshow6.jpg", "", ""] fadeimages[6]=["Slideshow/Slideshow7.jpg", "", ""] fadeimages[7]=["Slideshow/Slideshow8.jpg", "", ""] fadeimages[8]=["Slideshow/Slideshow9.jpg", "", ""] fadeimages[9]=["Slideshow/Slideshow10.jpg", "", ""] fadeimages[10]=["Slideshow/Slideshow11.jpg", "", ""] fadeimages[11]=["Slideshow/Slideshow12.jpg", "", ""] fadeimages[12]=["Slideshow/Slideshow13.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=insertimage(nextimageindex) nextimageindex=(nextimageindex' : "" tempcontainer+='' tempcontainer=fadeimages[i][1]!=""? tempcontainer+'' : tempcontainer return tempcontainer } function rotateimage(){ if (ie4||dom){ resetit(curcanvas) var crossobj=tempobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas) crossobj.style.zIndex++ tempobj.style.visibility="visible" var temp='setInterval("fadepic()",50)' dropslide=eval(temp) curcanvas=(curcanvas=="canvas0")? "canvas1" : "canvas0" } else document.images.defaultslide.src=fadeimages[curimageindex][0] curimageindex=(curimageindex