	CHok = 0;
	function doeiets(){ 
	try { document.getElementById("form_postcode").temp.value = postcodeframe.document.body.innerHTML; } catch(err) { }
	if (document.getElementById("form_postcode").temp.value.indexOf("POSTCODE ONJUIST") > -1){ document.getElementById("form_postcode").POSTCODE.value = "uw postcode"; alert("POSTCODE ONJUIST"); } else {
	if (document.getElementById("form_postcode").temp.value.indexOf("OK") > -1){ CHok = 1; document.getElementById("form_postcode").submit(); }
	}}
	function postcodezoek(){
	postcodeframe.location = "GEOCODING/GEOCODING.php?POSTCODE="+document.getElementById('form_postcode').POSTCODE.value
	}
	function cheeck(LENGTH){
    if (document.getElementById("form_postcode").POSTCODE.value.length > LENGTH){
	document.getElementById("form_postcode").POSTCODE.value = document.getElementById("form_postcode").POSTCODE.value.substring(0,LENGTH)
	}}
	function chck(){
	if (CHok == 1){ return(true) } else { return(false) }
	}
	function volgende(ii,PC){
		document.getElementById("form_postcode").action = 'index.php?VINDc=1&PAGE='+ii
		document.getElementById("form_postcode").submit()
		document.getElementById("form_postcode").POSTCODE.value = PC
	}

