document.write(""); document.write("
"); document.write(""); document.write(" "); document.write(" "); document.write(""); document.write("
"); document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write("
"); document.write("
"); document.write("
\"Startseite\"
"); document.write("
"); document.write("
"); document.write("\"Seite"); document.write("\"Englisch\""); document.write("\"Deutsch\""); document.write("
"); document.write(""); document.write("
"); document.write(""); function Menu(label, mw, mh,sx, sy) { this.version="20060220" this.versionDescription="blendet die DropDowns aus fuer ungestoerte MenueAnzeige" this.type = "Menu"; this.menuWidth = mw; //Breite des Menü this.menuItemHeight = mh; //Höhe des Menüs this.fontSize = 11; // Schriftgröße des Menüs this.fontWeight = "Bold"; this.fontFamily = "Verdana, Arial, Helvetica, sans-serif"; // Schriftart this.fontColor = "#FBFBFB"; // Menue-Text Schrift-Farbe this.fontColorHilite = "#000000"; // Schrift-Farbe beim Onmouseover this.bgColor = "#000000"; // Feiner rahmen zwischen den Muenuezeilen #F3F3F3 this.menuBorder = 1; //Rahmen this.menuBgOpaque="true"; this.menuItemBorder = 1; //Rahmen this.menuItemIndent = true; this.menuItemBgColor = "#62C1FF"; //Menupunkt-Hintergrundfarbe hellblau this.menuItemVAlign = "middle"; //Menupunkt-Textausrichtung vertikal this.menuItemHAlign = "left"; //Menupunkt-Textausrichtung horizontal this.menuItemPadding = 0; //Platz von Links zwischen textanfang und menukasten this.menuItemSpacing = 0; this.menuLiteBgColor = "#FFFFFF"; this.menuBorderBgColor = "#919191"; // Menu-Rahmen-Hintegrund this.menuHiliteBgColor = "#75EBFF" ; //Menu-Hintergrund beim Hovern leuchtblau this.menuContainerBgColor = "#FFFFFF"; this.childMenuIcon = "Fotos/pfeil_b.gif"; //Zeichen für Untermenu (Pfeil) this.submenuXOffset = sx; //Position horizontal des Untermenüs this.submenuYOffset = sy; //Position vertikal des Untermenüs this.submenuRelativeToItem = "true"; this.vertical = 1; //Horizotales Untermenu=0 Verikales=1 this.items = new Array(); this.actions = new Array(); this.childMenus = new Array(); this.hideOnMouseOut = true; this.hideTimeout = 1000; //Zeit, die das Menü offen bleibt this.addMenuItem = addMenuItem; this.writeMenus = writeMenus; this.zzznew_showMenu = zzznew_showMenu; this.onMenuItemOver = onMenuItemOver; this.onMenuItemAction = onMenuItemAction; this.hideMenu = hideMenu; this.hideChildMenu = hideChildMenu; if (!window.menus) window.menus = new Array(); this.label = " " + label; window.menus[this.label] = this; window.menus[window.menus.length] = this; if (!window.activeMenus) window.activeMenus = new Array(); } function addMenuItem(label, action) { this.items[this.items.length] = label; this.actions[this.actions.length] = action; } function FIND(item) { if( window.mmIsOpera ) return(document.getElementById(item)); if (document.all) return(document.all[item]); if (document.getElementById) return(document.getElementById(item)); return(false); } function writeMenus(container) { if (window.triedToWriteMenus) return; var agt = navigator.userAgent.toLowerCase(); window.mmIsOpera = agt.indexOf("opera") != -1; if (!container && document.layers) { window.delayWriteMenus = this.writeMenus; var timer = setTimeout('delayWriteMenus()', 500); container = new Layer(100); clearTimeout(timer); } else if (document.all || document.hasChildNodes || window.mmIsOpera) { document.writeln(''); container = FIND("menuContainer"); } window.mmHideMenuTimer = null; if (!container) return; window.triedToWriteMenus = true; container.isContainer = true; container.menus = new Array(); for (var i=0; i