
with(milonic=new menuname("Main Menu")){
	
alwaysvisible=1;
left=10;
orientation="vertical";
position="relative";
style=menuStyle;
top=10;

aI("showmenu=About Us;text=About Us;");
aI("showmenu=Housing Law Center;text=Housing Law Center;");
aI("showmenu=Consumer Law Group;text=Consumer Law Group;");
aI("showmenu=Family Law Center;text=Family Law Center;");
aI("showmenu=Public Benefits Unit;text=Public Benefits Unit;");
aI("showmenu=Low Income Taxpayers Clinic;text=Low Income Taxpayers Clinic;");
aI("showmenu=State Support;text=State Support;");
aI("showmenu=Community Outreach;text=Community Outreach;");
aI("showmenu=Other Resources;text=Publications & Resources;");
aI("showmenu=Contact Us;text=Contact Us;");
aI("showmenu=Home;text=Home;");



}

drawMenus();

