_menuCloseDelay=500 // 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=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()){ itemheight=23; itemwidth=150; //padding="5px 0px 1px 10px"; //onbgcolor="#f8f8f8"; oncolor="#00505a"; //offbgcolor="#fff"; offcolor="#ffffff"; //bordercolor="#fff"; borderstyle="none"; borderwidth=1; bordercolor="#007b99"; //borderstyle="none"; //borderwidth=0; separatorcolor="transparent"; separatorsize="2"; separatorpadding="0"; //pagecolor="#000"; //pagebgcolor="transparent"; fontsize="10px"; fontweight="bold"; offclass="menu_off"; //onclass="menu_on"; //menubgimage="/images/menubtn.png" textalign="left"; align="left"; } with(menuStyleSub=new mm_style()){ itemheight=23; itemwidth=150; //padding="2px 0px 3px 5px"; //onbgcolor="#f8f8f8"; oncolor="#00505a"; //offbgcolor="#f8f8f8"; offcolor="#ffffff"; //bordercolor="#fff"; borderstyle="none"; borderwidth=1; bordercolor="#007b99"; //borderstyle="none"; //borderwidth=0; separatorcolor="transparent"; separatorsize="2"; separatorpadding="0"; //pagecolor="#000"; //pagebgcolor="transparent"; fontsize="10px"; fontweight="bold"; offclass="menu_off"; //onclass="menu_on"; //menubgimage="images/menubtn.png" textalign="left"; align="left"; } with(milonic=new menuname("Main Menu")){ style=menuStyle; //top=142; // left="offset="+ (ua["iewin"] ? "0" : (ua["ff"] ? "-1" : "0")); // left="offset=0"; menuwidth=140; alwaysvisible=1; orientation="vertical"; //screenposition="center"; zindex=80; position="relative"; aI("text=FORSIDE;url=Forside.asp;showmenu=folder_id1;status=FORSIDE;"); aI("text=KONCEPTER;url=javascript:void(0);;showmenu=folder_id11;status=KONCEPTER;"); aI("text=KURSER & MØDER;url=kurser_moeder.asp;showmenu=folder_id13;status=KURSER & MØDER;"); aI("text=TEST;url=javascript:void(0);;showmenu=folder_id12;status=TEST;"); aI("text=LINKS;url=Links.asp;showmenu=folder_id5;status=LINKS;"); aI("text=PROFIL;url=Profil.asp;showmenu=folder_id6;status=PROFIL;"); aI("text=KONTAKT;url=Kontakt.asp;showmenu=folder_id7;status=KONTAKT;"); aI("text=SHOP;url=shop.asp;showmenu=folder_id20;status=SHOP;"); } with(milonic=new menuname("folder_id11")){ style=menuStyleSub; left="offset=10"; top="offset=0"; aI("text=PROCESSER;url=Processer.asp;status=PROCESSER;;"); aI("text=CERTIFICERINGER;url=Certificeringer.asp;status=CERTIFICERINGER;;"); aI("text=WORKSHOPS;url=Workshops.asp;status=WORKSHOPS;;"); } with(milonic=new menuname("folder_id12")){ style=menuStyleSub; left="offset=10"; top="offset=0"; aI("text=JBTA ®;url=JBTA.asp;status=JBTA ®;;"); aI("text=TEAMDIAMANTEN ®;url=TeamDiamanten.asp;status=TEAMDIAMANTEN ®;;"); aI("text=EQ-I;url=EQ-i.asp;status=EQ-I;;"); aI("text=MSCEIT;url=MSCEIT.asp;status=MSCEIT;;"); } drawMenus();