Join us at the Fort Lauderdale International Boat Show October 28 – November 1, 2020

Join us at the Fort Lauderdale International Boat Show October 28 – November 1, 2020 Sue Ellen Picinich RCO 6000 CML 2X 1

The Fort Lauderdale International Boat Show is being held October 28 – November 1, 2020 at 801 Seabreeze Blvd, Fort Lauderdale, FL 33316. Visit Seatronx at the Marine Electronics Tent #329 in the Blue Zone Come see the newest line up of 7”-32″ displays, rugged maritime computers, video switching and controls and latest camera systems […]

document.addEventListener("DOMContentLoaded", function () { var menu = document.querySelector(".sticky-hover-menu"); if (!menu) return; var parentItems = menu.querySelectorAll(".menu-item-has-children"); for (var i = 0; i < parentItems.length; i++) { (function (item) { var link = item.querySelector("a"); // Hover opens submenu item.addEventListener("mouseenter", function () { item.classList.add("submenu-open"); }); // Click parent toggles submenu link.addEventListener("click", function (e) { e.preventDefault(); if (item.classList.contains("submenu-open")) { item.classList.remove("submenu-open"); } else { closeAll(); item.classList.add("submenu-open"); } }); })(parentItems[i]); } function closeAll() { for (var j = 0; j < parentItems.length; j++) { parentItems[j].classList.remove("submenu-open"); } } });