Overview Spares Options
Overview
Standard content page as we currently have it
Spares
Put all the spares here
Options
Put all the Option parts here
function openTab(evt, openTab) { var i, tabcontent, tablinks; tabcontent = document.getElementsByClassName(“tabcontent”); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } document.getElementById(openTab).style.display = "block"; evt.currentTarget.className += " active";}// Get the element with id="defaultOpen" and click on itdocument.getElementById("defaultOpen").click();





Reviews
There are no reviews yet.