with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
menuwidth="880px"; 
menualign="center";
orientation="horizontal";
style=menuStyle;
position='relative';
aI("showmenu=About;text=ABOUT DUANE MORRIS&nbsp;;url=" + __DMServer + "/site/about.html");
aI("showmenu=Practices;text=&nbsp;PRACTICES / INDUSTRIES&nbsp;;url=" + __DMServer + "/site/practices_industries.html;");
aI("text=&nbsp;PEOPLE&nbsp;;url=" + __DMServer + "/site/attorneysearch.html;");
aI("text=&nbsp;OFFICES&nbsp;;url=" + __DMServer + "/site/offices.html;");
aI("text=&nbsp;CLIENT SUCCESSES&nbsp;;url=" + __DMServer + "/site/clientsuccess.html;");
aI("showmenu=News;text=&nbsp;NEWS & PUBLICATIONS&nbsp;;url=" + __DMServer + "/site/recentnewsandpubs.html;");
aI("text=&nbsp;EVENTS&nbsp;;url=" + __DMServer + "/site/events.html;");
aI("text=&nbsp;AFFILIATES&nbsp;&nbsp;&nbsp;&nbsp;;url=" + __DMServer + "/site/affiliates.html;");
}
drawMenus();