$(document).ready(function(){
    $('body').ajaxStart(function() {$('body').css('cursor','wait');});
    $('body').ajaxStop(function() {$('body').css('cursor','default');});
    $('#sidebar ul.submenu:not(.open)').hide();
    //$('#sidebar li.parent:not(.open)').toggle(function() { $('ul.submenu', this).slideDown(300); return false; },function() { $('ul.submenu', this).hide(); return false; });
    $('a.vergroting').lightBox();
});
