jQuery(function() {
    jQuery('#container-1').tabs(1);
    jQuery('#container-1').tabs({ disabled: [5] });
});

