/*
  --- 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', {'tw' : '_parent'}],
	['ACSESS Breakaway', 'abprograminfo.html', {'tw' : '_parent'}],
	['Healthy Start', 'healthystart.html', {'tw' : '_parent'}],
			['+LDC', 'ldc.html', null, 
				['LDC', 'ldc.html'],
				['Haw Ridge Map', 'http://achc01.org/images/hawmapxl.gif'],
				['Clients Served', 'clientsserved.html'],
			],
	['Dental Clinic', 'dentalclinic.html', {'tw' : '_parent'}],
	['Community', 'communityprograms.html', {'tw' : '_parent'}],
	['Vision screening', 'visionscreening.html', {'tw' : '_parent'}],
			['+Mother Goose', 'mothergoose.html', null, 
				['Mother Goose', 'mothergoose.html'],
				['Mother Goose Program Helps Children Soar', 'MotherGooseProgramhelpschildrensoar.html'],
			],
	['Board Of Directors', 'boardofdirectors.html', {'tw' : '_parent'}],
	['Benefactors', 'benefactors.html', {'tw' : '_parent'}],
	['Current Events', 'currentevents.html', null,],
	['Contact Us', 'contactus.html', null,],
	['Diantha-Thon', 'http://www.diantha-thon.org', null,],
	['Haw Ridge Map', 'http://achc01.org/images/hawmap.gif', null,],
			['+ASAP', 'ASAP.html', null, 
				['ASAP', 'ASAP.html'],
				['Why Participate', 'ADCwhyparticipate.html'],
				['Members', 'ADCmembers.html'],
			],
];

