function fieldFocus()
{
  document.frmLogin.txtUserId.focus();
}