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[0][0] = new Array ("Personal Injury", "personal_injury.asp")
//	menuArray[0][1] = new Array ("Injury Law 101", "pi_over_t.asp")
    menuArray[0][1] = new Array ("Injury Law 101", "injury_law_101.html")
	menuArray[0][2] = new Array ("Automobile Accidents", "cacontent/acci_over_t.asp")
	menuArray[0][3] = new Array ("Spinal Cord Injury", "cacontent/sci_over_t.asp")
	menuArray[0][4] = new Array ("Cerebral Palsy", "cacontent/cp_over_t.asp")
	menuArray[0][5] = new Array ("Traumatic Brain Injury", "cacontent/tbi_over_t.asp")
	menuArray[0][6] = new Array ("Lead Paint Exposure", "cacontent/paint_over_t.asp")
	menuArray[0][7] = new Array ("Pesticide Exposure", "cacontent/pesticide_over_t.asp")
	menuArray[0][8] = new Array ("Toxic Molds", "cacontent/mold_over_t.asp")
	menuArray[0][9] = new Array ("Medical Malpractice", "cacontent/malp_over_t.asp")
	menuArray[0][10] = new Array ("Wrongful Death", "cacontent/death_over_t.asp")
	menuArray[0][11] = new Array ("Insurance Bad Faith", "cacontent/badfaith_over_t.asp")
	menuArray[0][12] = new Array ("Nursing Home Abuse", "cacontent/nursing_over_t.asp")
	menuArray[0][13] = new Array ("Airplane Accidents", "cacontent/plane_over_t.asp")
	menuArray[0][14] = new Array ("Dog Bites", "cacontent/dog_over_t.asp")
	menuArray[0][15] = new Array ("Drunk Drivers", "cacontent/drunk_over_t.asp")
	menuArray[0][16] = new Array ("Large Truck Cases", "cacontent/truck_over_t.asp")
	menuArray[0][17] = new Array ("Motorcycle Accidents", "cacontent/motorcycle_over_t.asp")
	menuArray[0][18] = new Array ("School Bus Accidents", "cacontent/bus_over_t.asp")
	menuArray[0][19] = new Array ("Slip and Fall", "cacontent/slip_over_t.asp")
	menuArray[0][20] = new Array ("California Resources", "cacontent/ca_resource.asp")
	menuArray[0][21] = new Array ("Statute of Limitations", "cacontent/statute_limit.asp")
	menuArray[0][22] = new Array ("Products", "picontent/products/product_articles.asp")
	menuArray[0][23] = new Array ("Drugs", "picontent/drugs_over_t.asp")
	menuArray[0][24] = new Array ("Suppliements", "picontent/sup_over_t.asp")

    menuArray[1][0] = new Array ("Criminal Law", "criminal.html")
    menuArray[1][1] = new Array ("Overview", "criminal.html")

    menuArray[2][0] = new Array ("Family Law", "family.html")
    menuArray[2][1] = new Array ("Overview", "family.html")

	menuArray[3][0] = new Array ("Civil Litigation", "civil.html")
    menuArray[3][1] = new Array ("Overview", "civil.html")

	menuArray[4][0] = new Array ("Workers' Comp", "workers.html")
    menuArray[4][1] = new Array ("Overview", "workers.html")

	menuArray[5][0] = new Array ("Real Estate", "real_estate.html")
    menuArray[5][1] = new Array ("Overview", "real_estate.html")

	menuArray[6][0] = new Array ("Probate", "probate.html")
    menuArray[6][1] = new Array ("Overview", "probate.html")

	menuArray[7][0] = new Array ("Estate Planning", "estate_planning.html")
    menuArray[7][1] = new Array ("Overview", "estate_planning.html")

	menuArray[8][0] = new Array ("Living Trusts", "living_trusts.html")
    menuArray[8][1] = new Array ("Overview", "living_trusts.html")
			      
	return menuArray
}

