/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['About Us', '', null,
		['Volunteer', 'volunteer.html'],
		['Membership', 'membership.html'],
		['Contact Us', 'contactus.html'],
		['Mission & Facts', 'missionfacts.html']
	],
	['Galleries', '', null,
		['Special Exhibits', 'special.html'],
		['The Military', 'militarygallery.html'],
		['Homelife', 'homelifegallery.html'],
		['Local History', 'localgallery.html'],
		['Andrews Raiders', 'andrews.html'],
		['Kennesaw House', 'kenhouse.html']
	],
	['Aviation Wing', 'aviation.html'],
	['Your Visit', '', null,
		['Museum Store', 'store.html'],
		['Visitor Info', 'visitinfo.html'],
	],
	['Education', '', null,
		['Educational Guide', 'eguide.html'],
		['Research Resources', 'resources.html'],
		['Mice Tours', 'micetours.html'],
		['Group Tours', 'grouptours.html']
	],
	['Media Archive', '', null,
		['Event Photos', 'eventphotos.html'],
		['Historical Photos', 'historicalphotos.html'],
		['The Historian', 'historian.html'],
		['News Room', 'newsroom.html']
	],
	['Events', 'events.html']
];
