	if (TransMenu.isSupported()) {

		var ms = new TransMenuSet(TransMenu.direction.down, 0, 0, TransMenu.reference.bottomLeft);


		//==================================================================================================

		//==================================================================================================
       
	    var menu1 = ms.addMenu(document.getElementById("about_us"));
		menu1.addItem("About Norfolk Physical Therapy", "about_norfolk_physical_therapy.php");
		menu1.addItem("Meet the Staff", "meet_the_norfolk_physical_therapy_therapists.php");
		menu1.addItem("Insurances Accepted", "insurance_accepted.php");
		menu1.addItem("Success Stories", "success_stories.php");

		//==================================================================================================

		//==================================================================================================
       
	    var menu2 = ms.addMenu(document.getElementById("learn_to_fly"));
		menu2.addItem("Aquatic Therapy", "aquatic_therapy.php");
		menu2.addItem("Extremity Joint Rehabilitation", "extremity_joint_rehabilitation.php");
		menu2.addItem("Functional Capacity Evaluation", "functional_capacity_evaluation.php");
		menu2.addItem("Independent Pool", "independent_pool.php");
		menu2.addItem("Injury Prevention Education and Consultation", "injury_prevention_education_and_consultation.php");
		menu2.addItem("Spine Rehabilitation", "spine_rehabilitation.php");
		menu2.addItem("Work Conditioning", "work_conditioning.php");
		menu2.addItem("Worker's Compensation", "workers_comp_and_personal_injury_therapy_norfolk_va_and_hampton_roads.php");


	TransMenu.renderAll();
	}