		function openLokatieNet() {
			var f = document.forms[0];
			var url = "http://tools.locatienet.com/location/getroute.asp";
			url += "?css=http://lexence2.woedend.com/css/main.css";
			url += "&bgcolor=ffffff";
			url += "&config_id=2590";
			url += "&street_stop=peter+van+anrooystraat+7";
			url += "&city_stop=" + f.city_stop.value
			url += "&postcode_stop=1076+DA";
			url += "&country_stop=" + f.country_stop.value;
			url += "&speedprofile=" + f.speedprofile.value;
			url += "&optfactor=" + f.optfactor.value;
			url += "&language=" + f.language.value;
			url += "&detailmap=" + f.detailmap.value;
			url += "&postcode_start=" + f.postcode_start.value;
			url += "&country_start=" + f.country_stop.value;
			win = window.open(url, 'Route', 'width=650,height=450,scrollbars=yes,location=no');
		}
		
		
function openGoogleMaps()
{
	if($("routefrm")) $("routefrm").submit();
	//http://maps.google.nl/maps?daddr=Peter+van+Anrooystraat+7,+1076+Amsterdam&saddr=1012+SV	
}		