window.onerror=null;
function open_popup() {};

function open_popup(wh)
{
  top.popup_handle=window.open(wh,'wh_popup','toolbar=0,resizable=0,scrollbars=0,width=420,height=475,top=10,left=10');
  top.popup_handle.focus();
}

function open_ad(wh)
{
  top.popup_handle=window.open(wh,'wh_ad','toolbar=0,resizable=0,scrollbars=0,width=300,height=300,top=20,left=20');
  top.popup_handle.focus();
}

function open_secwin(wh)
{
  top.popup_handle=window.open(wh,'wh_secwin','toolbar=0,resizable=0,scrollbars=1,width=520,height=475,top=10,left=10');
  top.popup_handle.focus();
}

function open_zoom(wh, h, w, t)
{
  var popup_handle=window.open('','wh_zoom','toolbar=0,resizable=0,scrollbars=0,width='+w+',height='+h+',top=30,left=30');
  popup_handle.document.writeln('<html><head><title>'+t+'</title>');
  popup_handle.document.writeln('</head><body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" bottommargin="0" rightmargin="0">');
  popup_handle.document.writeln('<center><img src="'+wh+'" onclick="self.close();"></center>');
  popup_handle.document.writeln('</body></html>');
  popup_handle.document.close();
}

function open_portal(wh, h, w)
{
  top.popup_handle=window.open(wh,'wh_portal','toolbar=0,resizable=0,scrollbars=1,width=570,height=600,top=20,left=20');
  top.popup_handle.focus();  
}
