color','#CCC');
$("bs_expand").die("click");
$("#subs_expand_all").die("click");
$('#subs_expand_all').live('click',fun(){
hiddenChapterAll() ;
}) ;
 /$('#subs_expand_all').css('color','#CCC');
 /去掉展开更多章节的提示
page=9999;
}
}
});
$("bs_list").css({height:"auto"}) ;
});
})
 /隐藏章节
fun hiddenChapterAll(){
loading();
setTimeout('hiddenChapterAllTimeOut()' , 1000) ;
 /hiddenChapterAllTimeOut() ;
}
fun hiddenChapterAllTimeOut(){
$("#chapter_more_table tr:gt(4)").hide() ;
$("#chapter_more_table tr:gt(4) :checkbox").attr('checked',false) ;
 *
$("#chapter_more_table tr:gt(0)").each(fun(i, n){
if(i>3){

