function ukazat(id){
document.getElementById(id).style.display="";}

function skryt(id){
document.getElementById(id).style.display="none"}

