
Weatherproof Reverse Polarity Super Switch Kit
```html Weatherproof Reverse Polarity Super Switch Kit Reliable and Durable Switch Kit for Electric Tarp Systems Description Key Features Applications Contact Us Reviews Description The Weatherproof Reverse Polarity Super Switch Kit is designed to enhance the efficiency and reliability of your electric tarp system, even in harsh weather conditions. This complete kit includes a universal rocker style switch and a weatherproof solenoid terminal, providing everything you need for a seamless installation. Specifications Type: Complete weather resistant solenoid switch kit for electric tarp systems Weight: 1.30 lbs Size: Relay Switch Kit Included Components: Rocker Style Switch, Weatherproof Solenoid Terminal, Terminal Rings, Mounting Plates, Mounting Hardware Tri-wire Length: 15' Key Features Universal Rocker Style Switch: Streamlined appearance that blends seamlessly with other switches in the truck cab, providing a professional look. Weatherproof Design: Sealed with silicon for exceptional weatherproofing without the need for an additional case, ensuring reliable performance in various weather conditions. Compatibility: Replaces Roll Rite, Donovan, Tarping Systems Inc, Aero, Buyers, Pull Tarp, Mountain Tarp. Replaces Buyers Products Part # 5541100. The Rocker Switch in the kit replaces Buyers Part # 3014187. Replaces Cole Hersee Part #24452. Easy Installation: Includes all necessary components for straightforward installation and reliable operation. Applications Electric Tarp Systems: Ideal for use in electric tarp systems, ensuring easy and reliable operation in all weather conditions. Commercial Trucks: Suitable for commercial trucks requiring a durable and weatherproof switch solution. Contact Us For more information or to place an order, contact our sales associates at 800-532-8277. Trust Austin Tarp & Cargo Controls for high-quality and reliable cargo control solutions. Phone: 800-532-8277 Address: 2901 Stewart Creek Blvd., Charlotte, NC 28216 Contact Us Reviews R ✔ Verified Buyer ★★★★★ Richie Replaced original perfectly, no problems. 06/08/22 Share Review by Richie on 8 Jun 2022 Was This Review Helpful? 👍 0 J ✔ Verified Buyer ★★★★★ James Great product, works as expected. Highly recommend! 05/15/23 Share Review by James on 15 May 2023 Was This Review Helpful? 👍 0 D ✔ Verified Buyer ★★★★★ David Excellent quality and easy to install. Very satisfied! 04/22/24 Share Review by David on 22 Apr 2024 Was This Review Helpful? 👍 0 .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; } .reviewer { display: flex; align-items: center; margin-bottom: 5px; } .initials { width: 25px; height: 25px; border-radius: 50%; background-color: #2460AC; color: white; display: flex; align-items: center; justify-content: center; font-weight: bold; margin-right: 10px; position: relative; } .verified-badge { position: absolute; bottom: -2px; right: -2px; width: 15px; height: 15px; border-radius: 50%; background-color: white; color: #2460AC; font-size: 12px; font-weight: bold; display: flex; align-items: center; justify-content: center; border: 1px solid #2460AC; } .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; }