with(new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=mainStyle;
position="relative";
top=0;
left=0;

aI("text=Home;url=http://www.garlandgriffiths.com/;itemwidth=65;");
aI("showmenu=PRACTICE;text=Areas of Practice;url=legal_services_for_oregon.html;itemwidth=145;");
aI("showmenu=TEAM;text=Our Team;url=hillsboro_oregon_law_firm.html;itemwidth=95;")
aI("showmenu=FIRM;text=The Firm;url=hillsboro_oregon_lawyers.html;itemwidth=90;");
aI("showmenu=US;text=Get to Know Us;url=we_the_people.html;itemwidth=135;");
aI("showmenu=NEWS;text=Newsletter;itemwidth=100;");

}
drawMenus();


