function button(type) {
	document.berichtformulier.knop.value = type;
	document.berichtformulier.submit();
}

function button2(type) {
	document.nieuwsbriefformulier.knop2.value = type;
	document.nieuwsbriefformulier.submit();
}
