$(document).ready(function() {
	$("#hideshow").hide();
	$("#centrecontent a[href='#meerinfo']").click(function() {
		$("#hideshow").show();
	});
});
