/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_tree_menu/docs/index.html#hierarchy
*/

var TREE_ITEMS = [

	['Health Need Assessment Document', '/', 										/* new 'Book' node  links to homepage of site */
		['Introduction','introduction.htm'],
		['Executive summary','summary_sections.htm'],
		['Health Profile / progress report / Auckland DHB (Year 2006)','health_profile.htm'],
		['Section 1:  Auckland City Population (Census 2006 projection)',0,
			['Population highlights','Phighlights.htm'],
			['Population Profile','Population profile update.htm'],
			['Auckland City Quaterly Report /December 2007/Statistics New Zealand','Auckland City Report.htm'],
			['Quality of Life 2007','Quality of Life 2007.htm'],
			['Social Report 2007','2007_social_report.htm']],
		['Section 2:  Health of Aucklanders (2006)', 0,
			['Self reported health status','health status.htm'],
			['Primary Health Care / Primary Health Organisations (PHO)','PHOPHC.htm'],
			['Service provision and access','summary_service_provision.htm'],
			['Hospital use (Year 2006)','summary_hospital_use.htm'],
			['Disability','disability.htm'],
			['Mortality','summary_mortality.htm']],
		['Section 3:  Prioritisation (updated 2007)','Prioritisation.htm', 0,
				['tables & Figures','Prioritisation.htm#Prioritisation']],
		['Section 4:  High need conditions and their risk factors (2006)', 0,
			['Risk factors (Health survey 2003)', 0,
				['Summary','risk_factors.htm#summary'],
				['Physical Activity','risk_factors.htm#Physical'],
				['Smoking','risk_factors.htm#Smoking'],
				['Marijuana use','risk_factors.htm#Marijuana'],
				['Alcohol', 'risk_factors.htm#Alcohol'],
				['Hypertention','risk_factors.htm#Hypertension'],
				['High blood cholesterol','risk_factors.htm#High blood cholesterol'],
				['Obesity','risk_factors.htm#Obesity'],
				['Fruit and Vegetables','risk_factors.htm#Fruit']],
			['Disease specific (Year 2006)', 0,
				['Diabetes & Heart diseases (Year 2006)','diabetes_cardiovascular.htm', 0,
					['Introduction'],
					['Community prevalence'],
					['Hospital use'],
					['Mortality']],
				['Cancer','cancer.htm', 0,
					['Cancer registry','Cancer.htm#cancer registry'],
					['Hospital use','Cancer.htm#cancer hospitalisation'],
					['Mortality','Cancer.htm#cancer mortality'],
					['Year of Life Lost (YLL)','Cancer.htm#yearlost']],
				['Injury (under construction)', 0,
					['Community prevalence']]]],
		['Section 5:  Specific population (2009)', 0,
			['Maori Health','Maori Health.htm'],
			['Pacific Health','Pacific health.htm'],
			['Middle Eastern Latin American and African','melaa.htm'],
			['Asian health','asian.htm'],
			['Older people','older_people.htm'],
			['Child / Youth and Women health (year 2009)','children.htm'],
			['Oral health','oral_health.htm'], 
			['Mental health (under construction)']],
		['Section 6: Health Needs by Neighbourhood', 0,
			['Waiheke Island','waiheke.htm']],
		['Section 7:  Health workforce and planning', 0,
			['Health workers','service_and_access.htm#workforce'],
			['Primary care (under construction)'],
			['Secondary & tertiary (under construction)'],
			['Strategic planning & community consultation (under construction)']], 
		['Section 8:  Appendix, Glossary & Index', 0,
			['Appendix'],
			['Glossary'],
			['Index']],
	]											/*end of 'Book' node */

];												/*end of script */
