
// Punt Visual, s.l.
// C/ Sant Antoni, nš38
// 43530 Alcanar (Tarragona)
// Tel./Fax: 977 730 589
// e-mail:info@puntvisual.com


function newWin(docName, w, h, t, l, s){
  feat="width="+w+",height="+h+",left="+l+",top="+t+",scrollbars="+s+"";
  win=open(""+docName+".htm",""+docName+"", feat);      
  win.focus();}

function newPhp(docName, w, h){
  l=(screen.width-w)/2;
  t=(screen.height-h)/2;
  size="width="+w+",height="+h+",left="+l+",top="+t+"";
  win=open("../control/"+docName+".php", ""+docName+"", size);      
  win.focus();}

function newIm(docName, w, h){
  l=(screen.width-w)/2;
  t=(screen.height-h)/2;
  size="width="+w+",height="+h+",left="+l+",top="+t+"";
  win=open("../images/"+docName+".jpg", ""+docName+"", size);      
  win.focus();
  win.document.open();
  win.document.write("<head><title>HIDROCANAL, S.L. .................................................................................................</title><meta http-equiv=\"imagetoolbar\" content=no><script src='../js/pvisual_03.js'></script></head><body bgcolor='FFFFFF' background='../images/f_3022.gif' topmargin=0, leftmargin=0, marginwidth=0, marginheight=0><a href='javascript:self.close();'><img border=0 src=../images/"+docName+".jpg></a></body></html>");
  win.document.close();}
 
  
// End


