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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	menuArray[16][0] = new Array ("Illinois Resources", "ilcontent/il_resource.asp")
	menuArray[16][1] = new Array ("Directory", "ilcontent/il_resource.asp")

	menuArray[17][0] = new Array ("Statute of Limitations", "ilcontent/statute_limit.asp")
	menuArray[17][1] = new Array ("Overview", "ilcontent/statute_limit.asp")
			      
	return menuArray
}

