/* Blending Image Slide Show Script- © Dynamic Drive (www.dynamicdrive.com) For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com */ function reapply(){ setTimeout("slideit()",2000) return true } window.onerror=reapply var image1=new Image() image1.src="productpics/product1.jpg" var image2=new Image() image2.src="productpics/product2.jpg" var image3=new Image() image3.src="productpics/product3.jpg" var image4=new Image() image4.src="productpics/product4.jpg" var image5=new Image() image5.src="productpics/product5.jpg" var image6=new Image() image6.src="productpics/product6.jpg" ////change number of images below var number_of_images=6 //change speed below (in seconds) var speed=3 var step=1 var whichimage=1 function slideit() { if (!document.images) return if (document.all) slide.filters.blendTrans.apply() document.images.slide.src=eval("image"+step+".src") if (document.all) slide.filters.blendTrans.play() whichimage=step if (step