Get the Sleekest, Sexiest Look with Seatronx Glass Pods

From center consoles to super yachts, our configurable Glass Pods maximize useable helm space with a seamless glass bridge design that eliminates limited console space and restrictions.

They feature a touchscreen display with multi-touch capabilities and are configurable from 2 displays to 5 displays based on your individualized design. And, they’re more affordable than you think! Contact us for details.

Become updated to latest news

Stay informed with the latest updates and news. From industry insights to trending topics, get all the information you need to stay ahead and in the know.
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"); } } });