function hresimg(img, targeD, Larg, Haut, Gtitre, lang)
{
larg1=Larg - 40
haut1 = Haut - 20


if(lang=="fr"){

   formdom = "<table width="+ larg1 + "border='0' cellspacing='0' cellpadding='0' height=" + haut1 + ">" + "<tr align='right'    valign='bottom'><td><form method='post' action=''><input type='submit' name='Submit' value='   Fermer   '    onclick='window.close()'></form></td></tr></table>"

}
else if(lang=="ang"){
   formdom = "<table width="+ larg1 + "border='0' cellspacing='0' cellpadding='0' height=" + haut1 + ">" + "<tr align='right'    valign='bottom'><td><form method='post' action=''><input type='submit' name='Submit' value='   Close   '    onclick='window.close()'></form></td></tr></table>"
}


  test = '<body bgcolor="#000000" background=' + '"' +  img + '"' +  '>' + formdom + '<script   language="javascript">moveTo(0,0)</script>' + '</body>';
  
 Grandeur = "width="+ Larg + ",height=" + Haut
 
  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)"-->
