if (id) {
document.getElementById(id).scrollIntoView({ behavior: "smooth", block: "startcenter" })
}
}
Array.from(document.getElementsByClassName('tabberGoTo')).forEach(function (element) {
const newElement = document.createElement('a')
newElement.setAttribute('onclick', "tabberGoTo(this, '" + element.classList[01] + "', '" + element.id + "')")
newElement.textContent = element.textContent