//this is the array database for the chiro menu
//it is used in conjuction with the cascade.js
//it returns a global array value for the menu links

function buildMenu(){
	var menuArray
	menuArray = new Array ()

	menuArray[0] = new Array ()  //injury 101
	menuArray[1] = new Array ()  //accidents
	menuArray[2] = new Array ()  //sci
	menuArray[3] = new Array ()  //cp
	menuArray[4] = new Array ()  //tbi
	menuArray[5] = new Array ()  //malp
	menuArray[6] = new Array ()  //death
	menuArray[7] = new Array ()  //nurse
	menuArray[8] = new Array ()  //plane crash
	menuArray[9] = new Array ()  //dog bites
	menuArray[10] = new Array ()  //drunk drivers
	menuArray[11] = new Array ()  //large truck cases
	menuArray[12] = new Array ()  //motorcycle accidents
	menuArray[13] = new Array ()  //school bus accidents
	menuArray[14] = new Array ()  //slip and fall
	menuArray[15] = new Array ()
	menuArray[16] = new Array ()
	menuArray[17] = new Array ()
	menuArray[18] = new Array ()
	menuArray[19] = new Array ()
	menuArray[20] = new Array ()
       menuArray[21] = new Array ()
	
	menuArray[0][0] = new Array ("Injury Law 101", "cacontent/pi_over_t.php")
	menuArray[0][1] = new Array ("Overview", "cacontent/pi_over_t.php")

	menuArray[1][0] = new Array ("Automobile Accidents", "cacontent/acci_over_t.php")
	menuArray[1][1] = new Array ("Overview", "cacontent/acci_over_t.php")
	menuArray[1][2] = new Array ("Automobile Damage FAQ", "cacontent/acci_damagefaq.php")
	menuArray[1][3] = new Array ("Insurance Coverage", "cacontent/acci_inscover.php")
	menuArray[1][4] = new Array ("Seatbelt Issues", "cacontent/seatbelt_issues.php")
	menuArray[1][5] = new Array ("Passenger Injuries", "cacontent/pass_injuries.php")
	menuArray[1][6] = new Array ("Pedestrian Injuries", "cacontent/ped_injuries.php")
	menuArray[1][7] = new Array ("Post-Accident FAQ", "cacontent/postacc_faq.php")
	menuArray[1][8] = new Array ("Whiplash", "cacontent/whiplash.php")
	menuArray[1][9] = new Array ("Speeding", "cacontent/speeding.php")
	menuArray[1][10] = new Array ("Speeding Data", "cacontent/speeding_data.php")
	menuArray[1][11] = new Array ("Fatality Charts", "cacontent/fatality_charts.php")
	menuArray[1][12] = new Array ("Injury Data", "cacontent/auto_injury.php")
	menuArray[1][13] = new Array ("State Accident Chart", "cacontent/auto_state.php")

	menuArray[2][0] = new Array ("Spinal Cord Injury", "cacontent/sci_over_t.php")
	menuArray[2][1] = new Array ("Overview of SCI", "cacontent/sci_over_t.php")
	menuArray[2][2] = new Array ("Effects of SCI", "cacontent/sci_effects.php")
	menuArray[2][3] = new Array ("Prevention", "cacontent/sci_prevention.php")
	menuArray[2][4] = new Array ("Damages", "cacontent/sci_damages.php")
	menuArray[2][5] = new Array ("Links and Resources", "cacontent/links/sci_links.php")

	menuArray[3][0] = new Array ("Cerebral Palsy", "cacontent/cp_over_t.php")
	menuArray[3][1] = new Array ("Overview", "cacontent/cp_over_t.php")
	menuArray[3][2] = new Array ("Causes", "cacontent/cp_causes.php")
	menuArray[3][3] = new Array ("Links and Resources", "cacontent/links/cp_links.php")
	menuArray[3][4] = new Array ("Research Activities", "cacontent/cp_research.php")

	menuArray[4][0] = new Array ("Traumatic Brain Injury", "cacontent/tbi_over_t.php")
	menuArray[4][1] = new Array ("Overview of TBI", "cacontent/tbi_over_t.php")
	menuArray[4][2] = new Array ("Proving TBI", "cacontent/tbi_proving.php")
	menuArray[4][3] = new Array ("Indications of TBI", "cacontent/tbi_indicate.php")
	menuArray[4][4] = new Array ("Experts Involved", "cacontent/tbi_expert.php")
	menuArray[4][5] = new Array ("TBI Data", "cacontent/tbi_data.php")
	menuArray[4][6] = new Array ("Links and Resources", "cacontent/links/tbi_links.php")

	menuArray[5][0] = new Array ("Lead Paint Exposure", "cacontent/paint_over_t.php")
	menuArray[5][1] = new Array ("Overview", "cacontent/paint_over_t.php")
	menuArray[5][2] = new Array ("Lead Paint Background", "cacontent/paint_back.php")
	menuArray[5][3] = new Array ("Lead Paint Reduction", "cacontent/paint_reduction.php")
	menuArray[5][4] = new Array ("Lead Paint FAQ", "cacontent/paint_faq.php")
	menuArray[5][5] = new Array ("Lead Paint Data", "cacontent/paint_data.php")

	menuArray[6][0] = new Array ("Pesticide Exposure", "cacontent/pesticide_over_t.php")
	menuArray[6][1] = new Array ("Overview", "cacontent/pesticide_over_t.php")
	menuArray[6][2] = new Array ("Background", "cacontent/pesticide_back.php")
	menuArray[6][3] = new Array ("FAQ", "cacontent/pesticide_faq.php")
	menuArray[6][4] = new Array ("Risk to Children", "cacontent/pesticide_risk.php")
	menuArray[6][5] = new Array ("General Health Hazards", "cacontent/pesticide_health.php")

	menuArray[7][0] = new Array ("Toxic Molds", "cacontent/mold_over_t.php")
	menuArray[7][1] = new Array ("Overview", "cacontent/mold_over_t.php")
	menuArray[7][2] = new Array ("Mold FAQ", "cacontent/toxic_faq.php")
	menuArray[7][3] = new Array ("Toxic Fungus", "cacontent/toxic_stachybotry.php")
	menuArray[7][4] = new Array ("Proving Toxic Cases", "cacontent/toxic_proving.php")

	menuArray[8][0] = new Array ("Medical Malpractice", "cacontent/malp_over_t.php")
	menuArray[8][1] = new Array ("Overview", "cacontent/malp_over_t.php")
	menuArray[8][2] = new Array ("Types of Malpractice", "cacontent/malp_types.php")
	menuArray[8][3] = new Array ("Delayed Cancer Diagnosis", "cacontent/malp_dcd.php")
	menuArray[8][4] = new Array ("Duty of Care", "cacontent/malp_duty.php")
	menuArray[8][5] = new Array ("Causation", "cacontent/malp_cause.php")
	menuArray[8][6] = new Array ("Damages", "cacontent/malp_damage.php")
	menuArray[8][7] = new Array ("Doctor/Patient Confidentiality", "cacontent/malp_docpat.php")
	menuArray[8][8] = new Array ("Hospital Cases", "cacontent/malp_hospital.php")
	menuArray[8][9] = new Array ("Informed Consent", "cacontent/malp_informconsent.php")

	menuArray[9][0] = new Array ("Wrongful Death", "cacontent/death_over_t.php")
	menuArray[9][1] = new Array ("Overview", "cacontent/death_over_t.php")
	menuArray[9][2] = new Array ("Damages for Death", "cacontent/death_damages.php")
	menuArray[9][3] = new Array ("Common Defenses", "cacontent/death_defense.php")
	menuArray[9][4] = new Array ("Workplace Death", "cacontent/death_work.php")

	menuArray[10][0] = new Array ("Insurance Bad Faith", "cacontent/badfaith_over_t.php")
	menuArray[10][1] = new Array ("Overview", "cacontent/badfaith_over_t.php")
	menuArray[10][2] = new Array ("Insurance Adjusters", "cacontent/badfaith_adjusters.php")
	menuArray[10][3] = new Array ("Links and Resources", "cacontent/links/badfaith_links.php")

	menuArray[11][0] = new Array ("Nursing Home Abuse", "cacontent/nursing_over_t.php")
	menuArray[11][1] = new Array ("Overview", "cacontent/nursing_over_t.php")
	menuArray[11][2] = new Array ("Regulations", "cacontent/nursing_regs.php")
	menuArray[11][3] = new Array ("Checklist", "cacontent/nursing_check.php")
	menuArray[11][4] = new Array ("OBRA", "cacontent/nursing_obra.php")
	menuArray[11][5] = new Array ("Recent Verdicts", "cacontent/nursing_verdict.php")
	menuArray[11][6] = new Array ("Links and Resources", "cacontent/links/nursing_links.php")

	menuArray[12][0] = new Array ("Airplane Accidents", "cacontent/plane_over_t.php")
	menuArray[12][1] = new Array ("Overview", "cacontent/plane_over_t.php")
	menuArray[12][2] = new Array ("Immediate Investigation", "cacontent/plane_investigate.php")
	menuArray[12][3] = new Array ("Economy Class Syndrome", "cacontent/plane_economy.php")
	menuArray[12][4] = new Array ("Cause of Crash Data", "cacontent/plane_cause.php")
	menuArray[12][5] = new Array ("Common Carrier Liability", "cacontent/plane_commoncar.php")
	menuArray[12][6] = new Array ("Links and Resources", "cacontent/links/plane_links.php")

	menuArray[13][0] = new Array ("Dog Bites", "cacontent/dog_over_t.php")
	menuArray[13][1] = new Array ("Overview", "cacontent/dog_over_t.php")
	menuArray[13][2] = new Array ("Prevention", "cacontent/dog_prevent.php")
	menuArray[13][3] = new Array ("Data", "cacontent/dog_data.php")
	menuArray[13][4] = new Array ("Links and Resources", "cacontent/links/dog_links.php")

	menuArray[14][0] = new Array ("Drunk Drivers", "cacontent/drunk_over_t.php")
	menuArray[14][1] = new Array ("Overview", "cacontent/drunk_over_t.php")
	menuArray[14][2] = new Array ("FAQ", "cacontent/drunk_faq.php")
	menuArray[14][3] = new Array ("Accident Data", "cacontent/drunk_data.php")
	menuArray[14][4] = new Array ("Alcohol Level Charts", "cacontent/drunk_level.php")

	menuArray[15][0] = new Array ("Large Truck Cases", "cacontent/truck_over_t.php")
	menuArray[15][1] = new Array ("Overview", "cacontent/truck_over_t.php")
	menuArray[15][2] = new Array ("Data", "cacontent/truck_data.php")

	menuArray[16][0] = new Array ("Motorcycle Accidents", "cacontent/motorcycle_over_t.php")
	menuArray[16][1] = new Array ("Overview", "cacontent/motorcycle_over_t.php")
	menuArray[16][2] = new Array ("Accident Data", "cacontent/motorcycle_data.php")
	menuArray[16][3] = new Array ("Safety Tips", "cacontent/motorcycle_safety.php")

	menuArray[17][0] = new Array ("School Bus Accidents", "cacontent/bus_over_t.php")
	menuArray[17][1] = new Array ("Overview", "cacontent/bus_over_t.php")
	menuArray[17][2] = new Array ("Data", "cacontent/bus_data.php")

	menuArray[18][0] = new Array ("Slip and Fall", "cacontent/slip_over_t.php")
	menuArray[18][1] = new Array ("Overview", "cacontent/slip_over_t.php")
	menuArray[18][2] = new Array ("Property Owner Duty", "cacontent/slip_duty.php")
	menuArray[18][3] = new Array ("What To Do", "cacontent/slip_whatdo.php")

	menuArray[19][0] = new Array ("California Resources", "cacontent/az_resource.php")
	menuArray[19][1] = new Array ("Directory", "cacontent/az_resource.php")

	menuArray[20][0] = new Array ("Statute of Limitations", "cacontent/statute_limit.php")
	menuArray[20][1] = new Array ("Overview", "cacontent/statute_limit.php")

	menuArray[21][0] = new Array ("Evaluation Form", "lemonlaw_form.html")
	menuArray[21][1] = new Array ("Evaluation Form", "lemonlaw_form.html")
			      
	return menuArray
}

