<!--HPB_SCRIPT_CODE_40
function _HpbJumpURLinNewWindow(url) 
{
  if (url != '')
  {
    window.open(url, '_blank',"fullscreen=yes");
  }
}
