/* Ouverture du Zoom Edito */
function openEdito(width,height){
window.open("photo-edito.php", "photo", "width="+width+",height="+height+",menubar=no,scrollbars=no,resizable=yes");
}