window.scrollToDown = function (y = 0, behavior = "smooth") { window.scrollTo({ top: y, behavior: behavior }); };