function zoomSortie(uid_sortie,width,height){
window.open("photo-sortie.php?ids="+uid_sortie, "photo", "width="+width+",height="+height+",menubar=no,scrollbars=no,resizable=yes");
}