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[1]}+ "', ${'" + element.id}+ "')`")
newElement.textContent = element.textContent