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