$(function(){

    $("#arrangementer").hoverIntent(
	function() {
	    $(".submenu a").hide("slow");
	    $(".events").show("slow");
	},
	function() {
	}
    );

    $("#medlemmer").hoverIntent(
	function() {
	    $(".submenu a").hide("slow");
	    $(".people").show("slow");
	},
	function() {
	}
    );

    $("#om selskabet").hoverIntent(
	function() {
	    $(".submenu a").hide("slow");
	    $(".society").show("slow");
	},
	function() {
	}
    );

    $("#for medlemmer").hoverIntent(
	function() {
	    $(".submenu a").hide("slow");
	    $(".membersOnly").show("slow");
	},
	function() {
	}
    );

});
