with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
style=menuStyle;
aI("align=center;text=Home;url=index.html;");
aI("align=center;showmenu=About;text=About Boston GreenFest;");
aI("align=center;showmenu=Events;text=Events & Activities;");
aI("align=center;showmenu=Music;text=Music & Entertainment;");
aI("align=center;showmenu=Sponsors;text=Sponsors & Exhibitors;");
aI("align=center;showmenu=Begreen;text=Be Green!;");
aI("align=center;text=Photo Gallery;url=photos.html;");
aI("align=center;showmenu=Cityhall;text=City Hall Plaza;");
}
drawMenus();