function modifierImage(code, taille, vignette) { var urlPage = 'http://www.tal-hwt.co.uk/admin/modification_image.php?code=' + code + '&taille=' + taille + '&vignette=' + vignette; window.open(urlPage, 'Admin', 'height=400, width=400, scrollbars=yes, resizable=yes'); } function popupImage(url) { window.open(url, 'Photo', 'height=400, width=400, toolbar=no, menubar=yes, location=no, resizable=yes, scrollbars=no, status=no'); }function montre(num) { var d = document.getElementById("smenu"+num); for (var i = 1; i<=10; i++) { smenu = document.getElementById('smenu'+i); if (smenu) { if (smenu.className != "current") { smenu.style.display='none'; if (i == 2) { var fond = document.getElementById("fond_smenu2"); fond.className = "fond_off"; } } } } if (d) { d.style.display='block'; if (num == 2) { var fond = document.getElementById("fond_smenu2"); fond.className = "fond_on"; } } }