$(document).ready(function() {
	$(".imgpop").fancybox({ 'overlayShow': true });
    $(".hoofdmenu ul li").hover(
	  function() {$(this).find("ul").slideDown('fast').show();}, 
	  function() {$(this).find("ul").slideUp('fast').show();}
	);
});
