//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 ()  //large truck cases
    menuArray[13] = new Array ()  //large truck cases
    menuArray[14] = new Array ()  //large truck cases
	
	menuArray[0][0] = new Array ("Injury Law 101", "flcontent/pi_over_t.asp")
	menuArray[0][1] = new Array ("Overview", "flcontent/pi_over_t.asp")

	menuArray[1][0] = new Array ("Automobile Accidents", "flcontent/acci_over_t.asp")
	menuArray[1][1] = new Array ("Overview", "flcontent/acci_over_t.asp")
	menuArray[1][2] = new Array ("Automobile Damage FAQ", "flcontent/acci_damagefaq.asp")
	menuArray[1][3] = new Array ("Insurance Coverage", "flcontent/acci_inscover.asp")
	menuArray[1][4] = new Array ("Seatbelt Issues", "flcontent/seatbelt_issues.asp")
	menuArray[1][5] = new Array ("Passenger Injuries", "flcontent/pass_injuries.asp")
	menuArray[1][6] = new Array ("Pedestrian Injuries", "flcontent/ped_injuries.asp")
	menuArray[1][7] = new Array ("Post-Accident FAQ", "flcontent/postacc_faq.asp")
	menuArray[1][8] = new Array ("Whiplash", "flcontent/whiplash.asp")
	menuArray[1][9] = new Array ("Speeding", "flcontent/speeding.asp")
	menuArray[1][10] = new Array ("Speeding Data", "flcontent/speeding_data.asp")
	menuArray[1][11] = new Array ("Fatality Charts", "flcontent/fatality_charts.asp")
	menuArray[1][12] = new Array ("Injury Data", "flcontent/auto_injury.asp")
	menuArray[1][13] = new Array ("State Accident Chart", "flcontent/auto_state.asp")

	menuArray[2][0] = new Array ("Spinal Cord Injury", "flcontent/sci_over_t.asp")
	menuArray[2][1] = new Array ("Overview of SCI", "flcontent/sci_over_t.asp")
	menuArray[2][2] = new Array ("Effects of SCI", "flcontent/sci_effects.asp")
	menuArray[2][3] = new Array ("Prevention", "flcontent/sci_prevention.asp")
	menuArray[2][4] = new Array ("Damages", "flcontent/sci_damages.asp")
	menuArray[2][5] = new Array ("Links and Resources", "flcontent/links/sci_links.asp")

	menuArray[3][0] = new Array ("Cerebral Palsy", "flcontent/cp_over_t.asp")
	menuArray[3][1] = new Array ("Overview", "flcontent/cp_over_t.asp")
	menuArray[3][2] = new Array ("Causes", "flcontent/cp_causes.asp")
	menuArray[3][3] = new Array ("Links and Resources", "flcontent/links/cp_links.asp")
	menuArray[3][4] = new Array ("Research Activities", "flcontent/cp_research.asp")

	menuArray[4][0] = new Array ("Traumatic Brain Injury", "flcontent/tbi_over_t.asp")
	menuArray[4][1] = new Array ("Overview of TBI", "flcontent/tbi_over_t.asp")
	menuArray[4][2] = new Array ("Proving TBI", "flcontent/tbi_proving.asp")
	menuArray[4][3] = new Array ("Indications of TBI", "flcontent/tbi_indicate.asp")
	menuArray[4][4] = new Array ("Experts Involved", "flcontent/tbi_expert.asp")
	menuArray[4][5] = new Array ("TBI Data", "flcontent/tbi_data.asp")
	menuArray[4][6] = new Array ("Links and Resources", "flcontent/links/tbi_links.asp")

	menuArray[5][0] = new Array ("Medical Malpractice", "flcontent/malp_over_t.asp")
	menuArray[5][1] = new Array ("Overview", "flcontent/malp_over_t.asp")
	menuArray[5][2] = new Array ("Types of Malpractice", "flcontent/malp_types.asp")
	menuArray[5][3] = new Array ("Delayed Cancer Diagnosis", "flcontent/malp_dcd.asp")
	menuArray[5][4] = new Array ("Duty of Care", "flcontent/malp_duty.asp")
	menuArray[5][5] = new Array ("Causation", "flcontent/malp_cause.asp")
	menuArray[5][6] = new Array ("Damages", "flcontent/malp_damage.asp")
	menuArray[5][7] = new Array ("Doctor/Patient Confidentiality", "flcontent/malp_docpat.asp")
	menuArray[5][8] = new Array ("Hospital Cases", "flcontent/malp_hospital.asp")
	menuArray[5][9] = new Array ("Informed Consent", "flcontent/malp_informconsent.asp")

	menuArray[6][0] = new Array ("Wrongful Death", "flcontent/death_over_t.asp")
	menuArray[6][1] = new Array ("Overview", "flcontent/death_over_t.asp")
	menuArray[6][2] = new Array ("Damages for Death", "flcontent/death_damages.asp")
	menuArray[6][3] = new Array ("Common Defenses", "flcontent/death_defense.asp")
	menuArray[6][4] = new Array ("Workplace Death", "flcontent/death_work.asp")

	menuArray[7][0] = new Array ("Insurance Bad Faith", "flcontent/badfaith_over_t.asp")
	menuArray[7][1] = new Array ("Overview", "flcontent/badfaith_over_t.asp")
	menuArray[7][2] = new Array ("Insurance Adjusters", "flcontent/badfaith_adjusters.asp")
	menuArray[7][3] = new Array ("Links and Resources", "flcontent/links/badfaith_links.asp")

	menuArray[8][0] = new Array ("Nursing Home Abuse", "flcontent/nursing_over_t.asp")
	menuArray[8][1] = new Array ("Overview", "flcontent/nursing_over_t.asp")
	menuArray[8][2] = new Array ("Regulations", "flcontent/nursing_regs.asp")
	menuArray[8][3] = new Array ("Checklist", "flcontent/nursing_check.asp")
	menuArray[8][4] = new Array ("OBRA", "flcontent/nursing_obra.asp")
	menuArray[8][5] = new Array ("Recent Verdicts", "flcontent/nursing_verdict.asp")
	menuArray[8][6] = new Array ("Links and Resources", "flcontent/links/nursing_links.asp")

	menuArray[9][0] = new Array ("Large Truck Cases", "flcontent/truck_over_t.asp")
	menuArray[9][1] = new Array ("Overview", "flcontent/truck_over_t.asp")
	menuArray[9][2] = new Array ("Data", "flcontent/truck_data.asp")

    menuArray[10][0] = new Array ("Product Liability", "picontent/prod_over_t.asp")
    menuArray[10][1] = new Array ("Overview", "picontent/prod_over_t.asp")

    menuArray[11][0] = new Array ("Product Litigation", "picontent/products/product_articles.asp")
    menuArray[11][1] = new Array ("Overview", "picontent/products/product_articles.asp")

    menuArray[12][0] = new Array ("Drugs", "picontent/drugs_over_t.asp")
    menuArray[12][1] = new Array ("Overview", "picontent/drugs_over_t.asp")

    menuArray[13][0] = new Array ("Florida Resources", "flcontent/fl_resource.asp")
	menuArray[13][1] = new Array ("Directory", "flcontent/fl_resource.asp")

    menuArray[14][0] = new Array ("More Helpful Links", "links.html")
    menuArray[14][1] = new Array ("Overview", "links.html")

	return menuArray
}

