if (top.frames.length!=0)
  top.location=self.document.location;
    
function FocusUser(){
  document.Logon.UserId.focus();
  document.Logon.UserId.select();
}

function FocusPWord(){
  document.Logon.Password.focus();
  document.Logon.Password.select();
}

