//this is the array database for the chiro menu
//it is used in conjuction with the cascade.js
//it returns a global array value for the menu links

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 ()  //plane crash
	menuArray[9] = new Array ()  //dog bites
	menuArray[10] = new Array ()  //drunk drivers
	menuArray[11] = new Array ()  //large truck cases
	menuArray[12] = new Array ()  //motorcycle accidents
    menuArray[13] = new Array ()  //large truck cases
    menuArray[14] = new Array ()  //motorcycle accidents
	
	menuArray[0][0] = new Array (120,3,"Personal Injury Law", "nhcontent/pi_over_t.asp")
	menuArray[0][1] = new Array ("Overview", "nhcontent/pi_over_t.asp")

    menuArray[1][0] = new Array (120,35,"Medical Malpractice", "nhcontent/malp_over_t.asp")
    menuArray[1][1] = new Array ("Overview", "nhcontent/malp_over_t.asp")
    menuArray[1][2] = new Array ("Types of Malpractice", "nhcontent/malp_types.asp")
    menuArray[1][3] = new Array ("Delayed Cancer Diagnosis", "nhcontent/malp_dcd.asp")
    menuArray[1][4] = new Array ("Duty of Care", "nhcontent/malp_duty.asp")
    menuArray[1][5] = new Array ("Causation", "nhcontent/malp_cause.asp")
    menuArray[1][6] = new Array ("Damages", "nhcontent/malp_damage.asp")
    menuArray[1][7] = new Array ("Doctor/Patient Confidentiality", "nhcontent/malp_docpat.asp")
    menuArray[1][8] = new Array ("Hospital Cases", "nhcontent/malp_hospital.asp")
    menuArray[1][9] = new Array ("Informed Consent", "nhcontent/malp_informconsent.asp")

	menuArray[2][0] = new Array (120,58,"Automobile Accidents", "nhcontent/acci_over_t.asp")
	menuArray[2][1] = new Array ("Overview", "nhcontent/acci_over_t.asp")
	menuArray[2][2] = new Array ("Insurance Coverage", "nhcontent/acci_inscover.asp")
	menuArray[2][3] = new Array ("Passenger Injuries", "nhcontent/pass_injuries.asp")
	menuArray[2][4] = new Array ("Pedestrian Injuries", "nhcontent/ped_injuries.asp")
	menuArray[2][5] = new Array ("Whiplash", "nhcontent/whiplash.asp")
	menuArray[2][6] = new Array ("Speeding", "nhcontent/speeding.asp")
	menuArray[2][7] = new Array ("Speeding Data", "nhcontent/speeding_data.asp")
	menuArray[2][8] = new Array ("Fatality Charts", "nhcontent/fatality_charts.asp")
	menuArray[2][9] = new Array ("Injury Data", "nhcontent/auto_injury.asp")
	menuArray[2][10] = new Array ("State Accident Chart", "nhcontent/auto_state.asp")

    menuArray[3][0] = new Array (120,90,"Wrongful Death", "nhcontent/death_over_t.asp")
    menuArray[3][1] = new Array ("Overview", "nhcontent/death_over_t.asp")
    menuArray[3][2] = new Array ("Common Defenses", "nhcontent/death_defense.asp")

    menuArray[4][0] = new Array (120,122,"Product Liability", "picontent/products/product_articles.asp")
    menuArray[4][1] = new Array ("Overview", "picontent/products/product_articles.asp")

    menuArray[5][0] = new Array (120,150,"Drug Liability", "picontent/drugs_over_t.asp")
    menuArray[5][1] = new Array ("Overview", "picontent/drugs_over_t.asp")

    menuArray[6][0] = new Array (120,170,"Asbestos", "picontent/asbestos_over_t.asp")
    menuArray[6][1] = new Array ("Overview", "picontent/asbestos_over_t.asp")

	menuArray[7][0] = new Array (120,189,"Spinal Cord Injury", "nhcontent/sci_over_t.asp")
	menuArray[7][1] = new Array ("Overview of SCI", "nhcontent/sci_over_t.asp")
	menuArray[7][2] = new Array ("Effects of SCI", "nhcontent/sci_effects.asp")
	menuArray[7][3] = new Array ("Prevention", "nhcontent/sci_prevention.asp")
	menuArray[7][4] = new Array ("Links and Resources", "nhcontent/links/sci_links.asp")

	menuArray[8][0] = new Array (120,213,"Cerebral Palsy", "nhcontent/cp_over_t.asp")
	menuArray[8][1] = new Array ("Overview", "nhcontent/cp_over_t.asp")
	menuArray[8][2] = new Array ("Causes", "nhcontent/cp_causes.asp")
	menuArray[8][3] = new Array ("Links and Resources", "nhcontent/links/cp_links.asp")
	menuArray[8][4] = new Array ("Research Activities", "nhcontent/cp_research.asp")

	menuArray[9][0] = new Array (120,233,"Traumatic Brain Injury", "nhcontent/tbi_over_t.asp")
	menuArray[9][1] = new Array ("Overview of TBI", "nhcontent/tbi_over_t.asp")
	menuArray[9][2] = new Array ("Proving TBI", "nhcontent/tbi_proving.asp")
	menuArray[9][3] = new Array ("Indications of TBI", "nhcontent/tbi_indicate.asp")
	menuArray[9][4] = new Array ("Experts Involved", "nhcontent/tbi_expert.asp")
	menuArray[9][5] = new Array ("TBI Data", "nhcontent/tbi_data.asp")
	menuArray[9][6] = new Array ("Links and Resources", "nhcontent/links/tbi_links.asp")

	menuArray[10][0] = new Array (120,265,"Lead Paint Exposure", "nhcontent/paint_over_t.asp")
	menuArray[10][1] = new Array ("Overview", "nhcontent/paint_over_t.asp")
	menuArray[10][2] = new Array ("Lead Paint Background", "nhcontent/paint_back.asp")
	menuArray[10][3] = new Array ("Lead Paint Reduction", "nhcontent/paint_reduction.asp")
	menuArray[10][4] = new Array ("Lead Paint FAQ", "nhcontent/paint_faq.asp")
	menuArray[10][5] = new Array ("Lead Paint Data", "nhcontent/paint_data.asp")

	menuArray[11][0] = new Array (120,295,"Dog Bites", "nhcontent/dog_over_t.asp")
	menuArray[11][1] = new Array ("Overview", "nhcontent/dog_over_t.asp")
	menuArray[11][2] = new Array ("Prevention", "nhcontent/dog_prevent.asp")
	menuArray[11][3] = new Array ("Data", "nhcontent/dog_data.asp")
	menuArray[11][4] = new Array ("Links and Resources", "nhcontent/links/dog_links.asp")

	menuArray[12][0] = new Array (120,315,"Large Truck Cases", "nhcontent/truck_over_t.asp")
	menuArray[12][1] = new Array ("Overview", "nhcontent/truck_over_t.asp")
	menuArray[12][2] = new Array ("Data", "nhcontent/truck_data.asp")

	menuArray[13][0] = new Array (120,343,"Motorcycle Accidents", "nhcontent/motorcycle_over_t.asp")
	menuArray[13][1] = new Array ("Overview", "nhcontent/motorcycle_over_t.asp")
	menuArray[13][2] = new Array ("Accident Data", "nhcontent/motorcycle_data.asp")

	menuArray[14][0] = new Array (120,372,"Slip and Fall", "nhcontent/slip_over_t.asp")
	menuArray[14][1] = new Array ("Overview", "nhcontent/slip_over_t.asp")
	menuArray[14][2] = new Array ("What To Do", "nhcontent/slip_whatdo.asp")

	return menuArray
}

