function emptySearch(form){
	if(form.value=="Zoeken"){ form.value=""; }
}
