function popup(photo,fenetre,parametres) {
newWindow=window.open(photo,fenetre,parametres);
newWindow.document.write('<html><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><a href="javascript:window.close()"><img src="'+photo+'" border="0"></a></body></html>');
}
