/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'index.php', {'tw':'_self'}],
	['ABOUT HMI', null, {'sw':86},
		['CONTACT US', 'index.php?page=contact_us', {'tw':'_self'}],
		['HMI TEAM', 'index.php?page=hmi_team', {'tw':'_self'}],
		['OUR FAITH', 'index.php?page=our_faith', {'tw':'_self'}],
		['OUR VISION', 'index.php?page=our_vision', {'tw':'_self'}]
	],
	['MINISTRIES', null, {'sw':90},
		['FOR FREEDOM\'S DREAM', 'index.php?page=for_freedoms_dream', {'tw':'_self'}],
		['HMI CRUSADE', 'index.php?page=hmi_crusade', {'tw':'_self'}],
		['MEN WITH A MISSION', 'index.php?page=men_with_a_mission', {'tw':'_self'}],
		['RACING TO GIVE HOPE', 'index.php?page=racing_to_give_hope', {'tw':'_self'}],
		['THE FAITH &amp; FREEDOM INSTITUTE', 'http://www.faithandfreedominstitute.com/', {'tw':'_self'}],
		['THE KISTLERS', 'index.php?page=the_kistlers', {'tw':'_self'}]
	],
	['ITINERARY', 'pdfs/itinerary_04_17_10.pdf', {'tw':'_blank','sw':82}],
    ['BOOK STORE', 'index.php?page=book_store', {'tw':'_self','sw':82}],
	['MESSAGES', 'index.php?page=messages', {'tw':'_self','sw':82}],
	['SUPPORT HMI', 'index.php?page=support_hmi', {'sw':101}]
];
