var NN = navigator.appName == 'Netscape'; var IE = document.all; if (NN) { window.onresize = resizeHandler; wx = window.innerWidth; wy = window.innerHeight; } function resizeHandler () { if (window.innerHeight!=wy || window.innerWidth!=wx){ /* muss man leider, weil sich Netscape sonst manchmal in einer * Endlosschleife verfaengt */ top.document.location = top.document.location; } } function setmenu(img) { if (typeof(parent.menu.loaded) != "undefined") { parent.menu.setmenu(img); } else { setTimeout("setmenu(" + img + ")",100); } } function popup_stadt(url) { url_final = url; page = window.open(url_final,'stadtplan','width=700,height=500,resizable=yes,scrollbars=yes'); if (navigator.appName.indexOf('Netscape') != -1) { if (window.focus) page.focus(); } } function popup(url,wide,high) { data = 'width=' + wide + ',height=' + high + ',resizable=yes,scrollbars=yes'; page = window.open(url,'deinkiez',data); if (window.focus) {page.focus();} } var head_loaded = true;