_menuCloseDelay=1500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=50 // Follow scrolling Rate _subOffsetTop=0 // 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(SiteMainStyle=new mm_style()){ onbgcolor="transparent"; offbgcolor="transparent"; oncolor="#000000"; offcolor="#FFFFFF"; bordercolor="transparent"; borderstyle="solid"; borderwidth=0; separatorcolor="#00B3EE"; separatorsize="6"; separatorpadding="4"; separatorheight="10"; padding=2; fontsize="11"; fontstyle="normal"; fontweight="bold"; fontfamily="Verdana,Arial,sans-serif"; subimagepadding="2"; onborder="0px solid #316AC5"; offborder="0px solid #cccccc"; } with(SiteMenuStyle=new mm_style()){ onbgcolor="#35CCFE"; offbgcolor="#35CCFE"; oncolor="#000000"; offcolor="#FFFFFF"; bordercolor="#FFFFFF"; borderstyle="solid"; borderwidth=1; separatorcolor="#0B53A3"; separatorpadding="2"; separatoralign="right"; separatorwidth="80%"; padding=3; fontsize="11"; fontstyle="normal"; fontweight="bold"; fontfamily="Verdana,Arial,sans-serif"; subimage="menu/arrow.gif"; overfilter="Shadow(color='#777777', Direction=135, Strength=2)"; overfilter="Fade(duration=0.2)"; outfilter="Fade(duration=0.2)"; } with(milonic=new menuname("mainmenu")){ style=SiteMainStyle; top=79; alwaysvisible=1; orientation="horizontal"; screenposition="center"; margin=0; aI("text=Home;url=index.cfm?id=1;status=Home;"); aI("text=Registrierung;showmenu=menu_24;status=Registrierung;"); aI("text=Adressänderungen;url=index.cfm?id=25;status=Adressänderungen;"); aI("text=Verlust;url=index.cfm?id=26;status=Verlust;"); aI("text=FAQ;url=index.cfm?id=27;status=FAQ;"); aI("text=Shop;url=index.cfm?id=40;status=Shop;"); aI("text=Company;url=index.cfm?id=29;status=Company;"); aI("text=Firmenkunden;url=http://www.keyrefinder.ch/index.cfm;status=Firmenkunden;"); } with(milonic=new menuname("menu_0")){ style=SiteMenuStyle; overflow="scroll"; margin=2; aI("text=Home    ;url=index.cfm?id=1;status=Home;"); aI("text=Registrierung    ;showmenu=menu_24;status=Registrierung;"); aI("text=Adressänderungen    ;url=index.cfm?id=25;status=Adressänderungen;"); aI("text=Verlust    ;url=index.cfm?id=26;status=Verlust;"); aI("text=FAQ    ;url=index.cfm?id=27;status=FAQ;"); aI("text=Shop    ;url=index.cfm?id=40;status=Shop;"); aI("text=Company    ;url=index.cfm?id=29;status=Company;"); aI("text=Firmenkunden    ;url=http://www.keyrefinder.ch/index.cfm;status=Firmenkunden;"); } with(milonic=new menuname("menu_24")){ style=SiteMenuStyle; overflow="scroll"; margin=2; aI("text=SMS    ;url=index.cfm?id=32;status=SMS;"); aI("text=Online    ;url=index.cfm?id=33;status=Online;"); aI("text=Überprüfen    ;url=index.cfm?id=34;status=Überprüfen;"); } drawMenus();