function kontroll() {
//  alert(document.forms[0].tingimused.checked)
  var edasi=true
  if (edasi) { edasi=kontrollityhik(document.forms[0].epost.value,'e-post'); } else { return false; }
  if (edasi) { edasi=kontrollityhik(document.forms[0].ktunnus.value,'kasutajatunnus'); } else { return false; }
  return edasi
}
