_menuCloseDelay=2000;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=0;
 
with(menuStyle=new mm_style()){
 align="left";
 bordercolor='#19709D';
 borderstyle='solid';
 separatorcolor='#2281AD';
 separatorsize='1';
 borderwidth='0';
 fontfamily='Arial, Helvetica';
 fontsize='13px';
 fontstyle='normal';
 fontweight='regular';
 headerbgcolor='#f8f8f8';
 headercolor='#000000';
 offbgcolor='#19709D';
 offcolor='#fff';
 onbgcolor='#2281AD';
 oncolor='#fff';
 padding='6';
 pagebgcolor='#2281AD';
 pagecolor='#fff';
 subimage='../images/arrowWhite.png';
 onsubimage='../images/arrowWhite.png';
 subimagepadding='3';
 itemwidth='185';
}



////////////////////////////////
with (milonic = new menuname("ABOUT")) {
	style = menuStyle;
	top = "offset=11";
	left = "offset=-5";
	aI("text=Mission Statement;url=index.cfm?pg=about;");
	aI("text=President's Letter;url=index.cfm?pg=PresidentsLetter;");
	aI("text=Board;showmenu=board;");
	aI("text=Committees;url=index.cfm?pg=Committees;");
	aI("text=Staff;url=index.cfm?pg=contact;");
	aI("text=HTLA Bylaws;url=index.cfm?pg=ByLaws;");
	aI("text=Preferred Vendors & Sponsors;url=index.cfm?pg=Vendors;");
	aI("text=Contact HTLA;url=index.cfm?pg=contact;");
}

	with (milonic = new menuname("board")) {
		style = menuStyle;
		top = "offset=0";
		left = "offset=0";
		aI("text=Executive Board;url=index.cfm?&pg=ExecutiveBoard;");
		aI("text=Board of Directors;url=index.cfm?&pg=BoardofDirectors;");
		aI("text=Past Presidents;url=index.cfm?&pg=PastPresidents;");
		aI("text=Minutes;url=index.cfm?&pg=Minutes;");
		aI("text=Agendas;url=index.cfm?&pg=Agendas;");
	}

/////////////////////////////////
with (milonic = new menuname("MEMBER")) {
	style = menuStyle;
	top = "offset=11";
	left = "offset=-5";
	aI("text=Benefits;url=index.cfm?pg=benefits;");
	aI("text=Application;showmenu=Join;");
	aI("text=Renew;url=index.cfm?&pg=Renew;");
	aI("text=Update My Information;url=index.cfm?pg=updateMember;");
}

	with (milonic = new menuname("join")) {
		style = menuStyle;
		top = "offset=0";
		left = "offset=0";
		aI("text=Online Form;url=index.cfm?pg=Join;");
		aI("text=Printable Version;url=index.cfm?pg=application;");
	}
	
	
////////////////////////////////
with (milonic = new menuname("RESOURCES")) {
	style = menuStyle;
	top = "offset=11";
	left = "offset=-5";
	aI("text=Membership Directory;url=index.cfm?&pg=members;");
	aI("text=Justice Nation;url=index.cfm?&pg=socialnetwork;");
	aI("text=Expert Depositions;url=index.cfm?pg=search&bid=925;");
	aI("text=Upload Documents;url=index.cfm?pg=uploadDocuments;");
	aI("text=Helpful Links;url=index.cfm?&pg=links;");
  aI("text=Mentorship Program;url=index.cfm?&pg=MentorshipProgram;");
}


////////////////////////////////
with (milonic = new menuname("COMMUNITIES")) {
	style = menuStyle;
	top = "offset=11";
	left = "offset=-5";
	aI("text=Access the Listserv;showmenu=LISTSERV;");
	aI("text=List Server Agreement;url=index.cfm?pg=Agreement;");
	aI("text=Access My List Communities;url=index.cfm?pg=socialnetwork;");
}
	
	with (milonic = new menuname("LISTSERV")) {
		style = menuStyle;
		top = "offset=0";
		left = "offset=0";
		aI("text=Browse List Server Messages;url=index.cfm?pg=listviewer&lsAction=listBrowse;");
		aI("text=Search List Server Archive;url=index.cfm?pg=search&bid=923;");
		aI("text=Post a Message;url=index.cfm?snpg=HTX_HTLAMembersCommunity&pg=SocialNetwork&commpg=HTLAMembersListViewer&lsAction=listPost#PostMessage;");
		aI("text=Change My Settings;url=index.cfm?pg=SocialNetwork&snpg=HTX_HTLAMembersCommunity&commpg=HTLAMembersListViewer&lsAction=listSettings;");
		aI("text=Certify Email Addresses;url=index.cfm?pg=SocialNetwork&snpg=HTX_HTLAMembersCommunity&commpg=HTLAMembersListViewer&lsAction=listCertify;");
	}

	

drawMenus();
