fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffeedd";
offcolor="#222222";
onbgcolor="#0a4264";
oncolor="#ffffff";
// outfilter="randomdissolve(duration=0.3)";
// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#aaaaaa";
pagecolor="black";
separatorcolor="#000000";
separatorsize=1;
subimage="../images/arrow.gif";
subimagepadding=2;
}

//pagebgcolor="#82B6D7";
//onbgcolor="#4F8EB6";offcolor="#515151";offbgcolor="#DCE9F0";onbgcolor="#0a4264";


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
itemwidth=176;
overflow="scroll";
style=menuStyle;
top=210;
aI("text=Home;url=/index.cfm;");
aI("showmenu=OurChamber;text=Our Chamber;");
aI("showmenu=BizResources;text=Economic Development;");
aI("showmenu=CommunityResources;text=Community Resources;");
aI("text=Calendar;url=/calendar_ac.cfm;");
aI("text=Newsletters;url=/newsletters.cfm;");
aI("text=Business Directory;url=/dir.cfm;");
aI("text=Contact;url=/contact.cfm;");
}

with(milonic=new menuname("OurChamber")){
overflow="scroll";
style=menuStyle;
aI("text=Board of Directors;url=/board.cfm;")
aI("text=Membership Services;url=/membershipservices.cfm;")
aI("text=Past Presidents;url=/pastpresidents.cfm;")
aI("text=Join the Chamber;url=/joinchamber.cfm;")
}

with(milonic=new menuname("BizResources")){
style=menuStyle;
aI("text=Parish Profile;url=/parishprofile.cfm;");
aI("text=One Stop Shop;url=/onestopshop.cfm;");
aI("text=Tax Information;url=/taxinformation.cfm;");
}

with(milonic=new menuname("CommunityResources")){
style=menuStyle;
aI("showmenu=ResourceDirectory;text=Resource Directory;");
aI("showmenu=GovernmentEntities;text=Government Entities;");
aI("text=Community Services;url=/communityservices.cfm;");
aI("text=Library;url=/library.cfm;");
aI("text=New in Town;url=/newintown.cfm;");
aI("text=Churches;url=/churches.cfm;");
aI("text=Recreation;url=/recreation.cfm;");
aI("text=Tourism;url=/tourism.cfm;");
aI("text=Public Safety;url=/publicsafety.cfm;");
aI("text=Education;url=/education.cfm;");
}

with(milonic=new menuname("ResourceDirectory")){
style=menuStyle;
aI("text=National Organizations;url=/nationalorganizations.cfm;");
aI("text=Civic Organizations;url=/civicorganizations.cfm;");
aI("text=Religious Organizations;url=/religiousorganizations.cfm;");
}

with(milonic=new menuname("GovernmentEntities")){
style=menuStyle;
aI("text=Government - City of Abbeville;url=/governmentabbeville.cfm;");
aI("text=Government - Vermilion Parish School Board;url=/governmentvpsb.cfm;");
aI("text=Government - Town of Erath;url=/governmenterath.cfm;");
aI("text=Government - Town of Gueydan;url=/governmentgueydan.cfm;");
aI("text=Government - City of Kaplan;url=/governmentkaplan.cfm;");
aI("text=Government - Town of Delcambre;url=/governmentdelcambre.cfm;");
aI("text=Government - Village of Maurice;url=/governmentmaurice.cfm;");
aI("text=Government - Vermilion Parish Police Jury;url=/governmentvppj.cfm;");
aI("text=Government - Vermilion Parish Offices;url=/governmentvpoffices.cfm;");
aI("text=Government - U.S. Senators and Reps.;url=/governmentus.cfm;");
aI("text=Government - State Legislators.;url=/governmentleg.cfm;");
}

drawMenus();

