  function  gotoohterpage() {
  if((document.forms[0].kime.value=='guest')&&(document.forms[0].zaporka.value=='vaic'))
    {
      window.location.href="hrindex.htm";
      return;
    }	
  return;
 } 
