_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out_menuOpenDelay=100            // The time delay before menus open on mouse over_followSpeed=5                // Follow scrolling speed_followRate=40                // Follow scrolling Rate_subOffsetTop=0            // Sub menu top offset_subOffsetLeft=0           // Sub menu left offset_scrollAmount=3               // Only needed for Netscape 4.x_scrollDelay=20               // Only needed for Netcsape 4.xwith(menuStyle=new mm_style()){onbgcolor="#FCF2CE";oncolor="#696969";offbgcolor="#FCF2CE";offcolor="#016db8";bordercolor="##D9E1F0";borderstyle="solid";borderwidth=0;separatorcolor="#FFFFFF";separatorsize="0";padding=4;fontsize="11px";fontstyle="normal";fontweight="600";fontfamily="Verdana, Tahoma, Arial";pagecolor="white";pagebgcolor="#016db8";headercolor="#000000";headerbgcolor="#00000";subimage="arrow.gif";subimagepadding="2";overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";outfilter="randomdissolve(duration=0.3)";}with(milonic=new menuname("Main Menu")){style=menuStyle;}with(milonic=new menuname("HAUS")){style=menuStyle;overflow="scroll";aI("text=Zimmer;url=zimmer.html;");aI("text=Tagen/S&auml;le;url=tagen.html;");aI("text=Kapelle;url=kapelle.html;");}with(milonic=new menuname("SERVICE")){style=menuStyle;overflow="scroll";aI("text=Tagungstechnik;url=technik.html;");aI("text=Sonderw&uuml;nsche;url=sonder.html;");}with(milonic=new menuname("DAS TEAM")){style=menuStyle;aI("text=Service f&uuml;r Sie;url=service.html;");aI("text=K&uuml;che;url=kueche.html;");aI("text=Empfang;url=empfang.html;");}with(milonic=new menuname("UMFELD")){style=menuStyle;aI("text=W&uuml;rzburg;url=wuerzburg.html;");aI("text=Der Dom;url=dom.html;");aI("text=Kreuzgang;url=kreuzgang.html;");aI("text=Dom/Sepultur;url=sepultur.html;");}with(milonic=new menuname("KONTAKT")){style=menuStyle;overflow="scroll";aI("text=Anschrift/Tel./Email;url=anschrift.html;");aI("text=Anfrageformular;url=anfrage.html;");aI("text=Links;url=links.html");}with(milonic=new menuname("ANREISE")){style=menuStyle;overflow="scroll";aI("text=Anfahrt;url=anfahrt.html;");aI("text=Download Prospekt;url=prospekt.html;");}drawMenus();