//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
//mainbut is a var defined in the .js side variable strings
//[0]'s have 5 elements; group #, name, url, css data, and list number
//[x]'s have 4 elements: group #, name, url, css data

function buildMenu(){
	var menuArray
	menuArray = new Array ()

	menuArray[0] = new Array ()  //about chiro
	menuArray[1] = new Array ()  //treatment
	menuArray[2] = new Array ()  //accident care
	menuArray[3] = new Array ()  //injury care
	menuArray[4] = new Array ()  //work injuries
	menuArray[5] = new Array ()  //anotomy
	menuArray[6] = new Array ()  //health disorder
	menuArray[7] = new Array ()  //back pain
	menuArray[8] = new Array ()  //neck pain
	menuArray[9] = new Array ()  //joint pain
	menuArray[10] = new Array ()  //subluxations
	menuArray[11] = new Array ()  //care for infants
	menuArray[12] = new Array ()  //care for children
	menuArray[13] = new Array ()  //care for seniors
	menuArray[14] = new Array ()  //womens issues
	menuArray[15] = new Array ()  //sports and exercise
	menuArray[16] = new Array ()  //spinal care
	menuArray[17] = new Array ()  //diet and nutrition
	menuArray[18] = new Array ()  //glossary
	
	nav1 = new Image();
	nav1.src="images/mainNav1_a.gif";
	
	menuArray[0][0] = new Array ("About Chiropractic", "/content/philo_chiro_t.php", "images/mainNav1_a.gif")
	menuArray[0][1] = new Array ("Overview", "/content/philo_chiro_t.php")
	menuArray[0][2] = new Array ("About Chiropractic", "/content/philo_chiro.php")
	menuArray[0][3] = new Array ("Orgin of Chiropractic", "/content/orgin_chiro.php")
	menuArray[0][4] = new Array ("How Chiropractic Works", "/content/how_chiro.php")
	menuArray[0][5] = new Array ("More Than Low Back Pain", "/content/more_than.php")

	menuArray[1][0] = new Array ("Treatment Techniques", "/content/treat_tech.php", "images/mainNav2_a.gif")
	menuArray[1][1] = new Array ("Overview", "/content/treat_tech.php")

	menuArray[2][0] = new Array ("Accident Care", "/content/acci_care_t.php", "images/mainNav3_a.gif")
	menuArray[2][1] = new Array ("Overview", "/content/acci_care_t.php")
	menuArray[2][2] = new Array ("Accident Care", "/content/accident_care.php")
	menuArray[2][3] = new Array ("Whiplash", "/content/whiplash.php")
	menuArray[2][4] = new Array ("Chiropractic for Whiplash", "/content/chiro_whip.php")
	menuArray[2][5] = new Array ("Seatbelts", "/content/seatbelts.php")

	menuArray[3][0] = new Array ("Injury Care", "/content/injury_care_t.php", "images/mainNav4_a.gif")
	menuArray[3][1] = new Array ("Overview", "/content/injury_care_t.php")
	menuArray[3][2] = new Array ("Injury Care", "/content/injury_care.php")
	menuArray[3][3] = new Array ("Regular Maintenance", "/content/reg_main.php")
	menuArray[3][4] = new Array ("Adjustments", "/content/adjustment.php")

	menuArray[4][0] = new Array ("Work Injury", "/content/work_injury_t.php", "images/mainNav5_a.gif")
	menuArray[4][1] = new Array ("Overview", "/content/work_injury_t.php")
	menuArray[4][2] = new Array ("Work Injury", "/content/work_injury.php")
	menuArray[4][3] = new Array ("Lifting at Work", "/content/lift_work.php")

	menuArray[5][0] = new Array ("Anatomy", "/content/anat_spine_t.php", "images/mainNav6_a.gif")
	menuArray[5][1] = new Array ("Overview", "/content/anat_spine_t.php")
	menuArray[5][2] = new Array ("Anatomy", "/content/anat_spine.php")
	menuArray[5][3] = new Array ("Sacrum and Coccyx", "/content/sac_coc.php")
	menuArray[5][4] = new Array ("Intervertebral Discs", "/content/inver_disc.php")
	menuArray[5][5] = new Array ("Spinal Ligaments", "/content/spin_lig.php")
	menuArray[5][6] = new Array ("Spinal Muscles", "/content/spin_musc.php")
	menuArray[5][7] = new Array ("The Spinal Column", "/content/spin_colum.php")
	menuArray[5][8] = new Array ("Skeletal Bones", "/content/skel_bones.php")

	menuArray[6][0] = new Array ("Health Disorders", "/content/health_t.php", "images/mainNav7_a.gif")
	menuArray[6][1] = new Array ("Overview", "/content/health_t.php")
	menuArray[6][2] = new Array ("Arthritis", "/content/arthritis.php")
	menuArray[6][3] = new Array ("Asthma", "/content/asthma.php")
	menuArray[6][4] = new Array ("Dizziness", "/content/dizziness.php")
	menuArray[6][5] = new Array ("Foot Injuries", "/content/foot_inj.php")
	menuArray[6][6] = new Array ("Headaches", "/content/headache.php")
	menuArray[6][7] = new Array ("Chiropractic Care for Migraines", "/content/migrane.php")
	menuArray[6][8] = new Array ("Herniated Discs", "/content/hern_disc.php")
	menuArray[6][9] = new Array ("Osteoporosis", "/content/osteoporosis.php")
	menuArray[6][10] = new Array ("Pre-Menstrual Syndrome", "/content/pre_menst.php")
	menuArray[6][11] = new Array ("Scoliosis", "/content/scoliosis.php")

	menuArray[7][0] = new Array ("Back Pain", "/content/back_pain_t.php", "images/mainNav8_a.gif")
	menuArray[7][1] = new Array ("Overview", "/content/back_pain_t.php")
	menuArray[7][2] = new Array ("Back Pain", "/content/back_pain.php")
	menuArray[7][3] = new Array ("Back Pain and Pregnancy", "/content/back_preg.php")
	menuArray[7][4] = new Array ("Pain Prevention Tips", "/content/back_tips.php")
	menuArray[7][5] = new Array ("Use a Backpack", "/content/back_pack.php")
	menuArray[7][6] = new Array ("Bed Rest Ineffective", "/content/back_rest.php")
	menuArray[7][7] = new Array ("Chiropractic for Back Pain", "/content/back_chiro.php")

	menuArray[8][0] = new Array ("Neck Pain", "/content/neck_pain_t.php", "images/mainNav9_a.gif")
	menuArray[8][1] = new Array ("Overview", "/content/neck_pain_t.php")
	menuArray[8][2] = new Array ("Neck Pain", "/content/neck_pain.php")

	menuArray[9][0] = new Array ("Joint Pain", "/content/joint_pain_t.php", "images/mainNav10_a.gif")
	menuArray[9][1] = new Array ("Overview", "/content/joint_pain_t.php")
	menuArray[9][2] = new Array ("Joint Pain", "/content/shoulder.php")
	menuArray[9][3] = new Array ("Shoulder Tendonitis", "/content/tendonitis.php")

	menuArray[10][0] = new Array ("Subluxations", "/content/sublux_t.php", "images/mainNav11_a.gif")
	menuArray[10][1] = new Array ("Overview", "/content/sublux_t.php")
	menuArray[10][2] = new Array ("Subluxations", "/content/sublux.php")
	menuArray[10][3] = new Array ("Subluxations Chronology", "/content/sublux_chron.php")

	menuArray[11][0] = new Array ("Care for Infants", "/content/infant_t.php", "images/mainNav12_a.gif")
	menuArray[11][1] = new Array ("Overview", "/content/infant_t.php")
	menuArray[11][2] = new Array ("Care for Infants", "/content/infant_colic.php")

	menuArray[12][0] = new Array ("Care for Children", "/content/child_chiro_t.php", "images/mainNav13_a.gif")
	menuArray[12][1] = new Array ("Overview", "/content/child_chiro_t.php")
	menuArray[12][2] = new Array ("Care for Children", "/content/child_chiro.php")
	menuArray[12][3] = new Array ("Childhood Earaches", "/content/child_ear.php")
	menuArray[12][4] = new Array ("Chiropractors vs. Peditricians", "/content/chiro_pedia.php")
	menuArray[12][5] = new Array ("Training and Education", "/content/chiro_train.php")

	menuArray[13][0] = new Array ("Care for Seniors", "/content/senior_t.php", "images/mainNav14_a.gif")
	menuArray[13][1] = new Array ("Overview", "/content/senior_t.php")
	menuArray[13][2] = new Array ("Care for Seniors", "/content/musc_dis.php")
	menuArray[13][3] = new Array ("Fatigue", "/content/fatigue.php")
	menuArray[13][4] = new Array ("Anti-Aging", "/content/anti_aging.php")

	menuArray[14][0] = new Array ("Women&#39;s Issues ", "/content/women_t.php", "images/mainNav15_a.gif")
	menuArray[14][1] = new Array ("Overview", "/content/women_t.php")
	menuArray[14][2] = new Array ("Women's Issues", "/content/women_iss.php")
	menuArray[14][3] = new Array ("Pregnancy", "/content/preg_chiro.php")
	menuArray[14][4] = new Array ("Exercise During Pregnancy", "/content/preg_exer.php")

	menuArray[15][0] = new Array ("Sports and Exercise", "/content/sports_exer_t.php", "images/mainNav16_a.gif")
	menuArray[15][1] = new Array ("Overview", "/content/sports_exer_t.php")
	menuArray[15][2] = new Array ("Sports and Exercise", "/content/sports_exer.php")
	menuArray[15][3] = new Array ("Low Back Exercise", "/content/abdom_exer.php")
	menuArray[15][4] = new Array ("Free Weights vs. Machines", "/content/free_weights.php")
	menuArray[15][5] = new Array ("Shoulder Tendonitis", "/content/sports_tendonitis.php")
	menuArray[15][6] = new Array ("Golf and Your Spine", "/content/golf_spine.php")
	menuArray[15][7] = new Array ("Stretching", "/content/stretching.php")

	menuArray[16][0] = new Array ("Spinal Care", "/content/spine_care_t.php", "images/mainNav17_a.gif")
	menuArray[16][1] = new Array ("Overview", "/content/spine_care_t.php")
	menuArray[16][2] = new Array ("Tips for Sitting", "/content/sit_tip.php")
	menuArray[16][3] = new Array ("Tips for Standing", "/content/stand_tip.php")
	menuArray[16][4] = new Array ("Tips for Lifting", "/content/lift_tip.php")
	menuArray[16][5] = new Array ("Tips for Sleeping", "/content/sleep_tip.php")
	menuArray[16][6] = new Array ("Tips for Desk Work", "/content/desk_tip.php")
	menuArray[16][7] = new Array ("Tips for Driving", "/content/drive_tip.php")
	menuArray[16][8] = new Array ("Tips for Exercise", "/content/exer_tip.php")
	menuArray[16][9] = new Array ("Tips for Injuries", "/content/inju_tip.php")
	menuArray[16][10] = new Array ("Tips for Air Travel", "/content/air_tip.php")
	menuArray[16][11] = new Array ("Posture", "/content/posture.php")
	
	menuArray[17][0] = new Array ("Diet and Nutrition", "/content/diet_t.php", "images/mainNav18_a.gif")
	menuArray[17][1] = new Array ("Overview", "/content/diet_t.php")
	menuArray[17][2] = new Array ("Diet and Nutrition", "/content/diet_nut.php")
	menuArray[17][3] = new Array ("Nutrition and Academic Performance", "/content/nut_acad.php")
	menuArray[17][4] = new Array ("Nutrition for Infants", "/content/nut_infant.php")
	menuArray[17][5] = new Array ("Nutrition for Children", "/content/nut_child.php")
	menuArray[17][6] = new Array ("Nutrition for Older Kids", "/content/nut_kid.php")
	menuArray[17][7] = new Array ("Nutrition for Special Needs Child", "/content/nut_special.php")
	menuArray[17][8] = new Array ("Nutrition for Adults", "/content/nut_adult.php")
	menuArray[17][9] = new Array ("Nutrition for Seniors", "/content/nut_senior.php")
	menuArray[17][10] = new Array ("The Food Pyramid", "/content/food_pyra.php")
	menuArray[17][11] = new Array ("Food Group Servings", "/content/food_measure.php")
	menuArray[17][12] = new Array ("Reading Food Labels", "/content/food_read.php")
	menuArray[17][13] = new Array ("Label Reference Values", "/content/label_ref.php")
	menuArray[17][14] = new Array ("Fats and Sugars", "/content/fat_sugar.php")
	menuArray[17][15] = new Array ("Vitamins and Minerals", "/content/vitamin.php")
	menuArray[17][16] = new Array ("Nutritional Links", "/content/nut_link.php")
	
	menuArray[18][0] = new Array ("Chiropractic Links", "/content/links.php", "images/mainNav19_a.gif")
	menuArray[18][1] = new Array ("Chiropractic Links", "/content/links.php")

	//menuArray[18][0] = new Array ("Video Files", "/")
			      
	return menuArray
}

