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[30] = new Array ()
	
	menuArray[0][0] = new Array ("Personal Injury", "nycontent/pi_over_t.asp")
	menuArray[0][1] = new Array ("Overview", "nycontent/pi_over_t.asp")
	
	menuArray[1][0] = new Array ("Construction Site Accidents", "construction.html")
	
	menuArray[2][0] = new Array ("Labor Law", "labor.html")

	menuArray[3][0] = new Array ("Automobile Accidents", "nycontent/acci_over_t.asp")
	menuArray[3][1] = new Array ("Overview", "nycontent/acci_over_t.asp")
	menuArray[3][2] = new Array ("Automobile Damage FAQ", "nycontent/acci_damagefaq.asp")
	menuArray[3][3] = new Array ("Insurance Coverage", "nycontent/acci_inscover.asp")
	menuArray[3][4] = new Array ("Seatbelt Issues", "nycontent/seatbelt_issues.asp")
	menuArray[3][5] = new Array ("Passenger Injuries", "nycontent/pass_injuries.asp")
	menuArray[3][6] = new Array ("Pedestrian Injuries", "nycontent/ped_injuries.asp")
	menuArray[3][7] = new Array ("Post-Accident FAQ", "nycontent/postacc_faq.asp")
	menuArray[3][8] = new Array ("Whiplash", "nycontent/whiplash.asp")
	menuArray[3][9] = new Array ("Speeding", "nycontent/speeding.asp")
	menuArray[3][10] = new Array ("Speeding Data", "nycontent/speeding_data.asp")
	menuArray[3][11] = new Array ("Fatality Charts", "nycontent/fatality_charts.asp")
	menuArray[3][12] = new Array ("Injury Data", "nycontent/auto_injury.asp")
	menuArray[3][13] = new Array ("State Accident Chart", "nycontent/auto_state.asp")
	
	menuArray[4][0] = new Array ("Intersection Collisions", "intersectional.html")
	
	menuArray[5][0] = new Array ("Rear End Collisions", "rearend.html")
	
	menuArray[6][0] = new Array ("Pedestrian Injuries", "pedestrian.html")
	
	menuArray[7][0] = new Array ("Lane Change and Side Swipe", "lanechange.html")
	
	menuArray[8][0] = new Array ("Defective Streets", "defective.html")
	
	menuArray[9][0] = new Array ("Left Turning Motorist", "leftturning.html")
	
	menuArray[10][0] = new Array ("Stop Sign Cases", "stopsign.html")
	
	menuArray[11][0] = new Array ("Bus or Train Accidents", "bus_train.html")
	
	menuArray[12][0] = new Array ("Premise Liability", "premise.html")
	
	menuArray[13][0] = new Array ("Trip and Fall", "trip.html")
	
	menuArray[14][0] = new Array ("Slip and Fall", "nycontent/slip_over_t.asp")
	menuArray[14][1] = new Array ("Overview", "nycontent/slip_over_t.asp")
	menuArray[14][2] = new Array ("Property Owner Duty", "nycontent/slip_duty.asp")
	menuArray[14][3] = new Array ("What To Do", "nycontent/slip_whatdo.asp")
	
	menuArray[15][0] = new Array ("Staircase Defect", "staircase.html")
	
	menuArray[16][0] = new Array ("Lead Poisoning", "nycontent/paint_over_t.asp")
	menuArray[16][1] = new Array ("Overview", "nycontent/paint_over_t.asp")
	menuArray[16][2] = new Array ("Lead Paint Background", "nycontent/paint_back.asp")
	menuArray[16][3] = new Array ("Lead Paint Reduction", "nycontent/paint_reduction.asp")
	menuArray[16][4] = new Array ("Lead Paint FAQ", "nycontent/paint_faq.asp")
	menuArray[16][5] = new Array ("Lead Paint Data", "nycontent/paint_data.asp")
	
	menuArray[17][0] = new Array ("Wrongful Death", "nycontent/death_over_t.asp")
	menuArray[17][1] = new Array ("Overview", "nycontent/death_over_t.asp")
	menuArray[17][2] = new Array ("Damages for Death", "nycontent/death_damages.asp")
	menuArray[17][3] = new Array ("Common Defenses", "nycontent/death_defense.asp")
	menuArray[17][4] = new Array ("Workplace Death", "nycontent/death_work.asp")
	
	menuArray[18][0] = new Array ("Failure to Diagnose", "failure.html")
	
	menuArray[19][0] = new Array ("Burns and Disfigurements", "burns.html")
	
	menuArray[20][0] = new Array ("Birth Injuries", "birth.html")
	
	menuArray[21][0] = new Array ("Police Brutality", "brutality.html")
	
	menuArray[22][0] = new Array ("Estate Planning", "estate.html")
	
	menuArray[23][0] = new Array ("Drafting of Wills and Trust", "drafting.html")
	
	menuArray[24][0] = new Array ("Living Wills", "living.html")
	
	menuArray[25][0] = new Array ("Healthcare Proxies", "healthcare.html")
	
	menuArray[26][0] = new Array ("Probate", "probate.html")
	
	menuArray[27][0] = new Array ("Medical Malpractice", "nycontent/malp_over_t.asp")
	menuArray[27][1] = new Array ("Overview", "nycontent/malp_over_t.asp")
	menuArray[27][2] = new Array ("Types of Malpractice", "nycontent/malp_types.asp")
	menuArray[27][3] = new Array ("Delayed Cancer Diagnosis", "nycontent/malp_dcd.asp")
	menuArray[27][4] = new Array ("Duty of Care", "nycontent/malp_duty.asp")
	menuArray[27][5] = new Array ("Causation", "nycontent/malp_cause.asp")
	menuArray[27][6] = new Array ("Damages", "nycontent/malp_damage.asp")
	menuArray[27][7] = new Array ("Doctor/Patient Confidentiality", "nycontent/malp_docpat.asp")
	menuArray[27][8] = new Array ("Hospital Cases", "nycontent/malp_hospital.asp")
	menuArray[27][9] = new Array ("Informed Consent", "nycontent/malp_informconsent.asp")

	menuArray[28][0] = new Array ("Spinal Cord Injury", "nycontent/sci_over_t.asp")
	menuArray[28][1] = new Array ("Overview of SCI", "nycontent/sci_over_t.asp")
	menuArray[28][2] = new Array ("Effects of SCI", "nycontent/sci_effects.asp")
	menuArray[28][3] = new Array ("Prevention", "nycontent/sci_prevention.asp")
	menuArray[28][4] = new Array ("Damages", "nycontent/sci_damages.asp")
	menuArray[28][5] = new Array ("Links and Resources", "nycontent/links/sci_links.asp")
	
	menuArray[29][0] = new Array ("Neck Injuries", "neck.html")
	
	menuArray[30][0] = new Array ("Back Injuries", "back.html")
	
			      
	return menuArray
}


