

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

//onbgcolor="#4F8EB6";
//oncolor="#ffffff";
//offbgcolor="#DCE9F0";
//offcolor="#515151";
//bordercolor="#296488";

with(menuStyle=new mm_style()){
onbgcolor="#CFCCAF";
oncolor="#ffffff";
offbgcolor="#0070B4";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="100%";
fontstyle="normal";
fontfamily="Arial, Helvetica, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="arrow.gif";
//subimagepadding="2";
//subimagepadding="7";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("AboutUs")){
style=menuStyle;
overflow="scroll";
aI("text=About the HCCSV;url=about.asp;");
aI("text=Board Of Directors;url=board.asp;");
aI("text=Staff Members;url=staff.asp;");
aI("text=Economic Development;url=economic.asp;");
aI("text=Press Release;url=press.asp;");
}


with(milonic=new menuname("Membership")){
style=menuStyle;
aI("text=Become a Member;url=membership.asp;");
aI("text=Leads Groups;url=pdf/Alliance_Brochure.pdf;");
}


with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=Business Directory;url=business.asp;");
aI("text=Email Login;url=http://mail.epcservices.com;");
}


with(milonic=new menuname("Contact US")){
style=menuStyle;
//margin=20;
aI("text=;url=contact.asp;");
}

drawMenus();

