var MENU_ITEMS = [
	[wrap('01'),'/AboutUs.html',{'sw':90, 'bw':120},
		['Mission Statement','/MissionStatement.html'],
		['Accomplishments','/Accomplishments.html'],
		['Awards','/Awards.html'], 
		['Board of Directors','/BoardofDirectors.html'],
		['Staff','/Staff.html'],
		['Contact Us','/ContactUs.html']
	],	
	[wrap('02'),'/CurrentDevelopments.html',{'sw':166, 'bw':160},
		['MacArthur Park Apartments','/Property_MacArthurParkMetro.html'],
		['Parkview on the Park','/Property_ParkviewOnThePark.html'],
		['Seventh and Coronado','/Property_SeventhAndCoronado.html']		
	],
	[wrap('03'),'/CompletedCommunities.html',{'sw':178, 'bw':172},
		['New Construction','/NewConstruction.html'],
		['Acquisition Rehabilitation','/AcquisitionRehabilitation.html'],
		['Historic Preservation','/HistoricPreservation.html'],
		['Community Centers','/CommunityCenters.html']
	],
	[wrap('04'),'/News.html',{'sw':65, 'bw':150}],
	[wrap('05'),'/CommunityResources.html',{'sw':168, 'bw':160},
		['Food Bank','/FoodBank.html'],
		['Our Partners','/OurPartners.html']
	],
	];

function wrap (image) {
	return [
		'<img src="/images/nav/nav_off_' + image + '.gif" border="0">',
		'<img src="/images/nav/nav_on_' + image + '.gif" border="0">',
		'<img src="/images/nav/nav_on_' + image + '.gif" border="0">'
	];
}
