
	function windowOpen (href) {
		myWindow = window.open(href,"karte","width=760, height=620, left=100, top=10, resizable=yes");
	}



