
function apercuEv(uid_evenement, width, height){
 	window.open("apercu-photo.php?idev="+uid_evenement, "photo", "width="+width+",height="+height+",menubar=no,scrollbars=no,resizable=yes");
}