function hresimg(img, targeD)

{ formdom = "<table width='380' border='0' cellspacing='0' cellpadding='0' height='255'>" + "<tr align='right' valign='bottom'><td><form method='post' action=''><input type='submit' name='Submit' value='   Fermer   ' onclick='window.close()'></form></td></tr></table>"

  test = '<script language="javascript">moveTo(125,150)</script>' + '<body bgcolor="#004B82" background=' + '"' +  img + '"' +  '>' + formdom + '</body>';


  toto= open("", targeD, "height=264,width=400");


  window.toto.document.write("<title>Image haute résolution - Un intant s.v.p...</title>" + test); 


  toto.focus();
}

