We use cookies to improve your experience.
Accept
Deny
Log in or
Create an Account
Sign In
World's Largest Online Hose and Fitting Shop
Home
Quick Links
Dixon King Crimp
Useful Links
Technical Info
Build A Hose
Account Information
Sign in!
Create an Account
Have Questions?
Call the Hose Guru
(260) 426-4673
|||
Hose
Hose End
Fitting
Tubing
Clamp
Coupler
Valve
Monitor
Pneumatic
Seal
DOT Trucking
Dixon Valve
BVA Hydraulics
Interchanges
const leftColumn = document.getElementById('leftColumn'); function toggleMenu() { leftColumn.classList.toggle('open'); } hamburger.addEventListener('click', toggleMenu); //Window Sizing// function checkWindowSize() { if (window.innerWidth < 768) { leftColumn.classList.remove('open'); window.scrollTo(0, 0); } else { leftColumn.classList.add('open'); } } window.addEventListener('load', checkWindowSize); window.addEventListener('resize', checkWindowSize);
Top
:
Hose End
: DOT
100R5 Field Install Reusable Hose Ends and Crimpable Ends
J1402A Field Install Reusable Ends
100R5 DOT Reusable
100R5 DOT Crimp
Rubber DOT J1402A
Contact Us
Frequently Asked Questions
Add to Favorites
Accessibility Policy
document.addEventListener("DOMContentLoaded", function() { const consentPop = document.getElementById("cookie-consent"); const acceptButton = document.getElementById("accept-cookies"); const denyButton = document.getElementById("deny-cookies"); function disableScripts() { document.querySelectorAll('script[cookie-data="true"]').forEach(script => { script.type = "text/plain"; }); } function enableScripts() { document.querySelectorAll('script[type="text/plain"][cookie-data="true"]').forEach(script => { const gtagScript = document.createElement("script"); gtagScript.textContent = ` (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WT9D2ZH'); console.log('Google Tag Manager Loaded'); `; document.body.appendChild(gtagScript); }); } function setCookie(name, value, days) { const date = new Date(); date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000); const expires = "expires=" + date.toUTCString(); document.cookie = name + "=" + value + ";" + expires + ";path=/"; } function getCookie(name) { const nameEQ = name + "="; const cookiesArray = document.cookie.split(';'); for (let i = 0; i < cookiesArray.length; i++) { let cookie = cookiesArray[i]; while (cookie.charAt(0) === ' ') cookie = cookie.substring(1, cookie.length); if (cookie.indexOf(nameEQ) === 0) return cookie.substring(nameEQ.length, cookie.length); } return null; } const cookieConsent = getCookie("trackingAccept"); if (cookieConsent === "accepted") { //enableScripts(); consentPop.remove(); } else if (cookieConsent === "denied") { disableScripts(); } else { consentPop.style.display = "flex"; } acceptButton.addEventListener("click", function() { setCookie("trackingAccept", "accepted", 365); //enableScripts(); consentPop.remove(); consentPop.style.display = "none"; }); denyButton.addEventListener("click", function() { setCookie("trackingAccept", "denied", 365); consentPop.style.display = "none"; disableScripts(); consentPop.style.opacity = 0; }); if (!cookieConsent) { // disableScripts(); } });