var newDefs = new Object;
newDefs.background = "#e0e0e0";
newDefs.border = "#ffffff";
newDefs.titlebackground = "#000000";
newDefs.titleclass = "menu2white";
newDefs.useclass = "menu2f";	// uses a predefined CSS class for display
newDefs.outimg = "arrow.gif";
newDefs.overimg = "arrow.gif";
newDefs.timeout = 1000;		// how long the menus hang around, in ms
newDefs.pause = 40;			// how long it takes a menu to pop up
newDefs.positionleft = 1;	// so they'll fly out to the left
newDefs.vpad = -6;			// move the menu up a little from the default
flyDefs (newDefs);

// makeLayer ( menuName, menuTitle, itemName=URL [, itemName=URL] ... )

makeLayer ("menu3a", "About the NSGS",
	"Mission==section-mission.htm",
	"History==section-history.htm",
	"Bylaws==Bylaws_October2008.pdf",
	"Executive Committee==section-excomm-current.htm",
	"Past Executive Committees==section-excomms-past.htm",
	"Standing Committees==section-standingcomms.htm",
	"Awards==section-awards.htm");
makeLayer ("menu3b", "Near-Surface Views",
    "Current and Back Issues==newsletter-issues.htm",
	"Publication Calendar==newsletter-calendar.htm",
	"Advertising==newsletter-advertising.htm",
	"Feature Articles and Photos==newsletter-submittals.htm",
	"Contact the Editor==newsletter-contact-editor.htm");
makeLayer ("menu3c", "Member Resources",
	"Membership==member-become.htm",
	"Update Your Information==member-update.htm",
	"Email Broadcasts==member-announcement.htm");
makeLayer ("menu3d", "Student Resources",
	"Travel Grants==student-travel-grants.htm",
	"SEG Student Newsletter==http://www.seg.org/SEGportalWEBproject/portals/SEG_Online.portal?_nfpb=true&_pageLabel=pg_gen_content&Doc_Url=prod/SEG-Students/Anomaly/Anomalyindex.htm");
makeLayer ("menu3e", "Job Resources",
	"Listings==job-listings.htm",
	"Links==job-links.htm");
makeLayer ("menu3f", "Volunteering",
	"Executive Committee==volunteer-excomm.htm",
	"Standing Committees==volunteer-stcomm.htm");
makeLayer ("menu3g", "Sponsorship",
	"Sponsors==sponsor-current.htm",
	"Become a Sponsor==sponsor-become.htm");
makeLayer ("menu3h", "NSG Links",
	"Educational Institutions and Programs==links-edu-programs.htm",
	"Workshops/Short Courses==links-workshops.htm",
	"Field Camps==links-field-camps.htm",
	"Organizations==links-organizations.htm",
	"Publications==links-publications.htm",
	"Fun Stuff==links-fun-stuff.htm");
