function smazURL(id) 
{
 new Ajax.Updater('odkazy', 'smaz_zalozku.php', {onLoading:function(request){Element.show('indicator')}, onComplete:function(request){Element.hide('indicator')}, parameters:'id=' + encodeURIComponent(id), evalScripts:true, asynchronous:true});
} 

function hiding_month(name,cls,name2,cls2,name3,cls3) {
    document.getElementById(name).className = cls;
    document.getElementById(name2).className = cls2;
    document.getElementById(name3).className = cls3;
}

