_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with (menuStyle = new mm_style()) {
	onbgcolor="#A01677";
	oncolor="#ffffff";
	offbgcolor="#3F34AA";
	offcolor="#ffffff";
	bordercolor="#000000";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#000000";
	separatorsize="1";
	separatorwidth='147';
	padding=3;
	fontsize="77%";
	fontstyle="normal";
	fontfamily="Verdana, Tahoma, Arial";
	pagecolor="white";
	pagebgcolor="#000099";
	headercolor="#000000";
	headerbgcolor="#3F34AA";
	image="";
	imagepadding="15";
	subimage="images/arrow.gif";
	subimagepadding="2";
	overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=110, Strength=5)";
	outfilter="randomdissolve(duration=0.3)";
}

with (milonic = new menuname("Main Menu")) {
	style=menuStyle;
	top=157;
	left=12;
	itemwidth=147;
	alwaysvisible=1;
	margin=0;
	orientation="vertical";
	aI("text=About Us;showmenu=about;");
	aI("text=Calendar and Programs;showmenu=calendar;");
	aI("text=Resources;showmenu=resources;");
	aI("text=Join Us;showmenu=join;");
	aI("text=Surveys and Polls;showmenu=surveys;");
}


with (milonic = new menuname("about")) {
	style=menuStyle;
	aI("text=HBGH History;url=history.htm;");
	aI("text=Board of Directors;url=board.htm;");
	aI("text=Industry Involvement;url=industry.htm;");
	aI("text=Who Are Our Members;url=members.htm;");	
}

with (milonic = new menuname("calendar")) {
	style=menuStyle;
	aI("text=Calendar of Events;url=calendar.htm;");
	aI("text=Programs;url=programs.htm;");
}

with (milonic = new menuname("resources")) {
	style=menuStyle;
	aI("text=Useful Links;url=links.htm;");
	aI("text=Articles of Interest;url=articles.htm;");
	aI("text=Newsletters;url=newsletters.htm;");
}

with (milonic = new menuname("join")) {
	style=menuStyle;
	aI("text=Membership Benefits;showmenu=join-sub;");
	aI("text=Membership Forms;url=join-forms.htm;");
}
	with (milonic = new menuname("join-sub")) {
		style=menuStyle;
		aI("text=Top 10 Reasons to Join;url=join-topreasons.htm;");
		aI("text=Members;url=members.htm;");
	}

with (milonic = new menuname("surveys")) {
	style=menuStyle;
	aI("text=Annual Surveys;url=surveys.htm;");
	aI("text=Take the latest Poll;url=polls.htm;");
}

drawMenus();