
function emptySearch() {
    window.document.such.such.value = '';
}

function stadtplan(koord) {
			window.open("http://stadtplan.magdeburg.de/neu/treff.asp?s=9|" + koord + "|1","Magdeburgneu","width=700,height=600,status=yes,resizable=0,left=5,top=5,location=0,menubar=0,scrollbars=0");
}
