//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[0][0] = new Array ("Injury Law 101", "sccontent/pi_over_t.asp")
	menuArray[0][1] = new Array ("Overview", "sccontent/pi_over_t.asp")

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

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


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

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

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

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

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

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

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



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

	menuArray[11][0] = new Array ("Large Truck Cases", "sccontent/truck_over_t.asp")
	menuArray[11][1] = new Array ("Overview", "sccontent/truck_over_t.asp")
	menuArray[11][2] = new Array ("Data", "sccontent/truck_data.asp")

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

	menuArray[13][0] = new Array ("School Bus Accidents", "sccontent/bus_over_t.asp")
	menuArray[13][1] = new Array ("Overview", "sccontent/bus_over_t.asp")
	menuArray[13][2] = new Array ("Data", "sccontent/bus_data.asp")

	
	menuArray[14][0] = new Array ("Workers' Compensation", "workers_comp.html")
	menuArray[14][1] = new Array ("Overview", "workers_comp.html")

	menuArray[15][0] = new Array ("Real Estate Closing", "real_estate.html")
	menuArray[15][1] = new Array ("Overview", "real_estate.html")

	menuArray[16][0] = new Array ("S.C. Resources", "sccontent/sc_resources.asp")
	menuArray[16][1] = new Array ("Directory", "sccontent/sc_resources.asp")
	
	menuArray[17][0] = new Array ("Statute of Limitations", "sccontent/statute_limit.asp")
	menuArray[17][1] = new Array ("Overview", "sccontent/statute_limit.asp")
			      
	return menuArray
}
