if( TransMenu.isSupported() ) { var ms0 = new TransMenuSet(TransMenu.direction.down, 1, -6, TransMenu.reference.bottomLeft); var menu_3002 = ms0.addMenu(document.getElementById('menu_patients_and_visitors')); menu_3002.addItem("Family/Visitor Information", "/patients-and-visitors/family-visitor-information.aspx"); menu_3002.addItem("In-Patient Services", "/patients-and-visitors/in-patient-services.aspx"); menu_3002.addItem("Billing & Financial Information", "/patients-and-visitors/billing-and-financial-information.aspx"); menu_3002.addItem("Medical Records", "/patients-and-visitors/medical-records.aspx"); menu_3002.addItem("Patient Rights & Responsibilities", "/patients-and-visitors/patient-rights-and-responsibilities.aspx"); var menu_3009 = ms0.addMenu(document.getElementById('menu_specialties')); menu_3009.addItem("Birth Center", "/specialties/birth-center.aspx"); menu_3009.addItem("Bone and Joint Institute", "/specialties/BoneandJointInstitute.aspx"); menu_3009.addItem("Cardiology", "/specialties/cardiology.aspx"); menu_3009.addItem("Diabetes Education Center", "/specialties/diabetes-center.aspx"); menu_3009.addItem("Diagnostic Testing", "/specialties/diagnostic-testing.aspx"); menu_3009.addItem("Emergency Department", "/specialties/emergency-department.aspx"); menu_3009.addItem("Family Practice", "/specialties/family-practice.aspx"); menu_3009.addItem("Imaging Center", "/specialties/ImagingCenter.aspx"); menu_3009.addItem("Intensive Care Unit", "/specialties/intensive-care-unit.aspx"); menu_3009.addItem("Physical Rehabilitation Center", "/specialties/physical-rehabilitation-center.aspx"); menu_3009.addItem("Surgical Center", "/specialties/surgical-center.aspx"); menu_3009.addItem("Wellness Center", "/specialties/wellness-center.aspx"); menu_3009.addItem("Scott & White Clinic - Highway 290", "http://www.sw.org/location/brenham-hwy-290"); var menu_3308 = ms0.addMenu(document.getElementById('menu_health_care_professionals')); menu_3308.addItem("Education", "/health-care-professionals/education/default.aspx"); var menu_3310 = menu_3308.addMenu(menu_3308.items[0]); menu_3310.addItem("myNetLearning", "https://www.mynetlearning.com/ScottAndWhite", "_blank"); menu_3310.addItem("Health.edu", "https://ttuhsc.edu/health.edu", "_blank"); menu_3310.addItem("Educational Offerings", "/health-care-professionals/education/educationalofferings.aspx"); menu_3310.addItem("Student Forms", "/health-care-professionals/education/studentforms.aspx"); menu_3308.addItem("Physicians", "/health-care-professionals/physicians/default.aspx"); var menu_3031 = ms0.addMenu(document.getElementById('menu_about_us')); menu_3031.addItem("What\x27s New", "/about-us/whats-new.aspx"); menu_3031.addItem("History of Scott & White Hospital - Brenham", "/about-us/history-of-scott-and-white-brenham.aspx"); menu_3031.addItem("Our Mission and Vision", "/about-us/our-values.aspx"); menu_3031.addItem("Tour Our Facilities", "/about-us/tour-our-facilities.aspx"); menu_3031.addItem("Leadership", "/about-us/leadership/default.aspx"); var menu_3038 = menu_3031.addMenu(menu_3031.items[4]); menu_3038.addItem("Boards of Directors", "/about-us/leadership/boards-of-directors.aspx"); menu_3031.addItem("Support Scott & White Hospital - Brenham", "/foundation/opportunities-for-giving/"); menu_3031.addItem("Press", "/about-us/press.aspx"); menu_3031.addItem("Quality & Safety Scores", "/about-us/quality-and-safety-scores.aspx"); menu_3031.addItem("Affiliations", "/about-us/affiliations.aspx"); menu_3031.addItem("Community Benefits", "/about-us/community-benefits.aspx"); var menu_3044 = ms0.addMenu(document.getElementById('menu_contact_us')); menu_3044.addItem("Directions & Parking", "/contact-us/directions-and-parking.aspx"); menu_3044.addItem("Family/Visitor information", "/patients-and-visitors/family-visitor-information.aspx"); menu_3044.addItem("Website Feedback", "/contact-us/website-feedback.aspx"); TransMenu.renderAll(); }