AXP
AXN
LOVATO P 3
AXP 3
LOVATO N 3
AXN 3
LOVATO II
MICRO SPOT ROUND
MICRO SPOT
LOVATO P
MICRO SPOT SQUARE
EYE LED ROUND
EXIT S
EXIT M
EYE LED SQUARE
EXIT L
HELIOS LED
MX
ARROW N
ARROW P
RUBIC UNA Monitoring System
CBS Central Battery System
FZLV II Central Battery System
document.addEventListener("DOMContentLoaded", function () {
function activateTabFromHash() {
const hash = window.location.hash.substring(1); // Remove the '#' from the hash
if (hash) {
const tabLink = document.getElementById(hash); // Find the Tab Link by ID
if (tabLink) {
tabLink.click(); // Activate the tab by simulating a click
}
}
}
// Activate the tab on page load
activateTabFromHash();
// Re-activate tab if hash changes (e.g., if using back/forward browser navigation)
window.addEventListener("hashchange", activateTabFromHash);
});