/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'tw':'_self','tt':'','sw':'53'}],
	['Make a Donation', 'contribute.html', {'tw':'_self','tt':'','sw':'66'}],
	['Facilities', '/facilities.html', {'tw':'_self','tt':'','sw':'71'}],
	['Directors and Staff', '', {'tw':'_self','tt':'','sw':'76'},
		['Directors', 'bod.html', {'tw':'_self','tt':''}],
		['Staff', 'staff.html', {'tw':'_self','tt':''}]
],
	['Links', '', {'tw':'_self','tt':'','sw':'50'},
		['Veterans Websites', 'links.html', {'tw':'_self','tt':'','sw':'50'}],
/*		['Fact Sheet', 'facts.html', {'tw':'_self','tt':'','sw':'50'}], */
		['Our Logo', 'logo.html', {'tw':'_self','tt':'','sw':'50'}]
	],	
	['Contact Us', '', {'tw':'_self','tt':'','sw':'81'},
		['Contact Us', 'contactus.html', {'tw':'_self','tt':''}],
		['Mailing List', 'mailinglist.html', {'tw':'_self','tt':''}]
]
];
