_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=40 // Follow scrolling Rate _subOffsetTop=0 // Sub menu top offset _subOffsetLeft=-1 // Sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(menuStyle = new mm_style()) { onbgcolor="#555555"; oncolor="#ffffff"; offbgcolor="#ffffff"; offcolor="#000000"; bordercolor="#000000"; borderstyle="solid"; borderwidth=1; separatorcolor="#555555"; separatorsize="1"; padding=4; fontsize="11px"; fontstyle="bold"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="black"; pagebgcolor="#E0E0E0"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="images/arrow.gif"; subimagepadding="2"; } with(new menuname("Main Menu")) { style = menuStyle; top = 83; center = 0; alwaysvisible = 1; orientation = "horizontal"; aI("image=../images/home_n.gif;overimage=../images/home_r.gif;url=.;subimage=;borderwidth=0;separatorsize=0;"); aI("image=../images/areas_n.gif;overimage=../images/areas_r.gif;showmenu=Areas7;url=areas.php;subimage=;separatorsize=0;"); aI("image=../images/services_n.gif;overimage=../images/services_r.gif;url=blogs.php;subimage=;separatorsize=0;"); aI("image=../images/articles_n.gif;overimage=../images/articles_r.gif;url=articles.php;subimage=;separatorsize=0;"); aI("image=../images/blogs_n.gif;overimage=../images/blogs_r.gif;url=blogs.php;subimage=;separatorsize=0;"); aI("image=../images/links_n.gif;overimage=../images/links_r.gif;url=resources.php;subimage=;separatorsize=0;"); } with(new menuname("Areas7")) { style = menuStyle; overflow = 'scroll'; aI("text=Elder             ;url=area.php?PracticeAreaID=7;"); }