/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php', null,
		['Overview', 'index.php'],
		['Prevalance and Statistics', 'liver_damage_prevalance_statistics.php'],
		['FAQs', 'liver_damage_faqs.php']
	],
	['Things to know', null, null,
		['Signs and symptoms', 'liver_damage_signs_symptoms.php'],
		['Normal Liver Function', 'liver_damage_normal_liver_function_physiology.php'],
		['Glossary of Relevant Terms', 'liver_damage_glossary_relevant_terms.php']
	],
	['Causes', null, null,
		['Acetaminophen poisoning','liver_damage_acetaminophen_poisoning.php'],
		['Alcoholism','liver_damage_alcoholism.php'],
		['Bile duct obstruction','liver_damage_bile_duct_obstruction.php'],
		['Cancer','liver_damage_cancer.php'],
		['Cholesterol, blood pressure etc','liver_damage_cholesterol_blood_pressure_heart_drugs.php'],
		['From diabetes','liver_damage_from_diabetes.php'],
		['Drug abuse','liver_damage_drug_abuse.php'],
		['From HIV/AIDS','liver_damage_from_HIV_AIDS.php'],
		['From Lupus','liver_damage_from_lupus.php'],
		['Malnutrition','liver_damage_malnutrition.php'],
		['Niacin poisoning','liver_damage_niacin_poisoning.php'],
		['Salicylic acid-containing drug poisoning','liver_damage_salicylic_acid_drug_poisoning.php'],
		['Synthetic and environmental hepatotoxins','liver_damage_synthetic_environmental_hepatotoxins.php'],
		['Others','liver_damage_numerous_less_common_drugs_medications.php']
	],
	['Disease', null, null,
		['Budd-Chiari syndrome','liver_damage_budd_chiari_syndrome.php'],
		['Cancer of the liver','liver_damage_cancer_of_the_liver.php'],
		['Primary Sclerosing Cholangitis','liver_damage_primary_sclerosing_cholangitis.php'],
		['Primary Biliary Cirrhosis','liver_damage_primary_biliary_cirrhosis.php'],
		['Liver cirrhosis','liver_damage_liver_cirrhosis.php'],
		['Fatty liver disease','liver_damage_fatty_liver_disease.php'],
		['Gilbert\'s Syndrome','liver_damage_gilberts_syndrome.php'],
		['Haemochromatosis','liver_damage_haemochromatosis.php'],
		['Hepadnaviruses including Hepatitus A, B and C','liver_damage_hepadnaviruses_including_hepatitus_A_B_C.php'],
		['Wilson\'s Disease','liver_damage_wilsons_disease.php']
	],
	['Prevention', null, null,
		['Pre-emptive testing','liver_damage_pre_emptive_testing.php'],
		['Alcohol intake','liver_damage_alcohol_intake.php'],
		['Detoxification','liver_damage_detoxification.php'],
		['Prevention-oriented lifestyle','liver_damage_prevention_oriented_lifestyle.php']
	],
	['Diagnosis', null, null,
		['Diagnosing Liver Damage', null, null,
			['Liver enzyme tests','liver_damage_liver_enzyme_tests.php'],
			['Bilirubin level tests','liver_damage_bilirubin_level_tests.php'],
			['GGT, glucose and coagulation testing','liver_damage_GGT_glucose_and_coagulation_testing.php'],
			['Prognosis','liver_damage_prognosis.php']
		],
		['I\'ve been diagnosed, what do I do now?', null, null,
			['Organizations and support groups','liver_damage_organizations_support_groups.php'],
			['Information for friends and loved ones','liver_damage_information_friends_and_loved_ones.php']
		],
		['Treatment', null, null,
			['Liver transplantation','liver_damage_liver_transplantation.php'],
			['Medication','liver_damage_medication.php'],
			['Radiation therapy','liver_damage_radiation_therapy.php'],
			['Chemotherapy','liver_damage_chemotherapy.php'],
			['Natural and holistic options','liver_damage_natural_holistic_options.php']
		],
		['Recovery and Reoccurrence', null, null,
			['Survival Rate information','liver_damage_survival_rate_information.php']
		]
	],
	['Find a Doctor', null, null,
		['How to select a doctor','liver_damage_how_select_doctor.php'],
		['Find a doctor online','liver_damage_find_doctor_online.php']
	]
];

