$(function() {
//	$('#bio').css('background','black').height('500px').hide('slow');
	
	$('#voordocenten').click(function() {
		$('#docent').slideToggle();
		return false;
	});
});