function CheckForm(formular)
{

if (formular.jmeno.value=="")
{
alert("Chybí jméno!");
formular.jmeno.focus();
return false;
}
if (formular.zprava.value=="")
{
alert("Chybí krátký popis");
formular.zprava.focus();
return false;
}

else if (formular.nula.value=="")



{
alert("Vyplňte pole antispam textem z obrázku");
formular.nula.focus();
return false;
}
else
return true;

}


function CheckForm3(formular)
{

if (formular.email.value=="")
{
alert("Chybí e-mail!");
formular.email.focus();
return false;
}

else
return true;

}

function CheckForm2(formular)
{

if (formular.jmeno.value=="")
{
alert("Chybí jméno!");
formular.jmeno.focus();
return false;
}
if (formular.zprava.value=="")
{
alert("Chybí text zprávy");
formular.zprava.focus();
return false;
}

else if (formular.nula.value=="")



{
alert("Vyplňte pole antispam textem z obrázku");
formular.nula.focus();
return false;
}
else
return true;

}


function openJSLWindow() {
iMyWidth = (window.screen.width/120)
iMyHeight = (window.screen.height/120)
Fokus = window.open("", "JSL","height=620,width=620,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");
Fokus.focus()
}


function openJSL2Window() {
iMyWidth = (window.screen.width/120)
iMyHeight = (window.screen.height/120)
Fokus = window.open("", "JSL2","height=520,width=680,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");
Fokus.focus()
}

function openJSL3Window() {
iMyWidth = (window.screen.width/120)
iMyHeight = (window.screen.height/120)
Fokus = window.open("", "JSL3","height=680,width=680,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");
Fokus.focus()
}

