var etatContenu = 0; var temp; var compteurListePhotoExpat = 1; var initListePhotoExpat = 0; function affichageListePhotoExpat (compte) { if (etatContenu == 2) { clearTimeout(photoPaysage); for (i=1; i<=temp2; i++) { document.getElementById("photoPaysageSlide"+i).style.display = "none"; } } if (etatContenu == 3) { document.getElementById("listeVideo").style.visibility = "hidden"; } etatContenu = 1; temp = compte; if (initListePhotoExpat == 0) { for (i=1; i<=temp; i++) { document.getElementById("photoSoireeExpatSlide"+i).style.position = "absolute"; document.getElementById("photoSoireeExpatSlide"+i).style.top = "220px"; document.getElementById("photoSoireeExpatSlide"+i).style.left = "330px"; } initListePhotoExpat = 1; } for (i=1; i<=temp; i++) { if (i == compteurListePhotoExpat) { document.getElementById("photoSoireeExpatSlide"+i).style.display = "block"; document.getElementById("photoSoireeExpatSlide"+i).style.visibility = "visible"; } else { document.getElementById("photoSoireeExpatSlide"+i).style.display = "none"; } } compteurListePhotoExpat++; if (compteurListePhotoExpat > temp) { compteurListePhotoExpat = 1; } photoSoiree = setTimeout("affichageListePhotoExpat("+temp+")",2000); } function pausePhotoSoiree() { clearTimeout(photoSoiree); } function restartPhotoSoiree() { photoSoiree = setTimeout("affichageListePhotoExpat("+temp+")",2000); } var compteurListePhotoPaysage = 1; var initListePhotoPaysage = 0; var temp2; function affichageListePhotoPaysage (compte) { if (etatContenu == 1) { clearTimeout(photoSoiree); for (i=1; i<=temp; i++) { document.getElementById("photoSoireeExpatSlide"+i).style.display = "none"; } } if (etatContenu == 3) { document.getElementById("listeVideo").style.visibility = "hidden"; } etatContenu = 2; temp2 = compte; if (initListePhotoPaysage == 0) { for (i=1; i<=temp2; i++) { document.getElementById("photoPaysageSlide"+i).style.position = "absolute"; document.getElementById("photoPaysageSlide"+i).style.top = "220px"; document.getElementById("photoPaysageSlide"+i).style.left = "330px"; } initListePhotoPaysage = 1; } for (i=1; i<=temp2; i++) { if (i == compteurListePhotoPaysage) { document.getElementById("photoPaysageSlide"+i).style.display = "block"; document.getElementById("photoPaysageSlide"+i).style.visibility = "visible"; } else { document.getElementById("photoPaysageSlide"+i).style.display = "none"; } } compteurListePhotoPaysage++; if (compteurListePhotoPaysage > temp2) { compteurListePhotoPaysage = 1; } photoPaysage = setTimeout("affichageListePhotoPaysage("+temp2+")",2000); } function pausePhotoPaysage() { clearTimeout(photoPaysage); } function restartPhotoPaysage() { photoPaysage = setTimeout("affichageListePhotoPaysage("+temp+")",2000); } function affichageListeVideo() { if (etatContenu == 1) { clearTimeout(photoSoiree); for (i=1; i<=temp; i++) { document.getElementById("photoSoireeExpatSlide"+i).style.display = "none"; } } if (etatContenu == 2) { clearTimeout(photoPaysage); for (i=1; i<=temp2; i++) { document.getElementById("photoPaysageSlide"+i).style.display = "none"; } } etatContenu = 3; document.getElementById("listeVideo").style.visibility = "visible"; } var compteurDiapoText = 1; var nbCommentaire = 1; function diaporamaText() { for (i=1; i<=10; i++) { if (document.getElementById("commentaireVietnamExpat"+i)) { if (i == compteurDiapoText) { document.getElementById("commentaireVietnamExpat"+compteurDiapoText).style.visibility = "visible"; } else { document.getElementById("commentaireVietnamExpat"+i).style.visibility = "hidden"; } } } compteurDiapoText++; if (!document.getElementById("commentaireVietnamExpat"+compteurDiapoText)) { compteurDiapoText = 1; } setTimeout("diaporamaText("+nbCommentaire+")",10000); }