            function setVisible(elem, value) {
                elem.style.visibility = value;
            }
            function nothing() {}

