/* --- menu items --- */
var MENU_ITEMS = [
    ['Welcome', 'welcome.htm'],
    ['About Us', 'about.htm'],
	//['Our News', 'news.htm'],
	['Meals', 'meals.htm'],
	['Services', 'index.htm'],
		/*['Homemakers', 'homemakers.htm'],
		['Companions', 'companions.htm'],
		['Live-Ins', 'liveins.htm'],
		['MOW', 'mow.htm'],
		['ADC', 'adc.htm'], */
	//],
	['Testimonials', 'testimonials.htm',
		['Testimonial 1', 'testimonials.htm'],
		['Testimonial 2', 'testimonials.htm#two'],
		['Testimonial 3', 'testimonials.htm#three'], 
	],
	['Opportunities', 'opportunities.htm',
			['Job Opportunities', 'opportunities.htm'],
			['Volunteer Opportunities', 'opportunities.htm'],
	],
    ['Contact Us', 'contact.htm'],
    ['Links', 'links.htm'],
	
];

