function PopupImage(img, haut, larg, titre) {
  w=window.open("",'image','weigth=toolbar=no,scrollbars=no,resizable=no, width='+larg+', height='+haut+', top=30, left=30');  
  w.document.write("<HTML><link type = text/css rel = stylesheet href = patiodelisa.css><title>"+titre+"</title><BODY Bgcolor=ffffff topmargin=0 leftmargin=0 onblur=\"window.close();\"><table border=0 CELLSPACING=0 CELLPADDING=0 align=center><tr valign=top ><td><IMG src='"+img+"'><p align=center></p><a href=# onClick=\"window.close();\"><p align=center onClick=\"window.close();\"><font class=textepl color=#3399FF>Fermer</font></p></a></td></tr></table>");
  w.document.write("</BODY></HTML>");
  w.document.close();
}
