	function PopupImage(img, titre) {
		w=open("",'image','width=600,height=600,toolbar=no,scrollbars=no,resizable=no');
		w.document.write("<HTML><HEAD><TITLE>"+"</TITLE><link href=/css/style_gen.css rel=stylesheet type=text/css>");
		w.document.write("<SCRIPT language=javascript> function checksize()  { if (document.images[0].complete) {  window.resizeTo(document.images[0].width+100,document.images[0].height+150); window.focus();} else { setTimeout('check()',5000) } }</"+"SCRIPT>");
		w.document.write("</HEAD>");
		w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>");
		w.document.write(" <table width=100% height=100%> <tr><td align=center valign=middle colspan=2><IMG src='"+img+"' border=6 alt='"+"' class='photo_popup'></td><tr><td align=center valign=middle colspan=2>"+"</td></tr><tr><td align=center width=50%><a href='javascript:window.close()'>&gt; fermer la fenêtre<br></a></td></tr><tr><td colspan=2>&nbsp;</td></tr></table>");
		w.document.write("</BODY></HTML>");
		w.document.close();
	}
