function karte()
{
	ahorn =
	window.open("/ahornweg.html", "ahorn", "width=600,height=376");
	ahorn.focus();
	ahorn.moveTo(50,50);
}