function submitForm(a) {
	a.value = "even geduld";
	document.getElementById('loader').style.display = 'block';
	return true;
}