//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[0][0] = new Array ("Injury Law 101", "nccontent/pi_over_t.asp")
	menuArray[0][1] = new Array ("Overview", "nccontent/pi_over_t.asp")

	menuArray[1][0] = new Array ("Automobile Accidents", "nccontent/acci_over_t.asp")
	menuArray[1][1] = new Array ("Overview", "nccontent/acci_over_t.asp")
	menuArray[1][2] = new Array ("Automobil Damage FAQ", "nccontent/acci_damagefaq.asp")
	menuArray[1][3] = new Array ("Insurance Coverage", "nccontent/acci_inscover.asp")
	menuArray[1][4] = new Array ("Seatbelt Issues", "nccontent/seatbelt_issues.asp")
	menuArray[1][5] = new Array ("Passenger Injuries", "nccontent/pass_injuries.asp")
	menuArray[1][6] = new Array ("Pedestrian Injuries", "nccontent/ped_injuries.asp")
	menuArray[1][7] = new Array ("Post-Accident FAQ", "nccontent/postacc_faq.asp")
	menuArray[1][8] = new Array ("Whiplash", "nccontent/whiplash.asp")
	menuArray[1][9] = new Array ("Speeding", "nccontent/speeding.asp")
	menuArray[1][10] = new Array ("Speeding Data", "nccontent/speeding_data.asp")
	menuArray[1][11] = new Array ("Fatality Charts", "nccontent/fatality_charts.asp")
	menuArray[1][12] = new Array ("Injury Data", "nccontent/auto_injury.asp")
	menuArray[1][13] = new Array ("State Accident Chart", "nccontent/auto_state.asp")
	
	menuArray[2][0] = new Array ("Work Place Injury", "workplace_injury.html")
	menuArray[2][1] = new Array ("Overview", "workplace_injury.html")

	menuArray[3][0] = new Array ("Workers' Compensation", "workers_comp.html")
	menuArray[3][1] = new Array ("Overview", "workers_comp.html")

	menuArray[4][0] = new Array ("Medical Malpractice", "nccontent/malp_over_t.asp")
	menuArray[4][1] = new Array ("Overview", "nccontent/malp_over_t.asp")
	menuArray[4][2] = new Array ("Types of Malpractice", "nccontent/malp_types.asp")
	menuArray[4][3] = new Array ("Delayed Cancer Diagnosis", "nccontent/malp_dcd.asp")
	menuArray[4][4] = new Array ("Duty of Care", "nccontent/malp_duty.asp")
	menuArray[4][5] = new Array ("Causation", "nccontent/malp_cause.asp")
	menuArray[4][6] = new Array ("Damages", "nccontent/malp_damage.asp")
	menuArray[4][7] = new Array ("Doctor/Patient Confidentiality", "nccontent/malp_docpat.asp")
	menuArray[4][8] = new Array ("Hospital Cases", "nccontent/malp_hospital.asp")
	menuArray[4][9] = new Array ("Informed Consent", "nccontent/malp_informconsent.asp")

	menuArray[5][0] = new Array ("Wrongful Death", "nccontent/death_over_t.asp")
	menuArray[5][1] = new Array ("Overview", "nccontent/death_over_t.asp")
	menuArray[5][2] = new Array ("Damages for Death", "nccontent/death_damages.asp")
	menuArray[5][3] = new Array ("Common Defenses", "nccontent/death_defense.asp")
	menuArray[5][4] = new Array ("Workplace Death", "nccontent/death_work.asp")
	
	menuArray[6][0] = new Array ("Social Security Disability", "soc_sec.html")
	menuArray[6][1] = new Array ("Overview", "soc_sec.html")

	menuArray[7][0] = new Array ("Spinal Cord Injury", "nccontent/sci_over_t.asp")
	menuArray[7][1] = new Array ("Overview of SCI", "nccontent/sci_over_t.asp")
	menuArray[7][2] = new Array ("Effects of SCI", "nccontent/sci_effects.asp")
	menuArray[7][3] = new Array ("Prevention", "nccontent/sci_prevention.asp")
	menuArray[7][4] = new Array ("Damages", "nccontent/sci_damages.asp")
	menuArray[7][5] = new Array ("Links and Resources", "nccontent/sci_links.asp")

	menuArray[8][0] = new Array ("Traumatic Brain Injury", "nccontent/tbi_over_t.asp")
	menuArray[8][1] = new Array ("Overview of TBI", "nccontent/tbi_over_t.asp")
	menuArray[8][2] = new Array ("Proving TBI", "nccontent/tbi_proving.asp")
	menuArray[8][3] = new Array ("Indications of TBI", "nccontent/tbi_indicate.asp")
	menuArray[8][4] = new Array ("Experts Involved", "nccontent/tbi_expert.asp")
	menuArray[8][5] = new Array ("TBI Data", "nccontent/tbi_data.asp")
	menuArray[8][6] = new Array ("Links and Resources", "nccontent/tbi_links.asp")

	menuArray[9][0] = new Array ("Nursing Home Abuse", "nccontent/nursing_over_t.asp")
	menuArray[9][1] = new Array ("Overview", "nccontent/nursing_over_t.asp")
	menuArray[9][2] = new Array ("Regulations", "nccontent/nursing_regs.asp")
	menuArray[9][3] = new Array ("Checklist", "nccontent/nursing_check.asp")
	menuArray[9][4] = new Array ("OBRA", "nccontent/nursing_obra.asp")
	menuArray[9][5] = new Array ("Links and Resources", "nccontent/nursing_links.asp")

	menuArray[10][0] = new Array ("Large Truck Cases", "nccontent/truck_over_t.asp")
	menuArray[10][1] = new Array ("Overview", "nccontent/truck_over_t.asp")
	menuArray[10][2] = new Array ("Data", "nccontent/truck_data.asp")

	menuArray[11][0] = new Array ("Motorcycle Accidents", "nccontent/motorcycle_over_t.asp")
	menuArray[11][1] = new Array ("Overview", "nccontent/motorcycle_over_t.asp")
	menuArray[11][2] = new Array ("Accident Data", "nccontent/motorcycle_data.asp")
	menuArray[11][3] = new Array ("Safety Tips", "nccontent/motorcycle_safety.asp")

	menuArray[12][0] = new Array ("N. Carolina Resources", "nccontent/nc_resource.asp")
	menuArray[12][1] = new Array ("Directory", "nccontent/nc_resource.asp")
			      
	return menuArray
}

