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 () 
	menuArray[9] = new Array () 


	
	menuArray[0][0] = new Array ("Injury Law 101", "nycontent/pi_over_t.asp")
	menuArray[0][1] = new Array ("Overview", "nycontent/pi_over_t.asp")

	menuArray[1][0] = new Array ("Automobile Accidents", "nycontent/acci_over_t.asp")
	menuArray[1][1] = new Array ("Overview", "nycontent/acci_over_t.asp")
	menuArray[1][2] = new Array ("Automobil Damage FAQ", "nycontent/acci_damagefaq.asp")
	menuArray[1][3] = new Array ("Insurance Coverage", "nycontent/acci_inscover.asp")
	menuArray[1][4] = new Array ("Seatbelt Issues", "nycontent/seatbelt_issues.asp")
	menuArray[1][5] = new Array ("Passenger Injuries", "nycontent/pass_injuries.asp")
	menuArray[1][6] = new Array ("Pedestrian Injuries", "nycontent/ped_injuries.asp")
	menuArray[1][7] = new Array ("Post-Accident FAQ", "nycontent/postacc_faq.asp")
	menuArray[1][8] = new Array ("Whiplash", "nycontent/whiplash.asp")
	menuArray[1][9] = new Array ("Speeding", "nycontent/speeding.asp")
	menuArray[1][10] = new Array ("Speeding Data", "nycontent/speeding_data.asp")
	menuArray[1][11] = new Array ("Fatality Charts", "nycontent/fatality_charts.asp")
	menuArray[1][12] = new Array ("Injury Data", "nycontent/auto_injury.asp")
	menuArray[1][13] = new Array ("State Accident Chart", "nycontent/auto_state.asp")

	menuArray[2][0] = new Array ("Spinal Cord Injury", "nycontent/sci_over_t.asp")
	menuArray[2][1] = new Array ("Overview of SCI", "nycontent/sci_over_t.asp")
	menuArray[2][2] = new Array ("Effects of SCI", "nycontent/sci_effects.asp")
	menuArray[2][3] = new Array ("Prevention", "nycontent/sci_prevention.asp")
	menuArray[2][4] = new Array ("Damages", "nycontent/sci_damages.asp")
	menuArray[2][5] = new Array ("Links and Resources", "nycontent/links/sci_links.asp")

	menuArray[3][0] = new Array ("Cerebral Palsy", "nycontent/cp_over_t.asp")
	menuArray[3][1] = new Array ("Overview", "nycontent/cp_over_t.asp")
	menuArray[3][2] = new Array ("Causes", "nycontent/cp_causes.asp")
	menuArray[3][3] = new Array ("Links and Resources", "nycontent/links/cp_links.asp")
	menuArray[3][4] = new Array ("Research Activities", "nycontent/cp_research.asp")

	menuArray[4][0] = new Array ("Traumatic Brain Injury", "nycontent/tbi_over_t.asp")
	menuArray[4][1] = new Array ("Overview of TBI", "nycontent/tbi_over_t.asp")
	menuArray[4][2] = new Array ("Proving TBI", "nycontent/tbi_proving.asp")
	menuArray[4][3] = new Array ("Indications of TBI", "nycontent/tbi_indicate.asp")
	menuArray[4][4] = new Array ("Experts Involved", "nycontent/tbi_expert.asp")
	menuArray[4][5] = new Array ("TBI Data", "nycontent/tbi_data.asp")
	menuArray[4][6] = new Array ("Links and Resources", "nycontent/links/tbi_links.asp")





	menuArray[5][0] = new Array ("Medical Malpractice", "nycontent/malp_over_t.asp")
	menuArray[5][1] = new Array ("Overview", "nycontent/malp_over_t.asp")
	menuArray[5][2] = new Array ("Types of Malpractice", "nycontent/malp_types.asp")
	menuArray[5][3] = new Array ("Delayed Cancer Diagnosis", "nycontent/malp_dcd.asp")
	menuArray[5][4] = new Array ("Duty of Care", "nycontent/malp_duty.asp")
	menuArray[5][5] = new Array ("Causation", "nycontent/malp_cause.asp")
	menuArray[5][6] = new Array ("Damages", "nycontent/malp_damage.asp")
	menuArray[5][7] = new Array ("Doctor/Patient Confidentiality", "nycontent/malp_docpat.asp")
	menuArray[5][8] = new Array ("Hospital Cases", "nycontent/malp_hospital.asp")
	menuArray[5][9] = new Array ("Informed Consent", "nycontent/malp_informconsent.asp")






	menuArray[6][0] = new Array ("Motorcycle Accidents", "nycontent/motorcycle_over_t.asp")
	menuArray[6][1] = new Array ("Overview", "nycontent/motorcycle_over_t.asp")
	menuArray[6][2] = new Array ("Accident Data", "nycontent/motorcycle_data.asp")
	menuArray[6][3] = new Array ("Safety Tips", "nycontent/motorcycle_safety.asp")



	menuArray[7][0] = new Array ("Videogame Seizures", "seizures.html")
	menuArray[7][1] = new Array ("Directory", "seizures.html")

	menuArray[8][0] = new Array ("Workers' Compensation", "workers_comp.html")
	menuArray[8][1] = new Array ("Overview", "workers_comp.html")
	
	menuArray[9][0] = new Array ("Soc. Security Disability", "social_security_disability.html")
	menuArray[9][1] = new Array ("Overview", "social_security_disability.html")

			      
	return menuArray
}

