	function zeigekarte(route)
	{
	myfile = "popup/"+(route)+".htm";
	window.open(myfile,"Route","width=500,height=500,resizable=no,toolbar=no,status=no,menubar=no,scrollbars=no,screenY=5,screenX=5,top=5,left=5");
	}
