_menuCloseDelay=800;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=0;
 
with(menuStyle=new mm_style()){
 align="left";
 bordercolor='#5A7495';
 borderstyle='solid';
 separatorcolor='#5A7495';
 separatorsize='1';
 borderwidth='1';
 fontfamily='Arial, Helvetica';
 fontsize='13px';
 fontstyle='normal';
 fontweight='regular';
 headerbgcolor='#f8f8f8';
 headercolor='#000000';
 offbgcolor='#1C4076';
 offcolor='#fff';
 onbgcolor='#BFCCD7';
 oncolor='#036';
 padding='5';
 pagebgcolor='#f8f8f8';
 pagecolor='#036';
 subimage='images/arrowWhite.png';
 onsubimage='images/arrow.png';
 subimagepadding='0';
 itemwidth='100%';
}



////////////////////////////////
with (milonic = new menuname("MEMBER")) {
	style = menuStyle;
	top = "offset=5";
	left = "offset=-8";
	menuwidth = '186';
	aI("text=Member Benefits;url=index.cfm?pg=MemberBenefits;");
	aI("text=Virtual Law Office;url=index.cfm?pg=AboutVirtualLawOffice;");
	aI("text=TLEL/List Servers;url=index.cfm?pg=ListServerInfo;");
	aI("text=FJA Journal;url=index.cfm?pg=Journal;");
	aI("text=FJA Journal Preview;url=index.cfm?pg=JournalPreview;");
	aI("text=FJA JournalSearch;url=index.cfm?pg=JournalSearch;");
	aI("text=Section Information;url=index.cfm?pg=SectionInformation;");
	aI("text=Get Involved;url=index.cfm?pg=GetInvolved;");
	aI("text=Member Directory;url=index.cfm?pg=Members;");
	aI("text=Affinity Programs;url=index.cfm?pg=AffinityPrograms;");
	aI("text=Join FJA;url=index.cfm?pg=JoinUs;");
	aI("text=Edit Your Profile;url=index.cfm?pg=updatemember;");
	aI("text=Pay Dues Online;url=index.cfm?pg=DuesAndSubscriptions;");
}
	


/////////////////////////////////
with (milonic = new menuname("CLE")) {
	style = menuStyle;
	top = "offset=5";
	left = "offset=-64";
	menuwidth = '186';
	aI("text=Continuing Legal Education;url=index.cfm?pg=CLE;");
	aI("text=Upcoming CLE Programs;url=index.cfm?pg=UpcomingSeminars;");
	aI("text=Programs at a Glance;url=index.cfm?pg=ProgramsataGlance;");
	aI("text=CLE On-Demand;url=index.cfm?pg=CLEOnDemand;");
	aI("text=Practice Development & Marketing;url=index.cfm?pg=PracticeDevelopment;");
	aI("text=Audio Products;url=index.cfm?pg=AudioProducts;");
	aI("text=Calendar of Events;url=index.cfm?pg=Events&evAction=viewMonth;");
	aI("text=Picture Gallery;url=index.cfm?pg=Gallery;");
	aI("text=Video Gallery;url=index.cfm?pg=VideoGallery;");
}



////////////////////////////////
with (milonic = new menuname("RESOURCES")) {
	style = menuStyle;
	top = "offset=5";
	left = "offset=-34";
	menuwidth = '186';
	aI("text=Virtual Law Office;url=index.cfm?pg=AboutVirtualLawOffice;");
	aI("text=FJA Journal;url=index.cfm?pg=Journal;");
	aI("text=TLEL/List Servers;url=index.cfm?pg=ListServerInfo;");
	//::HIDE TILL FURTHER NOTIFIED::  aI("text=FJA Blog;url=index.cfm?pg=;");
	//aI("text=Expert Witness & Legal Services;url=index.cfm?pg=;");
	aI("text=Consumer Issues;url=index.cfm?pg=ConsumerIssues;");
	aI("text=Calendar of Events;url=index.cfm?pg=Events&evAction=viewMonth;");
	aI("text=Depositions Online;url=index.cfm?pg=search&bid=184;");
	aI("text=Links of Interest;url=index.cfm?pg=LinksofInterest;");
	aI("text=Mock Trial Competition;url=index.cfm?pg=MockTrial;");
	aI("text=Picture Gallery;url=index.cfm?pg=Gallery;");
	aI("text=Video Gallery;url=index.cfm?pg=VideoGallery;");
}



/////////////////////////////////
with (milonic = new menuname("DIRECTORIES")) {
	style = menuStyle;
	top = "offset=5";
	left = "offset=-28";
	menuwidth = '186';
	aI("text=Member Directory;url=index.cfm?pg=Members;");
	aI("text=FJA Staff;url=index.cfm?pg=Staff;");
}
	
	
	
////////////////////////////////
with (milonic = new menuname("VIRTUAL")) {
	style = menuStyle;
	top = "offset=5";
	left = "offset=-19";
	menuwidth = '229';
	aI("text=About Virtual Law Office;url=index.cfm?pg=AboutVirtualLawOffice;");
	//::HIDE TILL FURTHER NOTIFIED:: aI("text=Enter the Virtual Law Office;url=index.cfm?pg=VirtualLawOffice;");
}

drawMenus();
