CINXE.COM
Privacy Policy | Crown Equipment
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js ie ie6 lte9 lte8 lte7"> <![endif]--> <!--[if IE 7]> <html class="no-js ie ie7 lte9 lte8 lte7"> <![endif]--> <!--[if IE 8]> <html class="no-js ie ie8 lte9 lte8"> <![endif]--> <!--[if IE 9]> <html class="no-js ie ie9 lte9 lt-ie10"> <![endif]--> <!--[if gt IE 9]> <html class="no-js"> <![endif]--> <!--[if !IE]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <meta name="keywords"/> <meta name="description"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="robots" content="noindex"/> <!--Granite CSS --> <!--Canonical URL--> <script defer type="text/javascript" src="/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.js"></script> <link rel="canonical" href="https://www.crown.com/en-us/privacy-policy.html"/> <!--Granite JS --> <script src="/etc/clientlibs/global-web/granite.lc-924b68355282635f248afbd8a75c823e-lc.min.js"></script> <script type="text/javascript"> var pageDomain="https:\/\/www.crown.com";</script> </meta> </meta> <script> // Define dataLayer and the gtag function. window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} // Set default consent to 'denied' as a placeholder gtag('consent', 'default', { 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'ad_storage': 'denied', 'analytics_storage': 'denied', }); <!-- Google Tag Manager --> (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-MJLHW2'); <!-- End Google Tag Manager --> <!-- Google Optimize --> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-35686931-1', 'auto'); ga('require', 'GTM-PG9R4SC'); <!-- Google Optimize --> function consentGranted(){ gtag('consent', 'update', { 'ad_user_data': 'granted', 'ad_personalization': 'granted', 'ad_storage': 'granted', 'analytics_storage': 'granted' }); } </script> <script> consentGranted(); </script> <link rel="icon" type="image/vnd.microsoft.icon" href="/content/dam/crown/images/favicon.ico"/> <link rel="stylesheet" href="/etc/clientlibs/global-web/page/head/css/compiled/application.css"/> </link> <title>Privacy Policy | Crown Equipment</title> <!-- Fonts for crown.com --> <link rel="stylesheet" href="https://use.typekit.net/teg2oye.css"/> </head> <!-- Copyright Crown Equipment Corporation. All rights reserved. --> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJLHW2" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <input type="hidden" id="isoLanguageCountryCode" value="en-US"/> <link rel="stylesheet" href="/etc.clientlibs/global-web/clientlibs/clientlib-vendor.lc-ecafdfecbde2289002f0578413993c39-lc.min.css" type="text/css"> <script src="/etc.clientlibs/global-web/clientlibs/clientlib-vendor.lc-65f898139c7e0d2a5d8a92360ae0f892-lc.min.js"></script> <header> <!-- we need to add/set this property in CRX/DE for related regions 404 pages--> <p id="is404" hidden></p> <div class="modal fade" id="ecatalog-viewer-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog modal-full-page"> <div class="modal-content"> <a class="btn close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></a> <div class="modal-body"> <div id="ecatalog"></div> </div> </div> </div> </div> <div><div class="cookiepolicy"> <div class="text-white background-black cookie-policy hide"> <div class="container"> <div class="cookie-policy-text"><p>This webpage uses cookies to improve functionality and performance. If you continue browsing the site, you are giving implied consent to the use of cookies on this website. See our <a href="/en-us/privacy-policy.html" target="_blank" rel="noopener noreferrer"><u>Privacy Policy</u></a> for details.</p> </div> <div class="close-button" title="Close"><a class="btn fa fa-times" id="closeButton" onmouseover="onHover();" onmouseout="onHoverOut();" href="javascript: void(0);"></a> </div> </div> </div> <div class="text-white background-black cookiePolicyMobile hide"> <div class="container"> <div class="cookie-policy-text"><p>This webpage uses cookies to improve functionality and performance. If you continue browsing the site, you are giving implied consent to the use of cookies on this website. See our <a href="/en-us/privacy-policy.html" target="_blank" rel="noopener noreferrer"><u>Privacy Policy</u></a> for details.</p> </div> <div class="close-button"><a class="btn btn-cta text-black background-white" id="closeButtonMobile" onmouseover="onHover();" onmouseout="onHoverOut();" href="javascript: void(0);">Close</a> </div> </div> </div> <script> jQuery(document).ready(function() { Crown.Components.CookiePolicy.checkCookiePolicyStatus(); }); $(window).resize(function(){ let cookiePolicy = Crown.Common.Cookies.readCookie("cookiePolicy"); let width = window.innerWidth; if(cookiePolicy != "accepted") { if (width > 767 ) { $(".cookiePolicyMobile").removeClass("show"); $(".cookiePolicyMobile").addClass("hide"); $(".cookie-policy").addClass("show"); } else { $(".cookie-policy").removeClass("show"); $(".cookie-policy").addClass("hide"); $(".cookiePolicyMobile").addClass("show"); } } }); function onHover() { $("#closeButton").css("backgroundColor", "#f7f7f7"); $("#closeButtonMobile").css("backgroundColor", "#f7f7f7"); } function onHoverOut() { $("#closeButton").css("backgroundColor", ""); $("#closeButtonMobile").css("backgroundColor", ""); } function delayCookieView() { let width = window.innerWidth; if (width > 767 ) { $(".cookie-policy").removeClass("hide"); $(".cookie-policy").addClass("show"); } else { $(".cookiePolicyMobile").removeClass("hide"); $(".cookiePolicyMobile").addClass("show"); } } </script> </div> </div> <div><div class="header iparsys parsys"> <div class="newpar new section"> </div> <div class="par iparys_inherited"> <div class="header"><header class="header-main"> <div class="d-none d-md-block"><div class="container-fluid clearfix localeselectorheader background-light-black"> <div id="menubar" class="container"> <ul> <span> <a href="#" class="textLink" onclick="addLocaleSelectorGA('Contact Us ')" data-toggle="modal" data-target="#modal-form" data-formsource="/content/en-us/contact-us.html" tabindex="0"> <span> <i class="fas fa-comment fa-fw textIcon"></i> </span> Contact Us </a> </span> <a class="textLink" onclick="addLocaleSelectorGA('My Crown ')" href="https://customer.crown.com/mycrown" tabindex="0" target="_blank"> <span> <i class="fas fa-user fa-fw textIcon"></i> </span> My Crown </a> <a class="textLink" onclick="addLocaleSelectorGA('Quick Order')" href="https://shop.crown.com/crown/en/quickOrder?utm_source=crown.com&utm_medium=referral&utm_campaign=shop.crown.com&utm_content=homepage-nav-quickorder" tabindex="0" target="_blank"> <span> <i class="fas fa-shipping-fast fa-fw textIcon"></i> </span> Quick Order </a> <span> <span class="signIn" onclick="toggleAuthDropdown('signIn')"> <i class="fas fa-user fa-fw textIcon"></i> <a class="signInButton" tabindex="0" href="javascript: void(0);">Sign In</a> </span> <span class="myAccount" onclick="toggleAuthDropdown('myAccount')"> <i class="fas fa-user fa-fw textIcon"></i> <a class="myAccountButton" tabindex="0" href="javascript: void(0);">My Account</a> </span> <div class="signInDropdownPosition"> <div id="signInDropdownContent"> <div class="welcomeToCrownText">Welcome to Crown</div> <div class="myAccountDetails"> <p>My Account</p> <ul> <div class="featureDetails"> <li>Faster checkout</li> <li>Easy order tracking</li> <li>View order history</li> </div> </ul> </div> <a onclick="onSignInButtonClick()" tabindex="0" href="javascript: void(0);" class="btn btn-cta text-white background-orange signInBtn"> Sign In </a> <div class="createAccountSection"> <p>Don’t have an account?</p> <a href="https://shop.crown.com/crown/en/register" class="text-dark" tabindex="0"> <u>Create an Account</u> </a> </div> </div> </div> <div class="myAccountDropdownPosition"> <div id="myAccountDropdownContent"> <span class="myAccountPosition"> <a href="https://shop.crown.com/crown/en/my-account" class="myAccountLink" tabindex="0"> <i class="fas fa-user fa-fw textIcon"></i> <span class="myAccountText">Account Dashboard</span> </a> </span> <hr class="topLine"/> <div class="myAccountOptions"> <a href="https://shop.crown.com/crown/en/my-account/update-profile" tabindex="0" class="option">Contact Information</a> <a href="https://shop.crown.com/crown/en/my-account/address-book" tabindex="0" class="option">Address Book</a> <a href="https://shop.crown.com/crown/en/my-account/payment-details" tabindex="0" class="option">Payment Settings</a> <a href="https://shop.crown.com/crown/en/my-account/orders" tabindex="0" class="option">Orders</a> <a href="https://shop.crown.com/crown/en/my-account/returns" tabindex="0" class="option">Returns</a> <a href="https://shop.crown.com/crown/en/my-account/saved-carts" tabindex="0" class="option">Saved Carts</a> </div> <hr class="bottomLine"/> <a onclick="onSignOutButtonClick()" tabindex="0" class="signOutText" href="javascript: void(0);">Sign out</a> </div> </div> </span> </ul> </div> <script type="text/javascript"> $.ajax({ url: "/content/en-us/jcr:content/header/header/locatorselector" + ".silentauth.json", type: 'GET', async: false, data: { redirectUrl: window.location.pathname, hash: window.location.hash, urlParams: window.location.search.substring(1) }, dataType: 'json', success: function(response) { if(response.redirectUrl && !response.isValid) { document.getElementById('silentAuthFrame').src = response.redirectUrl; } }, error: function() { // Using console log as there is no error that the user will see if an error happens. It needs to fail silently console.log("Initial token validation Failure"); } }) </script> </div> <script> window.addEventListener("load", () => { if("true") { $.ajax({ url: "/content/en-us/jcr:content/header/header/locatorselector" + ".userTokenValidate.json", type: 'GET', dataType: 'json', success: function(response) { if(response.isValid) { $('.signIn').hide(); $('.signInMobile').hide(); $('.myAccount').show(); $('.myAccountMobile').show(); } else { $('.signIn').show(); $('.signInMobile').show().css('display', 'inline-flex'); $('.myAccount').hide(); $('.myAccountMobile').hide(); if(response.isUnauthorized) { $("#authErrorModal").modal(); } } }, error: function() { // Using console log as there is no error that the user will see if an error happens. Waiting for store to implement a solution console.log("Token validation Failure"); $('.signIn').show(); $('.myAccount').hide(); } }) } }); $(document).click(function(event) { if("true") { const signInDropdown = $(".signIn"); const myAccountDropdown = $(".myAccount"); if($("#signInDropdownContent").hasClass("show") && !signInDropdown.is(event.target) && !signInDropdown.has(event.target).length) { toggleAuthDropdown("signIn"); } else if($("#myAccountDropdownContent").hasClass("show") && !myAccountDropdown.is(event.target) && !myAccountDropdown.has(event.target).length) { toggleAuthDropdown("myAccount"); } else if($("#myAccountDropdownMobile").hasClass("show") && !$(event.target).is('.myAccountButtonMobile, .myAccountUserIcon, .myAccountPortion')) { $("#myAccountDropdownMobile").toggleClass("show"); $(".myAccountMobile").css("max-height", "55px"); $(".myAccountPortion").removeClass("myAccountCaretUp"); } } }); function addLocaleSelectorGA(labelName) { let currentPage = window.location.href; if(window.dataLayer) { if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn"))) { dataLayer.push({ 'event': 'header_nav_click', 'eventCategory': 'Header Navigation', 'eventAction': labelName, 'eventLabel': currentPage }); } } } // Toggle hide and show behavior for Sign In and My Account dropdowns function toggleAuthDropdown(dropdownType) { const dropdownClass = "#" + dropdownType + "DropdownContent"; $(dropdownClass).toggleClass("show"); if($(dropdownClass).hasClass("show")) { toggleAuthButtonCSS("#c2c2c2", "#333", dropdownType); $("." + dropdownType + "Button").addClass("caretUp"); } else { toggleAuthButtonCSS("#444", "#fff", dropdownType); $("." + dropdownType + "Button").removeClass("caretUp"); } } // Toggle CSS of SignIn and My Account buttons function toggleAuthButtonCSS(background, color, buttonType) { $("." + buttonType).css("background-color", background); $("." + buttonType + "Button").css("color", color); $("." + buttonType + " .textIcon").css("color", color); } function onSignInButtonClick() { $.ajax({ url: "/content/en-us/jcr:content/header/header/locatorselector" + ".auth0login.json", type: 'GET', data: { redirectUrl: window.location.pathname, hash: window.location.hash, urlParams: window.location.search.substring(1) }, dataType: 'json', success: function(result) { if(result.redirect === true) { window.location = result.location; } }, error: function() { alert("Redirection Failure, please try again after sometime"); } }); } function onSignOutButtonClick() { $.ajax({ url: "/content/en-us/jcr:content/header/header/locatorselector" + ".auth0logout.json", type: 'GET', data: { redirectUrl: window.location.pathname, hash: window.location.hash, urlParams: window.location.search.substring(1) }, dataType: 'json', success: function(result) { if(result.redirect === true) { window.location = result.location; } }, error: function(result) { alert("Redirection Failure"); } }); } $(".signIn").keypress(function(event) { if(event.keyCode === 13) { toggleAuthDropdown("signIn"); } }); $(".myAccount").keypress(function(event) { if(event.keyCode === 13) { toggleAuthDropdown("myAccount"); } }); $(".signOutText").keypress(function(event) { if(event.keyCode === 13) { toggleAuthDropdown("myAccount"); } }); $(".signInBtn").keypress(function(event) { if(event.keyCode === 13) { onSignInButtonClick(); } }) </script></div> <nav class="navbar theme-nav-main" role="navigation"> <div class="theme-container-nav"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-main" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="hamburger"> <i class="fas fa-bars fa-fw"></i> </span> <span class="close"> × </span> </button> <div class="nav-logo"> <a class="navbar-brand theme-navbar-brand" href="/en-us.html" tabindex="0"> <img class="img-responsive" src="/content/dam/crown/logos/logo.png" alt="Crown Equipment Corporation" title="Crown" data-emptytext="Logo"/> </a> </div> <!--* this is part of the main nav *--> <div class="nav-button-navigation navbar-right text-right d-xl-none"> <ul class="list-inline"> <li> <a href="/en-us/forklift-dealers.html" onclick="addDealerLocatorCTAGA('Find Your Dealer Click')" class="btn-dealerLocator btn-orange dealerLocatorMobile" tabindex="0"> <i class="fas fa-map-marker-alt dealerLocatorIcon"></i> <span class="btn-dealerLocator-text">Find Your Dealer</span> </a> <script> function addDealerLocatorCTAGA(eventLabel) { let currentPage = window.location.href; if(window.dataLayer) { if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn"))) { dataLayer.push({ 'event': 'main_nav_find_dealer', 'eventCategory': 'Call to Actions', 'eventLabel': eventLabel, 'eventAction': 'Header' }); } } } </script> </li> <li> <a class="btn-search " href="javascript: void(0);" style="background: transparent !important" data-toggle="search-form" data-target="#search-form"> <i class="fas fa-search headerSearchIcon"></i> </a> </li> <li onclick="onCartClick()"> <span class="cartIcon" tabindex="0"> <i class="fas fa-shopping-cart headerShoppingCart"></i> </span> </li> </ul> <!--* end main nav *--> </div> <span class="headerItems"> <!-- Copyright Crown Equipment Corporation. All rights reserved. --> <div class="collapse navbar-collapse theme-navbar-collapse low" data-activedrawer="" id="navbar-main"><!-- removed from class: navbar-left --> <div class="d-md-none signInMobile"> <div class="signInTextIcon"> <i class="fas fa-user fa-fw signInUserIcon"></i> <a class="signInButtonMobile" onclick="onSignInButtonClick()">Sign In</a> </div> <div class="divider"></div> <a href="https://shop.crown.com/crown/en/register" class="createAnAccountButtonMobile">Create an Account</a> </div> <div class="d-md-none myAccountMobile"> <a class="myAccountPortion" onclick="toggleMyAccountMobileDropdown()"> <i class="fas fa-user fa-fw myAccountUserIcon"></i> <div class="myAccountButtonMobile">My Account</div> </a> <div class="dropdownMenu" id="myAccountDropdownMobile"> <ul> <li class="myAccountSubmenuMobile"> <a href="https://shop.crown.com/crown/en/my-account" class="myAccountDisplay"> <i class="fas fa-user fa-fw userIconMobile"></i> <p class="myAccountTextMobile">Account Dashboard</p> </a> </li> <div class="myAccountListMobile"> <li><a href="https://shop.crown.com/crown/en/my-account/update-profile" class="myAccountOptionMobile">Contact Information</a></li> <li><a href="https://shop.crown.com/crown/en/my-account/address-book" class="myAccountOptionMobile">Address Book</a></li> <li><a href="https://shop.crown.com/crown/en/my-account/payment-details" class="myAccountOptionMobile">Payment Settings</a></li> <li><a href="https://shop.crown.com/crown/en/my-account/orders" class="myAccountOptionMobile">Orders</a></li> <li><a href="https://shop.crown.com/crown/en/my-account/returns" class="myAccountOptionMobile">Returns</a></li> <li><a href="https://shop.crown.com/crown/en/my-account/saved-carts" class="myAccountOptionMobile">Saved Carts</a></li> </div> <li class="signOutMobile"> <a class="myAccountOptionMobile" onclick="onSignOutButtonClick()">Sign out</a> </li> </ul> </div> </div> <ul class="nav navbar-nav theme-navbar-nav "> <li class="dropdown"> <a class="dropdown-toggle" unique-id="-724275932" data-toggle="dropdown" data-test="1888998764" id="drawer_1888998764" onclick="triggerFirstItemClick_1888998764(this); triggerDrawerClick(this);" tabindex="0" href="javascript: void(0);"> Products </a> <div class="dropdown-menu multi-level theme-nav-dropdown-menu background-black dualLayer" role="menu" aria-labelledby="New Forklifts"> <div class="container container-dropdown text-black background-black dualLayerContainer" id="minHeight_1888998764"> <div class="row"> <div class="col-xl-3 col-sm-12 theme-nav-dropdown-menu-list-container dualLayerMenuListContainer"> <ul class="firstLayerList" id="firstLayerListId-724275932"> <li id="item0-724275932" side-content-url="/content/en-us/main-navigation-drawer/products" unique-id="-724275932" class="dropdown-submenu firstLayerItem_1888998764 "> <a id="item0-724275932Text" class="firstLayerText" data-toggle="dropdown-menu" tabindex="-1" href="#">New Forklifts</a> <!-- Second Level Dropdown goes here--> <div class="d-block d-xl-none "> <div class="secondLayerInner"> <ul class="dropdown-menu hideContent secondLayerMobileList" id="item0-724275932ChildListMobile"> <li> <a onclick="addMainNavGA('Products', 'Forklift Selector')" class="secondLayerText" tabindex="-1" href="/en-us/forklift-product-selector.html">Forklift Selector</a> </li> <li> <a onclick="addMainNavGA('Products', 'Pallet Trucks')" class="secondLayerText" tabindex="-1" href="/en-us/forklifts/pallet-trucks.html">Pallet Trucks</a> </li> <li> <a onclick="addMainNavGA('Products', 'Stackers')" class="secondLayerText" tabindex="-1" href="/en-us/forklifts/stackers.html">Stackers</a> </li> <li> <a onclick="addMainNavGA('Products', 'Electric Counterbalance')" class="secondLayerText" tabindex="-1" href="/en-us/forklifts/electric-counterbalance-forklifts.html">Electric Counterbalance</a> </li> <li> <a onclick="addMainNavGA('Products', 'Internal Combustion Counterbalance')" class="secondLayerText" tabindex="-1" href="/en-us/forklifts/internal-combustion-counterbalance-forklifts.html">Internal Combustion Counterbalance</a> </li> <li> <a onclick="addMainNavGA('Products', 'Reach Trucks')" class="secondLayerText" tabindex="-1" href="/en-us/forklifts/reach-trucks.html">Reach Trucks</a> </li> <li> <a onclick="addMainNavGA('Products', 'Man Up Order Pickers')" class="secondLayerText" tabindex="-1" href="/en-us/forklifts/man-up-order-pickers.html">Man Up Order Pickers</a> </li> <li> <a onclick="addMainNavGA('Products', 'All Forklifts')" class="secondLayerText" tabindex="-1" href="/en-us/forklifts.html">All Forklifts</a> </li> </ul> </div> </div> </li> <li class="firstLayerLink"> <a tabindex="-1" onclick="addMainNavGA('Products', 'Rental Forklifts')" href="/en-us/forklift-rentals.html">Rental Forklifts</a> </li> <li class="firstLayerLink"> <a tabindex="-1" onclick="addMainNavGA('Products', 'Reconditioned Forklifts')" href="/en-us/remanufactured-forklifts.html">Reconditioned Forklifts</a> </li> <li class="firstLayerLink"> <a tabindex="-1" onclick="addMainNavGA('Products', 'Used \/ Pre\u002DOwned Forklifts')" href="/en-us/pre-owned-forklifts.html">Used / Pre-Owned Forklifts</a> </li> <li class="firstLayerLink"> <a tabindex="-1" onclick="addMainNavGA('Products', 'V\u002DForce Batteries \x26 Chargers')" href="/en-us/batteries-and-chargers.html">V-Force Batteries & Chargers</a> </li> <li class="firstLayerLink"> <a tabindex="-1" onclick="addMainNavGA('Products', 'All Products')" href="/en-us/products.html">All Products</a> </li> </ul> </div> <div class="col-xl-3 d-none d-xl-block float-left secondLayerDesktopDiv"> <ul class="firstLayerList" id="secondLayerList"> <!-- Second Level Dropdown goes here--> <div class="secondLayerDiv hideContent" id="item0-724275932Child"> <ul class="secondLayerDesktopList"> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Products', 'Forklift Selector')" tabindex="-1" href="/en-us/forklift-product-selector.html">Forklift Selector</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Products', 'Pallet Trucks')" tabindex="-1" href="/en-us/forklifts/pallet-trucks.html">Pallet Trucks</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Products', 'Stackers')" tabindex="-1" href="/en-us/forklifts/stackers.html">Stackers</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Products', 'Electric Counterbalance')" tabindex="-1" href="/en-us/forklifts/electric-counterbalance-forklifts.html">Electric Counterbalance</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Products', 'Internal Combustion Counterbalance')" tabindex="-1" href="/en-us/forklifts/internal-combustion-counterbalance-forklifts.html">Internal Combustion Counterbalance</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Products', 'Reach Trucks')" tabindex="-1" href="/en-us/forklifts/reach-trucks.html">Reach Trucks</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Products', 'Man Up Order Pickers')" tabindex="-1" href="/en-us/forklifts/man-up-order-pickers.html">Man Up Order Pickers</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Products', 'All Forklifts')" tabindex="-1" href="/en-us/forklifts.html">All Forklifts</a> </li> </ul> </div> <!-- Second Level Dropdown goes here--> <div class="secondLayerDiv hideContent" id="item1-724275932Child"> </div> <!-- Second Level Dropdown goes here--> <div class="secondLayerDiv hideContent" id="item2-724275932Child"> </div> <!-- Second Level Dropdown goes here--> <div class="secondLayerDiv hideContent" id="item3-724275932Child"> </div> <!-- Second Level Dropdown goes here--> <div class="secondLayerDiv hideContent" id="item4-724275932Child"> </div> <!-- Second Level Dropdown goes here--> <div class="secondLayerDiv hideContent" id="item5-724275932Child"> </div> </ul> </div> <div class="col-xl-6 d-none d-xl-block container-side-content dualLayerSideContent" id="drawer_1888998764-side-content"></div> </div> </div> </div> <script> let currentActiveParent_1888998764 = ""; let currentActiveChild_1888998764 = ""; let currentActiveChildMobile_1888998764 = ""; $(document).ready(function() { $('.firstLayerItem_1888998764').on("click", function(e) { const selectedOptionId = e.currentTarget.id; const sideContentUrl = $('#' + selectedOptionId).attr('side-content-url'); // Load side content $.ajax({ url: sideContentUrl + '.html', success: function(html) { let content = $("<div />").html(html).find("#content"); $('#drawer_1888998764-side-content').html(content); } }); // Toggle Second Layer Drop-downs toggleSecondLayerDropDowns_1888998764(selectedOptionId); $(this).next('ul').toggle(); e.stopPropagation(); e.preventDefault(); }); // Redirect to the specified link when the user clicks on the second dropdown option $('.secondLayerText').on('click', function(e) { e.preventDefault(); window.location.href = $(this).attr('href'); }) }); // Clicks on the first option in the list to load the side content and the second layer on desktop function triggerFirstItemClick_1888998764(element) { const firstLayerListId = '#firstLayerListId' + element.getAttribute('unique-id'); let firstDropdownItemId = $('ul' + firstLayerListId + ' li:first').get(0).id; if(element.getAttribute('aria-expanded') !== 'true') { $("#" + firstDropdownItemId).trigger("click"); hideDropdown(firstDropdownItemId + "ChildListMobile"); $('#' + firstDropdownItemId + 'Text').removeClass('caretUp'); } $("#"+ firstDropdownItemId+"Child").find("li a[tabindex='-1']").each( function() { $(this).attr("tabindex", 0); }); $(firstLayerListId).find("li a[tabindex='-1']").each( function() { $(this).attr("tabindex", 0); }) } function toggleSecondLayerDropDowns_1888998764(selectedOptionId) { const newChild = selectedOptionId + 'Child'; const newChildMobile = selectedOptionId + 'ChildListMobile'; // Check if the selected option's dropdown is open already. If it is, open/close the dropdown. If not, close the current dropdown and open the selected option's dropdown if((currentActiveChild_1888998764 === "" && currentActiveChildMobile_1888998764 === "") || (currentActiveChild_1888998764 === newChild && currentActiveChildMobile_1888998764 === newChildMobile)) { currentActiveChild_1888998764 = newChild; currentActiveChildMobile_1888998764 = newChildMobile; currentActiveParent_1888998764 = selectedOptionId; // Change the css of the selected option $('#' + selectedOptionId + 'Text').addClass('firstLayerSelectedColor'); // Check if the selected dropdown is open/closed and toggle the dropdown accordingly (2nd layer dropdown should not close in desktop view) if($('#' + currentActiveChild_1888998764).hasClass('showContent') && $('#' + currentActiveChildMobile_1888998764).hasClass('showContent')) { hideDropdown(currentActiveChildMobile_1888998764); $('#' + selectedOptionId + 'Text').removeClass('caretUp'); } else { showDropdown(currentActiveChild_1888998764); showDropdown(currentActiveChildMobile_1888998764); $('#' + selectedOptionId + 'Text').addClass('caretUp'); } } else { hideDropdown(currentActiveChild_1888998764); hideDropdown(currentActiveChildMobile_1888998764); showDropdown(newChild); showDropdown(newChildMobile); // Toggle first layer css on select $('#' + currentActiveParent_1888998764 + 'Text').removeClass('firstLayerSelectedColor'); $('#' + currentActiveParent_1888998764 + 'Text').removeClass('caretUp'); $('#' + selectedOptionId + 'Text').addClass('firstLayerSelectedColor'); $('#' + selectedOptionId + 'Text').addClass('caretUp'); currentActiveChild_1888998764 = newChild; currentActiveChildMobile_1888998764 = newChildMobile; currentActiveParent_1888998764 = selectedOptionId; } } function hideDropdown(divId) { $('#' + divId).removeClass('showContent'); $('#' + divId).addClass('hideContent'); $('#'+ divId).find("li a[tabindex='0']").each(function() { $(this).attr("tabindex", -1); }) } function showDropdown(divId) { $('#' + divId).removeClass('hideContent'); $('#' + divId).addClass('showContent'); $('#'+ divId).find("li a[tabindex='-1']").each(function() { $(this).attr("tabindex", 0); }) } $(document).ready(function() { $('#drawer_1888998764').parent().on("hidden.bs.dropdown", function() { $('#firstLayerListId-724275932').find("li a[tabindex='0']").each( function() { $(this).attr("tabindex", -1); }); $(this).find(".secondLayerDesktopList li a[tabindex='0']").each( function() { $(this).attr("tabindex", -1); }); $('#drawer_1888998764-side-content').empty() }); }) </script> <script> function addMainNavGA(drawerName, linkName) { let currentPage = window.location.href; if(window.dataLayer) { if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn"))) { dataLayer.push({ 'event': 'main_nav_click', 'eventCategory': 'Header Navigation', 'eventAction': drawerName, 'eventLabel': linkName }); } } } </script> </li> <li class="dropdown"> <!-- Copyright Crown Equipment Corporation. All rights reserved. --> <a data-target="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle " id="drawer_1447712465" onclick="triggerDrawerClick(this)" tabindex="0" href="javascript: void(0);"> Solutions </a> <label class="hidden"> Drawer</label> <div class="dropdown-menu theme-nav-dropdown-menu background-black" role="menu"> <div class="container container-dropdown text-white background-black"> <div class="row"> <div class="col-md-4 theme-nav-dropdown-menu-list-container"> <ul class="theme-nav-dropdown-menu-list drawer_1447712465"> <li role="presentation"> <a role="menuitem" tabindex="-1" onclick="addMainNavGA('Solutions', 'Automation Solutions')" href="/en-us/automation.html">Automation Solutions</a> </li> <li role="presentation"> <a role="menuitem" tabindex="-1" onclick="addMainNavGA('Solutions', 'Connected Solutions')" href="/en-us/connected-solutions.html">Connected Solutions</a> </li> <li role="presentation"> <a role="menuitem" tabindex="-1" onclick="addMainNavGA('Solutions', 'Energy Solutions')" href="/en-us/v-force-energy-solutions.html">Energy Solutions</a> </li> <li role="presentation"> <a role="menuitem" tabindex="-1" onclick="addMainNavGA('Solutions', 'Fleet Management ')" href="/en-us/fleet-management.html">Fleet Management </a> </li> <li role="presentation"> <a role="menuitem" tabindex="-1" onclick="addMainNavGA('Solutions', 'Warehouse Solutions')" href="/en-us/warehouse-solutions.html">Warehouse Solutions</a> </li> <li role="presentation"> <a role="menuitem" tabindex="-1" onclick="addMainNavGA('Solutions', 'Financing Options')" href="/en-us/financing.html">Financing Options</a> </li> <li role="presentation"> <a role="menuitem" tabindex="-1" onclick="addMainNavGA('Solutions', 'View All Solutions')" href="/en-us/solutions.html">View All Solutions</a> </li> </ul> </div> <div class="col-md-8 hide-sm container-side-content" id="drawer_1447712465-side-content"></div> </div> </div> <div class="dropdown-bottom-line"></div> </div> <script type="text/javascript"> $(document).ready(function() { $('#drawer_1447712465').on("click", function() { $.ajax({ url: '/content/en-us/main-navigation-drawer/solutions.html', success: function(html) { let content = $("<div />").html(html).find("#content"); $('#drawer_1447712465-side-content').html(content); } }); }); $('#drawer_1447712465').parent().on("hidden.bs.dropdown", function() { $('.drawer_1447712465').find("li a[tabindex='0']").each( function() { $(this).attr("tabindex", -1); }); $('#drawer_1447712465-side-content').empty(); }) }); </script> <script> function addMainNavGA(drawerName, linkName) { let currentPage = window.location.href; if(window.dataLayer) { if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn"))) { dataLayer.push({ 'event': 'main_nav_click', 'eventCategory': 'Header Navigation', 'eventAction': drawerName, 'eventLabel': linkName }); } } } </script> </li> <li class="dropdown"> <!-- Copyright Crown Equipment Corporation. All rights reserved. --> <a data-target="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle " id="drawer_1027237863" onclick="triggerDrawerClick(this)" tabindex="0" href="javascript: void(0);"> Support </a> <label class="hidden"> Drawer</label> <div class="dropdown-menu theme-nav-dropdown-menu background-black" role="menu"> <div class="container container-dropdown text-white background-black"> <div class="row"> <div class="col-md-4 theme-nav-dropdown-menu-list-container"> <ul class="theme-nav-dropdown-menu-list drawer_1027237863"> <li role="presentation"> <a role="menuitem" tabindex="-1" onclick="addMainNavGA('Support', 'Service \x26 Parts')" href="/en-us/service-parts.html">Service & Parts</a> </li> <li role="presentation"> <a role="menuitem" tabindex="-1" onclick="addMainNavGA('Support', 'Safety \x26 Training')" href="/en-us/safety-training.html">Safety & Training</a> </li> <li role="presentation"> <a role="menuitem" tabindex="-1" onclick="addMainNavGA('Support', 'Dealer Network')" href="/en-us/forklift-dealers.html">Dealer Network</a> </li> <li role="presentation"> <a role="menuitem" tabindex="-1" onclick="addMainNavGA('Support', 'View All Support')" href="/en-us/support.html">View All Support</a> </li> </ul> </div> <div class="col-md-8 hide-sm container-side-content" id="drawer_1027237863-side-content"></div> </div> </div> <div class="dropdown-bottom-line"></div> </div> <script type="text/javascript"> $(document).ready(function() { $('#drawer_1027237863').on("click", function() { $.ajax({ url: '/content/en-us/main-navigation-drawer/support.html', success: function(html) { let content = $("<div />").html(html).find("#content"); $('#drawer_1027237863-side-content').html(content); } }); }); $('#drawer_1027237863').parent().on("hidden.bs.dropdown", function() { $('.drawer_1027237863').find("li a[tabindex='0']").each( function() { $(this).attr("tabindex", -1); }); $('#drawer_1027237863-side-content').empty(); }) }); </script> <script> function addMainNavGA(drawerName, linkName) { let currentPage = window.location.href; if(window.dataLayer) { if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn"))) { dataLayer.push({ 'event': 'main_nav_click', 'eventCategory': 'Header Navigation', 'eventAction': drawerName, 'eventLabel': linkName }); } } } </script> </li> <li class="dropdown"> <!-- Copyright Crown Equipment Corporation. All rights reserved. --> <a data-target="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle " id="drawer_765323268" onclick="triggerDrawerClick(this)" tabindex="0" href="javascript: void(0);"> Why Crown </a> <label class="hidden"> Drawer</label> <div class="dropdown-menu theme-nav-dropdown-menu background-black" role="menu"> <div class="container container-dropdown text-white background-black"> <div class="row"> <div class="col-md-4 theme-nav-dropdown-menu-list-container"> <ul class="theme-nav-dropdown-menu-list drawer_765323268"> <li role="presentation"> <a role="menuitem" tabindex="-1" onclick="addMainNavGA('Why Crown', 'Customer Results')" href="/en-us/customer-results.html">Customer Results</a> </li> <li role="presentation"> <a role="menuitem" tabindex="-1" onclick="addMainNavGA('Why Crown', 'Sustainability')" href="/en-us/sustainability.html">Sustainability</a> </li> <li role="presentation"> <a role="menuitem" tabindex="-1" onclick="addMainNavGA('Why Crown', 'Industry Recognition')" href="/en-us/awards.html">Industry Recognition</a> </li> <li role="presentation"> <a role="menuitem" tabindex="-1" onclick="addMainNavGA('Why Crown', 'Why Crown')" href="/en-us/why-crown.html">Why Crown</a> </li> <li role="presentation"> <a role="menuitem" tabindex="-1" onclick="addMainNavGA('Why Crown', 'Crown Blog')" href="/en-us/blog.html">Crown Blog</a> </li> <li role="presentation"> <a role="menuitem" tabindex="-1" onclick="addMainNavGA('Why Crown', 'Crown News \x26 Press')" href="/en-us/newsroom.html">Crown News & Press</a> </li> </ul> </div> <div class="col-md-8 hide-sm container-side-content" id="drawer_765323268-side-content"></div> </div> </div> <div class="dropdown-bottom-line"></div> </div> <script type="text/javascript"> $(document).ready(function() { $('#drawer_765323268').on("click", function() { $.ajax({ url: '/content/en-us/main-navigation-drawer/why-crown.html', success: function(html) { let content = $("<div />").html(html).find("#content"); $('#drawer_765323268-side-content').html(content); } }); }); $('#drawer_765323268').parent().on("hidden.bs.dropdown", function() { $('.drawer_765323268').find("li a[tabindex='0']").each( function() { $(this).attr("tabindex", -1); }); $('#drawer_765323268-side-content').empty(); }) }); </script> <script> function addMainNavGA(drawerName, linkName) { let currentPage = window.location.href; if(window.dataLayer) { if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn"))) { dataLayer.push({ 'event': 'main_nav_click', 'eventCategory': 'Header Navigation', 'eventAction': drawerName, 'eventLabel': linkName }); } } } </script> </li> <li class="dropdown"> <a class="dropdown-toggle" unique-id="1289398447" data-toggle="dropdown" data-test="395991100" id="drawer_395991100" onclick="triggerFirstItemClick_395991100(this); triggerDrawerClick(this);" tabindex="0" href="javascript: void(0);"> Shop </a> <div class="dropdown-menu multi-level theme-nav-dropdown-menu background-black dualLayer" role="menu" aria-labelledby="Shop"> <div class="container container-dropdown text-black background-black dualLayerContainer" id="minHeight_395991100"> <div class="row"> <div class="col-xl-3 col-sm-12 theme-nav-dropdown-menu-list-container dualLayerMenuListContainer"> <ul class="firstLayerList" id="firstLayerListId1289398447"> <li id="item01289398447" side-content-url="/content/en-us/main-navigation-drawer/forklifts" unique-id="1289398447" class="dropdown-submenu firstLayerItem_395991100 "> <a id="item01289398447Text" class="firstLayerText" data-toggle="dropdown-menu" tabindex="-1" href="#">Forklifts</a> <!-- Second Level Dropdown goes here--> <div class="d-block d-xl-none "> <div class="secondLayerInner"> <ul class="dropdown-menu hideContent secondLayerMobileList" id="item01289398447ChildListMobile"> <li> <a onclick="addMainNavGA('Shop', 'Pallet Jack')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/Forklifts/Hand-Pallet-Jack/p/pth-50-5000_bc">Pallet Jack</a> </li> <li> <a onclick="addMainNavGA('Shop', 'Pallet Jack with Load Tray')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/Forklifts/Hand-Pallet-Jack-with-Load-Tray/p/pth-50-5000-load-tray_bc">Pallet Jack with Load Tray</a> </li> <li> <a onclick="addMainNavGA('Shop', 'Powered Scissor Lift Pallet Jack')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/Forklifts/Hand-Pallet-Jack-with-Powered-Scissor-Lift/p/pth-50-2200_bc">Powered Scissor Lift Pallet Jack</a> </li> <li> <a onclick="addMainNavGA('Shop', 'Electric Pallet Jack')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/Forklifts/Electric-Pallet-Jack/p/wp-3200_bc">Electric Pallet Jack</a> </li> <li> <a onclick="addMainNavGA('Shop', 'Stacker')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/Forklifts/Walkie-Straddle-Stacker/p/m-3200_bc">Stacker</a> </li> <li> <a onclick="addMainNavGA('Shop', 'All Forklifts')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/Forklifts/c/forklifts">All Forklifts</a> </li> </ul> </div> </div> </li> <li id="item11289398447" side-content-url="/content/en-us/main-navigation-drawer/general-supplies" unique-id="1289398447" class="dropdown-submenu firstLayerItem_395991100 "> <a id="item11289398447Text" class="firstLayerText" data-toggle="dropdown-menu" tabindex="-1" href="#">General Supplies</a> <!-- Second Level Dropdown goes here--> <div class="d-block d-xl-none "> <div class="secondLayerInner"> <ul class="dropdown-menu hideContent secondLayerMobileList" id="item11289398447ChildListMobile"> <li> <a onclick="addMainNavGA('Shop', 'Safety Equipment')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/General-Supplies/Safety-Equipment/c/safety_equipment">Safety Equipment</a> </li> <li> <a onclick="addMainNavGA('Shop', 'Tools')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/General-Supplies/Tools/c/tools">Tools</a> </li> <li> <a onclick="addMainNavGA('Shop', 'Warehouse')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/General-Supplies/Warehouse/c/warehouse">Warehouse</a> </li> <li> <a onclick="addMainNavGA('Shop', 'Service Supplies')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/General-Supplies/Service-Supplies/c/service_supplies">Service Supplies</a> </li> <li> <a onclick="addMainNavGA('Shop', 'All General Supplies')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/General-Supplies/c/general_supplies">All General Supplies</a> </li> </ul> </div> </div> </li> <li id="item21289398447" side-content-url="/content/en-us/main-navigation-drawer/parts-accessories" unique-id="1289398447" class="dropdown-submenu firstLayerItem_395991100 "> <a id="item21289398447Text" class="firstLayerText" data-toggle="dropdown-menu" tabindex="-1" href="#">Forklift Parts and Accessories</a> <!-- Second Level Dropdown goes here--> <div class="d-block d-xl-none "> <div class="secondLayerInner"> <ul class="dropdown-menu hideContent secondLayerMobileList" id="item21289398447ChildListMobile"> <li> <a onclick="addMainNavGA('Shop', 'Hydraulic Components')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/Forklift-Parts-And-Accessories/Hydraulic-Components/c/hydraulic_components">Hydraulic Components</a> </li> <li> <a onclick="addMainNavGA('Shop', 'Fork Attachments')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/Forklift-Parts-And-Accessories/Forks-and-Attachment-Parts/c/forks_and_attachment_parts">Fork Attachments</a> </li> <li> <a onclick="addMainNavGA('Shop', 'Work Assist')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/Forklift-Parts-And-Accessories/Work-Assist/c/work_assist">Work Assist</a> </li> <li> <a onclick="addMainNavGA('Shop', 'Electric Truck Components')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/Forklift-Parts-And-Accessories/Electric-Truck-Components/c/electric_truck_components">Electric Truck Components</a> </li> <li> <a onclick="addMainNavGA('Shop', 'Wheels and Tires')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/Forklift-Parts-And-Accessories/Wheels-and-Tires/c/wheels_and_tires">Wheels and Tires</a> </li> <li> <a onclick="addMainNavGA('Shop', 'I.C. Truck Components')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/Forklift-Parts-And-Accessories/Internal-Combustion-%28IC%29-Truck-Components/c/ic_truck_components">I.C. Truck Components</a> </li> <li> <a onclick="addMainNavGA('Shop', 'All Forklift Parts and Accessories')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/Forklift-Parts-And-Accessories/c/forklift_parts_and_accessories">All Forklift Parts and Accessories</a> </li> </ul> </div> </div> </li> <li id="item31289398447" side-content-url="/content/en-us/main-navigation-drawer/batteries-chargers" unique-id="1289398447" class="dropdown-submenu firstLayerItem_395991100 "> <a id="item31289398447Text" class="firstLayerText" data-toggle="dropdown-menu" tabindex="-1" href="#">Batteries and Chargers</a> <!-- Second Level Dropdown goes here--> <div class="d-block d-xl-none "> <div class="secondLayerInner"> <ul class="dropdown-menu hideContent secondLayerMobileList" id="item31289398447ChildListMobile"> <li> <a onclick="addMainNavGA('Shop', 'Battery and Charger \u002D Parts and Accessories')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/Batteries-and-Chargers/Battery-and-Charger-Parts-and-Accessories/c/battery_and_charger_parts_and_accessories">Battery and Charger - Parts and Accessories</a> </li> <li> <a onclick="addMainNavGA('Shop', 'V\u002DForce Batteries \x26 Chargers')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/Batteries-and-Chargers/V-Force-Batteries-and-Chargers/c/v-force_batteries_and_chargers">V-Force Batteries & Chargers</a> </li> <li> <a onclick="addMainNavGA('Shop', 'All Batteries and Chargers')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/Batteries-and-Chargers/c/battery_and_charger">All Batteries and Chargers</a> </li> </ul> </div> </div> </li> <li id="item41289398447" side-content-url="/content/en-us/main-navigation-drawer/infolink" unique-id="1289398447" class="dropdown-submenu firstLayerItem_395991100 "> <a id="item41289398447Text" class="firstLayerText" data-toggle="dropdown-menu" tabindex="-1" href="#">InfoLink</a> <!-- Second Level Dropdown goes here--> <div class="d-block d-xl-none "> <div class="secondLayerInner"> <ul class="dropdown-menu hideContent secondLayerMobileList" id="item41289398447ChildListMobile"> <li> <a onclick="addMainNavGA('Shop', 'All InfoLink')" class="secondLayerText" tabindex="-1" href="https://shop.crown.com/crown/en/InfoLink/c/infolink">All InfoLink</a> </li> </ul> </div> </div> </li> <li class="firstLayerLink"> <a tabindex="-1" onclick="addMainNavGA('Shop', 'Browse All Products')" href="https://shop.crown.com/crown/en/search?q=">Browse All Products</a> </li> </ul> </div> <div class="col-xl-3 d-none d-xl-block float-left secondLayerDesktopDiv"> <ul class="firstLayerList" id="secondLayerList"> <!-- Second Level Dropdown goes here--> <div class="secondLayerDiv hideContent" id="item01289398447Child"> <ul class="secondLayerDesktopList"> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'Pallet Jack')" tabindex="-1" href="https://shop.crown.com/crown/en/Forklifts/Hand-Pallet-Jack/p/pth-50-5000_bc">Pallet Jack</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'Pallet Jack with Load Tray')" tabindex="-1" href="https://shop.crown.com/crown/en/Forklifts/Hand-Pallet-Jack-with-Load-Tray/p/pth-50-5000-load-tray_bc">Pallet Jack with Load Tray</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'Powered Scissor Lift Pallet Jack')" tabindex="-1" href="https://shop.crown.com/crown/en/Forklifts/Hand-Pallet-Jack-with-Powered-Scissor-Lift/p/pth-50-2200_bc">Powered Scissor Lift Pallet Jack</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'Electric Pallet Jack')" tabindex="-1" href="https://shop.crown.com/crown/en/Forklifts/Electric-Pallet-Jack/p/wp-3200_bc">Electric Pallet Jack</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'Stacker')" tabindex="-1" href="https://shop.crown.com/crown/en/Forklifts/Walkie-Straddle-Stacker/p/m-3200_bc">Stacker</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'All Forklifts')" tabindex="-1" href="https://shop.crown.com/crown/en/Forklifts/c/forklifts">All Forklifts</a> </li> </ul> </div> <!-- Second Level Dropdown goes here--> <div class="secondLayerDiv hideContent" id="item11289398447Child"> <ul class="secondLayerDesktopList"> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'Safety Equipment')" tabindex="-1" href="https://shop.crown.com/crown/en/General-Supplies/Safety-Equipment/c/safety_equipment">Safety Equipment</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'Tools')" tabindex="-1" href="https://shop.crown.com/crown/en/General-Supplies/Tools/c/tools">Tools</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'Warehouse')" tabindex="-1" href="https://shop.crown.com/crown/en/General-Supplies/Warehouse/c/warehouse">Warehouse</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'Service Supplies')" tabindex="-1" href="https://shop.crown.com/crown/en/General-Supplies/Service-Supplies/c/service_supplies">Service Supplies</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'All General Supplies')" tabindex="-1" href="https://shop.crown.com/crown/en/General-Supplies/c/general_supplies">All General Supplies</a> </li> </ul> </div> <!-- Second Level Dropdown goes here--> <div class="secondLayerDiv hideContent" id="item21289398447Child"> <ul class="secondLayerDesktopList"> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'Hydraulic Components')" tabindex="-1" href="https://shop.crown.com/crown/en/Forklift-Parts-And-Accessories/Hydraulic-Components/c/hydraulic_components">Hydraulic Components</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'Fork Attachments')" tabindex="-1" href="https://shop.crown.com/crown/en/Forklift-Parts-And-Accessories/Forks-and-Attachment-Parts/c/forks_and_attachment_parts">Fork Attachments</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'Work Assist')" tabindex="-1" href="https://shop.crown.com/crown/en/Forklift-Parts-And-Accessories/Work-Assist/c/work_assist">Work Assist</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'Electric Truck Components')" tabindex="-1" href="https://shop.crown.com/crown/en/Forklift-Parts-And-Accessories/Electric-Truck-Components/c/electric_truck_components">Electric Truck Components</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'Wheels and Tires')" tabindex="-1" href="https://shop.crown.com/crown/en/Forklift-Parts-And-Accessories/Wheels-and-Tires/c/wheels_and_tires">Wheels and Tires</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'I.C. Truck Components')" tabindex="-1" href="https://shop.crown.com/crown/en/Forklift-Parts-And-Accessories/Internal-Combustion-%28IC%29-Truck-Components/c/ic_truck_components">I.C. Truck Components</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'All Forklift Parts and Accessories')" tabindex="-1" href="https://shop.crown.com/crown/en/Forklift-Parts-And-Accessories/c/forklift_parts_and_accessories">All Forklift Parts and Accessories</a> </li> </ul> </div> <!-- Second Level Dropdown goes here--> <div class="secondLayerDiv hideContent" id="item31289398447Child"> <ul class="secondLayerDesktopList"> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'Battery and Charger \u002D Parts and Accessories')" tabindex="-1" href="https://shop.crown.com/crown/en/Batteries-and-Chargers/Battery-and-Charger-Parts-and-Accessories/c/battery_and_charger_parts_and_accessories">Battery and Charger - Parts and Accessories</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'V\u002DForce Batteries \x26 Chargers')" tabindex="-1" href="https://shop.crown.com/crown/en/Batteries-and-Chargers/V-Force-Batteries-and-Chargers/c/v-force_batteries_and_chargers">V-Force Batteries & Chargers</a> </li> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'All Batteries and Chargers')" tabindex="-1" href="https://shop.crown.com/crown/en/Batteries-and-Chargers/c/battery_and_charger">All Batteries and Chargers</a> </li> </ul> </div> <!-- Second Level Dropdown goes here--> <div class="secondLayerDiv hideContent" id="item41289398447Child"> <ul class="secondLayerDesktopList"> <li class="secondLayerDesktopOption"> <a class="secondLayerText" onclick="addMainNavGA('Shop', 'All InfoLink')" tabindex="-1" href="https://shop.crown.com/crown/en/InfoLink/c/infolink">All InfoLink</a> </li> </ul> </div> <!-- Second Level Dropdown goes here--> <div class="secondLayerDiv hideContent" id="item51289398447Child"> </div> </ul> </div> <div class="col-xl-6 d-none d-xl-block container-side-content dualLayerSideContent" id="drawer_395991100-side-content"></div> </div> </div> </div> <script> let currentActiveParent_395991100 = ""; let currentActiveChild_395991100 = ""; let currentActiveChildMobile_395991100 = ""; $(document).ready(function() { $('.firstLayerItem_395991100').on("click", function(e) { const selectedOptionId = e.currentTarget.id; const sideContentUrl = $('#' + selectedOptionId).attr('side-content-url'); // Load side content $.ajax({ url: sideContentUrl + '.html', success: function(html) { let content = $("<div />").html(html).find("#content"); $('#drawer_395991100-side-content').html(content); } }); // Toggle Second Layer Drop-downs toggleSecondLayerDropDowns_395991100(selectedOptionId); $(this).next('ul').toggle(); e.stopPropagation(); e.preventDefault(); }); // Redirect to the specified link when the user clicks on the second dropdown option $('.secondLayerText').on('click', function(e) { e.preventDefault(); window.location.href = $(this).attr('href'); }) }); // Clicks on the first option in the list to load the side content and the second layer on desktop function triggerFirstItemClick_395991100(element) { const firstLayerListId = '#firstLayerListId' + element.getAttribute('unique-id'); let firstDropdownItemId = $('ul' + firstLayerListId + ' li:first').get(0).id; if(element.getAttribute('aria-expanded') !== 'true') { $("#" + firstDropdownItemId).trigger("click"); hideDropdown(firstDropdownItemId + "ChildListMobile"); $('#' + firstDropdownItemId + 'Text').removeClass('caretUp'); } $("#"+ firstDropdownItemId+"Child").find("li a[tabindex='-1']").each( function() { $(this).attr("tabindex", 0); }); $(firstLayerListId).find("li a[tabindex='-1']").each( function() { $(this).attr("tabindex", 0); }) } function toggleSecondLayerDropDowns_395991100(selectedOptionId) { const newChild = selectedOptionId + 'Child'; const newChildMobile = selectedOptionId + 'ChildListMobile'; // Check if the selected option's dropdown is open already. If it is, open/close the dropdown. If not, close the current dropdown and open the selected option's dropdown if((currentActiveChild_395991100 === "" && currentActiveChildMobile_395991100 === "") || (currentActiveChild_395991100 === newChild && currentActiveChildMobile_395991100 === newChildMobile)) { currentActiveChild_395991100 = newChild; currentActiveChildMobile_395991100 = newChildMobile; currentActiveParent_395991100 = selectedOptionId; // Change the css of the selected option $('#' + selectedOptionId + 'Text').addClass('firstLayerSelectedColor'); // Check if the selected dropdown is open/closed and toggle the dropdown accordingly (2nd layer dropdown should not close in desktop view) if($('#' + currentActiveChild_395991100).hasClass('showContent') && $('#' + currentActiveChildMobile_395991100).hasClass('showContent')) { hideDropdown(currentActiveChildMobile_395991100); $('#' + selectedOptionId + 'Text').removeClass('caretUp'); } else { showDropdown(currentActiveChild_395991100); showDropdown(currentActiveChildMobile_395991100); $('#' + selectedOptionId + 'Text').addClass('caretUp'); } } else { hideDropdown(currentActiveChild_395991100); hideDropdown(currentActiveChildMobile_395991100); showDropdown(newChild); showDropdown(newChildMobile); // Toggle first layer css on select $('#' + currentActiveParent_395991100 + 'Text').removeClass('firstLayerSelectedColor'); $('#' + currentActiveParent_395991100 + 'Text').removeClass('caretUp'); $('#' + selectedOptionId + 'Text').addClass('firstLayerSelectedColor'); $('#' + selectedOptionId + 'Text').addClass('caretUp'); currentActiveChild_395991100 = newChild; currentActiveChildMobile_395991100 = newChildMobile; currentActiveParent_395991100 = selectedOptionId; } } function hideDropdown(divId) { $('#' + divId).removeClass('showContent'); $('#' + divId).addClass('hideContent'); $('#'+ divId).find("li a[tabindex='0']").each(function() { $(this).attr("tabindex", -1); }) } function showDropdown(divId) { $('#' + divId).removeClass('hideContent'); $('#' + divId).addClass('showContent'); $('#'+ divId).find("li a[tabindex='-1']").each(function() { $(this).attr("tabindex", 0); }) } $(document).ready(function() { $('#drawer_395991100').parent().on("hidden.bs.dropdown", function() { $('#firstLayerListId1289398447').find("li a[tabindex='0']").each( function() { $(this).attr("tabindex", -1); }); $(this).find(".secondLayerDesktopList li a[tabindex='0']").each( function() { $(this).attr("tabindex", -1); }); $('#drawer_395991100-side-content').empty() }); }) </script> <script> function addMainNavGA(drawerName, linkName) { let currentPage = window.location.href; if(window.dataLayer) { if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn"))) { dataLayer.push({ 'event': 'main_nav_click', 'eventCategory': 'Header Navigation', 'eventAction': drawerName, 'eventLabel': linkName }); } } } </script> </li> <li data-name="createddrawer_4" data-path="/content/en-us/jcr:content/header/header/mainnav/createddrawer_4"> <a href="/en-us/contact-us.html" class="dropdown-toggle link-only mobile-only link-only">Contact Us</a> <script> function addMainNavGA(drawerName, linkName) { let currentPage = window.location.href; if(window.dataLayer) { if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn"))) { dataLayer.push({ 'event': 'main_nav_click', 'eventCategory': 'Header Navigation', 'eventAction': drawerName, 'eventLabel': linkName }); } } } </script> </li> <li data-name="createddrawer_5" data-path="/content/en-us/jcr:content/header/header/mainnav/createddrawer_5"> <a href="https://customer.crown.com/mycrown" class="dropdown-toggle link-only mobile-only link-only">My Crown</a> <script> function addMainNavGA(drawerName, linkName) { let currentPage = window.location.href; if(window.dataLayer) { if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn"))) { dataLayer.push({ 'event': 'main_nav_click', 'eventCategory': 'Header Navigation', 'eventAction': drawerName, 'eventLabel': linkName }); } } } </script> </li> <li data-name="createddrawer_6" data-path="/content/en-us/jcr:content/header/header/mainnav/createddrawer_6"> <a href="https://shop.crown.com/crown/en/quickOrder?utm_source=crown.com&utm_medium=referral&utm_campaign=shop.crown.com&utm_content=homepage-nav-quickorder" class="dropdown-toggle link-only mobile-only link-only">Quick Order</a> <script> function addMainNavGA(drawerName, linkName) { let currentPage = window.location.href; if(window.dataLayer) { if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn"))) { dataLayer.push({ 'event': 'main_nav_click', 'eventCategory': 'Header Navigation', 'eventAction': drawerName, 'eventLabel': linkName }); } } } </script> </li> <li class="dropdown"> <!-- Copyright Crown Equipment Corporation. All rights reserved. --> <a href="/global-selector-page.html" class="{drawer.textColor} mobile-only link-only" onclick="Crown.Common.Cookies.eraseCookie('crownlocation');">Location / Language</a> <label class="hidden" id="Location / Language">Location / Language Drawer</label> <div class="dropdown-menu theme-nav-dropdown-menu background-black" role="menu" aria-labelledby="Location / Language"> <div class="container container-dropdown text-white background-black"> <div class="row"> <div class="col-md-4 theme-nav-dropdown-menu-list-container"> <ul class="theme-nav-dropdown-menu-list createddrawer_7"> <li role="presentation"> <a onclick="Crown.Common.Cookies.eraseCookie('crownlocation'); addMainNavGA('Location \/ Language', 'United States (Change)')" role="menuitem" tabindex="-1" href="/global-selector-page.html">United States (Change)</a> </li> </ul> </div> <div class="col-md-8 hide-sm container-side-content" id="createddrawer_7-side-content"></div> </div> </div> <div class="dropdown-bottom-line"></div> </div> <script type="text/javascript"> $(document).ready(function() { $('#createddrawer_7').on("click", function() { $.ajax({ url: '.html', success: function(html) { let content = $("<div />").html(html).find("#content"); $('#createddrawer_7-side-content').html(content); } }); }); $('#createddrawer_7').parent().on("hidden.bs.dropdown", function() { $('.createddrawer_7').find("li a[tabindex='0']").each( function() { $(this).attr("tabindex", -1); }); $('#createddrawer_7-side-content').empty(); }) }); </script> <script> function addMainNavGA(drawerName, linkName) { let currentPage = window.location.href; if(window.dataLayer) { if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn"))) { dataLayer.push({ 'event': 'main_nav_click', 'eventCategory': 'Header Navigation', 'eventAction': drawerName, 'eventLabel': linkName }); } } } </script> </li> </ul> <div class="d-xl-none"> <div class="col-xs-12 container-theme-nav-dropdown-close"> <button data-target="#navbar-main" data-toggle="collapse" class="theme-nav-dropdown-close mobile-nav-dropdown-close"> Close </button> </div> </div> </div> <script> function triggerDrawerClick(value) { let activeDrawer = $("#navbar-main").attr("data-activedrawer"); let ariaExpanded = value.getAttribute('aria-expanded'); if(ariaExpanded !== 'true') { $('.search-form-wrapper').removeClass('open'); } if(activeDrawer === "") { $("#navbar-main").attr("data-activedrawer", value.id); } else if(ariaExpanded !== 'true' && activeDrawer !== "") { $('#' + activeDrawer + '-side-content').empty(); $("#navbar-main").attr("data-activedrawer", value.id); } $("."+value.id).find("li a[tabindex='-1']").each( function() { $(this).attr("tabindex", 0); }); if(ariaExpanded === 'true') { $("."+value.id).find("li a[tabindex='0']").each( function() { $(this).attr("tabindex", -1); }); } // Closing the auth dropdowns on drawer click. // Since locale selector will always be on page when the Ecomm Functionality is enabled, using a common toggle method from it if('true') { if($("#signInDropdownContent").hasClass("show")) { toggleAuthDropdown("signIn"); } else if($("#myAccountDropdownContent").hasClass("show")) { toggleAuthDropdown("myAccount"); } else if($("#myAccountDropdownMobile").hasClass("show")) { $("#myAccountDropdownMobile").toggleClass("show"); $(".myAccountMobile").css("max-height", "55px"); $(".myAccountPortion").removeClass("myAccountCaretUp"); } } } function toggleMyAccountMobileDropdown() { const myAcctDrpDwnMob = $("#myAccountDropdownMobile"); myAcctDrpDwnMob.toggleClass("show"); if(myAcctDrpDwnMob.hasClass("show")) { $(".myAccountMobile").css("max-height", "5000px"); $(".myAccountPortion").addClass("myAccountCaretUp"); } else { $(".myAccountMobile").css("max-height", "55px"); $(".myAccountPortion").removeClass("myAccountCaretUp"); } } </script> <!--* this is part of the main nav *--> <div class="nav-button-navigation navbar-right d-none d-xl-block"> <ul class="list-inline"> <li> <a href="/en-us/forklift-dealers.html" onclick="addDealerLocatorCTAGA('Find Your Dealer Click')" class="btn-dealerLocator btn-orange dealerLocatorMobile" tabindex="0"> <i class="fas fa-map-marker-alt dealerLocatorIcon"></i> <span class="btn-dealerLocator-text">Find Your Dealer</span> </a> <script> function addDealerLocatorCTAGA(eventLabel) { let currentPage = window.location.href; if(window.dataLayer) { if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn"))) { dataLayer.push({ 'event': 'main_nav_find_dealer', 'eventCategory': 'Call to Actions', 'eventLabel': eventLabel, 'eventAction': 'Header' }); } } } </script> </li> <li> <a class="btn-search " style="background: transparent !important" data-toggle="search-form" data-target="#search-form" href="javascript: void(0);"> <i class="fas fa-search headerSearchIcon"></i> <!--* load sitesearchbox here in Author Mode to ensure CQ rollover highlight is constrained to the search icon *--> </a> </li> <li onclick="onCartClick()"> <span class="cartIcon" tabindex="0"> <i class="fas fa-shopping-cart headerShoppingCart"></i> <span id="cartItemCountDesktop" class="cartItemCount">( 0 )</span> </span> </li> </ul> </div> </span> <!--/.nav-collapse --> <!--* end main nav *--> </div> </div> </nav> </header> <!--* load sitesearchbox here in Publish mode so it can extend the fulll width of the window *--> <div class="modal fade modal-sitesearch " id="modal-search" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="container"> <a class="btn close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></a> </div> <div class="modal-body"> <div class="container container-sitesearch"> <form action="/en-us/search-results.html" accept-charset="UTF-8"> <label for="sitesearch"> <i class="fas fa-search sitesearch-icon"></i> <span class="sr-only"> Search </span> </label> <input id="sitesearch" class="sitesearch" maxlength="2048" name="q" placeholder="Search"/> </form> </div> </div> </div> </div> </div> <div class="modal" id="authErrorModal" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <div class="authModalTitle"> <i class="far fa-times-circle"></i> <h5 class="modal-title">Username Error</h5> </div> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <p>Close</p> <span class="closeIcon" aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <p>The username entered is not associated with a shop.crown.com account. To activate, please <a class="createAccountLink" href="https://shop.crown.com/crown/en/register"> Create an Account.</a> </p> </div> <div class="modal-footer"> <button type="button" class="btn btn-link cancelButton" data-dismiss="modal"> Cancel </button> <button type="button" id="createAccountBtnId" class="btn btn-orange btn-rounded btn-block createAccountButton"> Create an Account </button> </div> </div> </div> </div> <div><div class="modal fade" id="dealerPrivacyHeaderModal" tabindex="-1" role="dialog"> <div class="modal-dialog modal-dialog-centered vertical-align-center" role="document"> <div class="modal-content"> <a class="btn close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </a> <div class="modal-body modal-color"> <span id="dealerPrivacyContent" class="dealer-info-auth-text"></span><br/><br/> <p class="text-center"> <button type="button" class="btn btn-cta text-black background-grey-lightest" id="dealerRejectHeader" data-dismiss="modal" onclick="showDealerDetails()"></button>     <button type="button" class="btn btn-cta text-white background-orange" id="dealerAcceptHeader" data-dismiss="modal"></button> </p> </div> </div> </div> </div> <div class="modal fade" id="dealerInfoHeaderModal" tabindex="-1" role="dialog"> <div class="modal-dialog modal-dialog-centered vertical-align-center" role="document"> <div class="modal-content"> <a class="btn close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </a> <div class="modal-body modal-color"> <span id="dealerDetailsText" class="dealer-info-auth-text"></span><br/><br/> <span id="dealerInfoContent" style="font-size:18px;"></span> <p class="text-center"> <button type="button" class="btn btn-cta text-black background-grey-lightest" id="closeDealerHeader" onclick="closeModalForm()" data-dismiss="modal"></button>     </p> </div> </div> </div> </div> <script> function closeModalForm() { $("#modal-form .close").click(); } </script> </div> <script> let shopBaseUrl = "https:\/\/api.caeiox1tx\u002Dcrownequi1\u002Dp1\u002Dpublic.model\u002Dt.cc.commerce.ondemand.com"; let sessionCartUrl = "/crowncommercewebservices/v2/crown/carts/session-cart"; let storeCartUrl = "/crown/en/cart"; $(document).ready(function() { if("true") { let eCommUrl = shopBaseUrl + sessionCartUrl; if(eCommUrl !== undefined) { loadCartInfo(eCommUrl); } } $('.navbar-toggle').click(function() { if(this.getAttribute("aria-expanded")) { $('.search-form-wrapper').removeClass('open'); } }); }); function loadCartInfo(eCommUrl) { $.ajax({ url: eCommUrl, type: 'GET', dataType: "json", xhrFields: { withCredentials: true }, crossDomain: true, headers: { 'Accept': 'application/json', 'Content-Type': 'application/json', }, success: function(response) { document.getElementById('cartItemCountDesktop').innerText = '( ' + response.totalItems + ' )'; } }); } function onCartClick() { let eCommCartUrl; eCommCartUrl = shopBaseUrl + storeCartUrl; window.location.replace(eCommCartUrl); } $(".cartIcon").keypress(function(event) { if(event.keyCode === 13 ){ onCartClick(); } }); document.getElementById('createAccountBtnId').addEventListener('click', ()=>{ window.location = "https:\/\/shop.crown.com\/crown\/en\/register"; }); </script> </div> </div> </div> </div> <!--* to pull in the modal - Please DO NOT remove *--> <div> <div class="modal fade modal-form-viewer" id="modal-form" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog modal-full-page modal-lg"> <div class="modal-content"> <div class="btn close ml-auto" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></div> <div class="modal-body modal-color"> <div class="container-form-viewer"> <div class="form-viewer" id="modal-content-form"> </div> </div> </div> </div> </div> </div> </div> <script> //from http://getbootstrap.com/javascript/#modals $("#modal-form").off().on("show.bs.modal", function(event) { var button = $(event.relatedTarget); var formSource = button.data("formsource"); var queryString = button.data("querystring"); var branchID = getBranchId(queryString, "branchID"); getPageContent(formSource, branchID, queryString); }); $("#modal-form").on("hidden.bs.modal", function () { $("#modal-content-form").empty(); }); function getBranchId(qString, sParam) { if(qString != undefined) { var sURLVariables = qString.split("&"); if(sURLVariables != undefined) { for(var i = 0; i < sURLVariables.length; i++) { var sParameterName = sURLVariables[i].split("="); if(sParameterName[0] == sParam) { return sParameterName[1].replace("%20", " ").trim(); } } } } return ""; } function getPageContent(formSource, branchID, queryString) { $.ajax({ url: formSource, success: function(html) { var content = $("<div />").html(html).find("#content"); $("#modal-content-form").html(content); } }).done(function() { if($('.contactformcomponent').length > 0) { var formId = $('#modal-content-form').find('.contact-us-form').attr('id'); var uniqueId = "_".concat(formId.split("_")[1]); if((branchID !== undefined) && (branchID.length > 0)) { $("#branchID" + uniqueId).val(branchID); } $('.contactformcomponent').addClass("modal-width"); var aoiSelection = Crown.Common.Helper.getQueryStringParamsFromString(queryString, "areaOfInterest"); var forkliftSelection = Crown.Common.Helper.getQueryStringParamsFromString(queryString, "liftTruck"); var rentalForkliftSelection = Crown.Common.Helper.getQueryStringParamsFromString(queryString, "rentalForklift"); var usedForkliftSelection = Crown.Common.Helper.getQueryStringParamsFromString(queryString, "usedForklift"); var fmSelection = Crown.Common.Helper.getQueryStringParamsFromString(queryString, "fleetManagementSelect"); var pAndSSelection = Crown.Common.Helper.getQueryStringParamsFromString(queryString, "partsAndService"); var infoLinkSelection = Crown.Common.Helper.getQueryStringParamsFromString(queryString, "infolinkList"); var brochureRequestSelection = Crown.Common.Helper.getQueryStringParamsFromString(queryString, "brochureRequestSelect"); var preOwnedForkliftsSelection = Crown.Common.Helper.getQueryStringParamsFromString(queryString, "preOwnedProducts"); var preferredLanguageSelection = Crown.Common.Helper.getQueryStringParamsFromString(queryString, "preferredLanguage"); var batteriesAndChargersSelection = Crown.Common.Helper.getQueryStringParamsFromString(queryString, "batteriesAndChargers"); populateSelectValue('#primaryAreaOfInterest' + uniqueId, aoiSelection); populateMultiSelectValue('#forkliftList' + uniqueId, forkliftSelection); populateMultiSelectValue('#usedForkliftList' + uniqueId, usedForkliftSelection); populateMultiSelectValue('#rentalForkliftList' + uniqueId, rentalForkliftSelection); populateSelectValue('#fleetManagementList' + uniqueId, fmSelection); populateSelectValue('#partsAndServiceList' + uniqueId, pAndSSelection); populateSelectValue('#infolinkList' + uniqueId, infoLinkSelection); populateMultiSelectValue('#brochureRequest' + uniqueId, brochureRequestSelection); populateMultiSelectValue('#preOwnedForklift' + uniqueId, preOwnedForkliftsSelection); populateSelectValue('#preferredLanguage' + uniqueId, preferredLanguageSelection); populateSelectValue('#batteriesAndChargersList' + uniqueId, batteriesAndChargersSelection); $(document).ready(function() { eval('if (typeof areaOfInterestChanged' + uniqueId + ' === "function") { areaOfInterestChanged' + uniqueId + '(aoiSelection) }'); eval('if (typeof fleetManagementChanged' + uniqueId + ' === "function") { fleetManagementChanged' + uniqueId + '(fmSelection) }'); }); } }); } function populateMultiSelectValue(controlName, value) { if((value !== undefined) && (value.length > 0)) { var dataArray = value.split(','); $(controlName).val(dataArray); } } function populateSelectValue(controlName, value1) { if((value1 !== undefined) && (value1.length > 0)) { $(controlName).val(value1); } } </script> <!--* to pull in the modal video - Please DO NOT remove *--> <div> <div class="modal fade modal-video-viewer" id="modal-video-viewer" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <a class="btn close ml-auto" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></a> <div class="modal-body"> <div class="embed-responsive embed-responsive-16by9" id="video-tag"> </div> </div> </div> </div> </div> </div> <script> //from http://getbootstrap.com/javascript/#modals jQuery("#modal-video-viewer").on("show.bs.modal", function(event) { var button = jQuery(event.relatedTarget); var videoSource = button.data("videosource"); var posterImage = button.data("posterimage"); var controls = button.data("controls"); var autoplay = button.data("autoplay"); var videoLoop = button.data("videoloop"); if(videoSource.indexOf("https://www.youtu") === 0) { jQuery("#video-tag").append('<iframe id="video-frame" src=' + videoSource + "&muted=1" + ' allowfullscreen allow="autoplay"></iframe>'); } else if(videoSource.indexOf("/content/") === 0) { jQuery("#video-tag").append('<video id="video-view" src=' + videoSource + ' poster=' + posterImage + '></video>'); jQuery("#video-view").attr("autoplay", autoplay); jQuery("#video-view").attr("loop", videoLoop); jQuery("#video-view").attr("controls", controls); } }); jQuery("#modal-video-viewer").on("hidden.bs.modal", function(e) { jQuery("#video-frame").remove(); jQuery("#video-view").remove(); }); </script> <form id="combinedSearchForm" name="combinedSearchForm" action="/en-us/combined-search-results.html" accept-charset="UTF-8"> <div class="search-form-wrapper " id="search-form" aria-hidden="true"> <div class="inputgroup"> <input id="search-box" class="site-search" maxlength="2048" autocomplete="off" placeholder="Search Crown" name="q" tabindex="0"/> <label for="search-box"> <i class="fas fa-search sitesearch-icon" id="searchIcon"></i> </label> <a class="btn search-close" aria-label="Close" href="javascript: void(0);" tabindex="0"><span aria-hidden="true">×</span></a> <div class="searchDropDown"> <div class="searchHeader">Suggestions</div> <div id="searchSuggestions" class="searchItem"> </div> <div class="searchHeader">Search Results</div> <div id="searchResults" class="searchItem"> </div> </div> </div> </div> </form> <div class="breadcrumb-container"> <div class="breadcrumb"><a href="/en-us.html">Home</a>/</div> </div> <script> $(document).ready(function() { $('[data-toggle=search-form]').click(function() { $('#search-box').val(''); $('.search-form-wrapper').toggleClass('open'); $('#search-box').placeholder(); $('#search-box').focus(); }); $('[data-toggle=search-form-close]').click(function() { $('#search-box').val(''); $('.search-form-wrapper').removeClass('open'); }); $('.search-close').click(function() { $('#search-box').val(''); $('.search-form-wrapper').removeClass('open'); }); if(navigator.userAgent.indexOf('Mac') > 0) { $('.search-close').addClass('search-close-mac'); } }); $('#search-box').on('keyup', function() { let searchTerm = this.value; if(searchTerm) { $("#searchIcon").css("opacity", "1"); } else { $("#searchIcon").css("opacity", "0.65"); } if(searchTerm.length >= 3) { $("#searchSuggestions").empty(); $("#searchResults").empty(); $(".searchDropDown").css("display", "block"); getSearchSuggestions(searchTerm); getResultSuggestions(searchTerm) } else { $(".searchDropDown").css("display", "none"); } }); function getSearchSuggestions(searchTerm) { $.ajax({ url: "/content/en-us/jcr:content/header/header" + ".searchsuggestions" + ".json", type: "GET", async: true, dataType: "json", data: { "searchTerm": searchTerm, "pagesSearchPath": "/content/en-us" } }).done(function(response) { let resLength = response.suggestions.length; let suggLength = 3; if(resLength > 0 && resLength < 3) { suggLength = resLength; } $("#searchSuggestions").empty(); if(resLength > 0) { for(let i = 0; i < suggLength; i++) { let searchOption = response.suggestions[i]; $("#searchSuggestions").append("<div onclick='searchSubmit(\"" + searchOption + "\")'>" + searchOption + "</div>"); } } else { $("#searchSuggestions").append("<div> </div>"); } }); } function getResultSuggestions(searchTerm) { $.ajax({ url: "/content/en-us/jcr:content/header/header" + ".searchservlet" + ".json", type: 'GET', async: true, data: { "searchterm": searchTerm, "pagesize": 3, "pagesSearchPath": "/content/en-us" } }).done(function(response) { let totalMatches = response.totalMatches; let resultsLength = 3; if(totalMatches > 0 && totalMatches < 3) { resultsLength = totalMatches; } $("#searchResults").empty(); if(totalMatches > 0) { for(let i = 0; i < resultsLength; i++) { $("#searchResults").append("<div><a href='" + response.resultDetails[i].path + "'>" + searchTerm + "<span class='resultLinkTo'> in " + response.resultDetails[i].title + "</span></a></div>"); } } else { $("#searchResults").append("<div>There are no results available that match with your search</div>"); } }); } function searchSubmit(suggestionText) { document.combinedSearchForm.q.value = suggestionText; document.getElementById("combinedSearchForm").submit(); } $(document).mouseup(function(e) { let container = $(".searchDropDown"); if(!container.is(e.target) && container.has(e.target).length === 0) { container.hide(); } }); </script> </header> <div> <div class="column"> <div id="height_f9b32272265148b5aa93cae58a15b220" style="height: px"> <div class="container-fluid "> <div class="container "> <div id="bgImage_f9b32272265148b5aa93cae58a15b220" class="clearfix everyDevice text-black row" style="background-repeat: no-repeat; background-size: cover; background-position: center center;height: px;"> <div class=" col-md-12 "> <div class="container-inner"> <div class="richtext"> <div class=" padding-4x-top width-100 component-left"> <p><a href="#crown.com">crown.com, crownstore.crown.com, blog.crown.com, shop.crown.com</a> | <a href="#fleetstats">Partner Extranet and FleetSTATS</a>®<br> <a href="#infolink">InfoLink</a>® | <a href="#lms">Learning Management System</a> | <a href="#california">California Notice</a> | <a href="#mexico">Mexico Notice</a></p> </div> <div class="clearfix"></div> <script> $(document).ready(function() { let textWithHyperlink = ""; let event = ""; let eventCategory = ""; let eventAction = ""; let eventLabel = ""; let currentPage = window.location.href; if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn")) && textWithHyperlink && event && eventCategory && eventAction && eventLabel) { $("a:contains('" + textWithHyperlink + "')").attr({onclick: "addRichTextGA('" + event + "','" + eventCategory + "','" + eventAction + "','" + eventLabel + "')", tabindex: '0'}); } }); function addRichTextGA(event, eventCategory, eventAction, eventLabel) { if(window.dataLayer) { dataLayer.push({ 'event': event, 'eventCategory': eventCategory, 'eventAction': eventAction, 'eventLabel': eventLabel }) } } </script> </div> </div> </div> </div> </div> </div> </div> <script> // If column is the parent of bricks component, this custom CSS will be applied to column. $(document).ready( function() { if($('#bgImage_f9b32272265148b5aa93cae58a15b220').children('div').children('.container-inner').children('.brickscomponent').length > 0) { $('#bgImage_f9b32272265148b5aa93cae58a15b220').addClass('bricksRow'); } }); </script> </div> <div class="column"> <div id="height_5ac9a64ac7554b45adefea8b82b1c265" style="height: px"> <div class="container-fluid "> <div class="container "> <div id="bgImage_5ac9a64ac7554b45adefea8b82b1c265" class="clearfix everyDevice text-black row" style="background-repeat: no-repeat; background-size: cover; background-position: center center;height: px;"> <div class=" col-md-12 "> <div class="container-inner"> <div class="richtext"> <div class=" padding-6x-top padding-6x-bottom width-90 component-left"> <h4><a id="crown.com"></a>WWW.CROWN.COM, CROWNSTORE.CROWN.COM, and BLOG.CROWN.COM, and SHOP.CROWN.COM </h4> <h4>Privacy Policy</h4> <p>Your privacy is important to Crown. This Privacy Policy outlines the practices employed by Crown to explain how Crown collects, transfers, uses, discloses, and stores your information. Please review this policy to understand how your personal information will be treated as you use Crown’s www.crown.com, crownstore.crown.com, blog.crown.com, and shop.crown.com websites. Please e-mail the Crown Privacy Office at privacyoffice@crown.com if you have any questions or concerns about this Privacy Policy.<br> </p> <p> </p> <h5>A. Collection of Information</h5> <p>In general, you can visit www.crown.com, crownstore.crown.com, and blog.crown.com, anonymously, without providing any personal information. Crown’s web servers collect certain non-personal data such as domain names and IP addresses when computers access our website. This data is used only to measure and improve Crown’s website performance, not to personally identify users. Crown may also collect additional non-personal information such as location and language to help us improve our website and shop.crown.com</p> <p>If you wish to contact Crown, we will ask for personal information such as your name and address in order to respond to your request. If you are purchasing products or services, Crown will ask for personal information such as your name, address, billing and shipping information so that we can serve you. If you seek employment, Crown requires personal information such as your name, address, work history, etc. to consider your request for employment. To subscribe to our blog, Crown will ask for your email address in order to contact you when new content is available. If you provide us with personal information in one of these circumstances, that information will be transmitted to the appropriate individual(s) on our staff who will assist you accordingly.</p> <p>Crown does not knowingly collect personal information from children. If Crown learns that personal information of an individual under the age of thirteen (13) has been collected, Crown will take the necessary steps to delete the information. <br> </p> <p> </p> <h5>B. Cookies</h5> <p>Cookies are small pieces of data that are sent to your browser from a web server and are stored on your device’s hard drive. The www.crown.com website uses cookies for several purposes. One is to default returning visitors to their geographic preferences. Another is to provide relevant advertisements about Crown products when you visit select websites on which Crown advertises. The crownstore.crown.com and shop.crown.com sites uses cookies as well.<br> </p> <p>Crown’s websites use Google Analytics, which is a web analytics tool offered by Google Inc. that generates detailed statistics about a website’s traffic and traffic sources. Crown uses Google Analytics for statistical reasons, e.g. to measure how many users have clicked certain product information. Google Analytics uses cookies to obtain information about your use of our website, including your IP address. As your IP address is an individual element that would allow identifying you, Crown has implemented a specific code to ensure that your IP address will only be collected in a shortened and anonymized form. Thus, Google will not be able to identify you from the IP address that is collected from you when using this website. The information collected by this cookie will be transferred to Google Inc. in the United States of America.</p> <p>You May opt out of Google Analytics by searching for the Google Analytics Opt-out Browser Add-on.</p> <p>Most browsers are initially set to accept cookies. However, you have the ability to disable cookies if you wish, by configuring your internet software browser settings. It may also be possible to configure your browser settings to either enable acceptance of specific cookies, or to notify you each time a new cookie is about to be stored on your device allowing you to decide whether to accept or reject the cookie. To manage your use of cookies, there are various resources available, such as, the “Help” section on your browser. You can also disable or delete the stored data used by technology similar to cookies, such as Local Shared Objects or Flash Cookies, by managing your browser’s “add-on settings” or visiting the website of its manufacturer. As our cookies allow you to access some of our website’s features, it is recommended that you leave cookies enabled. If cookies are disabled, the websites may have their functionality reduced.</p> <p>For more information about Crown’s use of cookies, please contact the Crown Privacy Office.<br> </p> <p> </p> <h5>C. Transfer of Information</h5> <p>Information you provide is transferred over an encrypted connection. However, no data transmission over the internet can be guaranteed to be secure. Data transmission is at your own risk. Crown endeavors to protect the transfer of your information but cannot guarantee against, and will not be liable for, disclosure due to errors in transmission or unauthorized acts of third parties.</p> <h5> </h5> <h5>D. Use of Information</h5> <p>Crown may collect, use, transfer, and disclose non-personal information for any purpose. Personal information provided by you, such as in the “Contact Us” portion of our website, will be used by Crown only to respond to your request and to assist Crown in developing, improving and delivering our products, services, and the www.crown.com site, crownstore.crown.com, blog.crown.com, or shop.crown.com site. Crown may also use your information internally for data analysis and research. </p> <p> </p> <h5>E. Disclosure of Information </h5> <p>In general, information provided by you will be used only by Crown Equipment Corporation. Personal information collected through our website is limited to Crown employees to fulfill your request and the duties of their jobs. If you consent, Crown may share your personal information with third parties, such as dealers, to assist us in serving your needs and fulfilling your requests. Crown will share your personal information with such third parties only on the condition that the third parties maintain the information<br> as confidential and use the information only to perform the services or fulfill the requests specified by Crown. If you are purchasing items through use of Crown’s websites, you consent to Crown sending your personal information to third parties for purposes of processing payment and to verify you are not a person or entity listed on any government watch list. Crown may also disclose your personal information if required to do so by law, if Crown believes in good faith such disclosure is required, or in urgent circumstances if Crown believes disclosure is necessary. Except as set forth in this Privacy Policy, Crown will not sell or share your personal information with third parties. <br> </p> <p> </p> <h5>F. Storage of Information</h5> <p>Crown will store information you provide for the time necessary to respond to your request or otherwise in compliance with Crown’s retention policies. Crown does not see full credit card information for orders placed over the website. The last four (4) digits of the credit card are kept as a record of the transaction. Crown takes precautions to safeguard your personal information against loss, theft, and misuse through administrative, technical, and physical measures. You may update or request that your information be removed at any time by emailing the Crown Privacy Office at privacyoffice@crown.com or by sending a letter to: Attn: Privacy Office, Crown Equipment Corporation, 44 South Washington St., New Bremen, OH 45869.</p> <p> </p> <h5>G. Links to Other Sites</h5> <p>The www.crown.com, crownstore.crown.com, and blog.crown.com, and shop.crown.com websites may contain links to other sites, such as Crown dealers and affiliates. This Privacy Policy does not apply to such other sites. Crown is not responsible for the privacy practices of any such other sites. Please review the privacy policies of any sites you visit.</p> <p> </p> <h5>H. Consent</h5> <p>By using the www.crown.com, crownstore.crown.com, or blog.crown.com, or shop.crown.com website, you consent to the terms of this Privacy Policy, including the collection and use of this information by Crown.</p> <p> </p> <h5>I. Updates</h5> <p>Crown may update this Privacy Policy from time to time. If the policy is changed in a material way, a notice will be posted on the www.crown.com, crownstore.crown.com, blog.crown.com, and shop.crown.com websites along with the updated Privacy Policy.</p> <p> </p> <h5>J. California Notice</h5> <p>For California residents, please see Crown’s <a href="#california">California Notice</a>.</p> <p> </p> <p>Last Updated 5/12/23</p> </div> <div class="clearfix"></div> <script> $(document).ready(function() { let textWithHyperlink = ""; let event = ""; let eventCategory = ""; let eventAction = ""; let eventLabel = ""; let currentPage = window.location.href; if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn")) && textWithHyperlink && event && eventCategory && eventAction && eventLabel) { $("a:contains('" + textWithHyperlink + "')").attr({onclick: "addRichTextGA('" + event + "','" + eventCategory + "','" + eventAction + "','" + eventLabel + "')", tabindex: '0'}); } }); function addRichTextGA(event, eventCategory, eventAction, eventLabel) { if(window.dataLayer) { dataLayer.push({ 'event': event, 'eventCategory': eventCategory, 'eventAction': eventAction, 'eventLabel': eventLabel }) } } </script> </div> <div class="column"> <div id="height_34c2afc4b4d14b53866c707d5d1ca32d" style="height: px"> <div id="partnerExtranet" class="container-fluid "> <div class=" "> <div id="bgImage_34c2afc4b4d14b53866c707d5d1ca32d" class="clearfix row-child everyDevice text-black tabColumnBgFullWidthRow" style="background-repeat: no-repeat; background-size: cover; background-position: center center;height: px;"> <div class=" col-md-12 "> <div class="container-inner"> </div> </div> </div> </div> </div> </div> <script> // If column is the parent of bricks component, this custom CSS will be applied to column. $(document).ready( function() { if($('#bgImage_34c2afc4b4d14b53866c707d5d1ca32d').children('div').children('.container-inner').children('.brickscomponent').length > 0) { $('#bgImage_34c2afc4b4d14b53866c707d5d1ca32d').addClass('bricksRow'); } }); </script> </div> <div class="richtext"> <div class=" padding-6x-top padding-6x-bottom width-90 component-left"> <h4><a id="fleetstats"></a>PARTNER EXTRANET INCLUDING THE PARTS AND SERVICE RESOURCE TOOL AND<br> FLEETSTATS®</h4> <h4>Privacy Policy</h4> <h4> </h4> <p>Your privacy is important to Crown. This Privacy Policy outlines the practices employed by Crown to explain how Crown collects, transfers, uses, discloses, and stores your information. Please review this policy to understand how your personal information will be treated as you use Crown’s partner.crown.com website. Please e-mail the Crown Privacy Office at privacyoffice@crown.com if you have any questions or concerns about this Privacy Policy.</p> <p> </p> <h5>A. Collection of Information</h5> <p>Crown’s Partner Extranet is used by Crown employees, branches, dealers and select customers to provide parts, service, and sales information. To access Crown’s Partner Extranet, information such as name, address, email and phone number must be provided to Crown to enable Crown to set up an account for purposes of secure access and use. Further information to allow the ordering of parts, processing of warranty claims, and invoicing may be required. </p> <p>Accessible through Crown’s Partner Extranet is FleetSTATS<sup>®</sup>. FleetSTATS<sup>®</sup> is a tool used by Crown, its dealers, and its customers that is intended to assist customers in identifying repair and equipment costs and providing assistance for service and equipment needs. If you participate in FleetSTATS<sup>®</sup>, information, including information such as equipment used, name, address, email address, and phone number is required to allow your company to participate in FleetSTATS<sup>® </sup>and to properly invoice you for parts or service. </p> <p>Also accessible through Crown’s Partner Extranet is the Parts and Service Resource Tool. The Parts and Service Resource Tool is an electronic version of the parts and service manuals for Crown’s Material Handling Equipment. If you order parts through the Parts and Service Resource Tool, information sufficient to deliver the parts you order is required. If you provide Crown with personal information through either FleetSTATS® or the Parts and Service Resource Tool, Crown will transmit that information to the appropriate individual(s) on its staff who will assist you accordingly.</p> <h5> </h5> <h5>B. Cookies</h5> <p>Cookies are small pieces of data that are sent to your browser from a web server and are stored on your device’s hard drive. The Crown Partner Extranet, the Parts and Service Resource Tool, and FleetSTATS® use cookies. </p> <p>Crown’s Partner Extranet, Parts and Service Resource Tool, and FleetSTATS® use Google Analytics, which is a web analytics tool offered by Google Inc. that generates detailed statistics about a website’s traffic and traffic sources. Crown uses Google Analytics for statistical reasons, e.g. to measure how many users have clicked certain product information. Google Analytics uses cookies to obtain information about your use of our website, including your IP address. As your IP address is an individual element that would allow identifying you, Crown has implemented a specific code to ensure that your IP address will only be collected in a shortened and anonymized form. Thus, Google will not be able to identify you from the IP address that is collected from you when using this website. The information collected by this cookie will be transferred to Google Inc. in the United States of America.</p> <p>You May opt out of Google Analytics by searching for the Google Analytics Opt-out Browser Add-on.</p> <p>Most browsers are initially set to accept cookies. However, you have the ability to disable cookies if you wish, by configuring your internet software browser settings. It may also be possible to configure your browser settings to either enable acceptance of specific cookies, or to notify you each time a new cookie is about to be stored on your device allowing you to decide whether to accept or reject the cookie. To manage your use of cookies, there are various resources available, such as, the “Help” section on your browser. You can also disable or delete the stored data used by technology similar to cookies, such as Local Shared Objects or Flash Cookies, by managing your browser’s “add-on settings” or visiting the website of its manufacturer. As our cookies allow you to access some of our website’s features, it is recommend that you leave cookies enabled. If cookies are disabled, the websites may have their functionality reduced. </p> <p>For more information about Crown’s use of cookies, please contact the Crown Privacy Office.</p> <h5> </h5> <h5>C. Transfer of Information</h5> <p>Information you provide is transferred over an encrypted connection. However, no data transmission over the internet can be guaranteed to be secure. Data transmission is at your own risk. Crown endeavors to protect the transfer of your information but cannot guarantee against, and will not be liable for, disclosure due to errors in transmission or unauthorized acts of third parties.</p> <p> </p> <h5>D. Use of Information</h5> <p>Crown may collect, use, transfer, and disclose non-personal information for any purpose. Personal information provided by you will be used by Crown only to respond to your request, provide you services, including through the Parts and Service Resource Tool or FleetSTATS<sup>®</sup>, and to assist Crown in developing, improving, and delivering our products and services. Crown may also use your information internally for data analysis and research.</p> <p> </p> <h5>E. Disclosure of Information </h5> <p>In general, information provided by you will be used only by Crown Equipment Corporation. Personal information collected through the Partner Extranet is limited to Crown employees to fulfill your request and the duties of their jobs. By ordering parts through the Parts and Service Resource Tool or using FleetSTATS®, you consent to Crown sharing your personal information with third parties, such as dealers, to assist in serving your needs and fulfilling your requests. Crown will share your personal information with such third parties only on the condition that the third parties maintain the information as confidential and use the information only to perform the services or fulfill the requests specified by Crown. Crown may also disclose your personal information if required to do so by law, if Crown believes in good faith such disclosure is required, or in urgent circumstances if Crown believes disclosure is necessary. Except as set forth in this Privacy Policy, Crown will not sell or share your personal information with third parties.</p> <p> </p> <h5>F. Storage of Information</h5> <p>Crown will store information you provide for the time necessary to respond to your request or otherwise in compliance with Crown’s retention policies. Crown takes precautions to safeguard your personal information against loss, theft, and misuse through administrative, technical, and physical measures. You may update or request that your information be removed at any time by emailing the Crown Privacy Office at privacyoffice@crown.com or by sending a letter to: Attn: Privacy Office, Crown Equipment Corporation, 44 South Washington St., New Bremen, OH 45869.</p> <p> </p> <h5>G. Links to Other Sites</h5> <p>The partner.crown.com website, including the Parts and Service Resource Tool and FleetSTATS®, may contain links to other sites, such as Crown dealers and affiliates. This Privacy Policy does not apply to such other sites. Crown is not responsible for the privacy practices of any such other sites. Please review the privacy policies of any sites you visit.</p> <p> </p> <h5>H. Consent</h5> <p>By using the partner.crown.com website, you consent to this Privacy Policy, including the collection and use of this information by Crown.</p> <p> </p> <h5>I. Updates</h5> <p>Crown may update this Privacy Policy from time to time. If the policy is changed in a material way, a notice will be posted on the Partner Extranet along with the updated Privacy Policy.</p> <p> </p> <h5>J. California Notice</h5> <p>For California residents, please see Crown’s <a href="#california">California Notice</a>.</p> <p> </p> <p>Last Updated 5/12/23<br> </p> </div> <div class="clearfix"></div> <script> $(document).ready(function() { let textWithHyperlink = ""; let event = ""; let eventCategory = ""; let eventAction = ""; let eventLabel = ""; let currentPage = window.location.href; if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn")) && textWithHyperlink && event && eventCategory && eventAction && eventLabel) { $("a:contains('" + textWithHyperlink + "')").attr({onclick: "addRichTextGA('" + event + "','" + eventCategory + "','" + eventAction + "','" + eventLabel + "')", tabindex: '0'}); } }); function addRichTextGA(event, eventCategory, eventAction, eventLabel) { if(window.dataLayer) { dataLayer.push({ 'event': event, 'eventCategory': eventCategory, 'eventAction': eventAction, 'eventLabel': eventLabel }) } } </script> </div> <div class="richtext"> <div class=" padding-6x-top padding-6x-bottom width-90 component-left"> <h4><a id="infolink"></a>INFOLINK®</h4> <h4>Privacy Policy</h4> <h4> </h4> <p>Your privacy is important to Crown. This Privacy Policy outlines the practices employed by Crown to explain how Crown collects, transfers, uses, discloses, and stores your information. Please review this policy to understand how your personal information will be treated as you use InfoLink® and associated services. Please e-mail the Crown Privacy Office at privacyoffice@crown.com if you have any questions or concerns about this Privacy Policy.</p> <p> </p> <h5>A. Collection of Information</h5> <p>InfoLink® software is intended to assist a customer in managing and recording how its fleet is operating for use in internal and regulatory compliance. InfoLink® allows information to be wirelessly transmitted from equipment in use to the customer’s network. For example, InfoLink® will collect and store information regarding customer employees, equipment operation licenses, daily operator checklist performance, employee use of equipment, equipment service requirements, and operator compliance and error. If required by applicable law, it is the customer’s obligation to obtain the required employee consent to collect and authorization to disclose such information.</p> <p>In general, you can use InfoLink® software without providing any personal information to Crown. However, in utilizing InfoLink®, a customer may: (1) elect to allow Crown to have remote access to view the information; (2) allow Crown to host the software and transmitted information; (3) allow a Crown dealer to receive email alerts when the customer’s equipment requires service; and, (4) allow a Crown dealer to view customer information collected and stored by InfoLink® either at the customer’s site or through internet access. This Privacy Policy does not apply to and Crown has no control over any use of the customer’s information provided to a third party, including a Crown dealer under any of the last two circumstances listed.</p> <p>If the customer elects to have Crown access or host InfoLink® data, Crown will ask for personal information such as your name and address to provide you those services. If you provide Crown with personal information in one of these circumstances, Crown will transmit that information to the appropriate individual(s) on our staff who will assist you accordingly.</p> <p> </p> <h5>B.<b>Cookies</b></h5> <p>Cookies are small pieces of data that are sent to your browser from a webserver and stored on your device’s hard drive. Crown’s InfoLink® website uses Google Analytics, which is a web analytics tool offered by Google Inc. that generates detailed statistics about a website’s traffic and traffic sources. Crown uses Google Analytics for statistical reasons, e.g. to measure how many users have clicked certain product information. Google Analytics uses cookies to obtain information about your use of Crown’s InfoLink® website, including your IP address. As your IP address is an individual element that would allow identifying you, Crown has implemented a specific code to ensure that your IP address will only be collected in a shortened and anonymized form. Thus, Google will not be able to identify you from the IP address that is collected from you when using this website. The information collected by this cookie will be transferred to Google Inc. in the United States of America.</p> <p>You May opt out of Google Analytics by searching for the Google Analytics Opt-out Browser Add-on.</p> <p>Most browsers are initially set to accept cookies. However, you have the ability to disable cookies if you wish, by configuring your internet software browser settings. Additionally, it may be possible to configure your browser settings to either enable acceptance of specific cookies or to notify you each time a new cookie is about to be stored on your device allowing you to decide whether to accept or reject the cookie. To manage your use of cookies, there are various resources available, such as, the “Help” section on your browser. You can also disable or delete the stored data used by technology similar to cookies, such as Local Shared Objects or Flash Cookies, by managing your browser’s “add-on settings” or visiting the website of its manufacturer. As our cookies allow you to access some of our website’s features, it is recommended that you leave cookies enabled. If cookies are disabled, the InfoLink® website may have its functionality reduced.</p> <p>For more information about Crown’s use of cookies, please contact the Crown Privacy Office.</p> <h5> </h5> <h5>C. Transfer of Information</h5> <p>Information you provide can be transferred over an internet connection via cellular or WIFI access points. Retrieving information that Crown hosts is transferred over an encrypted internet connection. However, no data transmission can be guaranteed to be secure. Data transmission is at your own risk. Crown endeavors to protect the transfer of your information but cannot guarantee against, and will not be liable for, disclosure due to errors in transmission or unauthorized acts of third parties.</p> <p> </p> <h5>D. Use of Information</h5> <p>Crown may collect, use, transfer, and disclose non-personal information for any purpose. Personal information provided by a customer, such as when a customer requests that Crown access or host InfoLink®, will be used by Crown only to assist the customer as requested. Crown may also use customer’s information internally for data analysis and research.</p> <p> </p> <h5>E. Disclosure of Information </h5> <p>In general, information provided by the customer will be used only by Crown Equipment Corporation. Access to personal information collected and provided by Crown’s customers is limited to Crown employees to fulfill a customer request and the duties of their jobs. By providing your personal information, you consent to Crown sharing your personal information with third parties, such as dealers, to assist in serving your needs and fulfilling your requests. We will share your personal information with such third parties only on the condition that the third parties maintain the information as confidential and use the information only to perform the services specified by Crown. Crown may also disclose your personal information if required to do so by law, if Crown believes in good faith such disclosure is required, or in urgent circumstances if Crown believes disclosure is necessary. Except as set forth in this Privacy Policy, Crown will not sell or share your personal information with third parties.</p> <p> </p> <h5>F. Storage of Information</h5> <p>Crown will store information you provide for the time necessary to respond to your request or otherwise in compliance with Crown’s retention policies. Crown takes precautions to safeguard your personal information against loss, theft, and misuse through administrative, technical, and physical measures. You may update or request that your information be removed at any time by emailing the Crown Privacy Office at privacyoffice@crown.com or by sending a letter to: Attn: Privacy Office, Crown Equipment Corporation, 44 South Washington St., New Bremen, OH 45869.</p> <p> </p> <h5>G. Links to Other Sites</h5> <p>Crown’s InfoLink® website may contain links to other sites, such as Crown dealers and affiliates. This Privacy Policy does not apply to such other sites. Crown is not responsible for the privacy practices of any such other sites. Please review the privacy policies of any sites you visit.</p> <p> </p> <h5>H. Consent</h5> <p>By using the InfoLink® web portal, you consent to the collection and use of this information by Crown. It is the affirmative duty of Crown’s customers to obtain the consent of their employees to collect and disclose such employee’s personal information to Crown and use in accordance with this policy.</p> <p> </p> <h5>I. Updates</h5> <p>Crown may update this Privacy Policy from time to time. If the policy is changed in a material way, a notice will be posted on Crown’s InfoLink® website along with the updated Privacy Policy.</p> <p> </p> <h5>J. California Notice</h5> <p>For California residents, please see Crown’s <a href="#california">California Notice</a>.</p> <p> </p> <h5>K. Mexico Notice</h5> <p>For residents of Mexico, please see Crown's <a href="#mexico">Mexico Notice</a>.</p> <p>Last Updated 8/8/24</p> </div> <div class="clearfix"></div> <script> $(document).ready(function() { let textWithHyperlink = ""; let event = ""; let eventCategory = ""; let eventAction = ""; let eventLabel = ""; let currentPage = window.location.href; if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn")) && textWithHyperlink && event && eventCategory && eventAction && eventLabel) { $("a:contains('" + textWithHyperlink + "')").attr({onclick: "addRichTextGA('" + event + "','" + eventCategory + "','" + eventAction + "','" + eventLabel + "')", tabindex: '0'}); } }); function addRichTextGA(event, eventCategory, eventAction, eventLabel) { if(window.dataLayer) { dataLayer.push({ 'event': event, 'eventCategory': eventCategory, 'eventAction': eventAction, 'eventLabel': eventLabel }) } } </script> </div> <div class="richtext"> <div class=" padding-6x-top padding-6x-bottom width-90 component-left"> <h4><a id="lms"></a>LEARNING MANAGEMENT SYSTEM</h4> <h4>Privacy Policy</h4> <h4> </h4> <p>Your privacy is important to Crown. This Privacy Policy outlines the practices employed by Crown to explain how Crown collects, transfers, uses, discloses, and stores your information. Please review this policy to understand how your personal information will be treated as you use Crown’s learning.crown.com website. Please e-mail the Crown Privacy Office at privacyoffice@crown.com if you have any questions or concerns about this Privacy Policy.</p> <p> </p> <h5>A. Collection of Information</h5> <p>Crown’s Learning Management System is used by Crown employees, branches, dealers and select customers to provide training materials. To access Crown’s Learning Management System, information such as name, address, email and phone number must be provided to Crown to enable Crown to set up an account for purposes of secure access and use. Further information to allow tracking of training modules completed may be required.</p> <p> </p> <h5>B.<b>Cookies</b></h5> <p>Cookies are small pieces of data that are sent to your browser from a web server and are stored on your device’s hard drive. Cookies are used on this site for various reasons including managing authentication and bookmarking progress within a training session. Cookies must be enabled to use the learning.crown.com site. Crown’s web servers also collect certain non-personal data such as domain names and IP addresses when you visit our website. This data is used only to measure and improve our website performance, not to personally identify users. We may also collect additional non-personal information such as location and language to help us improve the learning.crown.com website.</p> <h5> </h5> <h5>C. Transfer of Information</h5> <p>Information you provide is transferred over an encrypted connection. However, no data transmission over the internet can be guaranteed to be secure. Data transmission is at your own risk. Crown endeavors to protect the transfer of your information but cannot guarantee against, and will not be liable for, disclosure due to errors in transmission or unauthorized acts of third parties.</p> <p> </p> <h5>D. Use of Information</h5> <p>Crown may collect, use, transfer, and disclose non-personal information for any purpose. Personal information provided by you will be used by Crown only to respond to your request, provide you services, and to assist Crown in developing, improving, and delivering our products and services including the learning.crown.com website. Crown may also use your information internally for data analysis and research.</p> <p> </p> <h5>E. Disclosure of Information </h5> <p>In general, information provided by you will be used only by Crown Equipment Corporation. Personal information collected through the Learning Management System is limited to Crown employees to fulfill your request and the duties of their jobs. Crown will also share the personal information collected with your employer to confirm completion of training programs. Crown may also disclose your personal information if required to do so by law, if Crown believes in good faith such disclosure is required, or in urgent circumstances if Crown believes disclosure is necessary. Except as set forth in this Privacy Policy, Crown will not sell or share your personal information with third parties.</p> <p> </p> <h5>F. Storage of Information</h5> <p>Crown will store information you provide for the time necessary to respond to your request or otherwise in compliance with Crown’s retention policies. Crown takes precautions to safeguard your personal information against loss, theft, and misuse through administrative, technical, and physical measures. You may update or request that your information be removed at any time by emailing the Crown Privacy Office at privacyoffice@crown.com or by sending a letter to: Attn: Privacy Office, Crown Equipment Corporation, 44 South Washington St., New Bremen, OH 45869.</p> <p> </p> <h5>G. Links to Other Sites</h5> <p>The learning.crown.com website may contain links to other sites, such as Crown dealers and affiliates. This Privacy Policy does not apply to such other sites. Crown is not responsible for the privacy practices of any such other sites. Please review the privacy policies of any sites you visit.</p> <p> </p> <h5>H. Consent</h5> <p>By using the learning.crown.com website, you consent to the collection and use of this information by Crown.</p> <p> </p> <h5>I. Updates</h5> <p>Crown may update this Privacy Policy from time to time. If the policy is changed in a material way, a notice will be posted on the learning.crown.com website along with the updated Privacy Policy.</p> <p> </p> <h5>J. California Notice</h5> <p>For California residents, please see Crown’s <a href="#california">California Notice</a>.</p> <p> </p> <p>Last Updated 5/12/23</p> </div> <div class="clearfix"></div> <script> $(document).ready(function() { let textWithHyperlink = ""; let event = ""; let eventCategory = ""; let eventAction = ""; let eventLabel = ""; let currentPage = window.location.href; if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn")) && textWithHyperlink && event && eventCategory && eventAction && eventLabel) { $("a:contains('" + textWithHyperlink + "')").attr({onclick: "addRichTextGA('" + event + "','" + eventCategory + "','" + eventAction + "','" + eventLabel + "')", tabindex: '0'}); } }); function addRichTextGA(event, eventCategory, eventAction, eventLabel) { if(window.dataLayer) { dataLayer.push({ 'event': event, 'eventCategory': eventCategory, 'eventAction': eventAction, 'eventLabel': eventLabel }) } } </script> </div> <div class="richtext"> <div class=" padding-6x-top padding-6x-bottom width-100 component-left"> <h4><a id="california"></a>CALIFORNIA NOTICE</h4> <h4> </h4> <p>In accordance with the requirements of the California Consumer Privacy Act (as amended, “CCPA”), if you are a resident of California, you may have certain rights in relation to your Personal Information (as defined by CCPA). These rights may include the rights to:</p> <ul> <li> Access and receive a portable copy of your Personal Information;</li> <li>Delete your Personal Information (subject to certain limitations under applicable law);</li> <li>Request the correction of inaccurate Personal Information;</li> <li>Receive information about our use of your Personal Information;</li> <li>Be free from discrimination in response to exercising these rights conferred by law; and</li> <li>Direct that your Personal Information not be sold or shared.</li> </ul> <p>To exercise any of your rights, please make your request by contacting Crown’s Privacy Office.</p> <p>Crown Equipment Corporation<br> ATTN: Privacy Office<br> 44 S. Washington St.<br> New Bremen, OH 45869<br> Phone: 419-629-2220<br> Email: <a href="mailto:privacyoffice@crown.com">privacyoffice@crown.com</a></p> <p>In your request, please include sufficient detail that allows us to properly understand, evaluate, and respond to it – including which right(s) you wish to exorcise, which website(s) your request applies to, and where we may deliver our written response to your request.</p> <p>We will take steps to verify your request and to identify our relevant records that contain your Personal Information. We will process your request based upon the Personal Information in our records that is linked or reasonably linkable to the information provided in your request. In some cases, we may request additional information to verify your request or where necessary to process your request. We cannot respond to your request if we cannot verify your identity or authority to make the request and confirm that any Personal Information relates to you.</p> <p>Last updated 5/12/23</p> </div> <div class="clearfix"></div> <script> $(document).ready(function() { let textWithHyperlink = ""; let event = ""; let eventCategory = ""; let eventAction = ""; let eventLabel = ""; let currentPage = window.location.href; if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn")) && textWithHyperlink && event && eventCategory && eventAction && eventLabel) { $("a:contains('" + textWithHyperlink + "')").attr({onclick: "addRichTextGA('" + event + "','" + eventCategory + "','" + eventAction + "','" + eventLabel + "')", tabindex: '0'}); } }); function addRichTextGA(event, eventCategory, eventAction, eventLabel) { if(window.dataLayer) { dataLayer.push({ 'event': event, 'eventCategory': eventCategory, 'eventAction': eventAction, 'eventLabel': eventLabel }) } } </script> </div> <div class="richtext"> <div class=" padding-6x-top padding-6x-bottom width-100 component-left"> <h4><a id="mexico"></a>MEXICO NOTICE</h4> <h4> </h4> <p>You have the following rights in relation to your Personal Data; These rights are known as “ARCO Rights”:</p> <p style="margin-left: 40.0px;">a. To request access to the Personal Data that we have in our files, the use given to said data and the conditions of use that we give them (Access);</p> <p style="margin-left: 40.0px;">b. Request any modification or correction of your Personal Data, when it is outdated, inaccurate or incomplete (Rectification);</p> <p style="margin-left: 40.0px;">c. Request the deletion of your Personal Data from our records or databases when you consider that they are not being used in accordance with the principles, duties and obligations provided for in the applicable legislation (Cancellation); and</p> <p style="margin-left: 40.0px;">d. Oppose the use of your Personal Data for specific purposes (Opposition).</p> <p>To exercise any of your rights, please make your request by contacting Crown’s Privacy Office.</p> <p>Crown Equipment Corporation<br> ATTN: Privacy Office<br> 44 S. Washington St.<br> New Bremen, OH 45869<br> Phone: 419-629-2220<br> Email: <a href="mailto:privacyoffice@crown.com">privacyoffice@crown.com</a></p> <p>You may revoke the consent you have given us for the use of your Personal Data. However, it is important that you keep in mind that not in all cases we will be able to respond to your request or terminate the use immediately, since it is possible that due to some legal obligation, we may need to continue processing your Personal Data. Likewise, you should consider that, for certain purposes, revoking your consent could imply the termination of your relationship with us.</p> <p>If you believe that your right to the protection of Personal Data has been violated by any conduct of our employees or our actions or responses, you may file a complaint with the National Institute for Access to Information (INAI). For more information visit www.inai.org.mx</p> <p>Last updated 8/8/24</p> </div> <div class="clearfix"></div> <script> $(document).ready(function() { let textWithHyperlink = ""; let event = ""; let eventCategory = ""; let eventAction = ""; let eventLabel = ""; let currentPage = window.location.href; if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn")) && textWithHyperlink && event && eventCategory && eventAction && eventLabel) { $("a:contains('" + textWithHyperlink + "')").attr({onclick: "addRichTextGA('" + event + "','" + eventCategory + "','" + eventAction + "','" + eventLabel + "')", tabindex: '0'}); } }); function addRichTextGA(event, eventCategory, eventAction, eventLabel) { if(window.dataLayer) { dataLayer.push({ 'event': event, 'eventCategory': eventCategory, 'eventAction': eventAction, 'eventLabel': eventLabel }) } } </script> </div> </div> </div> </div> </div> </div> </div> <script> // If column is the parent of bricks component, this custom CSS will be applied to column. $(document).ready( function() { if($('#bgImage_5ac9a64ac7554b45adefea8b82b1c265').children('div').children('.container-inner').children('.brickscomponent').length > 0) { $('#bgImage_5ac9a64ac7554b45adefea8b82b1c265').addClass('bricksRow'); } }); </script> </div> </div> <div class="clearfix"></div> <footer> <div><div class="footer iparsys parsys"> <div class="newpar new section"> </div> <div class="par iparys_inherited"> <div class="footercomponent"> <div class="d-none d-md-block desktopFooterView"> <div class="firstRow"> <div class="searchBoxContainer"> <form action="/en-us/combined-search-results.html" accept-charset="UTF-8"> <div class="searchFormWrapper" aria-hidden="true"> <div class="inputGroup"> <span><i class="fas fa-search sitesearch-icon footerSearchIcon"></i></span> <input class="searchBox footerSearchBox" maxlength="2048" autocomplete="off" placeholder="Search Crown" name="q"/> </div> </div> </form> </div> <div class="text-white connectLinks"> <div class="col-md-4 textwithicon"> <div><div> <div class="icon-column "> <i class="fas fa-map-marker-alt fa-fw fa-lg "></i> </div> <div class="text-column "> <a href="/en-us/forklift-dealers.html" tabindex="0"> <div> <p>Find a Dealer</p> </div> </a> </div> </div> </div> </div> <div class="col-md-4 textwithicon alignCenter"> <div><div> <a href="#" data-toggle="modal" data-target="#modal-form" data-formsource="/content/en-us/contact-us.html" tabindex="0"> <div class="icon-column "> <i class="fas fa-comment fa-fw fa-lg "></i> </div> <div class="text-column "> <p>Contact Us</p> </div> </a> </div> </div> </div> <div class="col-md-4 textwithicon"> <div><div> <div class="icon-column "> <i class="fas fa-phone-alt fa-fw fa-lg "></i> </div> <div class="text-column "> <a href="tel:4196292311" tabindex="0"> <div> <p>419-629-2311</p> </div> </a> </div> </div> </div> </div> </div> </div> <hr class="lineSeparator"/> <div class="footerDrawerColumn"> <div id="height_71d44a3cd38546d19a23fc6ffc9d76b0" style="height: px"> <div class="container-fluid "> <div class="container "> <div id="bgImage_71d44a3cd38546d19a23fc6ffc9d76b0" class="clearfix everyDevice text-white row" style="background-repeat: no-repeat; background-size: cover; background-position: center center;height: px;"> <div class=" col-md-3 "> <div class="container-inner"> <div class="footerdrawer"> <div class="title">Forklifts</div> <div class="drawerItems"> <a onclick="addFooterGA('Rental Forklifts','Forklifts')" href="/en-us/forklift-rentals.html" target="" tabindex="0">Rental Forklifts</a> </div> <div class="drawerItems"> <a onclick="addFooterGA('New Forklifts','Forklifts')" href="/en-us/forklifts.html" target="" tabindex="0">New Forklifts</a> </div> <div class="drawerItems"> <a onclick="addFooterGA('Reconditioned Forklifts','Forklifts')" href="/en-us/remanufactured-forklifts.html" target="" tabindex="0">Reconditioned Forklifts</a> </div> <div class="drawerItems"> <a onclick="addFooterGA('Used \/ Pre\u002DOwned Forklifts','Forklifts')" href="/en-us/pre-owned-forklifts.html" target="" tabindex="0">Used / Pre-Owned Forklifts</a> </div> <div class="drawerItems"> <a onclick="addFooterGA('V\u002DForce Batteries \x26 Chargers','Forklifts')" href="/en-us/batteries-and-chargers.html" target="" tabindex="0">V-Force Batteries & Chargers</a> </div> </div> </div> </div> <div class=" col-md-3 "> <div class="container-inner"> <div class="footerdrawer"> <div class="title">More From Crown</div> <div class="drawerItems"> <a onclick="addFooterGA('Service','More From Crown')" href="/en-us/service-parts/integrity-service.html" target="" tabindex="0">Service</a> </div> <div class="drawerItems"> <a onclick="addFooterGA('Solutions','More From Crown')" href="/en-us/solutions.html" target="" tabindex="0">Solutions</a> </div> <div class="drawerItems"> <a onclick="addFooterGA('Support','More From Crown')" href="/en-us/support.html" target="" tabindex="0">Support</a> </div> <div class="drawerItems"> <a onclick="addFooterGA('Shop','More From Crown')" href="https://shop.crown.com/" target="" tabindex="0">Shop</a> </div> <div class="drawerItems"> <a onclick="addFooterGA('Crown Branded Merchandise','More From Crown')" href="https://crownstore.crown.com/" target="" tabindex="0">Crown Branded Merchandise</a> </div> </div> </div> </div> <div class=" col-md-3 "> <div class="container-inner"> <div class="footerdrawer"> <div class="title">About Crown</div> <div class="drawerItems"> <a onclick="addFooterGA('Our Company','About Crown')" href="/en-us/about-us.html" target="" tabindex="0">Our Company</a> </div> <div class="drawerItems"> <a onclick="addFooterGA('Code of Conduct','About Crown')" href="/content/dam/crown/pdfs/en-us/brochures/non-products/code-of-conduct.pdf" target="_blank" tabindex="0">Code of Conduct</a> </div> <div class="drawerItems"> <a onclick="addFooterGA('Supplier Code of Conduct','About Crown')" href="/content/dam/crown/pdfs/en-us/legal/Supplier-Code-of-Conduct.pdf" target="_blank" tabindex="0">Supplier Code of Conduct</a> </div> <div class="drawerItems"> <a onclick="addFooterGA('Locations','About Crown')" href="https://www.crown.com/en-us/about-us.html#whereweare" target="" tabindex="0">Locations</a> </div> <div class="drawerItems"> <a onclick="addFooterGA('Careers','About Crown')" href="https://us-careers.crown.com/" target="" tabindex="0">Careers</a> </div> <div class="drawerItems"> <a onclick="addFooterGA('Crown Blog','About Crown')" href="https://blog.crown.com/" target="" tabindex="0">Crown Blog</a> </div> <div class="drawerItems"> <a onclick="addFooterGA('Crown News \x26 Press','About Crown')" href="/en-us/newsroom.html" target="_blank" tabindex="0">Crown News & Press</a> </div> </div> </div> </div> <div class=" col-md-3 "> <div class="container-inner"> <div class="footerdrawer"> <div class="title">Utilities</div> <div class="drawerItems"> <a onclick="addFooterGA('Service Manuals','Utilities')" href="/en-us/manuals-safety-labels.html" target="" tabindex="0">Service Manuals</a> </div> <div class="drawerItems"> <a onclick="addFooterGA('Operator Manuals','Utilities')" href="/en-us/operator-manuals.html" target="" tabindex="0">Operator Manuals</a> </div> <div class="drawerItems"> <a onclick="addFooterGA('FAQ','Utilities')" href="https://shop.crown.com/crown/en/faq" target="" tabindex="0">FAQ</a> </div> </div> <div class="socialicons"><div class=" "> <div class="socialIconsTitle"> Social Media </div> <ul id="footer_footercomponent_column_column4_socialicons-connect-list" role="group"> <li> <a href="https://www.facebook.com/pages/Crown-Equipment-Corporation/488045240370?ref=aymt_homepage_panel" target="_blank" tabindex="0"> <i class="fab fa-facebook-square fa-fw"></i> </a> </li> <li> <a href="https://www.youtube.com/user/CrownEquipment" target="_blank" tabindex="0"> <i class="fab fa-youtube fa-fw"></i> </a> </li> <li> <a href="https://linkedin.com/company/crownequipment" target="_blank" tabindex="0"> <i class="fab fa-linkedin fa-fw"></i> </a> </li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> <script> // If column is the parent of bricks component, this custom CSS will be applied to column. $(document).ready( function() { if($('#bgImage_71d44a3cd38546d19a23fc6ffc9d76b0').children('div').children('.container-inner').children('.brickscomponent').length > 0) { $('#bgImage_71d44a3cd38546d19a23fc6ffc9d76b0').addClass('bricksRow'); } }); </script> </div> <div> <a class="textWhite globalSelectorText" onclick="Crown.Common.Cookies.eraseCookie('crownlocation');" tabindex="0">United States - English</a> <div class="copyRight float-right"> <span class="copyRightYear">© 2002-2024 Crown Equipment Corporation |</span> <span><div class="textWhite"> <div class=" width-100 component-left"> <p><span class="text-white"><a href="/en-us/legal.html">Legal Information</a> | <a href="/securityincident.html">Data Security Incident</a> | <a href="/en-us/terms-and-conditions.html">Terms and Conditions</a></span></p> </div> <div class="clearfix"></div> <script> $(document).ready(function() { let textWithHyperlink = ""; let event = ""; let eventCategory = ""; let eventAction = ""; let eventLabel = ""; let currentPage = window.location.href; if(!(currentPage.includes("staging") || currentPage.includes("en-cn") || currentPage.includes("zh-cn")) && textWithHyperlink && event && eventCategory && eventAction && eventLabel) { $("a:contains('" + textWithHyperlink + "')").attr({onclick: "addRichTextGA('" + event + "','" + eventCategory + "','" + eventAction + "','" + eventLabel + "')", tabindex: '0'}); } }); function addRichTextGA(event, eventCategory, eventAction, eventLabel) { if(window.dataLayer) { dataLayer.push({ 'event': event, 'eventCategory': eventCategory, 'eventAction': eventAction, 'eventLabel': eventLabel }) } } </script> </div></span> <div class="backToTop"> <svg class="bi bi-arrow-up-circle-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="#ffffff" xmlns="http://www.w3.org/2000/svg" tabindex="0"> <path fill-rule="evenodd" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-10.646.354a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 6.207V11a.5.5 0 0 1-1 0V6.207L5.354 8.354z"/> </svg> </div> </div> </div> </div> <div class="footerItemsMobile d-md-none"> <div class="searchBoxContainer"> <form action="/en-us/combined-search-results.html" accept-charset="UTF-8"> <div class="searchFormWrapper" aria-hidden="true"> <div class="inputGroup"> <span><i class="fas fa-search sitesearch-icon footerSearchIcon"></i></span> <input class="searchBox footerSearchBox" maxlength="2048" autocomplete="off" placeholder="Search Crown" name="q"/> </div> </div> </form> </div> <ul class="footerDrawerList"> <li class="dropdown mobileDropdown"> <a data-target="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle footerDrawerHeader" tabindex="0"> Forklifts </a> <div class="dropdown-menu" role="menu" aria-labelledby="Forklifts"> <div class="container container-dropdown"> <div class="row"> <div class="col-md-4 footerDrawerMenuListContainer"> <ul class="footerDrawerMenuList"> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('Rental Forklifts','Forklifts')" href="/content/en-us/forklift-rentals">Rental Forklifts</a> </li> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('New Forklifts','Forklifts')" href="/content/en-us/forklifts">New Forklifts</a> </li> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('Reconditioned Forklifts','Forklifts')" href="/content/en-us/remanufactured-forklifts">Reconditioned Forklifts</a> </li> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('Used \/ Pre\u002DOwned Forklifts','Forklifts')" href="/content/en-us/pre-owned-forklifts">Used / Pre-Owned Forklifts</a> </li> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('V\u002DForce Batteries \x26 Chargers','Forklifts')" href="/content/en-us/batteries-and-chargers">V-Force Batteries & Chargers</a> </li> </ul> </div> </div> </div> </div> </li> <li class="dropdown mobileDropdown"> <a data-target="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle footerDrawerHeader" tabindex="0"> More From Crown </a> <div class="dropdown-menu" role="menu" aria-labelledby="More From Crown"> <div class="container container-dropdown"> <div class="row"> <div class="col-md-4 footerDrawerMenuListContainer"> <ul class="footerDrawerMenuList"> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('Service','More From Crown')" href="/content/en-us/service-parts/integrity-service">Service</a> </li> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('Solutions','More From Crown')" href="/content/en-us/solutions">Solutions</a> </li> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('Support','More From Crown')" href="/content/en-us/support">Support</a> </li> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('Shop','More From Crown')" href="https://shop.crown.com/">Shop</a> </li> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('Crown Branded Merchandise','More From Crown')" href="https://crownstore.crown.com/">Crown Branded Merchandise</a> </li> </ul> </div> </div> </div> </div> </li> <li class="dropdown mobileDropdown"> <a data-target="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle footerDrawerHeader" tabindex="0"> About Crown </a> <div class="dropdown-menu" role="menu" aria-labelledby="About Crown"> <div class="container container-dropdown"> <div class="row"> <div class="col-md-4 footerDrawerMenuListContainer"> <ul class="footerDrawerMenuList"> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('Our Company','About Crown')" href="/content/en-us/about-us">Our Company</a> </li> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('Code of Conduct','About Crown')" href="/content/dam/crown/pdfs/en-us/brochures/non-products/code-of-conduct.pdf">Code of Conduct</a> </li> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('Supplier Code of Conduct','About Crown')" href="/content/dam/crown/pdfs/en-us/legal/Supplier-Code-of-Conduct.pdf">Supplier Code of Conduct</a> </li> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('Locations','About Crown')" href="https://www.crown.com/en-us/about-us.html#whereweare">Locations</a> </li> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('Careers','About Crown')" href="https://us-careers.crown.com/">Careers</a> </li> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('Crown Blog','About Crown')" href="https://blog.crown.com/">Crown Blog</a> </li> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('Crown News \x26 Press','About Crown')" href="/content/en-us/newsroom">Crown News & Press</a> </li> </ul> </div> </div> </div> </div> </li> <li class="dropdown mobileDropdown"> <a data-target="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle footerDrawerHeader" tabindex="0"> Utilities </a> <div class="dropdown-menu" role="menu" aria-labelledby="Utilities"> <div class="container container-dropdown"> <div class="row"> <div class="col-md-4 footerDrawerMenuListContainer"> <ul class="footerDrawerMenuList"> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('Service Manuals','Utilities')" href="/content/en-us/manuals-safety-labels">Service Manuals</a> </li> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('Operator Manuals','Utilities')" href="/content/en-us/operator-manuals">Operator Manuals</a> </li> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('FAQ','Utilities')" href="https://shop.crown.com/crown/en/faq">FAQ</a> </li> </ul> </div> </div> </div> </div> </li> <li class="dropdown mobileDropdown"> <a data-target="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle footerDrawerHeader" tabindex="0"> Connect with Us </a> <div class="dropdown-menu" role="menu" aria-labelledby="Connect with Us"> <div class="container container-dropdown"> <div class="row"> <div class="col-md-4 footerDrawerMenuListContainer"> <ul class="footerDrawerMenuList"> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('Find a Dealer','Connect with Us')" href="/content/en-us/forklift-dealers">Find a Dealer</a> </li> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('Contact Us','Connect with Us')" href="/content/en-us/contact-us">Contact Us</a> </li> <li role="presentation"> <a role="menuitem" tabindex="0" onclick="addFooterGA('419\u002D629\u002D2311','Connect with Us')" href="tel:4196292311">419-629-2311</a> </li> </ul> </div> </div> </div> </div> </li> </ul> <div class="socialicons"> <ul role="group"> <li> <a href="https://www.facebook.com/pages/Crown-Equipment-Corporation/488045240370?ref=aymt_homepage_panel" target="_blank" tabindex="0"> <i class="fab fa-facebook-square fa-fw"></i> </a> </li> <li> <a href="https://www.youtube.com/user/CrownEquipment" target="_blank" tabindex="0"> <i class="fab fa-youtube fa-fw"></i> </a> </li> <li> <a href="https://linkedin.com/company/crownequipment" target="_blank" tabindex="0"> <i class="fab fa-linkedin fa-fw"></i> </a> </li> </ul> </div> <a class="textWhite globalSelectorText" onclick="Crown.Common.Cookies.eraseCookie('crownlocation');" tabindex="0">United States - English</a> <div tabindex="0"> <svg class="bi bi-arrow-up-circle-fill backToTop" width="1em" height="1em" viewBox="0 0 16 16" fill="#ffffff" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-10.646.354a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 6.207V11a.5.5 0 0 1-1 0V6.207L5.354 8.354z" tabindex="0"/> </svg> <div class="backToTopText">Back to Top</div> </div> <div class="copyRight"> <span class="copyRightYear">© 2002-2024 Crown Equipment Corporation</span> </div> <div class="textWhite"><p><span class="text-white"><a href="/en-us/legal.html">Legal Information</a> | <a href="/securityincident.html">Data Security Incident</a> | <a href="/en-us/terms-and-conditions.html">Terms and Conditions</a></span></p> </div> </div> <div class="desktopFooterView"> </div> </div> <div class="column"> <div id="height_321af11238594648b387f58eca7fd4c0" style="height: px"> <div class="container-fluid background-light-black "> <div class="container background-light-black "> <div id="bgImage_321af11238594648b387f58eca7fd4c0" class="clearfix background-light-black everyDevice text-black padding-6x-top row" style="background-repeat: no-repeat; background-size: cover; background-position: center center;height: px;"> <div class=" col-md-12 "> <div class="container-inner"> </div> </div> </div> </div> </div> </div> <script> // If column is the parent of bricks component, this custom CSS will be applied to column. $(document).ready( function() { if($('#bgImage_321af11238594648b387f58eca7fd4c0').children('div').children('.container-inner').children('.brickscomponent').length > 0) { $('#bgImage_321af11238594648b387f58eca7fd4c0').addClass('bricksRow'); } }); </script> </div> </div> </div> </div> </footer> <!-- Copyright Crown Equipment Corporation. All rights reserved. --> <script src="/etc/clientlibs/global-web/clientlib.lc-80ad870cbd36fb4c764a3d7ae4b19797-lc.min.js"></script> <script src="/etc/clientlibs/global-web/dealerLocator.lc-34b7eb83f7ff98f3e18ca101708169f9-lc.min.js"></script> <script> jQuery(document).ready(function() { Crown.Common.Helper.checkReferrer(); }); </script> <!--If the country is Australia then we need to activate call tracking service --> <!--If the country is New zealand then we need to activate call tracking service --> <!--This script will be removed once we get the resolution for resolving translated 404 pages from either Adobe or ACS--> <!-- The purpose of this script is to append a / to the url form some regions like th-th, ko-kr 404's pages--> <script> if($('#is404').text()) { var windowLocation = window.location.href; if(windowLocation.substr(windowLocation.length - 1) !== '/') { window.location = window.location.href + '/'; } } </script> </body> </html>