_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=10 // Sub menu top offset _subOffsetLeft=-5 // Sub menu left offset with(menuStyle=new mm_style()){ onbgcolor="#c1c856"; oncolor="#ffffff"; offbgcolor="#c1c856"; offcolor="#000000"; bordercolor="#ffffff"; borderstyle="solid"; borderwidth=0; separatorcolor="#000000"; separatorsize="1"; padding=5; fontsize="70%"; fontstyle="normal"; fontfamily="Arial, Verdana, Tahoma"; pagecolor="black"; pagebgcolor="#A0906F"; headercolor="#000000"; headerbgcolor="#000000"; subimage=""; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=0, Strength=0)"; outfilter="randomdissolve(duration=0.3)"; } with(menuStyle1=new mm_style()){ onbgcolor="#DDDDEE"; oncolor="#000000"; offbgcolor="#DDDDEE"; offcolor="#777777"; bordercolor="#DDDDEE"; borderstyle="solid"; borderwidth=0; separatorcolor="#DDDDEE"; separatorsize="0"; padding=5; fontsize="65%"; fontstyle="normal"; fontfamily="Arial, Verdana, Tahoma"; pagecolor="#777777"; pagebgcolor="#DDDDEE"; headercolor="#777777"; headerbgcolor="#ffffff"; subimage=""; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=85);Shadow(color='#777777', Direction=0, Strength=0)"; outfilter="randomdissolve(duration=0.3)"; } with(milonic=new menuname("Main Menu")){ style=menuStyle; top=80; left=1; alwaysvisible=1; orientation="horizontal"; aI("image=../homeOff2.jpg;overimage=../homeOn2.jpg;url=../default.asp"); aI("showmenu=Government;image=../government2Off.jpg;overimage=../government2On.jpg;url=#;"); aI("showmenu=Services;image=../servicesOff2.jpg;overimage=../servicesOn2.jpg;url=#"); } with(milonic=new menuname("Government")){ style=menuStyle; overflow="scroll"; aI("text=About Lucama                                  ;url=../about.asp;"); aI("text=Our History;url=../history.asp;"); aI("text=Message from the Mayor;url=../mayor.asp;"); aI("text=Board of Commissioners;url=../board.asp;"); aI("text=Contact Information;url=../contact.asp;"); aI("text=Links;url=../links.asp;"); aI("text=Lucama's Electric Story;url=../electric.asp;"); } with(milonic=new menuname("Services")){ style=menuStyle; overflow="scroll"; aI("text=Citizen Work Request                                  ;url=../request.asp;"); aI("text=Utility Policies;url=../utility.asp;"); aI("text=Deposit Policies;url=../policy.asp;"); aI("text=Residential Utility Rates;url=../rates.asp;"); aI("text=Sanitation Services;url=../sanitation.asp;"); aI("text=Economic Development;url=../development.asp;"); } drawMenus();