idSel.hover(function() {
        if (_buttonIsEnabled) {
            idSel.css('opacity', '0.5');
        }
    }, function() {