var hide = function(){
        el.checked = false;
        el.style.display = "none";
        _$("label_"+el.id).style.display = "none";
    };