$(function() {
	$('#surfandsound').hover(function() {
		$("#filler_50").html("<a href=\"/index.php?pagina=formats\"><img src=\"/images/b_muziekformats.gif\" border=\"0\"></a><img src=\"/images/menu_seperator.gif\" border=\"0\"><a href=\"/index.php?pagina=merken\"><img src=\"/images/b_merken.gif\" border=\"0\"></a><img src=\"/images/menu_seperator.gif\" border=\"0\"><a href=\"/index.php?pagina=webwinkels\"><img src=\"/images/b_webwinkels.gif\" border=\"0\"></a><img src=\"/images/menu_seperator.gif\" border=\"0\"><a href=\"/index.php?pagina=evenementen\"><img src=\"/images/b_evenementen.gif\" border=\"0\"></a>");		
	});	

	$('#home').hover(function() {
		$("#filler_50").html(" ");		
	});		
	
	$('#special_projects').hover(function() {
		$("#filler_50").html(" ");		
	});		
	
	$('#request_alert').hover(function() {
		$("#filler_50").html(" ");		
	});		
	
	$('#meer_info').hover(function() {
		$("#filler_50").html("<a href=\"/index.php?pagina=contact\"><img src=\"/images/b_contact.gif\" border=\"0\"></a>");		
	});		

}); 
