function myFunction(){window.pageYOffset>sticky?header.classList.add("sticky"):header.classList.remove("sticky")}window.onscroll=function(){myFunction()};var header=document.getElementById("naxosHeader"),sticky=header.offsetTop