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

	menuArray[0] = new Array //product litigation  

	menuArray[0][0] = new Array ("Air Plane", "picontent/plane_over_t.asp")
	menuArray[0][1] = new Array ("Oil Spills", "oil.html")
	menuArray[0][2] = new Array ("Supplements", "picontent/sup_over_t.asp")
	menuArray[0][3] = new Array ("VIOXX", "vioxx.html")
			      
	return menuArray
}

