function popimg(img,titre,fen)
{
toto= open("",fen,"height=350,width=440");
test = '<html><head><title>'+titre+'</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><table width="335" border="0" cellspacing="0" cellpadding="0"><tr align="left" valign="top"><td align="center" height="270"><table width="400" border="0" cellspacing="0" cellpadding="0"><tr align="center" valign="top"><td><img src="pop/images/tbtop.gif" width="440" height="8"></td></tr></table><table width="440" border="0" cellspacing="0" cellpadding="0"><tr align="center" valign="top"><td width="10"  align="left"><img src="pop/images/tbleft.gif" width="7" height="289"></td><td width="430"><img src='+ img +' width="427" height="289"></td><td width="10" align="right"><img src="pop/images/tbright.gif" width="6" height="289"></td></tr></table><img src="pop/images/tbdown.gif" width="440" height="7"><br><a href="#" onClick="window.close();"><img src="close.gif" width="141" height="30" border="0"></a></td></tr></table></body></html>';
  toto.document.write(test);
  toto.focus();
}