
Splined U-Joint
Splined U-Joint .tabs { width: 100%; display: inline-block; } .tab-links { margin: 0; padding: 0; list-style: none; overflow-x: auto; white-space: nowrap; } .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; } Splined U-Joint Versatile and Durable Tarping System Component Description Key Features Specifications Contact Us Reviews Description A versatile and durable splined U-joint designed to ensure smooth and efficient operation. This U-joint is a universal replacement for Shurco, Agricover, Thunderstone, Tarping Systems Inc, and US Tarp systems, providing a reliable solution for your tarping needs. Key Features Durable Construction: Made from high-quality steel to ensure long-lasting durability and performance. Secure Fit: Designed to provide a secure and stable connection within the tarping system. Smooth Operation: Ensures efficient and smooth movement of your tarping system. Easy Installation: Simple to install, making it a convenient addition to your tarping setup. Universal Replacement: Compatible with Shurco, Agricover, Thunderstone, Tarping Systems Inc, and US Tarp systems. Specifications 21-tooth splined key: Allows adjustment of tarp tension every 17 degrees Dimensions: 8 × 8 × 8 in Material: High-quality steel Type: Splined U-joint Compatibility: Suitable for various tarping systems Contact Us For more information or to place an order, contact us today. Trust Austin Tarp & Cargo Controls for top-quality tarping system components that deliver exceptional performance and reliability. Phone: 800-532-8277 Address: 2901 Stewart Creek Blvd., Charlotte, NC 28216 Reviews ★★★★★ John D. Excellent quality U-joint! It fit perfectly in my tarping system and has performed flawlessly. ★★★★★ Emily T. Very durable and easy to install. I'm impressed with the smooth operation it provides. ★★★★★ Michael B. Great product! This U-joint is sturdy and reliable, just what I needed for my setup. 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'); }); }); });