function popup (url) {
 fenster = window.open(url, "stadtplan_bz", "width=800,height=600,resizable=yes");
 fenster.focus();
}
