function hresimg(img, targeD, Larg, Haut, Gtitre)
{
larg1=Larg - 40
haut1 = Haut - 20

   formdom = "<a href='javascript:;'  onclick='window.close()'><img src='" + img + "'></a>"

  test = '<body bgcolor="#FFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">' + formdom + '<script   language="javascript">moveTo(0,0)</script>' + '</body>';
  
 Grandeur = "width="+ Larg + ",height=" + Haut + ",scrollbars=yes,resizable=yes"
 

  toto= open("", targeD,  Grandeur);
  window.toto.document.write("<title>" + Gtitre + "</title>" + test); 
  toto.focus();

}

<!-- exemple onClick="hresimg(img= 'zoom/img01.gif', targeD= 'zoom1', Larg=500, Haut=365)"-->