/*
  --- 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 = [
					['PPA', null, null, 
					[ 'Welcome to PPA', '../ppa/ppa_welcome.html'],
					[ 'Letter from the Director', '../ppa/ppa_letter.html'],
					[ 'Clinic Services', '../ppa/ppa_services.html'],
					[ 'PPA Brochure', '../ppa/ppa_brochure.pdf'],
					[ 'PPA Psychological Testing', '../ppa/ppa_psychtestbrochure.pdf'],
					[ 'Schedule an Appointment', '../ppa/ppa_appt.html']
					],
					['Parents Place ', null, null,
					['Welcome to Parents Place', '../ppa/pp_welcome.html'],
					['Program Services', '../ppa/pp_programservices.html'],
					['Calendar of Events', '../ppa/PP_Calendar.pdf'],
					['Publications and Resources', '../ppa/pp_publications.html']
					],
				['Eating Disorders ', null, null,
				    ['Welcome to Eating Disorders Program', '../ppa/ed_welcome.html'],
					['Program Services & Treatment Model', '../ppa/ed_services.html'],
					[ 'Eating Disorders Brochure', '../ppa/eating disorders brochure.pdf'],
					[ 'Eating Disorders Resources', '../ppa/ed_resources.html']
				],
				['Building Healthy Connections', '../ppa/bhc.html'],
				['Clinical Psychology Training ', null, null,
				    ['Welcome to Clinical Psych. Training', '../ppa/cpt_welcome.html'],
					['Learn more about the program', '../ppa/cpt_program.html'],
					[ 'Application Procedure', '../ppa/cpt_application.html'],
					[ 'Clinical and Training Responsibilities', '../ppa/cpt_responsibilities.html'],
					[ 'Training Resources', '../ppa/cpt_resources.html']
					],
				
	['Staff & Board Members', null, null,
	['Staff Bios', '../ppa/staff_bios.html'],
	['Board of Directors', '../ppa/board.html'],
	],
	['Join Our Efforts'	],

];

