window.lchState = function(st){ var el = document.querySelector(".lch"); if(!el)return; el.className = "lch" + (st ? " " + st : ""); };