/* Toggle between adding and removing the "responsive" class to topnav when the user clicks on the icon */
function myFunction() {
var x = document.getElementById("mybyobwheelnav");
if (x.className === "byobwheelnav") {
x.className += " responsive";
} else {
x.className = "byobwheelnav";
}
}
/* Toggle between adding and removing the "responsive" class to topnav when the user clicks on the icon */
function myFunction() {
var x = document.getElementById("mybyobchassisnav");
if (x.className === "byobchassisnav") {
x.className += " responsive";
} else {
x.className = "byobchassisnav";
}
}