function _HpbJumpURL(url) 
{
  if (url != '')
  {
    window.location = url;
  }
}

function getObj(objId)
{
  if(document.getElementById)
    return document.getElementById(objId);
  return document.all(objId);
}
