_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=250 // The time delay before menus open on mouse over _subOffsetTop=10 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset with(menuStyle=new mm_style()){ bgimage='/graphics/menu_bg.gif'; onbgcolor="#9D3131"; oncolor="#ffffff"; offcolor="#ffffff"; bordercolor="#000000"; borderwidth=1; separatorcolor="#000000"; separatorsize="1"; padding=5; itemwidth=100; fontsize="100%"; fontweight="bold"; fontfamily="Trebuchet MS, Arial, sans-serif"; pagecolor="#ffffff"; pagebgcolor="#9D3131"; headercolor="#000000"; headerbgcolor="#9D3131"; } with(milonic=new menuname("Main Menu")){ style=menuStyle; top=215; screenposition="center"; alwaysvisible=1; orientation="horizontal"; align="center"; menuwidth=755; menualign="center"; aI("text=Home;showmenu=home;url=/"); aI("text=News;showmenu=news;url=/news/"); aI("text=Attorneys;url=/attorneys"); aI("text=Offices;showmenu=offices;url=/offices/"); aI("text=  Practice Areas  ;showmenu=areas;url=/practice areas/"); aI("text= Library ;showmenu=library;url=/library/index.cfm"); aI("text=Seminars;url=/seminars/"); aI("text=Recruiting;showmenu=recruiting;url=/recruiting/"); aI("text=Contact Us;showmenu=contact;url=/contact us/"); } with(milonic=new menuname("offices")){ style=menuStyle; align="left"; aI("text=Wichita;url=/offices/wichita.cfm"); aI("text=Topeka;url=/offices/topeka.cfm"); aI("text=Overland Park;url=/offices/overlandpark.cfm"); } with(milonic=new menuname("areas")){ style=menuStyle; align="left"; aI("text=Industry Areas;url=/industry areas/"); } with(milonic=new menuname("news")){ style=menuStyle; align="left"; aI("text=Attorney News;url=/news/attorneys.cfm"); aI("text=E-Mail Alerts;url=/news/emailAlerts.cfm"); aI("text=RSS Feed;url=/news/rss.cfm"); } with(milonic=new menuname("library")){ style=menuStyle; align="left"; aI("text=Issue Alerts;url=/library/issueAlerts.cfm"); aI("text=Articles;url=/library/articles.cfm"); aI("text=Newsletters;url=/library/newsletters.cfm"); aI("text=Videos, Podcasts, MP3s;url=/library/video.cfm"); } with(milonic=new menuname("recruiting")){ style=menuStyle; align="left"; aI("text=Associates;url=/recruiting/associates.cfm"); aI("text=Summer Associates;url=/recruiting/summer.cfm"); aI("text=Staff;url=/recruiting/staff.cfm;"); } with(milonic=new menuname("home")){ style=menuStyle; align="left"; aI("text=Welcome;url=/home/"); aI("text=History;url=/home/history.cfm"); aI("text=Disclaimer;url=/home/disclaimer.cfm"); aI("text=Privacy Notice;url=/home/privacy.cfm"); } with(milonic=new menuname("contact")){ style=menuStyle; aI("text=Feedback Form;url=/contact us/feedback.cfm"); } drawMenus();