/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.machildcare.com/index.html', {'sw':120}],
	['Providers (A-L)', 'http://www.machildcare.com/providers_al.html', {'sw':120}],
	['Providers (M-Z)', 'http://www.machildcare.com/providers_mz.html', {'sw':120}],
	['Provider w/ Openings', 'http://www.machildcare.com/openings.html', {'sw':150}],
	['Help Wanted', 'http://www.machildcare.com/help_wanted.html', {'sw':120}],
	['Resources', 'http://www.machildcare.com/resources.html', {'sw':120}]
];
