_menuCloseDelay=200 // The time delay for menus to remain visible on mouse out _menuOpenDelay=0 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=40 // Follow scrolling Rate _subOffsetTop=10 // Sub menu top offset _subOffsetLeft=-10 // 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()){ align="left"; onbgcolor="#133F98"; oncolor="#F7B200"; offbgcolor="#133F98"; offcolor="#ffffff"; bordercolor="#133F98"; borderstyle="solid"; borderwidth=1; separatorcolor="#133F98"; separatorsize="1"; padding=5; fontsize="75%"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="#F7B200"; pagebgcolor="#133F98"; headercolor="#000000"; headerbgcolor="#ffffff"; itemwidth=0; //subimage="/online/menu/arrow.gif"; //subimagepadding="2"; //overfilter="Shadow(color='#777777', Direction=135, Strength=5)"; //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; outfilter="randomdissolve(duration=0.1)"; } with(submenuStyle=new mm_style()){ onbgcolor="#133F98"; oncolor="#F7B200"; offbgcolor="#133F98"; offcolor="#ffffff"; bordercolor="#4298D5"; borderstyle="solid"; borderwidth=1; separatorcolor="#4298D5"; separatorsize="1"; padding=5; fontsize="75%"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="#F7B200"; pagebgcolor="#133F98"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="/online/menu/arrow.gif"; subimagepadding="2"; //overfilter="Shadow(color='#777777', Direction=135, Strength=5)"; //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; outfilter="randomdissolve(duration=0.1)"; } with(milonic=new menuname("main")){ style=menuStyle; screenposition="center"; top="261"; left="offset=-85"; alwaysvisible=1; orientation="horizontal"; aI("text=Home;url=index.html;"); aI("text=Preisliste;url=preisliste.html;"); aI("text=Verleih;url=verleih.html;"); aI("text=Service;url=service.html;"); aI("text=Service Hochbrixen;url=hochbrixen.html;"); aI("text=Ansprechpartner;url=ansprechpartner.html;"); aI("text=Links;url=links.html;"); aI("text=Kontakt;url=kontakt.html;"); aI("text=Über uns;url=about.html;"); } //------------------------------------------------------------------------------------- drawMenus();