function buildLit(){
	var menuArray
	menuArray = new Array ()

	menuArray[0] = new Array //product litigation  


	menuArray[0][0] = new Array ("Tobacco", "picontent/tobacco_over_t.asp")
	menuArray[0][1] = new Array ("Asbestos", "picontent/asbestos_over_t.asp")
	menuArray[0][2] = new Array ("Firestone Tires", "picontent/firestone_over_t.asp")
	menuArray[0][3] = new Array ("Sulzer Hip", "picontent/sulzer_over_t.asp")
	menuArray[0][4] = new Array ("Air Bags", "picontent/airbag_over_t.asp")

		      
	return menuArray
}

