  <!--
  function confirmSubmit(tekst)
  {
  var agree=confirm(tekst);
  if (agree)
  	return true;
  else
  	return false;
  }
  // -->

