/*<![CDATA[*/

$.ajaxSetup({
  type: 'POST',
  dataType: 'json',
  timeout: 20000
});

$(document).ready(init);

function init()
{
  //if(window.XMLHttpRequest) menu_glowne();
  //else menu_glowne_ie6();
  kalinit();
}

/*]]>*/
