//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[0][0] = new Array ("Automobile Accidents", "flcontent/acci_over_t.asp")
	menuArray[0][1] = new Array ("Overview", "flcontent/acci_over_t.asp")
	menuArray[0][2] = new Array ("Automobil Damage FAQ", "flcontent/acci_damagefaq.asp")
	menuArray[0][3] = new Array ("Insurance Coverage", "flcontent/acci_inscover.asp")
	menuArray[0][4] = new Array ("Seatbelt Issues", "flcontent/seatbelt_issues.asp")
	menuArray[0][5] = new Array ("Passenger Injuries", "flcontent/pass_injuries.asp")
	menuArray[0][6] = new Array ("Pedestrian Injuries", "flcontent/ped_injuries.asp")
	menuArray[0][7] = new Array ("Post-Accident FAQ", "flcontent/postacc_faq.asp")
	menuArray[0][8] = new Array ("Whiplash", "flcontent/whiplash.asp")
	menuArray[0][9] = new Array ("Speeding", "flcontent/speeding.asp")
	menuArray[0][10] = new Array ("Speeding Data", "flcontent/speeding_data.asp")
	menuArray[0][11] = new Array ("Fatality Charts", "flcontent/fatality_charts.asp")
	menuArray[0][12] = new Array ("Injury Data", "flcontent/auto_injury.asp")
	menuArray[0][13] = new Array ("State Accident Chart", "flcontent/auto_state.asp")

	menuArray[1][0] = new Array ("Medical Malpractice", "flcontent/malp_over_t.asp")
	menuArray[1][1] = new Array ("Overview", "flcontent/malp_over_t.asp")
	menuArray[1][2] = new Array ("Types of Malpractice", "flcontent/malp_types.asp")
	menuArray[1][3] = new Array ("Delayed Cancer Diagnosis", "flcontent/malp_dcd.asp")
	menuArray[1][4] = new Array ("Duty of Care", "flcontent/malp_duty.asp")
	menuArray[1][5] = new Array ("Causation", "flcontent/malp_cause.asp")
	menuArray[1][6] = new Array ("Damages", "flcontent/malp_damage.asp")
	menuArray[1][7] = new Array ("Doctor/Patient Confidentiality", "flcontent/malp_docpat.asp")
	menuArray[1][8] = new Array ("Hospital Cases", "flcontent/malp_hospital.asp")
	menuArray[1][9] = new Array ("Informed Consent", "flcontent/malp_informconsent.asp")

	menuArray[2][0] = new Array ("Wrongful Death", "flcontent/death_over_t.asp")
	menuArray[2][1] = new Array ("Overview", "flcontent/death_over_t.asp")
	menuArray[2][2] = new Array ("Damages for Death", "flcontent/death_damages.asp")
	menuArray[2][3] = new Array ("Common Defenses", "flcontent/death_defense.asp")
	menuArray[2][4] = new Array ("Workplace Death", "flcontent/death_work.asp")
	
	menuArray[3][0] = new Array ("Dog Bites", "flcontent/dog_over_t.asp")
	menuArray[3][1] = new Array ("Overview", "flcontent/dog_over_t.asp")
	menuArray[3][2] = new Array ("Prevention", "flcontent/dog_prevent.asp")
	menuArray[3][3] = new Array ("Data", "flcontent/dog_data.asp")
	menuArray[3][4] = new Array ("Links and Resources", "flcontent/dog_links.asp")

	menuArray[4][0] = new Array ("Drunk Drivers", "flcontent/drunk_over_t.asp")
	menuArray[4][1] = new Array ("Overview", "flcontent/drunk_over_t.asp")
	menuArray[4][2] = new Array ("FAQ", "flcontent/drunk_faq.asp")
	menuArray[4][3] = new Array ("Accident Data", "flcontent/drunk_data.asp")
	menuArray[4][4] = new Array ("Alcohol Level Charts", "flcontent/drunk_level.asp")
	
	menuArray[5][0] = new Array ("Slip and Fall", "flcontent/slip_over_t.asp")
	menuArray[5][1] = new Array ("Overview", "flcontent/slip_over_t.asp")
	menuArray[5][2] = new Array ("Property Owner Duty", "flcontent/slip_duty.asp")
	menuArray[5][3] = new Array ("What To Do", "flcontent/slip_whatdo.asp")
	
	menuArray[6][0] = new Array ("Lead Paint Exposure", "flcontent/paint_over_t.asp")
	menuArray[6][1] = new Array ("Overview", "flcontent/paint_over_t.asp")
	menuArray[6][2] = new Array ("Lead Paint Background", "flcontent/paint_back.asp")
	menuArray[6][3] = new Array ("Lead Paint Reduction", "flcontent/paint_reduction.asp")
	menuArray[6][4] = new Array ("Lead Paint FAQ", "flcontent/paint_faq.asp")
	menuArray[6][5] = new Array ("Lead Paint Data", "flcontent/paint_data.asp")

	menuArray[7][0] = new Array ("Pesticide Exposure", "flcontent/pesticide_over_t.asp")
	menuArray[7][1] = new Array ("Overview", "flcontent/pesticide_over_t.asp")
	menuArray[7][2] = new Array ("Background", "flcontent/pesticide_back.asp")
	menuArray[7][3] = new Array ("FAQ", "flcontent/pesticide_faq.asp")
	menuArray[7][4] = new Array ("Risk to Children", "flcontent/pesticide_risk.asp")
	menuArray[7][5] = new Array ("General Health Hazards", "flcontent/pesticide_health.asp")	

	menuArray[8][0] = new Array ("Toxic Molds", "flcontent/mold_over_t.asp")
	menuArray[8][1] = new Array ("Overview", "flcontent/mold_over_t.asp")
	menuArray[8][2] = new Array ("Mold FAQ", "flcontent/toxic_faq.asp")
	menuArray[8][3] = new Array ("Toxic Fungus", "flcontent/toxic_stachybotry.asp")
	menuArray[8][4] = new Array ("Proving Toxic Cases", "flcontent/toxic_proving.asp")
	
	menuArray[9][0] = new Array ("Product Liability", "picontent/products/product_articles.asp")
	menuArray[9][1] = new Array ("Overview", "picontent/products/product_articles.asp")
	
	menuArray[10][0] = new Array ("Airplane Accidents", "flcontent/plane_over_t.asp")
	menuArray[10][1] = new Array ("Overview", "flcontent/plane_over_t.asp")
	menuArray[10][2] = new Array ("Immediate Investigation", "flcontent/plane_investigate.asp")
	menuArray[10][3] = new Array ("Economy Class Syndrome", "flcontent/plane_economy.asp")
	menuArray[10][4] = new Array ("Cause of Crash Data", "flcontent/plane_cause.asp")
	menuArray[10][5] = new Array ("Common Carrier Liability", "flcontent/plane_commoncar.asp")
	menuArray[10][6] = new Array ("Links and Resources", "flcontent/plane_links.asp")	

	menuArray[11][0] = new Array ("Large Truck Cases", "flcontent/truck_over_t.asp")
	menuArray[11][1] = new Array ("Overview", "flcontent/truck_over_t.asp")
	menuArray[11][2] = new Array ("Data", "flcontent/truck_data.asp")
	
	menuArray[12][0] = new Array ("Motorcycle Accidents", "flcontent/motorcycle_over_t.asp")
	menuArray[12][1] = new Array ("Overview", "flcontent/motorcycle_over_t.asp")
	menuArray[12][2] = new Array ("Accident Data", "flcontent/motorcycle_data.asp")
	menuArray[12][3] = new Array ("Safety Tips", "flcontent/motorcycle_safety.asp")	
	
	menuArray[13][0] = new Array ("School Bus Accidents", "flcontent/bus_over_t.asp")
	menuArray[13][1] = new Array ("Overview", "flcontent/bus_over_t.asp")
	menuArray[13][2] = new Array ("Data", "flcontent/bus_data.asp")	

	menuArray[14][0] = new Array ("Insurance Bad Faith", "flcontent/badfaith_over_t.asp")
	menuArray[14][1] = new Array ("Overview", "flcontent/badfaith_over_t.asp")
	menuArray[14][2] = new Array ("Insurance Adjusters", "flcontent/badfaith_adjusters.asp")
	menuArray[14][3] = new Array ("Links and Resources", "flcontent/badfaith_links.asp")
	
	return menuArray
}

