/* popup map for Anfahrt
   language: german
   hmm. if we named the english-version map.html we could have this script globally... 
   well it won't affect the size of the image... 
	well
		well
			well
*/

function popupMap() {
	window.open("./map.html","mapwindow","width=450,height=450");
} // ende.popupmap
