/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', 'index.html', null],

	['About us', null, null,
		['Directors', 'directors.html', null],
		['Newsletters', 'newsletters.html', null],
		['History', null, null,
			['2001 History', '2001history.html', null],
			['2002 History', '2002history.html', null],
			['2003 History', '2003history.html', null],
			['2004 History', '2004history.html', null],
			['2005 History', '2005history.html', null],
			['2006 History', '2006history.html', null],
			['2007 History', '2007history.html', null],
			['2008 History', '2008history.html', null],
			['2009 History', '2009history.html', null],
			],
		['In The News', 'news.html', null],
		['Area', 'area.html', null],
	],

	['Programs', 'programs.html', null,
		['Rebuilding', 'Rebuilding.html', null],
		['Equiping Families', 'equipping.html', null],
		['Neighborhood Projects', 'neighborhood.html', null],
		['Economic Development', 'Economic.html', null],
		['Working with Leaders', 'working.html', null],

	],

	['You Can Help', null, null,
		['Volunteers', 'volunteers.html', null],
		['Donations', 'donations.html', null],
		['Partners', 'partners.html', null],
	],

	['Contact Us', null, null,
		['Phone Numbers', 'phone.html', null],
		['Directions to Office', 'directions.html', null],
		['Staff', 'staff.html', null],
		['Application Forms', 'forms.html', null],
	],
	['Photo Gallery', null, null,
		['2010 Highlights', './pics/2010/index.html', null],
		['2009 Highlights', './pics/2009/index.html', null],
		['2008 Highlights', './pics/2008/index.html', null],
		['2007 Highlights', './pics/2007/index.html', null],
		['2006 Highlights', './pics/2006/index.html', null],
		['2005 Highlights', './pics/2005/index.html', null],
		['2004 Highlights', './pics/2004/index.html', null],
		['2003 Highlights', './pics/2003/index.html', null],
		['2002 Highlights', './pics/2002/index.html', null],
	],

];

