function Podigni(sloj){
    document.getElementById(sloj).style.height = "40px";  
    
}
function Spusti(sloj){
    document.getElementById(sloj).style.height = "30px";  
}

