// JavaScript Document

function prd(typ){
if(typ == 0){
document.getElementById('scr1').style.visibility = "hidden";
}else{
document.getElementById('scr1').style.visibility = "visible";
}
}

    function loadcont(mesic,rok){
ajaxpagefetcher.load("obsah3", "PHP/kalendar.php?month="+mesic+"&year="+rok, true);
}
    function loadcontv(mesic,rok){
ajaxpagefetcher.load("obsah3", "PHP/kalendarv.php?month="+mesic+"&year="+rok, true);
}

function presmer(id){
window.location="/kalendar.html#na"+id+"";
}


function vse(cislo){
if(cislo==1){
window.location="/pribram.html";
}
if(cislo==2){
window.location="/tiskovy_servis.html";
}
if(cislo==3){
window.location="/moje_nazory.html";
}
}


function hlavni(){
window.location="/index.php";
}

function ukazmenu (cislo) {
var podmenu = document.getElementById('podmenu');
if(cislo == 1){
podmenu.style.display = 'block';
}else{
podmenu.style.display = 'none';
}
}

