//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[22] = new Array ()
	menuArray[23] = new Array ()
	menuArray[24] = new Array ()
	menuArray[25] = new Array ()
	menuArray[26] = new Array ()
	menuArray[27] = new Array ()
	menuArray[28] = new Array ()
	menuArray[29] = new Array ()

	menuArray[0][0] = new Array ("<strong>Automobile Accidents</strong>", "nycontent/acci_over_t.asp")
	menuArray[0][1] = new Array ("Overview", "nycontent/acci_over_t.asp")
	menuArray[0][2] = new Array ("Automobil Damage FAQ", "nycontent/acci_damagefaq.asp")
	menuArray[0][3] = new Array ("Insurance Coverage", "nycontent/acci_inscover.asp")
	menuArray[0][4] = new Array ("Seatbelt Issues", "nycontent/seatbelt_issues.asp")
	menuArray[0][5] = new Array ("Passenger Injuries", "nycontent/pass_injuries.asp")
	menuArray[0][6] = new Array ("Pedestrian Injuries", "nycontent/ped_injuries.asp")
	menuArray[0][7] = new Array ("Post-Accident FAQ", "nycontent/postacc_faq.asp")
	menuArray[0][8] = new Array ("Whiplash", "nycontent/whiplash.asp")
	menuArray[0][9] = new Array ("Speeding", "nycontent/speeding.asp")
	menuArray[0][10] = new Array ("Speeding Data", "nycontent/speeding_data.asp")
	menuArray[0][11] = new Array ("Fatality Charts", "nycontent/fatality_charts.asp")
	menuArray[0][12] = new Array ("Injury Data", "nycontent/auto_injury.asp")
	menuArray[0][13] = new Array ("State Accident Chart", "nycontent/auto_state.asp")

	menuArray[1][0] = new Array ("Aviation Accidents", "nycontent/plane_over_t.asp")
	menuArray[1][1] = new Array ("Overview", "nycontent/plane_over_t.asp")
	menuArray[1][2] = new Array ("Immediate Investigation", "nycontent/plane_investigate.asp")
	menuArray[1][3] = new Array ("Economy Class Syndrome", "nycontent/plane_economy.asp")
	menuArray[1][4] = new Array ("Cause of Crash Data", "nycontent/plane_cause.asp")
	menuArray[1][5] = new Array ("Common Carrier Liability", "nycontent/plane_commoncar.asp")
	menuArray[1][6] = new Array ("Links and Resources", "nycontent/plane_links.asp")
	
	menuArray[2][0] = new Array ("Back Injuries", "back.html")
	menuArray[2][1] = new Array ("Overview", "back.html")
	
	menuArray[3][0] = new Array ("Burn cases", "burn.html")
	menuArray[3][1] = new Array ("Overview", "burn.html")

	menuArray[4][0] = new Array ("Cerebral Palsy", "nycontent/cp_over_t.asp")
	menuArray[4][1] = new Array ("Overview", "nycontent/cp_over_t.asp")
	menuArray[4][2] = new Array ("Causes", "nycontent/cp_causes.asp")
	menuArray[4][3] = new Array ("Links and Resources", "nycontent/cp_links.asp")
	menuArray[4][4] = new Array ("Research Activities", "nycontent/cp_research.asp")
	
	menuArray[5][0] = new Array ("Children's Injuries", "children.html")
	menuArray[5][1] = new Array ("Overview", "children.html")
	
	menuArray[6][0] = new Array ("Construction Accidents", "construction.html")
	menuArray[6][1] = new Array ("Overview", "construction.html")

	menuArray[7][0] = new Array ("Dog Bites", "nycontent/dog_over_t.asp")
	menuArray[7][1] = new Array ("Overview", "nycontent/dog_over_t.asp")
	menuArray[7][2] = new Array ("Prevention", "nycontent/dog_prevent.asp")
	menuArray[7][3] = new Array ("Data", "nycontent/dog_data.asp")
	menuArray[7][4] = new Array ("Links and Resources", "nycontent/dog_links.asp")
	
	menuArray[8][0] = new Array ("Drug Litigation", "picontent/drugs_over_t.asp")
	menuArray[8][1] = new Array ("Fen-Phen", "picontent/drugs/fenphen_over_t.asp")
	menuArray[8][2] = new Array ("Propulsid", "picontent/drugs/propulsid_over_t.asp")
	menuArray[8][3] = new Array ("Redux", "picontent/drugs/redux_over_t.asp")
	menuArray[8][4] = new Array ("Duract", "picontent/drugs/duract_over_t.asp")
	menuArray[8][5] = new Array ("Posicor", "picontent/drugs/posicor_over_t.asp")
	menuArray[8][6] = new Array ("Raxar", "picontent/drugs/raxar_over_t.asp")
	menuArray[8][7] = new Array ("PPA", "picontent/drugs/ppa_over_t.asp")
	menuArray[8][8] = new Array ("Pondimin", "picontent/drugs/pondimin_over_t.asp")
	menuArray[8][9] = new Array ("Baycol", "picontent/drugs/baycol_over_t.asp")
	menuArray[8][10] = new Array ("Rezulin", "picontent/drugs/rezulin_over_t.asp")

	menuArray[9][0] = new Array ("Drunk Drivers", "nycontent/drunk_over_t.asp")
	menuArray[9][1] = new Array ("Overview", "nycontent/drunk_over_t.asp")
	menuArray[9][2] = new Array ("FAQ", "nycontent/drunk_faq.asp")
	menuArray[9][3] = new Array ("Accident Data", "nycontent/drunk_data.asp")
	menuArray[9][4] = new Array ("Alcohol Level Charts", "nycontent/drunk_level.asp")
	
	menuArray[10][0] = new Array ("Injury Law 101", "nycontent/pi_over_t.asp")
	menuArray[10][1] = new Array ("Overview", "nycontent/pi_over_t.asp")

	menuArray[11][0] = new Array ("Insurance Bad Faith", "nycontent/badfaith_over_t.asp")
	menuArray[11][1] = new Array ("Overview", "nycontent/badfaith_over_t.asp")
	menuArray[11][2] = new Array ("Insurance Adjusters", "nycontent/badfaith_adjusters.asp")
	menuArray[11][3] = new Array ("Links and Resources", "nycontent/badfaith_links.asp")

	menuArray[12][0] = new Array ("Large Truck Cases", "nycontent/truck_over_t.asp")
	menuArray[12][1] = new Array ("Overview", "nycontent/truck_over_t.asp")
	menuArray[12][2] = new Array ("Data", "nycontent/truck_data.asp")

	menuArray[13][0] = new Array ("Lead Paint Exposure", "nycontent/paint_over_t.asp")
	menuArray[13][1] = new Array ("Overview", "nycontent/paint_over_t.asp")
	menuArray[13][2] = new Array ("Lead Paint Background", "nycontent/paint_back.asp")
	menuArray[13][3] = new Array ("Lead Paint Reduction", "nycontent/paint_reduction.asp")
	menuArray[13][4] = new Array ("Lead Paint FAQ", "nycontent/paint_faq.asp")
	menuArray[13][5] = new Array ("Lead Paint Data", "nycontent/paint_data.asp")

	menuArray[14][0] = new Array ("Medical Malpractice", "nycontent/malp_over_t.asp")
	menuArray[14][1] = new Array ("Overview", "nycontent/malp_over_t.asp")
	menuArray[14][2] = new Array ("Types of Malpractice", "nycontent/malp_types.asp")
	menuArray[14][3] = new Array ("Delayed Cancer Diagnosis", "nycontent/malp_dcd.asp")
	menuArray[14][4] = new Array ("Duty of Care", "nycontent/malp_duty.asp")
	menuArray[14][5] = new Array ("Causation", "nycontent/malp_cause.asp")
	menuArray[14][6] = new Array ("Damages", "nycontent/malp_damage.asp")
	menuArray[14][7] = new Array ("Doctor/Patient Confidentiality", "nycontent/malp_docpat.asp")
	menuArray[14][8] = new Array ("Hospital Cases", "nycontent/malp_hospital.asp")
	menuArray[14][9] = new Array ("Informed Consent", "nycontent/malp_informconsent.asp")

	menuArray[15][0] = new Array ("Motorcycle Accidents", "nycontent/motorcycle_over_t.asp")
	menuArray[15][1] = new Array ("Overview", "nycontent/motorcycle_over_t.asp")
	menuArray[15][2] = new Array ("Accident Data", "nycontent/motorcycle_data.asp")
	menuArray[15][3] = new Array ("Safety Tips", "nycontent/motorcycle_safety.asp")
	
	menuArray[16][0] = new Array ("Neck/Spinal Cord Injury", "nycontent/sci_over_t.asp")
	menuArray[16][1] = new Array ("Overview of SCI", "nycontent/sci_over_t.asp")
	menuArray[16][2] = new Array ("Effects of SCI", "nycontent/sci_effects.asp")
	menuArray[16][3] = new Array ("Prevention", "nycontent/sci_prevention.asp")
	menuArray[16][4] = new Array ("Damages", "nycontent/sci_damages.asp")
	menuArray[16][5] = new Array ("Links and Resources", "nycontent/sci_links.asp")
	
	menuArray[17][0] = new Array ("New York Resources", "nycontent/ny_resource.asp")
	menuArray[17][1] = new Array ("Directory", "nycontent/ny_resource.asp")

	menuArray[18][0] = new Array ("Nursing Home Abuse", "nycontent/nursing_over_t.asp")
	menuArray[18][1] = new Array ("Overview", "nycontent/nursing_over_t.asp")
	menuArray[18][2] = new Array ("Regulations", "nycontent/nursing_regs.asp")
	menuArray[18][3] = new Array ("Checklist", "nycontent/nursing_check.asp")
	menuArray[18][4] = new Array ("OBRA", "nycontent/nursing_obra.asp")
	menuArray[18][5] = new Array ("Recent Verdicts", "nycontent/nursing_verdict.asp")
	menuArray[18][6] = new Array ("Links and Resources", "nycontent/nursing_links.asp")

	menuArray[19][0] = new Array ("Product Litigation", "picontent/products/product_articles.asp")
	menuArray[19][1] = new Array ("Tobacco", "picontent/tobacco_over_t.asp")
	menuArray[19][2] = new Array ("Asbestos", "picontent/asbestos_over_t.asp")
	menuArray[19][3] = new Array ("Firestone Tires", "picontent/firestone_over_t.asp")
	menuArray[19][4] = new Array ("Sulzer Hip", "picontent/sulzer_over_t.asp")
	menuArray[19][5] = new Array ("Air Bags", "picontent/airbag_over_t.asp")
	
	menuArray[20][0] = new Array ("Railroad/FELA", "railroad.html")
	menuArray[20][1] = new Array ("Overview", "railroad.html")

	menuArray[21][0] = new Array ("School Bus Accidents", "nycontent/bus_over_t.asp")
	menuArray[21][1] = new Array ("Overview", "nycontent/bus_over_t.asp")
	menuArray[21][2] = new Array ("Data", "nycontent/bus_data.asp")
	
	menuArray[22][0] = new Array ("Seamen/Jones Act Cases", "seamen.html")
	menuArray[22][1] = new Array ("Overview", "seamen.html")

	menuArray[23][0] = new Array ("Slip and Fall", "nycontent/slip_over_t.asp")
	menuArray[23][1] = new Array ("Overview", "nycontent/slip_over_t.asp")
	menuArray[23][2] = new Array ("Property Owner Duty", "nycontent/slip_duty.asp")
	menuArray[23][3] = new Array ("What To Do", "nycontent/slip_whatdo.asp")

	menuArray[24][0] = new Array ("Statute of Limitations", "nycontent/statute_limit.asp")
	menuArray[24][1] = new Array ("Overview", "nycontent/statute_limit.asp")
	
	menuArray[25][0] = new Array ("Supplement Litigation", "picontent/sup_over_t.asp")
	menuArray[25][1] = new Array ("Ephedra", "picontent/drugs/drugs_ephedra.asp")
	menuArray[25][2] = new Array ("Comfrey", "picontent/drugs/drugs_comfrey.asp")

	menuArray[26][0] = new Array ("Toxic Molds", "nycontent/mold_over_t.asp")
	menuArray[26][1] = new Array ("Overview", "nycontent/mold_over_t.asp")
	menuArray[26][2] = new Array ("Mold FAQ", "nycontent/toxic_faq.asp")
	menuArray[26][3] = new Array ("Toxic Fungus", "nycontent/toxic_stachybotry.asp")
	menuArray[26][4] = new Array ("Proving Toxic Cases", "nycontent/toxic_proving.asp")

	menuArray[27][0] = new Array ("Traumatic Brain Injury", "nycontent/tbi_over_t.asp")
	menuArray[27][1] = new Array ("Overview of TBI", "nycontent/tbi_over_t.asp")
	menuArray[27][2] = new Array ("Proving TBI", "nycontent/tbi_proving.asp")
	menuArray[27][3] = new Array ("Indications of TBI", "nycontent/tbi_indicate.asp")
	menuArray[27][4] = new Array ("Experts Involved", "nycontent/tbi_expert.asp")
	menuArray[27][5] = new Array ("TBI Data", "nycontent/tbi_data.asp")
	menuArray[27][6] = new Array ("Links and Resources", "nycontent/tbi_links.asp")
	
	menuArray[28][0] = new Array ("Workers' Compensation", "workerscomp.html")
	menuArray[28][1] = new Array ("Overview", "workerscomp.html")

	menuArray[29][0] = new Array ("Wrongful Death", "nycontent/death_over_t.asp")
	menuArray[29][1] = new Array ("Overview", "nycontent/death_over_t.asp")
	menuArray[29][2] = new Array ("Damages for Death", "nycontent/death_damages.asp")
	menuArray[29][3] = new Array ("Common Defenses", "nycontent/death_defense.asp")
	menuArray[29][4] = new Array ("Workplace Death", "nycontent/death_work.asp")
			      
	return menuArray
}

