//<![CDATA[    
$(document).ready(function(){ 
// BEGIN Superfish-menu
	$("ul.sf").superfish();
// EINDE Superfish-menu
// BEGIN Transparant PNG fix for IE6
	$(document).pngFix(); 
// EINDE Transparant PNG fix for IE6
// BEGIN FAQ-LIJST
	$(".answer").hide();
	$(".question").click(function(event){
		$(this).next(".answer").toggle();
		return false;
	});
// EINDE FAQ-LIJST
// BEGIN Externe links in new window openenen
	$('a[href^="http://"]').click(function() {
	 window.open($(this).attr('href'));
	 return false;
	});
// EINDE Externe links in new window openenen
// BEGIN Externe links in new window openenen
	$('.matrix a').click(function() {
	 this.target = "_top";
	});
// EINDE Externe links in new window openenen
// BEGIN PDF links in new window openenen
	$(".pdflink").click(function() {
	 window.open($(this).attr('href'));
	 return false;
	});
// EINDE PDF links in new window openenen
// BEGIN improve layout models
	$('ul.modeloverzicht li:nth-child(odd)').addClass('newline');
// EINDE improve layout models
// BEGIN move header gadget into place
      $('#headergadget').hover(function() {
		$(this).animate({ top : "0", right:"-28px" }, "2000");
		}, function() {
		$(this).animate({ top : "-70px", right:"0" }, "slow");
	});
// EINDE move header gadget into place
// BEGIN move header gadget into place
      $('#headerbird').hover(function() {
		$(this).animate({ top : "-50px", left:"-150px" }, "slow");
	  }, function() {
		$(this).animate({ top : "50px", left:"150px" }, "slow");
	});
// EINDE move header gadget into place

}); 
//]]>
