var auto_slideSpeed=1500,auto_imageGalleryCaptions=[],isStopped=false;function auto_initSlideShow(){auto_selectImage(0);setTimeout("autoMoveSlide()",auto_slideSpeed)}function autoMoveSlide(){imageGalleryObj=document.getElementById("auto_theImages");if(imageGalleryObj==null)return;if(isStopped==false&&imageGalleryObj!=null)for(var b=imageGalleryObj.getElementsByTagName("IMG"),a=0;a<b.length;a++)if(b[a].className=="StepSelectedPic"){auto_selectImage((a+1)%b.length);break}imageGalleryObj!=null&&setTimeout("autoMoveSlide()",auto_slideSpeed)}function auto_selectImage(a){try{var b=document.getElementById("auto_theImages").getElementsByTagName("IMG");auto_showPreview(b[a].src,a);b[a].className="StepSelectedPic"}catch(c){}}function auto_showPreview(d){var c=document.getElementById("auto_previewPane").getElementsByTagName("IMG");if(c.length==0){var b=document.createElement("IMG");document.getElementById("auto_previewPane").appendChild(b)}else b=c[0];b.src=d;var a=document.getElementById("auto_theImages").getElementsByTagName("IMG");if(a.length>0)for(i=0;i<a.length;i++)a[i].className=""}function startStrip(){isStopped=false}function stopStrip(){isStopped=true}
