/*
  --- menu items --- 

*/
var MENU_ITEMS = [
    ['Home', 'index.html',,
	],
	['Programs & Services', 'services.html',,
		['Children', 'children_services.html'],
		['Adolescents', 'adolescents_services.html'],
		['Adults', 'adults_services.html'],
		['Families', 'families_services.html'],
	],
	['Get Involved', 'involved.html',,
	 	['C&F Community Center', 'community.html'],
		['Employment', 'employ.html'],
		['Volunteers & Interns', 'https://www4292.ssldomain.com/childandfamilyri/volunteer.html'],
		['Development & Community', 'development.html'],
	],
	['News & Events', 'news.html',,
		['News Releases', 'releases.asp'],
        ['Learn More About C&F', 'learnmorecfs.html'],
	    ['Calendar of Events', 'calendar.asp'],
		['Taste of Newport', 'taste_newport.html'],
		['ToN Cookbook', 'https://www4292.ssldomain.com/childandfamilyri/cookbook_form.html'],
	],
	['Contact', 'contact.html',,
	],

];
