_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse over _subOffsetTop=0 // Sub menu top offset _subOffsetLeft=0 // Sub menu left offset with(menuStyle=new mm_style()){ onbgcolor="#cde4ed"; oncolor="#E06F1C"; offbgcolor="none"; offcolor="#E06F1C"; bordercolor="#5E93AD"; borderstyle="solid"; borderwidth=0; separatorcolor="#e06f1c"; separatorsize="1"; padding="1"; fontsize="12px"; fontstyle="normal"; fontfamily="helvetica, verdana"; pagecolor=""; pagebgcolor="#cde4ed"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage=""; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#cccccc', Direction=135, Strength=0)"; outfilter="randomdissolve(duration=0.3)"; } with(menuStyle2=new mm_style()){ onbgcolor="#cde4ed"; oncolor="#E06F1C"; offbgcolor="#ffffff"; offcolor="#E06F1C"; bordercolor="#f08b1d"; borderstyle="solid"; borderwidth=2; separatorcolor="#f08b1d"; separatorsize="1"; padding="5px"; fontsize="12px"; fontstyle="normal"; fontfamily="helvetica, verdana"; pagecolor=""; pagebgcolor="#cde4ed"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage=""; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#cccccc', Direction=135, Strength=0)"; outfilter="randomdissolve(duration=0.3)"; } with(milonic=new menuname("Main Menu")){ style=menuStyle; position="relative" alwaysvisible=1; orientation="horizontal"; menuwidth=760; menuheight=20; align="center"; aI("text=HOME;url=/default.asp?documentid=2;status=HOME;;imageposition=right;itemwidth=60;"); aI("text=ABOUT;url=/default_content.asp?documentid=26;status=ABOUT;;imageposition=right;itemwidth=60;"); aI("text=ENROLMENTS;url=/default_content.asp?documentid=38;status=ENROLMENTS;;imageposition=right;itemwidth=110;"); aI("text=TRAVEL;url=/default_content.asp?documentid=39;status=TRAVEL;;imageposition=right;itemwidth=70;"); aI("text=ACCOMMODATION;url=/default_content.asp?documentid=29;status=ACCOMMODATION;;imageposition=right;itemwidth=130;"); aI("text=STUDY;url=/default_content.asp?documentid=27;status=STUDY;;imageposition=right;itemwidth=70;"); aI("text=RECREATION;url=/default_content.asp?documentid=31;status=RECREATION;;imageposition=right;itemwidth=110;"); aI("text=LINKS;url=/default_content.asp?documentid=32;status=LINKS;;imageposition=right;itemwidth=60;"); aI("text=PUBLICATIONS;url=/default_content.asp?documentid=33;status=PUBLICATIONS;;imageposition=right;itemwidth=110;showmenu=T1-32;"); } with(milonic=new menuname("T1-32")){ style=menuStyle2; overflow="scroll"; aI("text=Publications;url=/default_content.asp?documentid=33;status=Publications;;"); aI("text=News Archive;url=/News Archive.asp;status=News Archive;;"); aI("text=Newsletter Archive;url=/NewsletterArchive.asp;status=Newsletter Archive;;"); } drawMenus();