_menuCloseDelay=400;
_menuOpenDelay=50;
_subOffsetTop=2;
_subOffsetLeft=-2;
 
with(menuStyle=new mm_style()){
	bordercolor="#be2626";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#be2626";
	fontfamily="Verdana, Arial Black";
	fontsize="9pt";
	fontweight="bold";
	fontstyle="normal";
	itemwidth='175';
  offbgcolor="#ac1010";
	offcolor="#ffffff";
	onbgcolor="#d41919";
	oncolor="#ffffff";
	outfilter="Fade(duration=0.3)";
	overfilter="Fade(duration=0.3);Shadow(color='#cccccc',Direction=135,Strength=3);";
	padding=6;
	separatorsize=1;
	subimage="/images/whitearrow.gif";
	onsubimage="/images/whitearrow.gif";
	subimagepadding=3;
}

with(milonic=new menuname("ABOUTUS")){
style=menuStyle;
top='offset=10';
left='offset=-18';
	aI("text=Mission & Purpose;url=index.cfm?pg=Mission;");
	aI("text=Leadership;url=index.cfm?pg=AILeadership;");
	aI("text=Awards;url=index.cfm?pg=AIAwards;");
	aI("text=Contact Us;url=index.cfm?pg=ContactAI;");
	aI("text=FAQ's;url=index.cfm?pg=FAQS;");
	aI("text=Invitation to Membership;url=index.cfm?pg=AttorneyInvitation;");
}

with(milonic=new menuname("MEMBERS")){
style=menuStyle;
top='offset=10';
left='offset=-18';
	aI("text=Listservers;url=index.cfm?pg=listviewer;");
	aI("text=Member Benefits;url=index.cfm?pg=MembershipBenefits;");
	aI("text=Member Directory;url=index.cfm?pg=Members;");
	aI("text=Invitation to Membership;url=index.cfm?pg=AttorneyInvitation;");
}

with(milonic=new menuname("LIBRARY")){
style=menuStyle;
top='offset=10';
left='offset=-18';
	aI("text=Premier Programs;url=index.cfm?pg=semwebCatalog&panel=showSWOD&seminarid=3252;");
	aI("text=Workshops;url=index.cfm?pg=semwebCatalog&panel=browse&ft=SWOD&bb=cat&cat=Workshop;");
	aI("text=QuarterHour Quarterback&#153;;url=index.cfm?pg=semwebCatalog&panel=browse&ft=SWOD&bb=cat&cat=QuarterHour%20Quarterback%26%23153%3B%20Videos;");
	aI("text=From the President;url=index.cfm?pg=PresidentMessage;");
	aI("text=Press Releases;url=index.cfm?pg=PressReleases;");
	aI("text=Video Logs;url=index.cfm?pg=ComingSoon;");
	aI("text=Founders Forums;url=index.cfm?pg=semwebCatalog&panel=showSWOD&seminarid=1756;");
	aI("text=Documents;url=index.cfm?pg=ComingSoon;");
}

with(milonic=new menuname("SPONSORS")){
style=menuStyle;
top='offset=10';
left='offset=-18';
	aI("text=$pon$or<br /><br />$pecial$;url=index.cfm?pg=SponsorSpecials;");
	aI("text=Become a Sponsor;url=index.cfm?pg=SponsorshipInformation;");
	aI("text=Current Sponsors;url=index.cfm?pg=AIFoundingSponsors;");
}

drawMenus();


