_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=-2 // Sub menu left offset // This iteration is horribly incomplete compared with the old menus, // mainly because of the 'neat' switching. with(menuStyle=new mm_style()){ onbgcolor="#4F8EB6"; oncolor="#ffffff"; offbgcolor="#FFFFFF"; offcolor="#515151"; bordercolor="#296488"; borderstyle="solid"; borderwidth=0; separatorcolor="#2D729D"; separatorsize="1"; padding=4; fontsize="95%"; fontstyle="normal"; fontfamily="Arial, helvetica, sans-serif"; pagecolor="black"; pagebgcolor="#82B6D7"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="includes/arrow.gif"; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=4)"; //outfilter="randomdissolve(duration=0.3)"; } with(subMenu=new mm_style()){ onbgcolor="#4F8EB6"; oncolor="#ffffff"; offbgcolor="#DCE9F0"; offcolor="#515151"; bordercolor="#296488"; borderstyle="solid"; borderwidth=0; separatorcolor="#2D729D"; separatorsize="1"; padding=5; fontsize="95%"; fontstyle="normal"; fontfamily="Arial, helvetica, sans-serif"; pagecolor="black"; pagebgcolor="#82B6D7"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="includes/arrow.gif"; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=4)"; //outfilter="randomdissolve(duration=0.3)"; } with(milonic=new menuname("Main Menu")){ itemwidth=120; style=menuStyle; top=95; left=0; alwaysvisible=1; overflow="scroll"; aI("text=Home;url=/index.php;status=Back To Home Page;"); aI("text=About UKinbound;showmenu=about;"); aI("text=Events;showmenu=events;"); aI("text=Press;url=/press.php;status=Press;"); aI("text=Partners;url=/partners.php;status=Partners;"); aI("text=Contact Us;url=/contactus.php;status=Contact Us;"); aI("text=Search Members;url=/memsearch.php;status=Members Search;"); aI("text=Employment;url=/jobs.php;status=Employment with UKinbound;"); aI("text=Join UKinbound;url=/join.php;status=Join UKinbound;"); } with(milonic=new menuname("about")){ style=subMenu; itemwidth=120; aI("text=History;url=/content.php?page=history;"); aI("text=News;url=/news.php;"); aI("text=Secretariat;url=/secretariat.php;"); aI("text=Board of Directors;url=/executive.php;"); aI("text=Benefits of Membership;url=/content.php?page=benefits;"); aI("text=Membership Fees;url=/content.php?page=memfees;"); aI("text=Code of Conduct;url=/content.php?page=conduct;"); aI("text=Constitution;url=/cons.php;"); aI("text=Eligibility;url=/content.php?page=elg;"); aI("text=Industry Links;url=/linx.php;"); aI("text=Application Form;url=/join.php;"); } with(milonic=new menuname("events")){ style=subMenu; itemwidth=120; aI("text=UKinbound Events;url=/events.php?type=Ukinbound;"); aI("text=Industry Events;url=/events.php?type=industry;"); aI("text=Public Events;url=/events.php?type=public;"); } drawMenus();