\n'); } function checkSize() { if(document.images[2].complete) { alert("finin !"+document.images[2].src); document.getElementById('chargement').style.display='none'; document.getElementById('illustration').style.display='inline'; /* w = document.images[1].width+60; h = document.images[1].height+135; if(h>screen.height) { h=screen.height;hp=screen.height-50 } else hp=h; if(w>screen.width) w=screen.width; window.resizeTo(w, hp); window.moveTo((screen.width-w)/2, (screen.height-h)/2); document.images[0].style.display = "none"; document.images[1].style.visibility = "visible"; window.focus();*/ } else { setTimeout("checkSize()", 250); } } function IlluBig(nom_img) { //on affiche la fausse popup document.getElementById('illu_big').style.display='block'; //on affiche l'image de chargement //document.getElementById('chargement').style.display='inline'; document.getElementById('illustration').src='images/chargement.gif';//pour patienter le temps que la grosse image se charge //on cache l'illustration et on la charge //document.getElementById('illustration').style.display='none'; document.getElementById('illustration').src=nom_img; //checkSize(); //on recupere le numero de l'image courante num_img = parseFloat(nom_img.substring(nom_img.length-6,nom_img.length-4)); //alert(num_img); next_img=num_img+1; //alert("next : "+next_img); if(next_img <= nombre_images) { if(next_img<10) nom_next_img="images/screenshots/b/0"+next_img+".jpg"; else nom_next_img="images/screenshots/b/"+next_img+".jpg"; //alert("nom_next_img : "+nom_next_img); document.getElementById("next").style.display='inline'; //document.getElementById("next").onclick="IlluBig(nom_next_img)"; } else document.getElementById("next").style.display='none'; prev_img=num_img-1; //alert("prev_img : "+prev_img); if(prev_img > 0) { if(prev_img<10) nom_prev_img="images/screenshots/b/0"+prev_img+".jpg"; else nom_prev_img="images/screenshots/b/"+prev_img+".jpg"; //alert("nom_prev_img : "+nom_prev_img); document.getElementById("prev").style.display='inline'; //document.getElementById("prev").onclick="IlluBig(nom_prev_img)"; } else document.getElementById("prev").style.display='none'; } //]]>
