function route()
{
	var page = 'http://tools.locatienet.com/location/map.asp?config_id=5330&language=dutch&street=Halkade%2034&zipcode=&city=IJmuiden&country=NL&zoom=0&markertext=Peter\'\s Kop van de Haven&css=http%3A//www.allaboutinternet.nl/style/route.css';
    windowprops = 'height=380,width=630,location=no,' + 'scrollbars=no,menubars=no,toolbars=no,resizable=no';
	window.open(page, 'Popup', windowprops);
}
