_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="#FFFFFF"; oncolor="#000000"; offbgcolor="#2B2B2B"; offcolor="#FFFFFF"; bordercolor="#000000"; borderstyle="solid"; borderwidth=0; separatorcolor="#FFFFFF"; separatorsize="1"; separatorpadding="5"; padding=2; fontsize="100%"; fontstyle="normal"; fontfamily="Arial, Verdana, Tahoma"; subimage="arrow.gif"; subimagepadding="2"; overfilter="Fade(duration=0.2)"; outfilter="randomdissolve(duration=0.3)"; } with(milonic=new menuname("sub3")){ style=menuStyle; overflow="scroll"; aI("text=Britt H. Fuglevaag;url=index.cfm?id=69;"); aI("text=Jan Ove Ringstad;url=index.cfm?id=134;"); aI("text=Dagfinn Knudsen;url=index.cfm?id=136;"); aI("text=Elling Reitan;url=index.cfm?id=139;"); aI("text=Carl Nesjar;url=index.cfm?id=140;"); aI("text=Jan Brænde;url=index.cfm?id=143;"); aI("text=Mai Cheng;url=index.cfm?id=145;"); aI("text=Ørnulf Opdahl;url=index.cfm?id=158;"); aI("text=Kjell Nupen;url=index.cfm?id=154;"); aI("text=;showmenu=sub45;"); aI("text=;url=index.cfm?id=172;"); aI("text=;url=index.cfm?id=173;"); aI("text=;url=index.cfm?id=174;"); aI("text=;url=index.cfm?id=177;"); aI("text=;url=index.cfm?id=185;"); aI("text=;url=index.cfm?id=186;"); } with(milonic=new menuname("sub45")){ style=menuStyle; overflow="scroll"; aI("text=;url=index.cfm?id=171;"); } with(milonic=new menuname("top12")){ style=menuStyle; overflow="scroll"; aI("text=Kommende utstillinger;url=index.cfm?id=57;"); aI("text=Tidligere utstillinger;showmenu=sub3;"); } drawMenus();