_menuCloseDelay=110;
_menuOpenDelay=50;
_subOffsetTop=2;
_subOffsetLeft=-2;
 
with(menuStyle=new mm_style()){
	bordercolor="#bd7273";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#bd7273";
	fontfamily="Verdana, Arial Black";
	fontsize="11";
	fontweight="bold";
	fontstyle="normal";
	offbgcolor="#cdcdcd";
	offcolor="#666666";
	onbgcolor="#a82022";
	oncolor="#ffffff";
	outfilter="Fade(duration=0.3)";
	overfilter="Fade(duration=0.3);Shadow(color='#cccccc',Direction=135,Strength=3);";
	padding=6;
	separatorsize=1;
	subimage="/assets/common/images/whitearrow.gif";
	onsubimage="/assets/common/images/whitearrow.gif";
	subimagepadding=3;
}
/*========================================================================================================*/
with(subMenuStyle=new mm_style()){
	bordercolor="#7494ba";
	borderstyle="solid";
	borderwidth=0;
	separatorcolor="#bd7273";
	fontfamily="Verdana, Arial Black";
	fontsize="11";
	fontweight="bold";
	fontstyle="normal";
	offbgcolor="#a82022";
	offcolor="#ffffff";
	onbgcolor="#ba5052";
	oncolor="#ffffff";
	outfilter="Fade(duration=0.3)";
	overfilter="Fade(duration=0.3);Shadow(color='#cccccc',Direction=135,Strength=3);";
	padding=6;
	separatorsize=1;
	subimage="/assets/common/images/whitearrow.gif";
	onsubimage="/assets/common/images/whitearrow.gif";
	subimagepadding=3;
}
/*========================================================================================================*/
with(milonic=new menuname("ABOUT")){
style=menuStyle;
left='offset=15';
aI("text=IAJ Officers;url=index.cfm?pg=officers");
aI("text=Board of Governors;url=index.cfm?pg=boardofgov");
aI("text=Committees and Core Groups;url=index.cfm?pg=CommCoreGroup");
aI("text=By-Laws;url=index.cfm?pg=bylaws");
aI("text=Contact Us;url=index.cfm?pg=contact");
aI("text=Donate Today!;url=index.cfm?pg=donate");
}
/*========================================================================================================*/
with(milonic=new menuname("PR")){
style=menuStyle;
left='offset=15';
aI("text=Public Directory;url=index.cfm?pg=PublicDirectory;");
aI("text=Links;url=index.cfm?pg=publiclinks;");
aI("text=IAJ In the Community;url=index.cfm?pg=InTheCommunity;");
aI("text=IAJ Photos;url=index.cfm?pg=photos;");
aI("text=IAJ History;url=index.cfm?pg=IAJHistory;");
}
/*========================================================================================================*/
with(milonic=new menuname("CLE")){
style=menuStyle;
left='offset=15';
aI("text=CLE Calendar;url=index.cfm?pg=events&evAction=viewMonth;");
aI("text=CLE Schedule;url=index.cfm?pg=CLECal;");
aI("text=Event Photos;url=index.cfm?pg=Photos;");
aI("text=Seminar Registrations;url=index.cfm?pg=events&evAction=listAll;");
}
/*========================================================================================================*/
with(milonic=new menuname("MR")){
style=menuStyle;
left='offset=15';
aI("text=Become a Member;url=index.cfm?pg=join;");
aI("text=Membership Directory;url=index.cfm?pg=members;");
aI("text=Membership Service Partners;url=index.cfm?pg=servicepartners;");
aI("text=Amicus Brief Committee;url=index.cfm?pg=ABC;");
aI("text=IAJ Bookstore;url=index.cfm?pg=booklist;");
aI("text=IAJ List Servers;showmenu=LISTS;");
aI("text=Event Calendar;url=index.cfm?pg=events&evAction=viewMonth;");
aI("text=Legal Links;url=index.cfm?pg=memberlinks;");
}
/*========================================================================================================*/
with(milonic=new menuname("LISTS")){
style=menuStyle;
aI("text=List Server Overview;url=index.cfm?pg=listoverview;");
aI("text=Crim Law List;url=index.cfm?pg=crimlawlist;");
aI("text=Workers Comp List;url=index.cfm?pg=complist;");
aI("text=Browse My Lists;url=index.cfm?pg=listviewer;");
aI("text=Search;url=index.cfm?pg=search;");
aI("text=My Settings;url=index.cfm?pg=listviewer&lsAction=listSettings;");
}
/*========================================================================================================*/
with(milonic=new menuname("GA")){
style=menuStyle;
left='offset=15';
aI("text=Iowa General Assembly;url=http://www.legis.iowa.gov/index.aspx;target=_blank;");
aI("text=Legislative Update;url=index.cfm?pg=LegUpdate;");
aI("text=Who's Your Legislator?;url=index.cfm?pg=legcontact;");
}
/*========================================================================================================*/
drawMenus();


