function openExpo(ide, width, heigth){
	window.open("apercu-photo.php?ide="+ide, "photo", "width="+width+",heigth="+heigth+",menubar=no,scrollbars=no,resizable=yes");
}

