function openZoom(uid_photo,width,height){
window.open("zoom.php?idp="+uid_photo, "photo", "width="+width+",height="+height+",menubar=no,scrollbars=no,resizable=yes");
}