The ENZ Power Kit The ENZ Power Kit offers a comprehensive solution for pipe maintenance, featuring a lineup of robust nozzles designed for various cleaning tasks. Crafted from wear-resistant hardened steel, these nozzles ensure durability and reliable performance. The unique design elements, such as different jet angles, allow for strong traction and effective cleaning, making them suitable for tasks like removing loose rubble, gravel, and soft deposits. With enhanced cleaning power, recyclable water, and application versatility, the ENZ Power Kit stands out as an ideal choice for addressing a range of pipe challenges in residential, commercial, and industrial settings. The Enz Power Kit Includes: Grenade Bomb Nozzle Cleaning Nozzle Chisel Point Nozzle HRH RotoJet Nozzle Nozzle Bar (1/2” pictured) Nozzle Tip Cleaner The Enz Power Bundle Includes: Grenade Bomb Nozzle Cleaning Nozzle Chisel Point Nozzle HRH RotoJet Nozzle ENZ Power KitENZ Power Bundle Learn More About the Nozzles Below Standard Cleaning Nozzle Penetrating Nozzle Efficiently removes sludge and unclogs with durable steel, interchangeable front jet, and ceramic-lined design for superior, lasting performance HRH RotoJet Nozzle Rotating Nozzle Efficiently tackling various pipe challenges with its semi-radial rotating design, minimizing water consumption and providing exceptional maneuverability Chisel Point Nozzle Penetrating Nozzle Specifically designed for cleaning and clearing clogged pipes, making it an effective tool for restoring flow in sewer and drain systems Grenade Bomb Nozzle Flushing Nozzle Wear-resistant steel, versatile for cleaning loose material, with improved power and recyclable water const baseImage = 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerBundle_1.webp?v=1700162167'; // List of image URLs to preload const imageUrls = [ 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerBundle_3.webp?v=1700162167', 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerBundle_5.webp?v=1700162167', 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerBundle_4.webp?v=1700162167', 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerBundle_2.webp?v=1700162167' // Add more image URLs as needed ]; // Function to preload images function preloadImages(urls) { urls.forEach(url => { const img = new Image(); img.src = url; }); } // Preload the images on page load window.addEventListener('load', () => { preloadImages(imageUrls); }); function changeImage(description) { const images = { 'Cleaning Nozzle': 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerBundle_3.webp?v=1700162167', 'HRH RotoJet Nozzle': 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerBundle_5.webp?v=1700162167', 'Chisel Point Nozzle': 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerBundle_4.webp?v=1700162167', 'Grenade Bomb Nozzle': 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerBundle_2.webp?v=1700162167' }; const mainImage = document.getElementById('mainImage'); mainImage.src = images[description]; mainImage.style.display = 'block'; } function resetImage() { const mainImage = document.getElementById('mainImage'); mainImage.src = baseImage; } const baseImage2 = 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerKit_1.webp?v=1700162167'; // List of image URLs to preload const imageUrls2 = [ 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerKit_3.webp?v=1700162167', 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerKit_5.webp?v=1700162167', 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerKit_4.webp?v=1700162167', 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerKit_2.webp?v=1700162167', 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerKit_7.webp?v=1700162167', 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerKit_6.webp?v=1700162167' ]; // Function to preload images function preloadImages(urls) { urls.forEach(url => { const img = new Image(); img.src = url; }); } // Preload the images on page load window.addEventListener('load', () => { preloadImages(imageUrls2); }); function changeImage2(description) { const images = { 'Cleaning Nozzle': 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerKit_3.webp?v=1700162167', 'HRH RotoJet Nozzle': 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerKit_5.webp?v=1700162167', 'Chisel Point Nozzle': 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerKit_4.webp?v=1700162167', 'Grenade Bomb Nozzle': 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerKit_2.webp?v=1700162167', 'Nozzle Bar': 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerKit_7.webp?v=1700162167', 'Tip Cleaner': 'https://cdn.shopify.com/s/files/1/0353/9658/3556/files/EnzPowerKit_6.webp?v=1700162167' }; const mainImage = document.getElementById('mainImage2'); mainImage.src = images[description]; mainImage.style.display = 'block'; } function resetImage2() { const mainImage = document.getElementById('mainImage2'); mainImage.src = baseImage2; } // script.js document.addEventListener("DOMContentLoaded", function () { const tabButtons = document.querySelectorAll(".tab-button"); const tabCards = document.querySelectorAll(".tab-card"); tabButtons.forEach((button) => { button.addEventListener("click", () => { // Remove the 'active' class from all buttons and cards tabButtons.forEach((btn) => btn.classList.remove("active")); tabCards.forEach((card) => card.classList.remove("active")); // Add the 'active' class to the clicked button and corresponding card const tabId = button.getAttribute("data-tab"); const tabCard = document.getElementById(tabId); button.classList.add("active"); tabCard.classList.add("active"); }); }); });