_menuCloseDelay=1000 // The time delay for menus to remain visible on mouse out _menuOpenDelay=0 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=40 // Follow scrolling Rate _subOffsetTop=10 // 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(mainStyle=new mm_style()){ onbgcolor=""; oncolor=""; offbgcolor=""; offcolor=""; bordercolor=""; borderstyle=""; borderwidth=0; separatorcolor=""; separatorsize="0"; padding=0; fontsize="10px"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor=""; pagebgcolor=""; headercolor=""; headerbgcolor=""; subimage=""; subimagepadding=""; } with(menuStyle=new mm_style()){ onbgcolor="#333333"; oncolor="#FFFFFF"; offbgcolor="#000000"; offcolor="#FFFFFF"; bordercolor="#FFFFFF"; borderstyle="solid"; borderwidth=1; separatorcolor=""; separatorsize=""; padding=5; fontsize="10px"; fontfamily="tahoma, verdana"; high3dcolor="#000000"; low3dcolor="#333333"; swap3d="0"; overfilter="Fade(duration=0.3)"; outfilter="randomdissolve(duration=0.2)"; } with(milonic=new menuname("Residential")){ style=menuStyle; orientation="vertical"; aI("text=Crown Point;url=/Residential/property.asp?PropertyId=33;"); aI("text=Emerald Drive Townhomes;url=/Residential/property.asp?PropertyId=12;"); aI("text=River Wood;url=/Residential/property.asp?PropertyId=18;"); aI("text=Steinbeck Street Apartments;url=/Residential/property.asp?PropertyId=17;"); aI("text=Twain Circle;url=/Residential/property.asp?PropertyId=37;"); aI("text=Walnut Place;url=/Residential/property.asp?PropertyId=19;"); aI("text=West Towne;url=/Residential/property.asp?PropertyId=39;"); aI("text=Westwood Village;url=/Residential/property.asp?PropertyId=32;"); } with(milonic=new menuname("Commercial")){ style=menuStyle; orientation="vertical"; aI("text=South Duff Community Park;url=/commercial/south_duff/index.asp;"); aI("text=South Dayton;url=/commercial/south_dayton/index.asp;"); aI("text=Warehouse - South 16th Street;url=/commercial/south_16th/index.asp;"); } drawMenus();