function loadingImg(){idImg++;var B=Math.floor(idImg/(nbImg+1)*100);var A=parent.document.getElementById("textdiv");A.innerHTML="Chargement "+B+"%"}function init(){if(parent.set_iframe){parent.set_iframe(this)}updatePeriod();for(i=0;i<tabImgSrc.length;i++){tabImg[i]=new Image();tabImg[i].onload=loadingImg;tabImg[i].src=tabImgSrc[i]}film_start();go=1;nextImg=0;hideshow("movie-contener-loading");hideshow("img-div")}function animation(){setImg(tabImg[nextImg].src);parent.document.getElementById("textdiv").innerHTML=tabImgLabel[nextImg];nextImg++;if(nextImg>=nbImg){nextImg=0}timerid=setTimeout("animation()",delay)}function film_start(){if(nbImg>1){animation();go=1}}function film_stop(){clearTimeout(timerid);go=0}function film_slower(){if(go==1){delay+=100;clearTimeout(timerid);timerid=setTimeout("animation()",delay)}}function film_faster(){if(go==1){if(delay>150){delay-=100}clearTimeout(timerid);timerid=setTimeout("animation()",delay)}}function film_move(A){setImg(tabImg[nextImg].src);parent.document.getElementById("textdiv").innerHTML=tabImgLabel[nextImg];if(A==1){nextImg++;if(nextImg>=nbImg){nextImg=0}}else{nextImg--;if(nextImg<0){nextImg=nbImg-1}}}function setImg(A){document.getElementById("img-movie").src=A};
