_menuCloseDelay=500;
_menuOpenDelay=1;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana;";
fontsize=12;
fontweight="bold"
fontstyle="normal";
itemheight=10;
offcolor="#FFFFFF";
oncolor="#FFFF00";
onbgcolor="";
offbgcolor="";
decoration='none';
ondecoration='none';
separatorcolor="#455F98";
separatorsize=0;
offclass="mmpadding";
onclass="mmpadding1";
}

with(SubmenuStyle=new mm_style()){
fontfamily="verdana;";
fontsize=12;
fontweight="normal"
fontstyle="normal";
itemheight=10; 
separatorsize=1;
separatorcolor="#FF9900";
borderwidth=1;
borderstyle="solid";
bordercolor="#FF9900";
offcolor="#FFFFFF";
offbgcolor="#BF0223";
oncolor="#FFFFFF"; 
onbgcolor="#DD082D"; 
decoration='none';
ondecoration='none';
//image="images/arrow_r_brown.gif";
//overimage="images/arrow_r_orange.gif";
imagepadding=5;
align="left";
offclass="mmpadding_sub";
onclass="mmpadding_sub";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
orientation="horizontal";
alwaysvisible=1;
position="relative";

aI("showmenu=Home;text=Home;url=index.cfm;");
aI("showmenu=FestivalOverview;text=Festival Overview;url=festivaloverview.cfm;");
aI("showmenu=FestivalEvents;text=Festival Events;url=festivalevents.cfm;");
aI("showmenu=Participate;text=Participate;url=participate.cfm;");
aI("showmenu=Site Map;text=Site Map;url=sitemap.cfm;");
aI("showmenu=Contact Us;text=Contact Us&nbsp;;url=contactus.cfm;");
}

with(milonic=new menuname("FestivalOverview")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=History;text=History and About HBSF;url=historyandabout.cfm;");
aI("showmenu=Festival Sponsors;text=Festival Sponsors;url=sponsors.cfm;");
aI("showmenu=Food Court;text=Food Court;url=foodcourt.cfm;");
aI("showmenu=Arts and Crafts;text=Arts and Crafts;url=artsandcrafts.cfm;");
aI("showmenu=Beverage Court;text=Beverage Court;url=beveragecourt.cfm;");
aI("showmenu=Directions;text=Directions;url=directions.cfm;");
aI("showmenu=Free Parking;text=Free Parking and Shuttles;url=freeparkingandshuttles.cfm;");
aI("showmenu=Handicap Services & Shuttle Info;text=Handicap Services & Shuttle Info;url=handicap_services.cfm;");
aI("showmenu=Map of Tents;text=Map of Tents;url=mapoftents.cfm;");
aI("showmenu=Photo Gallery;text=Photo Gallery;url=photogallery.cfm;");
aI("showmenu=Souvenir Gift Shop;text=Souvenir Gift Shop;url=souvenirgiftshop.cfm;");
aI("showmenu=Admissions;text=Admissions;url=admissions.cfm;");
aI("showmenu=Press Room;text=Press Room;url=pressroom.cfm;");
}

with(milonic=new menuname("FestivalEvents")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=Festival Schedule;text=Festival Schedule;url=festivalschedule.cfm;");
aI("showmenu=Live Entertainment;text=Live Entertainment;url=liveentertainment.cfm;");
aI("showmenu=Culinary Chef Demo;text=Culinary Chef Demo;url=culinarychefdemo.cfm;");
aI("showmenu=Kiddie Land;text=Kiddie Land;url=kiddieland.cfm;");
aI("showmenu=Fireworks;text=Fireworks;url=fireworks.cfm;");
aI("showmenu=Skydive New England;text=Skydive New England;url=newengland.cfm;");
aI("showmenu=Award Winners;text=Award Winners;url=awardwinners.cfm;");
aI("showmenu=Lobster Roll Eating Contest;text=Lobster Roll Eating Contest;url=lobster_contest.cfm;");
<!---aI("showmenu=Rotary 5K Road Race;text=Rotary 5K Road Race;url=rotary5kroadrace.cfm;");--->
}

with(milonic=new menuname("Participate")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=Become a Volunteer;text=Become a Volunteer;url=festival_volunteer.cfm;");
aI("showmenu=Sponsorship Opps;text=Sponsorship Opps;url=sponsorshipopps.cfm;");
aI("showmenu=Vendor Info;text=Vendor Info;url=vendorinfo.cfm;");
aI("showmenu=Festival Committee;text=Festival Committee;url=festivalcommittee.cfm;");
aI("showmenu=Lobster Roll Eating Contest;text=Lobster Roll Eating Contest;url=lobster_contest.cfm;");
}

drawMenus();
