/* 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', 'http://www.arlisna.org/about/history.html'],
		['Executive Board', 'http://www.arlisna.org/organization/exec_board.html'],
		['Support the Society', 'http://www.arlisna.org/about/supporting.html'],
		['Awards & Honors', 'http://www.arlisna.org/about/awards/awards_index.html'],
		['Affiliated Orgs.', 'http://www.arlisna.org/about/affiliates.html'],
		['ARLIS-L', 'http://www.arlisna.org/about/arlisl.html'],
		['Info for Advertisers', 'http://www.arlisna.org/about/ads.html']
	],
	['Organization', '', null,
		['Executive Board', 'http://www.arlisna.org/organization/exec_board.html'],
		['Appointments', 'http://www.arlisna.org/organization/appointments.html'],
		['Chapters', 'http://www.arlisna.org/organization/chapters.html'],
		['Committees', 'http://www.arlisna.org/organization/committees.html'],
		['Divisions', 'http://www.arlisna.org/organization/divisions.html'],
		['Sections', 'http://www.arlisna.org/organization/sections.html'],
		['Special Int. Groups', 'http://www.arlisna.org/organization/sigs.html'],
		['Admin Documents', 'http://www.arlisna.org/organization/admindocs/admindocs_index.html']
	],
	['News & Events', '', null,
		['News', 'http://www.arlisna.org/news/news_index.html'],
		['Event Calendar', 'http://www.arlisna.org/news/calendar.html'],
		['Conferences', 'http://www.arlisna.org/news/conferences/conf_index.html'],
		['Press Releases', 'http://www.arlisna.org/news/press/press_index.html', null],
	],
	['Publications', '', null,
		['Art Documentation', 'http://www.arlisna.org/artdoc/index.html'],
		['ARLIS/NA Reviews', 'http://www.arlisna.org/pubs/reviews/index.html'],
		['Occasional Papers', 'http://www.arlisna.org/pubs/occpapers/index.html'],
		['Other Publications', 'http://www.arlisna.org/resources/otherpubs/otherpubs_index.html'],
		['Online Publications', 'http://www.arlisna.org/pubs/onlinepubs/index.html'],
		['Proposals', 'http://www.arlisna.org/pubs/proposals.html'],
	],
	['Career Resources', '', null,
		['JobNet', 'http://www.arlisna.org/jobnet.html'],
		['Internship Roster', 'http://www.arlisna.org/organization/com/profdev/internshiproster.html'],
		['Lunchtime Chats',
		'http://www.arlisna.org/chats/index.html'],
		['Webinars',
		'http://www.arlisna.org/webinars/index.html'],
	],
	['Join ARLIS/NA', 'http://www.arlisna.org/join.html', null,
		['How to Join', 'http://www.arlisna.org/join.html#howto'],
		['Member Benefits', 'http://www.arlisna.org/join.html#benefits'],
		['What Members Say', 'http://www.arlisna.org/saying.html'],
		['New Members Form', 'http://www.arlisna.org/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']
	],
*/

