function popimg(img,titre,fen,comm)
{
toto= open("",fen,"height=435,width=450");
test='<html><head><title>'+titre+'</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><body bgcolor="#FFFFFF" text="05004F" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" link="05004F" vlink="05004F" alink="05004F"><table width="438" border="0" cellspacing="0" cellpadding="0"><tr align="left" valign="top"> <td width="30" height="76"><img src="image/pop/titre1.gif" width="30" height="92"></td><td width="400" height="76"><img src="image/pop/titre2.gif" width="192" height="92"><img src="image/pop/titre3.gif" width="208" height="92"></td><td width="10" height="76"><img src="image/pop/titre4.gif" width="20" height="92"></td></tr><tr align="left" valign="top"> <td width="30" height="105">&nbsp;</td><td width="400" height="105"><img src='+ img +' width="399" height="265"><br><font face="Arial, Helvetica, sans-serif" size="2">'+comm+'</font></td><td width="10" height="105">&nbsp;</td></tr><tr align="left" valign="top"> <td width="30">&nbsp;</td><td width="400"><div align="right"><a href="#" onClick="window.close();"><img src="../image/close.gif" width="141" height="30" border="0"></a></div></td><td width="10">&nbsp;</td></tr></table></body></html>';

  toto.document.write(test);
  toto.focus();
}
