<!--

function OW_openBrWindow(theUrl, winName, features){
secondWindow=window.open(theUrl, winName, features);
}

function CheckForNull (theForm) {

  if ((theForm.Kontakt.value == "") ||
     (theForm.Email.value == ""))
  {
    alert("Prosím, vyplňte údaje označené hvězdičkou.");
    theForm.Kontakt.focus();
    return false;
  }
  return true; 
}



//-->
