_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=-10 // Sub menu left offset with(menuStyleBase=new mm_style()){ oncolor='#FFFFFF'; offcolor='#0E2F3E'; padding=0; fontsize="12px"; fontstyle='normal'; fontweight='normal'; fontfamily='Verdana, Arial, Tahoma'; itemheight=30; } with(menuStyle=new mm_style()){ onbgcolor='#89989D'; oncolor='#FFFFFF'; offbgcolor='#89989D'; offcolor='#0E2F3E'; bordercolor='#0E2F3E'; borderstyle='solid'; borderwidth=1; padding=2; fontsize="10px"; fontstyle='normal'; fontweight='normal'; fontfamily='Verdana, Arial, Tahoma'; } with(milonic=new menuname("_MAIN")){ style=menuStyleBase; screenposition="top;center"; top="offset=101"; alwaysvisible=1; width="700"; orientation="horizontal"; aI("showmenu=;image=images/menu/mn_off_01.gif;itemwidth=7;"); aI("showmenu=;image=images/menu/mn_off_02.gif;overimage=images/menu/mn_on_02.gif;url=index.php?view=home;itemwidth=52;pageimage=images/menu/mn_on_02.gif;"); aI("showmenu=attorneys;image=images/menu/mn_off_03.gif;overimage=images/menu/mn_on_03.gif;itemwidth=72;pageimage=images/menu/mn_on_03.gif;"); aI("showmenu=practice;image=images/menu/mn_off_04.gif;overimage=images/menu/mn_on_04.gif;itemwidth=96;pageimage=images/menu/mn_on_04.gif;"); aI("showmenu=news;image=images/menu/mn_off_05.gif;overimage=images/menu/mn_on_05.gif;itemwidth=48;pageimage=images/menu/mn_on_05.gif;"); aI("showmenu=careers;image=images/menu/mn_off_06.gif;overimage=images/menu/mn_on_06.gif;url=index.php?view=show_career;itemwidth=60;pageimage=images/menu/mn_on_06.gif;"); aI("showmenu=offices;image=images/menu/mn_off_07.gif;overimage=images/menu/mn_on_07.gif;itemwidth=59;pageimage=images/menu/mn_on_07.gif;"); aI("showmenu=;image=images/menu/mn_off_08.gif;itemwidth=306;"); } with(milonic=new menuname("attorneys")){ style=menuStyle; alwaysvisible=0; top='offset=0'; margin=10; overflow="scroll"; aI("text=Browse By Name;url=index.php?view=show_att_by_name;"); aI("text=Browse By Office;url=index.php?view=show_att_by_office;"); aI("text=Browse By Practice Area;url=index.php?view=show_att_by_area;"); } with(milonic=new menuname("practice")){ style=menuStyle; alwaysvisible=0; top='offset=0'; margin=10; overflow="scroll"; aI("text=Bankruptcy and Creditors' Rights;url=index.php?view=show_practice&practice_area_id=18;");aI("text=Civil Rights and Municipal Liability;url=index.php?view=show_practice&practice_area_id=14;");aI("text=Commercial Law and Litigation;url=index.php?view=show_practice&practice_area_id=1;");aI("text=Employment Practices Liability;url=index.php?view=show_practice&practice_area_id=12;");aI("text=Environmental Law and Litigation;url=index.php?view=show_practice&practice_area_id=19;");aI("text=Gaming Industry Litigation;url=index.php?view=show_practice&practice_area_id=22;");aI("text=General Liability;url=index.php?view=show_practice&practice_area_id=8;");aI("text=Insurance;url=index.php?view=show_practice&practice_area_id=4;");aI("text=Mediation and Alternative Dispute Resolution;url=index.php?view=show_practice&practice_area_id=21;");aI("text=Medical Professional Liability;url=index.php?view=show_practice&practice_area_id=17;");aI("text=Product Liability;url=index.php?view=show_practice&practice_area_id=11;");aI("text=Professional Liability;url=index.php?view=show_practice&practice_area_id=3;");aI("text=Subrogation and Recovery;url=index.php?view=show_practice&practice_area_id=23;");aI("text=Toxic Tort Litigation;url=index.php?view=show_practice&practice_area_id=20;");aI("text=Transportation Litigation;url=index.php?view=show_practice&practice_area_id=9;");aI("text=Workers' Compensation;url=index.php?view=show_practice&practice_area_id=7;"); } with(milonic=new menuname("news")){ style=menuStyle; alwaysvisible=0; top='offset=0'; margin=10; overflow="scroll"; aI("text=Firm News;url=index.php?view=show_news&news_title_id=8;");aI("text=New Associates;url=index.php?view=show_news&news_title_id=5;");aI("text=New Partners;url=index.php?view=show_news&news_title_id=3;");aI("text=Newsletters;url=index.php?view=show_newsletter;");aI("text=Speaking Engagements;url=index.php?view=show_news&news_title_id=6;"); } with(milonic=new menuname("offices")){ style=menuStyle; alwaysvisible=0; top='offset=0'; margin=10; overflow="scroll"; aI("text=Cherry Hill;url=index.php?view=show_offices&office_locations_id=2;");aI("text=Harrisburg;url=index.php?view=show_offices&office_locations_id=7;");aI("text=London;url=index.php?view=show_offices&office_locations_id=9;");aI("text=New York;url=index.php?view=show_offices&office_locations_id=3;");aI("text=Newark;url=index.php?view=show_offices&office_locations_id=4;");aI("text=Philadelphia;url=index.php?view=show_offices&office_locations_id=6;");aI("text=Pittsburgh;url=index.php?view=show_offices&office_locations_id=8;");aI("text=Scranton;url=index.php?view=show_offices&office_locations_id=5;");aI("text=Washington, PA;url=index.php?view=show_offices&office_locations_id=11;"); } drawMenus();