
<!--HPB_SCRIPT_CODE_40
function NewWindow(url,w,h) 
{
  if (url != '')
  {
        window.open(url,"","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + w + ",height=" + h);
  }
}
//-->

