_menuCloseDelay=110;
_menuOpenDelay=50;
_subOffsetTop=2;
_subOffsetLeft=-2;
 
with(menuStyle=new mm_style()){
	bordercolor="#7494ba";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#7494ba";
	fontfamily="Verdana, Arial Black";
	fontsize="11";
	fontweight="bold";
	fontstyle="normal";
	offbgcolor="#003b80";
	offcolor="#ffffff";
	onbgcolor="#003b80";
	oncolor="#ffffff";
	outfilter="Fade(duration=0.3)";
	overfilter="Fade(duration=0.3);Shadow(color='#cccccc',Direction=135,Strength=3);";
	padding=6;
	separatorsize=1;
	subimage="/javascripts/whitearrow.gif";
	onsubimage="/javascripts/whitearrow.gif";
	subimagepadding=3;
}

with(milonic=new menuname("ABOUTUS")){
style=menuStyle;
aI("text=History & Mission;url=index.cfm?pg=HistoryMission;");
aI("text=Leadership & Staff;showmenu=LEADERSHIP;");
aI("text=Member Benefits;url=index.cfm?pg=MemberBenefits;");
aI("text=Members Making a Difference in Wisconsin;url=index.cfm?pg=Difference;");
aI("text=The Verdict;url=index.cfm?pg=Verdict;");
aI("text=Contact Us;url=index.cfm?pg=ContactUs;");
}

with(milonic=new menuname("LEADERSHIP")){
style=menuStyle;
aI("text=Officers;url=index.cfm?pg=LeadershipStaff;");
aI("text=Staff;url=index.cfm?pg=staff;");
aI("text=Committees;url=index.cfm?pg=committees;");
}

with(milonic=new menuname("MEMBERS")){
style=menuStyle;
aI("text=Verdicts & Settlements;url=index.cfm?pg=VerdictDatabase;");
aI("text=Articles Database;url=index.cfm?pg=Articles;");
aI("text=WAJ List Servers;url=index.cfm?pg=ListServers;");
aI("text=JusticeNation;url=index.cfm?pg=socialnetwork;");
aI("text=Photo Gallery;url=index.cfm?pg=Gallery;");
aI("text=Video Gallery;url=index.cfm?pg=VideoGallery;");
aI("text=Speeches;url=index.cfm?pg=Speeches;");
aI("text=Committee Reports and Updates;url=index.cfm?pg=AmicusCuriae;");
aI("text=Legislative Report;url=index.cfm?pg=LegislativeReport;");
aI("text=Legal Links;url=index.cfm?pg=LegalLinks;");
}

with(milonic=new menuname("SEMINARS")){
style=menuStyle;
aI("text=Why a WAJ Seminar?;url=index.cfm?pg=WhySeminar;");
aI("text=CLE/Board of Directors Calendar;url=index.cfm?pg=CLECalendar;");
aI("text=Online Registration;url=index.cfm?pg=events&evAction=listAll;");
aI("text=Exhibit/Sponsorship Information;url=index.cfm?pg=Exhibit;");
aI("text=Case Evaluation Clinic;url=index.cfm?pg=CaseEvalClinicMainPage;");
aI("text=SeminarWeb;url=index.cfm?event=showAppPage&pg=SemWebCatalog;");
}

with(milonic=new menuname("GOVERNMENT")){
style=menuStyle;
aI("text=Priority Issues;url=index.cfm?pg=PriorityIssues;");
aI("text=Legislative Fact Sheets;url=index.cfm?pg=LegFactSheets;");
aI("text=How to Contact Legislators;url=index.cfm?pg=ContactLegislators;");
aI("text=Additional Resources;url=index.cfm?pg=AdditionalResources;");
}

with(milonic=new menuname("NEWS")){
style=menuStyle;
aI("text=WAJ in the News;url=index.cfm?pg=WAJinNews;");
aI("text='Truth and Justice' Columns;url=index.cfm?pg=TruthJusticeColumns;");
aI("text=Press Releases;url=index.cfm?pg=PressReleases;");
aI("text=Reports;url=index.cfm?pg=Reports;");
aI("text=Contact Your Local Paper;url=index.cfm?pg=ContactYourPaper;");
}

with(milonic=new menuname("TRUTH")){
style=menuStyle;
aI("text=The Truth About Trial Attorneys;url=index.cfm?pg=TruthTrialAttorneys;");
aI("text=Consumer Resources;url=index.cfm?pg=ConsumerResources;");
aI("text=Debunking Corporate Myths;url=index.cfm?pg=DebunkingCorporateMyths;");
aI("text=Civil Case Filings;url=index.cfm?pg=CivilCaseFilings;");
}

drawMenus();


