function submitPostcode()
{
	window.location.href = "/Winkels/Pages/Dichtstbijzijndelocaties.aspx?pc=" + document.getElementById("zipcode").value;
}

function DoSearch()
{
	var url = "/zoeken/Pages/zoekresultaten.aspx?k=__searchterm__";
	url = url.replace(/__searchterm__/g, document.all["txtfinder"].value);
	window.location=url;
}

function Golff_OnLoad()
{
	resize_iframe();
}


function resize_iframe()
{
	if (window.frames['codes'])
	{
		document.getElementById("codes").height=document.body.offsetHeight-document.getElementById("codes").offsetTop-120;
	}
}


