var slideShowSpeed = 6000 var crossFadeDuration = 2 var ___Pic = new Array() ___Pic[0] = '/images/homepage_incentives/fr/home_01.jpg'; ___Pic[1] = '/images/homepage_incentives/fr/home_02.jpg'; ___Pic[2] = '/images/homepage_incentives/fr/home_03.jpg'; ___Pic[3] = '/images/homepage_incentives/fr/home_04.jpg'; ___Pic[4] = '/images/homepage_incentives/fr/home_05.jpg'; var ___t var ___j = 0 var ___p = ___Pic.length var ___preLoad = new Array() for (___i = 0; ___i < ___p; ___i++){ ___preLoad[___i] = new Image() ___preLoad[___i].src = ___Pic[___i] } function runSlideShow(){ if (document.all){ document.images.SlideShow.style.filter="blendTrans(duration=2)" document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)" document.images.SlideShow.filters.blendTrans.Apply() } document.images.SlideShow.src = ___preLoad[___j].src if (document.all){ document.images.SlideShow.filters.blendTrans.Play() } ___j = ___j + 1 if (___j > (___p-1)) ___j=0 ___t = setTimeout('runSlideShow()', slideShowSpeed) }