var toggleInfoEnabled = function(el, state) {
        if (state) {
            el.show();
        } else {
            el.hide();