

_menuCloseDelay=50           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=200            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle2=new mm_style()){
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
// overfilter="Fade(duration=0);Alpha(opacity=100)";
// outfilter="randomdissolve(duration=0.3)";
}


with(menuStyleSUB=new mm_style()){
onbgcolor="#2233aa";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
// subimage="images/subbutton1a.jpg";
// bgimage="images/subbutton1a.jpg";
subimagepadding="2";
// overfilter="Fade(duration=0);Alpha(opacity=100)";
// outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle2;
top=48;
left=150;
alwaysvisible=1;
orientation="horizontal";
aI("image=images/topnav4c_home.jpg;url=index.htm;status=Back To Home Page;");
aI("image=images/topnav4c_about.jpg;showmenu=ABOUT;url=aboutus.htm;");
aI("image=images/topnav4c_cont.jpg;showmenu=CONTACT;url=contact_directions.htm");
aI("image=images/topnav4c_news.jpg;showmenu=NEWS;url=news.htm;");
aI("image=images/topnav4c_site.jpg;url=sitemap.htm;");
aI("image=images/topnav4c_faq.jpg;url=faqs.htm;");
}

with(milonic=new menuname("ABOUT")){
style=menuStyleSUB;
top=77;
left=100;
orientation="horizontal";
aI("image=images/sub_green.jpg;url=green.htm;align=center;");
aI("image=images/sub_mission.jpg;url=mission.htm;align=center;");
aI("image=images/sub_bios.jpg;url=bios/bios.htm;");
aI("image=images/sub_photo.jpg;url=photos.htm;");
aI("image=images/sub_community.jpg;url=community.htm;align=center;");
aI("image=images/sub_custcomments.jpg;url=testimonials.htm;align=center;");
}


with(milonic=new menuname("CONTACT")){
style=menuStyleSUB;
top=77;
left=320;
orientation="horizontal";
aI("image=images/sub_emailus.jpg;url=mailto:email@baystateenvelope.com;align=center;");
aI("image=images/sub_directions.jpg;url=contact_directions.htm#Directions to Our Facility;");
}

with(milonic=new menuname("NEWS")){
style=menuStyleSUB;
top=77;
left=330;
orientation="horizontal";
aI("image=images/sub_awards.jpg;url=awards.htm;align=center;");
aI("image=images/sub_events.jpg;url=events_company.htm;");
aI("image=images/sub_tradeshows.jpg;url=tshows.htm;align=center;");
aI("image=images/sub_press.jpg;url=press.htm;");
}


drawMenus();

