var show = function(){
        el.checked = true;
        el.style.display = "inline";
        _$("label_"+el.id).style.display = "inline";
    }