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