/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', {'tt':'HTBC Hope Page'}],
	['About Us', 'about.htm', {'tt':'About HTBC'},
		['About Us', 'about.htm', {'tt':'About HTBC'}],
		['Recreation', 'about_recreate.htm', {'tt':'HTBC Recreation'}],
		['Food', 'about_food.htm', {'tt':'HTBC Food'}],
		['Volunteers', 'about_volunteers.htm', {'tt':'HTBC Volunteers'}],
		['Buildings', 'about_building.htm', {'tt':'HTBC Buildings'}],
		['History', 'about_history.htm', {'tt':'HTBC History'}],
		['Day Schedule', 'about_dailyschedule.htm', {'tt':'HTBC Daily Schedule'}],
		['Doctrine', 'about_doctrine.htm', {'tt':'HTBC Doctrine Statement'}],
		['Directions', 'about_map.htm', {'tt':'HTBC Map and Directions'}],
		['Rentals', 'about_rentals.htm', {'tt':'HTBC Rental Policy'}]
	],
	['Camps', 'camps.htm', {'tt':'HTBC Camps'}],
	['Retreats', 'retreats.htm', {'tt':'HTBC Retreats'},
		['Retreats', 'retreats.htm', {'tt':'HTBC Retreats'}],
		['Lady\'s Retreat', 'ladys.htm', {'tt':'HTBC Lady\'s Retreat'}]
	],
	['Events', 'events.htm', {'tt':'HTBC Events'}],
	['Schedule', 'schedule.htm', {'tt':'HTBC Schedule'}],
	['Register', 'register.htm', {'tt':'Register for an HTBC camp or retreat here'},
		['Register', 'register.htm', {'tt':'Register for an HTBC camp or retreat here'}],
		['Before you go', 'remember.htm', {'tt':'HTBC Things to Remember'}]
	],
	['Photos', 'photos.htm', {'tt':'HTBC Photo Gallery'}],
	['Finance', 'finance.htm']
];

