_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="#B0082B"; oncolor="#cba979"; offbgcolor="#B0082B"; offcolor="#FFFFFF"; bordercolor="#5E93AD"; borderstyle="solid"; borderwidth=0; separatorcolor="#ffffff"; separatorsize="1"; padding="4"; fontsize="13"; fontstyle="normal"; fontfamily="arial, helvetica, verdana"; pagecolor="#cba979"; pagebgcolor=""; headercolor="#000000"; headerbgcolor="#ffffff"; subimage=""; subimagepadding="2"; separatoralign='left'; separatorimage='/images/design/dots.gif'; separatorwidth=20; separatorheight=10; 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=700; aI("text=Home;url=/default.asp?documentid=2;status=Home;;imageposition=right;itemwidth=50;offcolor=#ffffff;"); aI("text=Welcome;url=/default.asp?documentid=86;status=Welcome;;imageposition=right;itemwidth=70;offcolor=#ffffff;showmenu=T1-2;"); aI("text=Tourism;url=/default.asp?documentid=88;status=Tourism;;imageposition=right;itemwidth=55;offcolor=#ffffff;showmenu=T1-3;"); aI("text=Photo Gallery;url=image gallery.asp;status=Photo Gallery;;imageposition=right;itemwidth=100;offcolor=#ffffff;showmenu=T1-6;"); aI("text=Council;url=/default.asp?documentid=97;status=Council;;imageposition=right;itemwidth=62;offcolor=#ffffff;showmenu=T1-4;"); aI("text=News;url=News Archive.asp;status=News;;imageposition=right;itemwidth=50;offcolor=#ffffff;"); aI("text=Events;url=calendarbydate.asp;status=Events;;imageposition=right;itemwidth=50;offcolor=#ffffff;"); aI("text=Tenders;url=/TenderArchive.asp;status=Tenders;;imageposition=right;itemwidth=38;offcolor=#ffffff;"); aI("text=Employment;url=/EmploymentArchive.asp;status=Employment;;imageposition=right;itemwidth=38;offcolor=#ffffff;"); aI("text=Search;url=/search/search.asp;status=Search;;imageposition=right;itemwidth=38;offcolor=#ffffff;"); aI("text=Contact;url=/default.asp?documentid=96;status=Contact;;imageposition=right;itemwidth=50;offcolor=#ffffff;"); } with(milonic=new menuname("T1-2")){ style=menuStyle; margin=5; overflow="scroll"; aI("text=History;url=/default.asp?documentid=87;status=History;;offbgcolor=#B0082B;onbgcolor=#B0082B;"); } with(milonic=new menuname("T1-3")){ style=menuStyle; margin=5; overflow="scroll"; aI("text=Attractions;url=/default.asp?documentid=89;status=Attractions;;offbgcolor=#B0082B;onbgcolor=#B0082B;"); aI("text=Historic Buildings;url=/default.asp?documentid=90;status=Historic Buildings;;offbgcolor=#B0082B;onbgcolor=#B0082B;"); aI("text=Town Services;url=/default.asp?documentid=91;status=Town Services;;offbgcolor=#B0082B;onbgcolor=#B0082B;"); aI("text=Services;url=/default.asp?documentid=94;status=Services;;offbgcolor=#B0082B;onbgcolor=#B0082B;"); } with(milonic=new menuname("T1-6")){ style=menuStyle; margin=5; overflow="scroll"; aI("text=Awards;url=/image gallery.asp?catid=1;status=Awards;;offbgcolor=#B0082B;onbgcolor=#B0082B;"); aI("text=Fauna;url=/image gallery.asp?catid=2;status=Fauna;;offbgcolor=#B0082B;onbgcolor=#B0082B;"); aI("text=Flora;url=/image%20gallery.asp?catid=3;status=Flora;;offbgcolor=#B0082B;onbgcolor=#B0082B;"); aI("text=Buildings;url=/image gallery.asp?catid=3;status=Buildings;;offbgcolor=#B0082B;onbgcolor=#B0082B;"); aI("text=Great Fingall Mine;url=/image gallery.asp?catid=7;status=Great Fingall Mine;;offbgcolor=#B0082B;onbgcolor=#B0082B;"); aI("text=Landscapes;url=/image gallery.asp?catid=9;status=Landscapes;;offbgcolor=#B0082B;onbgcolor=#B0082B;"); aI("text=Milly Soak;url=/image gallery.asp?catid=5;status=Milly Soak;;offbgcolor=#B0082B;onbgcolor=#B0082B;"); } with(milonic=new menuname("T1-4")){ style=menuStyle; margin=5; overflow="scroll"; aI("text=Councillors;url=/default.asp?documentid=92;status=Councillors;;offbgcolor=#B0082B;onbgcolor=#B0082B;"); aI("text=Staff;url=/default.asp?documentid=93;status=Staff;;offbgcolor=#B0082B;onbgcolor=#B0082B;"); aI("text=Public Documents;url=/CouncilDocuments.asp;status=Public Documents;;offbgcolor=#B0082B;onbgcolor=#B0082B;"); aI("text=Agendas;url=/Agenda.asp;status=Agendas;;offbgcolor=#B0082B;onbgcolor=#B0082B;"); aI("text=Minutes;url=/minutes.asp;status=Minutes;;offbgcolor=#B0082B;onbgcolor=#B0082B;"); aI("text=Online Payments;url=/default.asp?documentid=95;status=Online Payments;;offbgcolor=#B0082B;onbgcolor=#B0082B;"); } drawMenus();