
function menu_description(text) 
{ /* Funkcja wstawia opis odnośnika do #menu_description */
    if (document.getElementById)
        document.getElementById('menu_description').innerHTML=text;
}

