function showAdres() {
	$(document).ready(function(){
		 $("#afleveradres_invullen").show("slow");
	});
}

function hideAdres() {
	$(document).ready(function(){
		$("#afleveradres_invullen").hide("slow");
	});
}