function initMenu() {
  $('#accmenu ul').hide();
   $('#accmenu ul:eq(3)').show();
  $('#accmenu li a').mouseover(
    function() {
      var checkElement = $(this).next();
      if((checkElement.is('ul')) && (checkElement.is(':visible'))) {
        return false;
        }
      if((checkElement.is('ul')) && (!checkElement.is(':visible'))) {
        $('#accmenu ul:visible').slideUp(150);
        checkElement.slideDown(150);
        return false;
        }
      }
    );
  }
$(document).ready(function() {initMenu();});



$(document).ready(function(){


 $('.rove1').click(function(){
window.location = 'typy_szkol.html';  
});

 $('.rove2').click(function(){
window.location = 'aktualnosci.html';  
});

 $('.rove3').click(function(){
window.location = 'galeria.html';  
});

 $('.rove4').click(function(){
window.location = 'promocje.html';  
});

 $('.rove5').click(function(){
window.location = 'o_nas.html';  
});

 $('.rove6').click(function(){
window.location = 'sekretariat.html';  
});

 $('.rove7').click(function(){
window.location = 'filia_nowogard.html';  
});

 $('.rove8').click(function(){
window.location = 'kontakt.html';  
});

 
    
    
    
});
