// Zoekveld legen

function zoek(that) {
	document.getElementById('query').value='';  
	document.getElementById('q').value='';  
}


