_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=50 // Follow scrolling Rate _subOffsetTop=0 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(WhiteStyle=new mm_style()){ borderwidth=0; separatorsize="0"; padding=0; subimage=""; subimagepadding="0"; overfilter="Alpha(opacity=100)"; outfilter="randomdissolve(duration=0.3)"; } with(menu2Style=new mm_style()){ onbgcolor="#b8b3a6"; oncolor="#ffffff"; offbgcolor="#737373"; offcolor="#ffffff"; bordercolor="#000000"; borderstyle="solid"; borderwidth=1; separatorcolor="#000000"; separatorsize="1"; padding=3; fontsize="10px"; fontstyle="normal"; fontfamily="Verdana,Helvetica"; pagecolor="black"; pagebgcolor="#faf7e4"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage=""; subimagepadding="0"; overfilter="Alpha(opacity=100)"; outfilter="randomdissolve(duration=0.3)"; } with(milonic=new menuname("home")){ style=WhiteStyle; top=115; left=165; alwaysvisible=1; orientation="horizontal"; overflow="scroll"; aI("image=images/homeOff.jpg;overimage=images/homeOn.jpg;url=http://www.moorecountync.gov/main/page.asp?rec=/pages/home.asp");} with(milonic=new menuname("findithere")){ style=WhiteStyle; top=115; left=315; alwaysvisible=1; orientation="horizontal"; overflow="scroll"; aI("showmenu=findithere1;image=images/servicesOff.jpg;overimage=images/servicesOn.jpg;"); } with(milonic=new menuname("findithere1")){ style=menu2Style; itemwidth=182; top=138; left=315; aI("text=Activities Sign Up & Pay Online ;url=newPlayer.aspx;status=Activities Sign Up & Pay Online;") aI("text=Parks & Recreation Calendar ;url=eCalendar.aspx;status=Parks & Recreation Calendar;") aI("text=Employment Application ;url=onLineForms.aspx;status=Employment Application;") } with(milonic=new menuname("services")){ style=WhiteStyle; top=115; left=465; alwaysvisible=1; orientation="horizontal"; overflow="scroll"; aI("showmenu=services1;image=images/infoOff.jpg;overimage=images/infoOn.jpg;url=information.aspx");} with(milonic=new menuname("services1")){ style=menu2Style; itemwidth=172; top=136; left=465; aI("text=Contact Information ;url=information.aspx;status=Contact Information;") aI("text=Registration Forms ;url=onLineForms.aspx;status=Registration Forms;") aI("text=Schedules and Standings ;url=onlineforms.aspx;status=Schedules and Standings ;") aI("text=Special Events ;url=onLineForms.aspx;status=Special Events;") aI("text=Sports Information ;url=onlineforms.aspx;status=Sports Information;") aI("text=Maps ;url=onLineForms.aspx;status=Maps;") } drawMenus();