function popUp(pPage) {
    window.open(pPage, 'popWin', 'resizable=yes,scrollbars=yes,width=800,height=600,toolbar=no');
}

function helicorder(url,sta)
{
  var heli=window.open('','name','height=660,width=792');
  heli.document.write('<html><head><title>'+sta+'</title>');
  heli.document.write('<link rel="stylesheet" href="/css/global.css" type="text/css">');
  heli.document.write('</head><body>');
  heli.document.write('<img src="'+url+'" width="792" height="612" title="'+sta+'"/><br/>');
  heli.document.write('<p align=center style="text-align:center"><a href="javascript:window.print()" >Print</a> &nbsp;&nbsp; | &nbsp;&nbsp; <a href="javascript:self.close()"> Close window</a></p>');
  heli.document.write('</body></html>');
  heli.document.close();
}
function bulletin(url)
{
  titlu='NIEP Seismic Bulletin';
  var bwin=window.open('','mywindow','scrollbars=yes,resizable=yes,toolbar=0,height=540,width=792');
  bwin.moveTo(8,3); 
  bwin.document.write('<html>');
  bwin.document.write('<META HTTP-EQUIV="Refresh" CONTENT="1;URL=http://www.infp.ro'+url+'">');
  bwin.document.write('<head><title>NIEP Seismic Bulletin</title>');
  bwin.document.write('<link rel="stylesheet" href="/css/global.css" type="text/css">');
  bwin.document.write('</head><body>');
  bwin.document.write('</body></html>');
  bwin.document.close();
}
