  function checkJelentkezes() {
		var f = document.formj;
	
		if (f.fcNev.value == "") { alert("Kérjük töltse ki a név mezőt!"); return false; }
		if (f.fcTel.value == "") { alert("Kérjük töltse ki a telefon mezőt!"); return false; }
	
		var chk = false;
		if (f.fcErtMod[0].checked) chk = true;
		if (f.fcErtMod[1].checked) chk = true;
		if (!chk) { alert("Kérjük válassza ki az értesítés módját!"); return false; }
	
		return true;
  }

  function checkJelentkezes2() {
		var f = document.formcal;

		var chk = false;
		var num = 0;
		
		if (!f.foglal.length) {
			if (f.foglal.checked) chk = true;
		} else {
			for (var i=0; i<f.foglal.length; i++) {
				if (f.foglal[i].checked) {
					chk = true;
					num = f.foglal[i].value;
				} 
			}
		}

		if (!chk) { alert("Kérjük válassza ki az időpontot!"); return false; }

		if (f.fcNev.value == "") { alert("Kérjük töltse ki a név mezőt!"); return false; }
		if (f.fcTel.value == "") { alert("Kérjük töltse ki a telefon mezőt!"); return false; }
		if (f.fcTel.value.length<11) { alert("A telefonszámnak legalább 11 karakter hosszúnak kell lennie!"); return false; }

		var chk = false;
		if (f.fcErtMod[0].checked) chk = true;
		if (f.fcErtMod[1].checked) chk = true;
		if (!chk) { alert("Kérjük válassza ki az értesítés módját!"); return false; }

		return true;
  }

	function checkTeszt1() {
		var f = document.formt;

		var chk = false;
		if (f.kerd1a[0].checked) chk = true;
		if (f.kerd1a[1].checked) chk = true;
		if (!chk) { alert("Kérjük töltse ki az összes kérdést!"); return false; }

		var chk = false;
		if (f.kerd1b[0].checked) chk = true;
		if (f.kerd1b[1].checked) chk = true;
		if (!chk) { alert("Kérjük töltse ki az összes kérdést!"); return false; }

		var chk = false;
		if (f.kerd2[0].checked) chk = true;
		if (f.kerd2[1].checked) chk = true;
		if (f.kerd2[2].checked) chk = true;
		if (!chk) { alert("Kérjük töltse ki az összes kérdést!"); return false; }

		var chk = false;
		if (f.kerd3[0].checked) chk = true;
		if (f.kerd3[1].checked) chk = true;
		if (f.kerd3[2].checked) chk = true;
		if (f.kerd3[3].checked) chk = true;
		if (!chk) { alert("Kérjük töltse ki az összes kérdést!"); return false; }

		var chk = false;
		if (f.kerd4[0].checked) chk = true;
		if (f.kerd4[1].checked) chk = true;
		if (!chk) { alert("Kérjük töltse ki az összes kérdést!"); return false; }

		var chk = false;
		if (f.kerd5a[0].checked) chk = true;
		if (f.kerd5a[1].checked) chk = true;
		if (!chk) { alert("Kérjük töltse ki az összes kérdést!"); return false; }

		var chk = false;
		if (f.kerd5b[0].checked) chk = true;
		if (f.kerd5b[1].checked) chk = true;
		if (f.kerd5b[2].checked) chk = true;
		if (!chk) { alert("Kérjük töltse ki az összes kérdést!"); return false; }

		return true;
	}
	
	function checkTeszt2() {
		var f = document.formt;

		var chk = false;
		if (f.kerd1[0].checked) chk = true;
		if (f.kerd1[1].checked) chk = true;
		if (f.kerd1[2].checked) chk = true;
		if (f.kerd1[3].checked) chk = true;
		if (!chk) { alert("Kérjük töltse ki az összes kérdést!"); return false; }
	
		var chk = false;
		if (f.kerd2[0].checked) chk = true;
		if (f.kerd2[1].checked) chk = true;
		if (f.kerd2[2].checked) chk = true;
		if (f.kerd2[3].checked) chk = true;
		if (!chk) { alert("Kérjük töltse ki az összes kérdést!"); return false; }
	
		var chk = false;
		if (f.kerd3[0].checked) chk = true;
		if (f.kerd3[1].checked) chk = true;
		if (f.kerd3[2].checked) chk = true;
		if (f.kerd3[3].checked) chk = true;
		if (!chk) { alert("Kérjük töltse ki az összes kérdést!"); return false; }
	
		var chk = false;
		if (f.kerd4[0].checked) chk = true;
		if (f.kerd4[1].checked) chk = true;
		if (f.kerd4[2].checked) chk = true;
		if (f.kerd4[3].checked) chk = true;
		if (!chk) { alert("Kérjük töltse ki az összes kérdést!"); return false; }
	
		var chk = false;
		if (f.kerd5[0].checked) chk = true;
		if (f.kerd5[1].checked) chk = true;
		if (f.kerd5[2].checked) chk = true;
		if (f.kerd5[3].checked) chk = true;
		if (!chk) { alert("Kérjük töltse ki az összes kérdést!"); return false; }
	
		var chk = false;
		if (f.kerd6[0].checked) chk = true;
		if (f.kerd6[1].checked) chk = true;
		if (f.kerd6[2].checked) chk = true;
		if (f.kerd6[3].checked) chk = true;
		if (!chk) { alert("Kérjük töltse ki az összes kérdést!"); return false; }
	
		var chk = false;
		if (f.kerd7[0].checked) chk = true;
		if (f.kerd7[1].checked) chk = true;
		if (f.kerd7[2].checked) chk = true;
		if (f.kerd7[3].checked) chk = true;
		if (!chk) { alert("Kérjük töltse ki az összes kérdést!"); return false; }
	
		var chk = false;
		if (f.kerd8[0].checked) chk = true;
		if (f.kerd8[1].checked) chk = true;
		if (f.kerd8[2].checked) chk = true;
		if (f.kerd8[3].checked) chk = true;
		if (!chk) { alert("Kérjük töltse ki az összes kérdést!"); return false; }
	
		return true;
	}
	
  function checkHirJel() {
		var f = document.formh;
	
		if (f.fcHirlevelEmail.value == "") { alert("Kérjük adja meg az e-mail címet!"); return false; }
	
		return true;
  }

  function checkHirLe() {
		var f = document.formle;
	
		if (f.fcHirlEmail2.value == "") { alert("Kérjük adja meg az e-mail címet!"); return false; }
	
		return true;
  }
	
