jQuery(document).ready(function(a){a.fn.abManageOptions=function(){var a=this,b=a.parents("tr").nextAll("tr");b.toggle(0,function(){b.children().find(":input").attr("disabled",!a.attr("checked"))})};a("#ab_main .related tr:first-child :checkbox").click(function(){a(this).abManageOptions()}).filter(":checked").abManageOptions();a("#ab_main").tabs({select:function(c,b){a("#ab_tab_index").val(b.index)},selected:parseInt(a("#ab_tab_index").val())});"function"===typeof a.fn.delay&&a("#setting-error-settings_updated").delay(5E3).fadeOut()});