$(document).ready(function(){
    $('.brykolandia>li').click(function(){
        $(this).children("ul").slideToggle();
    });
});
$(document).ready(function(){
    $('#logo').click(function(){$(window.location).attr('href','http://www.sjo-perfekt.pl');});
});
$(document).ready(function(){
    $('.blok>li,.atrakcje').hover(
        function(){$(this).children().addClass('highlight');},
        function(){$(this).children().removeClass('highlight');}
    );
});


