_menuCloseDelay=500 // 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=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="#333333"; oncolor="#CCCCCC"; offbgcolor="#333333"; offcolor="#FFFFFF"; bordercolor="#296488"; borderstyle="solid"; borderwidth=0; separatorcolor="#2D729D"; separatorsize="0"; padding=3; align="left"; fontsize="12px"; fontstyle="normal"; fontweight="bold"; fontfamily="Arial, Helvetica, sans-serif"; } with(menuStyle2=new mm_style()){ onbgcolor="#333333"; oncolor="#CCCCCC"; offbgcolor="#333333"; offcolor="#FFFFFF"; bordercolor="#EFF9EF"; borderstyle="solid"; borderwidth=0; separatorcolor="#2D729D"; separatorsize="0"; padding=4; align="left"; fontsize="12px"; fontstyle="normal"; fontweight="bold"; fontfamily="Arial, Helvetica, sans-serif"; 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("top3")){ style=menuStyle2; overflow="scroll"; top=119; aI("text=  PRODUKTER ;url=index.cfm?id=5;"); aI("text=  OPPDATERING ;url=index.cfm?id=9;"); aI("text=  ARTIKLER/FOREDRAG ;url=index.cfm?id=15;"); aI("text=  OPPDRAG / DATA ;url=index.cfm?id=19;"); } with(milonic=new menuname("top5")){ style=menuStyle2; overflow="scroll"; top=119; aI("text=  MÅL ;url=index.cfm?id=23;"); aI("text=  HISTORIE ;url=index.cfm?id=27;"); aI("text=  ANSATTE / KONTAKTER ;url=index.cfm?id=25;"); aI("text=  PROSJEKTER ;url=index.cfm?id=29;"); aI("text=  LINKER ;url=index.cfm?id=31;"); aI("text=   ;url=index.cfm?id=46;"); } drawMenus();