function getWoonplFromPC(el){
	var url = "index.cfm?act=xhr.woonplfrompc&postcode=" + el.value;
	var ajaxRequest = new AjaxRequest(url); //Create AjaxRequest object
	ajaxRequest.sendRequest();  //Send the request
}

function resetPostcode(){
	document.inschrijven.postcode.value="";
}
