function readFootnote(n,t,i){const r=document.querySelectorAll("#Value__ProductCategoryMotorhomes_and_TowablesNotes_and_Exclusions ol li")[i-1];n.innerHTML=t+" "+i+": "+r.innerHTML}function toggleFootnote(n){n.classList.toggle("footnotesContainer--focus");toggleElement(n)}function hideFootnote(n){n.classList.remove("footnotesContainer--focus");hideElement(n)}function setFootnoteTopAndLeft(n,t){const i=n.getBoundingClientRect(),r=i.left+(i.right-i.left)+10;t.setAttribute("style","left:"+r+"px;top:"+i.top+"px;")}