$(this).hide();
}
});
goldsum = 0 ;
chapter_t = 0 ;
$("#chapter_more_table tr:visible").each(fun(i, n){
if($(this).children().children(":checkbox").attr('disabled')==false&&$(this).children().children(":checkbox").attr('checked')&&i!=0){
goldsum = goldsum+parseInt($(this).children('td:eq(4)').children().html());
chapter_t++ ;
}
});
$('#chapterSum').html(chapter_t) ;
$('#goldsum').html(goldsum) ;
$('#sumEgold').html(goldsum) ;
$("#subs_expand_all").die("click");
$('#subs_expand_all').html('展开全部章节') ;
$('#subs_expand_all').live('click',fun(){
shoChapterAll() ;
}) ;
$("bs_expand").die("click");
$('bs_expand').css('color','#0099FF');

