function formSubmit(mode) {
	document.formVragen.mode.value = mode;
	document.formVragen.submit();
}
