
var results_location = "zoekresultaten_tuincentra.html";
function search_form(z_zoek) {
	if (z_zoek.d.value.length > 0) {
		document.cookie = "d=" + escape(z_zoek.d.value);
		window.location = results_location;}}

