
function openPopupRoutenplaner(url) {
	win = window.open(url, "routenplaner", "width=410,height=265,left=320,top=200");
	win.focus();
}
