/* Globally set menu items, see below for possible third-level navigation */

var MENU_ITEMS = [
	['Home', 'http://www.denison.edu/student-orgs/homestead/index.html', null
	],
	['About the Homestead', '', null,
		['History', 'http://www.denison.edu/student-orgs/homestead/about/history.html'],
		['Mission', 'http://www.denison.edu/student-orgs/homestead/about/mission.html'],
		['Campus Links', 'http://www.denison.edu/student-orgs/homestead/about/campus.html'],
		['Directions', 'http://www.denison.edu/student-orgs/homestead/directions.html']
	],
	['Living at the Homestead', '', null,
		['Community', 'http://www.denison.edu/student-orgs/homestead/living/community.html'],
		['Projects', 'http://www.denison.edu/student-orgs/homestead/living/projects.html'],
		['Daily Life', 'http://www.denison.edu/student-orgs/homestead/living/daily.html']
	],
	['Spaces', '', null,
		['Cabin Bob', 'http://www.denison.edu/student-orgs/homestead/spaces/cabinbob.html'],
		['Cabin 1', 'http://www.denison.edu/student-orgs/homestead/spaces/cabin1.html'],
		['Cabin 3', 'http://www.denison.edu/student-orgs/homestead/spaces/cabin3.html'],
		['Cabin Phoenix', 'http://www.denison.edu/student-orgs/homestead/spaces/cabinphoenix.html'],
		['Gardens & Orchard', 'http://www.denison.edu/student-orgs/homestead/spaces/gardens.html']
	],
	['Homestead Archives', '', null,
		['Documents', 'http://www.denison.edu/student-orgs/homestead/archives/docs.html'],
		['Photo Album', 'http://www.denison.edu/student-orgs/homestead/archives/photos.html']
	],
	['Resources', '', null,
		['Web Sites', 'http://www.denison.edu/student-orgs/homestead/resources/web.html'],
		['Books & Other Info', 'http://www.denison.edu/student-orgs/homestead/resources/books.html'],
	],
	['Becoming a Homesteader', 'http://www.denison.edu/student-orgs/homestead/becoming.html', null,
		['How to Apply', 'http://www.denison.edu/student-orgs/homestead/becoming.html#how'],
		['Sample Application', 'http://www.denison.edu/student-orgs/homestead/sampleapp.pdf']
	],

];

/*
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']
	],
*/

