function anfahrt(strasse,plz,ort,country,name) {
	routewin=open('','routewindow','width=740,height=450,toolbar=yes,scrollbars=yes,status=yes');
	routewin.document.open();
	routewin.document.writeln('<html><head><title>city-map verbindet Sie zu map24 ...</title></head><body text="#000066" bgcolor="#ffffff"><font face="Arial"><h2>Bitte warten...</h2><h3>city-map verbindet Sie zu map24...</h3></font></body></html>');
	var idstring='tostrasse='+escape(strasse)+'&to='+plz+'&toort='+escape(ort)+'&tocountry='+escape(country)+'&toname='+escape(name)+'&tlg=de';
	routewin.document.location.replace('http://city-map.net/city/anfahrt.pl?'+idstring);
	routewin.document.close();
}
