function type_oms(a) {
	if (a == '2') {
		document.zoekform.from.value = "";
		document.zoekform.to.value = "";
	}

	if (a == '1') {
		document.zoekform.omschrijving.value = "";
	}

	document.zoekform.release[a].checked = "true";
}