function route()
{
	var page = 'http://tools.locatienet.com/location/map.asp?config_id=5330&language=dutch&street=Prinsen%20Bolwerk%2011&zipcode=2011%20MA%20&city=Haarlem&country=NL&zoom=0&markertext=NSO%20Prins%20Heerlijk&css=http%3A//www.haarlemonline.nl/style/route.css';
   windowprops = 'height=380,width=630,location=no,' + 'scrollbars=no,menubars=no,toolbars=no,resizable=no';
	window.open(page, 'Popup', windowprops);
}
