//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 ()
	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[11] = new Array ()  
	menuArray[12] = new Array ()  
	menuArray[13] = new Array ()
	menuArray[14] = new Array () 
	menuArray[15] = new Array () 
	menuArray[16] = new Array () 
	menuArray[17] = new Array () 
	menuArray[18] = new Array () 
	menuArray[19] = new Array ()  

	

	menuArray[0][0] = new Array ("Automobile Accidents", "flcontent/acci_over_t.asp")
	menuArray[0][1] = new Array ("Overview", "flcontent/acci_over_t.asp")
	
	menuArray[1][0] = new Array ("Airplane Accidents", "flcontent/plane_over_t.asp")
	menuArray[1][1] = new Array ("Overview", "flcontent/plane_over_t.asp")
	menuArray[1][2] = new Array ("Immediate Investigation", "flcontent/plane_investigate.asp")
	menuArray[1][3] = new Array ("Economy Class Syndrome", "flcontent/plane_economy.asp")
	menuArray[1][4] = new Array ("Cause of Crash Data", "flcontent/plane_cause.asp")
	menuArray[1][5] = new Array ("Common Carrier Liability", "flcontent/plane_commoncar.asp")
	menuArray[1][6] = new Array ("Links and Resources", "flcontent/links/plane_links.asp")
	
	menuArray[2][0] = new Array ("Boating Accidents", "boating.html")
	menuArray[2][1] = new Array ("Overview", "boating.html")
	
	menuArray[3][0] = new Array ("Bicycle Accidents", "bicycle.html")
	menuArray[3][1] = new Array ("Overview", "bicycle.html")
	
	menuArray[4][0] = new Array ("Drowning Accidents", "drowning.html")
	menuArray[4][1] = new Array ("Overview", "drowning.html")
	
	menuArray[5][0] = new Array ("Drunk Driving Accidents", "dda.html")
	menuArray[5][1] = new Array ("Overview", "dda.html")
	
	menuArray[6][0] = new Array ("Construction Accidents", "construction.html")
	menuArray[6][1] = new Array ("Overview", "construction.html")
	
	menuArray[7][0] = new Array ("Motorcycle Accidents", "flcontent/motorcycle_over_t.asp")
	menuArray[7][1] = new Array ("Overview", "flcontent/motorcycle_over_t.asp")
	menuArray[7][2] = new Array ("Accident Data", "flcontent/motorcycle_data.asp")
	menuArray[7][3] = new Array ("Safety Tips", "flcontent/motorcycle_safety.asp")
	
	menuArray[8][0] = new Array ("Large Truck Accidents", "flcontent/truck_over_t.asp")
	menuArray[8][1] = new Array ("Overview", "flcontent/truck_over_t.asp")
	menuArray[8][2] = new Array ("Data", "flcontent/truck_data.asp")
	
	menuArray[9][0] = new Array ("Slip & Fall Accidents", "flcontent/slip_over_t.asp")
	menuArray[9][1] = new Array ("Overview", "flcontent/slip_over_t.asp")
	menuArray[9][2] = new Array ("Property Owner Duty", "flcontent/slip_duty.asp")
	menuArray[9][3] = new Array ("What To Do", "flcontent/slip_whatdo.asp")
	
	menuArray[10][0] = new Array ("Trip & Fall Accidents", "trip.html")
	menuArray[10][1] = new Array ("Overview", "trip.html")
	
	menuArray[11][0] = new Array ("Work Accidents", "construction.html")
	menuArray[11][1] = new Array ("Overview", "construction.html")
	
	menuArray[12][0] = new Array ("Dog Bites", "flcontent/dog_over_t.asp")
	menuArray[12][1] = new Array ("Overview", "flcontent/dog_over_t.asp")
	menuArray[12][2] = new Array ("Prevention", "flcontent/dog_prevent.asp")
	menuArray[12][3] = new Array ("Data", "flcontent/dog_data.asp")
	menuArray[12][4] = new Array ("Links and Resources", "flcontent/links/dog_links.asp")
	
	menuArray[13][0] = new Array ("Defective Products", "defective.html")
	menuArray[13][1] = new Array ("Overview", "defective.html")
	
	menuArray[14][0] = new Array ("Nursing Home Abuse", "flcontent/nursing_over_t.asp")
	menuArray[14][1] = new Array ("Overview", "flcontent/nursing_over_t.asp")
	menuArray[14][2] = new Array ("Regulations", "flcontent/nursing_regs.asp")
	menuArray[14][3] = new Array ("Checklist", "flcontent/nursing_check.asp")
	menuArray[14][4] = new Array ("OBRA", "flcontent/nursing_obra.asp")
	menuArray[14][5] = new Array ("Recent Verdicts", "flcontent/nursing_verdict.asp")
	menuArray[14][6] = new Array ("Links and Resources", "flcontent/links/nursing_links.asp")
	
	menuArray[15][0] = new Array ("Catastrophic Injury", "catastrophic.html")
	menuArray[15][1] = new Array ("Overview", "catastrophic.html")
	
	menuArray[16][0] = new Array ("Spinal Cord Injury", "flcontent/sci_over_t.asp")
	menuArray[16][1] = new Array ("Overview of SCI", "flcontent/sci_over_t.asp")
	menuArray[16][2] = new Array ("Effects of SCI", "flcontent/sci_effects.asp")
	menuArray[16][3] = new Array ("Prevention", "flcontent/sci_prevention.asp")
	menuArray[16][4] = new Array ("Damages", "flcontent/sci_damages.asp")
	menuArray[16][5] = new Array ("Links and Resources", "flcontent/links/sci_links.asp")
	
	menuArray[17][0] = new Array ("Traumatic Brain Injury", "flcontent/tbi_over_t.asp")
	menuArray[17][1] = new Array ("Overview of TBI", "flcontent/tbi_over_t.asp")
	menuArray[17][2] = new Array ("Proving TBI", "flcontent/tbi_proving.asp")
	menuArray[17][3] = new Array ("Indications of TBI", "flcontent/tbi_indicate.asp")
	menuArray[17][4] = new Array ("Experts Involved", "flcontent/tbi_expert.asp")
	menuArray[17][5] = new Array ("TBI Data", "flcontent/tbi_data.asp")
	menuArray[17][6] = new Array ("Links and Resources", "flcontent/links/tbi_links.asp")
	
	menuArray[18][0] = new Array ("Medical Malpractice", "flcontent/malp_over_t.asp")
	menuArray[18][1] = new Array ("Overview", "flcontent/malp_over_t.asp")
	menuArray[18][2] = new Array ("Types of Malpractice", "flcontent/malp_types.asp")
	menuArray[18][3] = new Array ("Delayed Cancer Diagnosis", "flcontent/malp_dcd.asp")
	menuArray[18][4] = new Array ("Duty of Care", "flcontent/malp_duty.asp")
	menuArray[18][5] = new Array ("Causation", "flcontent/malp_cause.asp")
	menuArray[18][6] = new Array ("Damages", "flcontent/malp_damage.asp")
	menuArray[18][7] = new Array ("Doctor/Patient Confidentiality", "flcontent/malp_docpat.asp")
	menuArray[18][8] = new Array ("Hospital Cases", "flcontent/malp_hospital.asp")
	menuArray[18][9] = new Array ("Informed Consent", "flcontent/malp_informconsent.asp")
	
	menuArray[19][0] = new Array ("Wrongful Death", "flcontent/death_over_t.asp")
	menuArray[19][1] = new Array ("Overview", "flcontent/death_over_t.asp")
	menuArray[19][2] = new Array ("Damages for Death", "flcontent/death_damages.asp")
	menuArray[19][3] = new Array ("Common Defenses", "flcontent/death_defense.asp")
	menuArray[19][4] = new Array ("Workplace Death", "flcontent/death_work.asp")
	

			      
	return menuArray
}

