function buildMenu(){
	var menuArray
	menuArray = new Array ()

	menuArray[0] = new Array ()
	menuArray[1] = new Array ()
	menuArray[2] = new Array ()
	menuArray[3] = new Array ()
	menuArray[4] = new Array ()
	menuArray[5] = new Array ()
	menuArray[6] = new Array ()
	menuArray[7] = new Array ()
	menuArray[8] = new Array ()
	menuArray[9] = new Array ()
	menuArray[10] = new Array ()
	
	menuArray[0][0] = new Array ("Automobile Accidents", "cocontent/acci_over_t.asp")
	menuArray[0][1] = new Array ("Overview", "cocontent/acci_over_t.asp")
		
	menuArray[1][0] = new Array ("Brain Injury", "cocontent/tbi_over_t.asp")
	menuArray[1][1] = new Array ("Overview of TBI", "cocontent/tbi_over_t.asp")
	menuArray[1][2] = new Array ("Proving TBI", "cocontent/tbi_proving.asp")
	menuArray[1][3] = new Array ("Indications of TBI", "cocontent/tbi_indicate.asp")
	menuArray[1][4] = new Array ("Experts Involved", "cocontent/tbi_expert.asp")
	menuArray[1][5] = new Array ("TBI Data", "cocontent/tbi_data.asp")
	menuArray[1][6] = new Array ("Links and Resources", "cocontent/links/tbi_links.asp")

	menuArray[2][0] = new Array ("Defective Products", "cocontent/prod_over_t.asp")
	menuArray[2][1] = new Array ("Overview", "cocontent/prod_over_t.asp") 
	menuArray[2][2] = new Array ("Product Recalls", "picontent/products/recalls/current_recalls.php")
	
	menuArray[3][0] = new Array ("Large Truck Cases", "cocontent/truck_over_t.asp")
	menuArray[3][1] = new Array ("Overview", "cocontent/truck_over_t.asp")
	
	menuArray[4][0] = new Array ("Motorcycle Accidents", "cocontent/motorcycle_over_t.asp")
	menuArray[4][1] = new Array ("Overview", "cocontent/motorcycle_over_t.asp")
	
	menuArray[5][0] = new Array ("Serious Personal Injury", "serious_injury.html")
	
	menuArray[6][0] = new Array ("Workers' Compensation", "compensation.html")	
	
	menuArray[7][0] = new Array ("Social Security Disability", "social_security.html")

	menuArray[8][0] = new Array ("Spinal Cord Injury", "cocontent/sci_over_t.asp")
	menuArray[8][1] = new Array ("Overview of SCI", "cocontent/sci_over_t.asp")
	menuArray[8][2] = new Array ("Effects of SCI", "cocontent/sci_effects.asp")
	menuArray[8][3] = new Array ("Prevention", "cocontent/sci_prevention.asp")

	menuArray[9][0] = new Array ("Wrongful Death", "cocontent/death_over_t.asp")
	menuArray[9][1] = new Array ("Overview", "cocontent/death_over_t.asp")
	
	menuArray[10][0] = new Array ("Focuses", "other.html")	
	return menuArray
}

