
function zavriVsechny() {
	document.getElementById('menu-cepi').style.display = "none";
	document.getElementById('menu-mixer').style.display = "none";
	document.getElementById('menu-wphaton').style.display = "none";
	document.getElementById('menu-rhtechnik').style.display = "none";
}

function ukazMenu(id) {
	var jeOtevreny = document.getElementById(id).style.display;
	if (jeOtevreny == "block") {
		zavriVsechny();
	} else {
		zavriVsechny();
		document.getElementById(id).style.display = "block";
	}
}

re = /^[^.]+(\.[^.]+)*@([^.]+[.])+[a-z]{2,4}$/;

function kontrola() {
 if (document.uprav.email.value==""){
			alert("Prosím, vložte svůj e-mail.");
    document.uprav.email.focus();
    document.uprav.email.select();
			return false;
			}
//	Kontrola e-mailu
	if ( document.uprav.email.value !="" ) {
		if (re.test(document.uprav.email.value) == 0) {
			alert ("E-mailová adresa není správná.");
			document.uprav.email.focus();
			document.uprav.email.select();
			return false;
		}
	 }
	 if (document.uprav.oborzajmu.value==""){
		alert("Prosím, vložte obor, o který máte zájem.");
    document.uprav.oborzajmu.focus();
    document.uprav.oborzajmu.select();
		return false;
		}
	 if (document.uprav.poznamka.value== ""){
		alert("Prosím, vložte poznámku.");
    document.uprav.poznamka.focus();
    document.uprav.poznamka.select();
		return false;
		}	

}

function kontrolakariera() {
	 if (document.uprav.jmeno.value==""){
		alert("Prosím, vložte své jméno.");
    document.uprav.jmeno.focus();
    document.uprav.jmeno.select();
		return false;
		}
		if (document.uprav.prijmeni.value==""){
		alert("Prosím, vložte své příjmení.");
    document.uprav.prijmeni.focus();
    document.uprav.prijmeni.select();
		return false;
		}
    if (document.uprav.telefon.value==""){
		alert("Prosím, vložte svůj telefon.");
    document.uprav.telefon.focus();
    document.uprav.telefon.select();
		return false;
		}
    if (document.uprav.email.value==""){
			alert("Prosím, vložte svůj e-mail.");
    document.uprav.email.focus();
    document.uprav.email.select();
			return false;
			}
//	Kontrola e-mailu
	if ( document.uprav.email.value !="" ) {
		if (re.test(document.uprav.email.value) == 0) {
			alert ("E-mailová adresa není správná.");
			document.uprav.email.focus();
			document.uprav.email.select();
			return false;
		}
	 }

}



function kontrolasearch() {

	co=document.hledat.co.value;

if (co == "" || co.length < 3){
			alert("Prosím, vložte minimálně 3 znaky");
		  document.hledat.co.focus();
  		document.hledat.co.select();
			return false;
}
}

function nahled3(aaa) {
	prewiev2 = window.open('pic/obrazek.html?'+aaa,'nahledy','toolbar=no,status=no,scrollbars=no,location=no,menubar=no,directories=no,width=200,height=100,left=10,top=10');
	prewiev2.window.focus();
}

