function navigator10(JTPullDown) {
 location.href=(document.JTPullDown.JTList.options[document.JTPullDown.JTList.selectedIndex].value);
}
function navigator12(JTPullDown2) {
 location.href=(document.JTPullDown2.JTList2.options[document.JTPullDown2.JTList2.selectedIndex].value);
}
function navigator13(JTPullDown3) {
 location.href=(document.JTPullDown3.JTList3.options[document.JTPullDown3.JTList3.selectedIndex].value);
}
function navigator14(datum) {
 location.href=(document.datum.JTList.options[document.datum.JTList.selectedIndex].value);
}
function navigator15(datum) {
 location.href=(document.velikost.JTList.options[document.velikost.JTList.selectedIndex].value);
}
function kontrola() 
{
var a = document.zpravy.hledat.value;
if (a=="") {
window.alert("Nebyl zadán žádný výraz pro hledání!"); 
return false; 
}
if (a==" Hledaný výraz") {
window.alert("Nebyl zadán žádný výraz pro hledání!"); 
return false; 
} 
else return true; 
}
function kontrola2() 
{
var a = document.novinky.email2.value;
if (a==" Váš email @") {
window.alert("Nebyla zadána žádná emailová adresa"); 
return false; 
}
if (a=="") {
window.alert("Nebyla zadána žádná emailová adresa"); 
return false; 
} 
else return true; 
}
function kontrola3() 
{
var a = document.novinky2.email.value;
if (a==" Váš email @") {
window.alert("Nebyla zadána žádná emailová adresa"); 
return false; 
}
if (a=="") {
window.alert("Nebyla zadána žádná emailová adresa"); 
return false; 
} 
else return true; 
}
function kontrola4() 
{
var a = document.guestbook.jmeno.value;
if (a=="") {
window.alert("Nebylo zadáno jméno"); 
return false; 
} 
var a = document.guestbook.guest.value;
if (a=="") {
window.alert("Nebyl zadán kontrolní kód"); 
return false; 
} 
var a = document.guestbook.text.value;
if (a=="") {
window.alert("Nebyl zadán žádný text"); 
return false; 
}
else return true; 
}
function kontrola_login() 
{
var a = document.login.jmeno.value;
if (a=="") {
window.alert("Nebylo zadáno jméno"); 
return false; 
} 
var a = document.login.heslo.value;
if (a=="") {
window.alert("Nebylo zadáno heslo"); 
return false; 
}
else return true; 
}
function kontrolasoutez() 
{
var a = document.soutez.jmeno.value;
if (a=="") {
window.alert("Nebylo zadáno jméno"); 
return false; 
} 
var a = document.soutez.mail.value;
if (a=="") {
window.alert("Nebyl zadán email"); 
return false; 
}
else return true; 
}
function kontrolasoutez012007() 
{
var a = document.kolaps.nickname.value;
if (a=="") {
window.alert("Nebylo zadáno jméno"); 
return false; 
} 
var a = document.kolaps.adresa.value;
if (a=="") {
window.alert("Nebyl zadán email"); 
return false; 
}
else return true; 
}