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 (parent == self) { if (!(document.layers && self.innerHeight == 0 && self.innerWidth == 0)) { // the second conditions allows correct printing on Netscape 4 if (document.images) { top.location.replace("/index.html?" + location.href); } else { + location.href; } } return true; } if (typeof(parent.menu.loaded) != "undefined") { parent.menu.setmenu(img); } else { setTimeout("setmenu(" + img + ")",100); } } function popup(name,width,height,data,type) { var randnum = Math.random(); var xpos = Math.round((screen.width-width)/2); var ypos = Math.round((screen.height-height)/2.5); var params = 'width=' + width + ',height=' + height + ',screenX=' + xpos + ',screenY=' + ypos + ',left=' + xpos + ',top=' + ypos + ',resizable=yes,scrollbars=yes,status=yes'; if (type == "url") { data += '&temp=' + randnum; eval (name + " = window.open(data,'" + name + "',params);"); } else { eval (name + " = window.open('','" + name + "',params);"); eval (name + ".document.open();"); eval (name + ".document.write(data);"); eval (name + ".document.close();"); } if (window.focus) { eval (name + ".focus();"); } } function showbigpic(picpath) { var c; for (c=0;c 1) { prev = num - 1; if (prev < 0) { prev = piccount - 1; } nex = num + 1; if (nex >= piccount) { nex = 0; } nav = '

zurück'; nav += " - Bild " + picnum + " von " + piccount + " - "; nav += 'weiter

'; } var output = " " + pagename + " - Bild " + picnum + ""; output += ""; output += ""; output += ""; output += "
"; output += nav; output += "
"; output += "
"; output += "

" + pictext[num] + "

"; output += "
"; output += ""; return output; } var head_loaded = true;