function goiframe(dir, photo, ficTexte) {
//	window.open('photo_centre.php?rep='+dir+'&photo='+photo+'&ficTexte='+ficTexte, null, 'width=800px,height=700px,fullscreen=yes,status=yes,toolbar=no,menubar=no,location=no');
	var opt = "width=880px,height=700px,top=0,left=140,directories=no,location=/no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no";
	
	window.open('photo_centre.php?rep='+dir+'&photo='+photo+'&ficTexte='+ficTexte, "_blank", opt);

}

