/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', {'sw':82}],
	['Our Faith', 'faith.htm', {'tw':'_self','sw':97}],
	['Services', 'services.htm', {'tw':'_self','sw':79}],
	['Directions', 'directions.htm', {'tw':'_self','sw':94}],
	['Background', 'background.htm', {'tw':'_self','sw':85}],
	['Contact Us', 'contact.htm', {'tw':'_self','sw':90}]
];

