function toggleAdvocaatInfo(element) {
	$(element).down(0).toggle();
}