/* Globally set menu items, see below for possible third-level navigation */

var MENU_ITEMS = [
	['Home', 'http://www.arlisna.org', null
],
	['About the Society', '', null,
		['History & Mission', '/about/history.html'],
		['Executive Board', '/organization/exec_board.html'],
		['Support the Society', '/about/supporting.html'],
		['Awards & Honors', '/about/awards/awards_index.html'],
		['Affiliated Orgs.', '/about/affiliates.html'],
		['ARLIS-L', '/about/arlisl.html'],
		['Info for Advertisers', '/about/ads.html']
	],
	['Organization', '', null,
		['Executive Board', '/organization/exec_board.html'],
		['Appointments', '/organization/appointments.html'],
		['Chapters', '/organization/chapters.html'],
		['Committees', '/organization/committees.html'],
		['Divisions', '/organization/divisions.html'],
		['Sections', '/organization/sections.html'],
		['Special Int. Groups', '/organization/sigs.html'],
		['Admin Documents', '/organization/admindocs/admindocs_index.html']
	],
	['News & Events', '', null,
		['News', '/news/news_index.html'],
		['Event Calendar', '/news/calendar.html'],
		['Conferences', '/news/conferences/conf_index.html'],
		['Press Releases', '/news/press/press_index.html', null],
	],
	['Publications', '', null,
		['Art Documentation', '/artdoc/index.html'],
		['ARLIS/NA Reviews', '/pubs/reviews/index.html'],
		['Occasional Papers', '/pubs/occpapers/index.html'],
		['Other Publications', '/resources/otherpubs/otherpubs_index.html'],
		['Online Publications', '/pubs/onlinepubs/index.html'],
		['Proposals', '/pubs/proposals.html'],
	],
	['Career Resources', '', null,
		['JobNet', '/jobs.taf'],
		['Internship Roster', '/organization/com/profdev/internshiproster.html'],
		['Lunchtime Chats',
		'/chats/index.html'],
		['Webinars',
		'/webinars/index.html'],
	],
	['Join ARLIS/NA', '/join.html', null,
		['How to Join', '/join.html#howto'],
		['Member Benefits', '/join.html#benefits'],
		['What Members Say', '/saying.html'],
		['New Members Form', '/join.taf']
	],
];

/*
A third level navigation element would look something like this:

['About the Society', 'top.html', null,
		['History & Mission', 'top.html'],
		['Executive Board', 'top.html'],
		['Society Circle', 'top.html'],
		['ARLIS-L', 'top.html'],
		['Awards & Honors', 'top.html', null,
			['Current', 'top.html'],
			['Archives', 'top.html']
		],
		['Mailing List Rental', 'top.html']
	],
*/


