/*
  --- 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', 'volunteer.html'],
		['Development & Community', 'development.html'],
	],
	['News & Events', 'news.html',,
		['News Releases', 'releases.asp'],
		['Ophelia\'s Wardrobe', 'ophelia.html'],
		['Child Abuse Summit', 'summit_gallery.asp'],
        ['Learn More About C&F', 'learnmorecfs.html'],
	    ['Calendar of Events', 'calendar.asp'],
		['Taste of Newport', 'http://www.tasteofnewportri.com'],
		['ToN Cookbook', 'cookbook_form.html'],
	],
	['Contact', 'contact.html',,
	],

];

