$(document).ready(init);

function init()
{
    if(window.XMLHttpRequest) menu_glowne();
    else menu_glowne_ie6();
}
