var slideShowSpeed=6000;var crossFadeDuration=3;var Pic=new Array();Pic[0]="v20100801/images/slideshow_4.jpg";Pic[1]="v20100801/images/slideshow_6.jpg";Pic[2]="v20100801/images/slideshow_7.jpg";Pic[3]="v20100801/images/slideshow_8.jpg";Pic[4]="v20100801/images/slideshow_10.jpg";Pic[5]="v20100801/images/slideshow_11.jpg";Pic[6]="v20100801/images/slideshow_12.jpg";Pic[7]="v20100801/images/slideshow_13.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.getElementById("SlideShow").style.filter="blendTrans(duration=2)";document.getElementById("SlideShow").style.filter="blendTrans(duration=crossFadeDuration)";document.getElementById("SlideShow").filters.blendTrans.Apply();}document.getElementById("SlideShow").src=preLoad[j].src;if(document.all){document.getElementById("SlideShow").filters.blendTrans.Play();}j=j+1;if(j>(p-1)){j=0;}t=setTimeout("runSlideShow()",slideShowSpeed);}
