	function zoek(actie,land,streek) {
		// alert(actie);
		document.myform.keuzeland.value=land;
		document.myform.keuzestreek.value=streek;
		document.myform.action=actie;
		document.myform.submit();
		}