function doForm(myForm) {
	if(formVal(document.getElementById(myForm))) {
		document.getElementById(myForm).submit(); 
	}
}

// kleine functie te ondersteuning aan de aanklikbare rij in tabellen
function goTo(link){
	window.open(link, "wijkfolder");
}

//this.location.href=(link);
