
10' F-Track Galvanized
10' F-Track Galvanized High-Strength and Corrosion-Resistant Cargo Restraint Solution Description Key Features Safety Note Contact Us Reviews Description Our 10' F-Track Galvanized is designed for a wide range of cargo restraint applications. Constructed from high-strength, 15 gauge steel, this F-Track is engineered to provide reliable performance and durability. The G90 Hot Dip galvanized finish ensures superior corrosion resistance, making it ideal for demanding environments. Specifications Material: Made from high-strength, 15 gauge steel Finish: Galvanized with G90 Hot Dip finish and surface chemical treatment to withstand corrosion Dimensions: 10 feet in length, 6 lbs, 1.62-inch hole spacing, 3/4-inch hole diameter Key Features Durable Construction: Made from high-strength, 15 gauge steel, tested for strength to handle various cargo restraint applications. Corrosion Resistance: Galvanized with G90 Hot Dip finish and surface chemical treatment for enhanced durability against corrosion. Versatile Attachment Options: Can be attached using screws, rivets, or welding, depending on the application. Specifications: Features 1.62-inch hole spacing and 3/4-inch hole diameter, measuring 10 feet in length and weighing 6 lbs. Safety Note Warning: Always contact your vehicle manufacturer to determine the correct fastener size and mounting method. Welding galvanized materials may emit toxic fumes; use proper caution and ventilation. Contact Us For more information or assistance, feel free to reach out to our team of experts. Phone: (800) 532-TARP Contact Us Reviews M ✔ Verified Buyer ★★★★★ Mark R. This F-Track is extremely sturdy and perfect for my cargo needs. The galvanized finish ensures it won't rust, and the hole spacing is ideal for various attachments. 07/15/22 Share Review by Mark on 15 Jul 2022 Was This Review Helpful? 👍 0 W ✔ Verified Buyer ★★★★★ William T. High-quality track that works perfectly in my trailer. The installation was straightforward, and it holds up well even in tough conditions. 01/22/23 Share Review by William on 22 Jan 2023 Was This Review Helpful? 👍 0 J ✔ Verified Buyer ★★★★★ James K. Excellent product. Durable, reliable, and easy to install. Highly recommend for anyone needing a strong and corrosion-resistant track. 03/11/24 Share Review by James on 11 Mar 2024 Was This Review Helpful? 👍 0 .tabs { width: 100%; display: inline-block; } .tab-links { margin: 0; padding: 0; list-style: none; } .tab-links:after { display: block; clear: both; content: ''; } .tab-links li { margin: 0; padding: 0; float: left; list-style: none; } .tab-links a { padding: 9px 15px; display: inline-block; border-radius: 10px 10px 0 0; background: #FDCF36; font-size: 16px; font-weight: 600; color: black; border: 1px solid white; transition: all linear 0.15s; text-decoration: none; } .tab-links a:hover { background: #fddc77; text-decoration: none; } .tab-links .active a { background: #2460AC; color: white; border-bottom: 0; } .tab-content { padding: 15px; border-radius: 3px; box-shadow: 0 1px 1px rgba(0,0,0,0.15); background: #fff; border-top: none; } .tab { display: none; } .tab.active { display: block; } .tab-divider { border: 0; height: 1px; background: grey; margin: 0 0 20px 0; } .review { margin-bottom: 20px; } .review h3 { margin: 0; font-size: 20px; color: #FFD700; } .review p { margin: 5px 0; } table { width: 100%; border-collapse: collapse; } table th, table td { border: 1px solid black; padding: 8px; text-align: left; } table th { background-color: #2460AC; color: white; } table tr:nth-child(even) { background-color: #F0F0F0; } table tr:nth-child(odd) { background-color: white; } table td strong { font-weight: bold; } .reviewer { display: flex; align-items: center; } .initials { width: 24px; height: 24px; border-radius: 50%; background-color: #2460AC; color: white; font-size: 14px; display: flex; align-items: center; justify-content: center; margin-right: 8px; } .verified-badge { background-color: white; color: #2460AC; font-size: 12px; font-weight: bold; padding: 2px 6px; border: 1px solid #2460AC; border-radius: 5px; } .review-date, .review-share, .review-helpful { font-size: 12px; color: grey; } .review-share, .review-helpful { display: inline-block; margin-right: 10px; } .review-helpful strong { font-weight: bold; } .thumbs-up { cursor: pointer; } .thumbs-up:hover { color: #2460AC; } document.addEventListener('DOMContentLoaded', function() { let tabs = document.querySelectorAll('.tab-links a'); tabs.forEach(tab => { tab.addEventListener('click', function(e) { e.preventDefault(); let activeTabs = document.querySelectorAll('.active'); activeTabs.forEach(activeTab => { activeTab.classList.remove('active'); }); this.parentNode.classList.add('active'); let contentId = this.getAttribute('href'); document.querySelector(contentId).classList.add('active'); }); }); }); function incrementHelpful(element) { let countElement = element.nextElementSibling; let count = parseInt(countElement.textContent); countElement.textContent = count + 1; }