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 = castagnou.css><title>"+titre+"</title><BODY Bgcolor=999900 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></td></tr></table>");
  w.document.write("</BODY></HTML>");
  w.document.close();
}
