function fen()
{ window.open("intranet.htm", "", "height=180,width=350");
}

function myalert(destination, targeD)
{ window.open(destination, targeD, "height=200,width=620"); 
}

function hresimg(img, targeD)
{ formdom = "<table width='600' border='0' cellspacing='0' cellpadding='0' height='410'>" + "<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 = '<body bgcolor="#000000" background=' + '"' +  img + '"' +  '>' + formdom + '<script language="javascript">moveTo(5,30)</script>' + '</body>';
  toto= open("", targeD, "height=430,width=620");
  window.toto.document.write("<title>Image haute résolution - Un intant s.v.p...</title>" + test); 
  toto.focus();

}


function hresimg2(img, targeD)
{ formdom = "<table width='440' border='0' cellspacing='0' cellpadding='0' height='335'>" + "<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 = '<body bgcolor="#000000" background=' + '"' +  img + '"' +  '>' + formdom  + '<script language="javascript">moveTo(5,30)</script>' + '</body>';
  
  toto= window.open("", targeD, "height=360,width=480");
  toto.document.write("<title>Image haute résolution - Un intant s.v.p...</title>" + test);
  toto.focus();
  
}


