$().ready(function(){    /* MENU TOP */	/*    $('#menu a').not('.checked').hover(function()    {        $(this).addClass('checked');        //$(this).parent('li').addClass('zIndexTop');    }, function()    {        $(this).removeClass('checked');        // $(this).parent('li').removeClass('zIndexTop');    });    */    if($('#menu .menu_bilo').children('a.checked').length > 0){$(".bilo").show();}    if($('#menu .menu_hote').children('a.checked').length > 0){$(".hote").show();}    if($('#menu .menu_rejs').children('a.checked').length > 0){$(".rejs").show();}    if($('#menu .menu_wyja').children('a.checked').length > 0){$(".wyja").show();}    if($('#menu .menu_rent').children('a.checked').length > 0){$(".rent").show();}    if($('#menu .menu_ubez').children('a.checked').length > 0){$(".ubez").show();}/*    $(".menu_bilo").click(function()    {    	$('#menu').children('ul li').removeClass('zIndexTop');    	$('.menu_bilo').addClass('zIndexTop');        $(".hote, .rejs, .wyja, .rent, .ubez").hide();        $(".bilo").show();    });    $(".menu_hote").click(function()    {    	$('#menu').children('ul li').removeClass('zIndexTop');    	$('.menu_hote').addClass('zIndexTop');        $(".bilo, .rejs, .wyja, .rent, .ubez").hide();        $(".hote").show();    });    $(".menu_rejs").click(function()    {    	$('#menu').children('ul li').removeClass('zIndexTop');    	$('.menu_rejs').addClass('zIndexTop');        $(".hote, .bilo, .wyja, .rent, .ubez").hide();        $(".rejs").show();    });    $(".menu_wyja").click(function()    {    	$('#menu').children('ul li').removeClass('zIndexTop');    	$('.menu_wyja').addClass('zIndexTop');        $(".hote, .rejs, .bilo, .rent, .ubez").hide();        $(".wyja").show();    });    $(".menu_rent").click(function()    {    	$('#menu').children('ul li').removeClass('zIndexTop');    	$('.menu_rent').addClass('zIndexTop');        $(".hote, .rejs, .wyja, .bilo, .ubez").hide();        $(".rent").show();    });    $(".menu_ubez").click(function()    {    	$('#menu').children('ul li').removeClass('zIndexTop');    	$(this).parent('li').addClass('zIndexTop');        $(".hote, .rejs, .wyja, .rent, .bilo").hide();        $(".ubez").show();    });*/});