if( TransMenu.isSupported() ) { var ms0 = new TransMenuSet(TransMenu.direction.down, 1, -6, TransMenu.reference.bottomLeft); var menu_3001 = ms0.addMenu(document.getElementById('menu_aerospace_sensors')); menu_3001.addItem("Acceleration Solutions", "/aerospace-sensors/acceleration-solutions.aspx"); menu_3001.addItem("Tilt Solutions", "/aerospace-sensors/tilt-solutions.aspx"); menu_3001.addItem("Inertial Sensor Theory 101", "/inertial-sensor-theory-101.aspx"); menu_3001.addItem("Literature", "/aerospace-sensors/literature.aspx"); var menu_3019 = ms0.addMenu(document.getElementById('menu_transportation_sensors')); menu_3019.addItem("Acceleration Solutions", "/transportation-sensors/acceleration-solutions.aspx"); menu_3019.addItem("Tilt Solutions", "/transportation-sensors/tilt-solutions.aspx"); menu_3019.addItem("Inertial Sensor Theory 101", "/inertial-sensor-theory-101.aspx"); menu_3019.addItem("Literature", "/aerospace-sensors/literature.aspx"); var menu_3030 = ms0.addMenu(document.getElementById('menu_industrial_sensors')); menu_3030.addItem("Acceleration Solutions", "/industrial-sensors/acceleration-solutions.aspx"); menu_3030.addItem("Tilt Solutions", "/industrial-sensors/tilt-solutions.aspx"); menu_3030.addItem("Inertial Sensor Theory 101", "/inertial-sensor-theory-101.aspx"); menu_3030.addItem("Literature", "/aerospace-sensors/literature.aspx"); var menu_3007 = ms0.addMenu(document.getElementById('menu_military_sensors')); menu_3007.addItem("Acceleration Solutions", "/military-sensors/acceleration-solutions.aspx"); menu_3007.addItem("Tilt Solutions", "/military-sensors/tilt-solutions.aspx"); menu_3007.addItem("Inertial Sensor Theory 101", "/inertial-sensor-theory-101.aspx"); menu_3007.addItem("Literature", "/aerospace-sensors/literature.aspx"); var menu_3009 = ms0.addMenu(document.getElementById('menu_avionic_instrumentation')); menu_3009.addItem("Value Added", "/avionic-instrumentation/value-added.aspx"); menu_3009.addItem("Flag Mechanisms", "/avionic-instrumentation/flag-mechanisms.aspx"); menu_3009.addItem("Pointer Mechanisms", "/avionic-instrumentation/pointer-mechanisms.aspx"); menu_3009.addItem("Glossary", "/avionic-instrumentation/glossary.aspx"); menu_3009.addItem("Literature", "/aerospace-sensors/literature.aspx"); var menu_3011 = ms0.addMenu(document.getElementById('menu_meters')); menu_3011.addItem("Application Experience", "/meters/application-experience.aspx"); menu_3011.addItem("Analog Master Matrix", "/meters/analog-master-matrix.aspx"); menu_3011.addItem("Digital Meter Matrix", "/meters/digital-meter-matrix.aspx"); menu_3011.addItem("Why We Stand Alone", "/meters/why-we-stand-along.aspx"); menu_3011.addItem("Glossary", "/meters/panel-meter-glossary.aspx"); menu_3011.addItem("Literature", "/aerospace-sensors/literature.aspx"); var menu_3110 = ms0.addMenu(document.getElementById('menu_partnership_manufacturing')); menu_3110.addItem("Literature", "/aerospace-sensors/literature.aspx"); var menu_3015 = ms0.addMenu(document.getElementById('menu_about_us')); menu_3015.addItem("Directions", "/about-us/directions.aspx"); menu_3015.addItem("Facilities", "/about-us/facilities.aspx"); menu_3015.addItem("Customer Care", "/about-us/customer-care.aspx"); menu_3015.addItem("News", "/about-us/news.aspx"); menu_3015.addItem("Careers", "/about-us/careers.aspx"); menu_3015.addItem("Contact Us", "/about-us/contact-us.aspx"); menu_3015.addItem("Community Involvement", "/about-us/community-involvement.aspx"); menu_3015.addItem("ISO-9001 Certification", "/uploads/pdfs/JewellInstrumentsISOCertificate2009.pdf", "_blank"); menu_3015.addItem("Supplier Quality Requirements", "/uploads/SupplierQualityRequirements.pdf", "_blank"); TransMenu.renderAll(); }