function ukaz_menu(id)
{
data=document.getElementById(id).style;
data.display=(data.display == 'block')?'none':'block';
}

