function _fill_chapter_select(){var a=new Array(["52","52/01"],["51","51/01"],["50","50/01"],["49","49/000-cover"],["48","48/01"],["47","47/01"],["46","46/00-cover"],["45","45/01"],["44","44/01"],["43","43/00"],["42","42/01"],["41","41/00-cover"],["40","40/01"],["39","39/01"],["38","38/01"],["37","37/00-cover"],["36","36/01"],["35","35/001"],["34","34/01"],["33","33/00"],["32","32/01"],["31","31/01"],["30","30/00"],["29","29/00-credits"],["28","28/00"],["27","27/01"],["26","26/01"],["25","25/01"],["24","24/01"],["23","23/00"],["22","22/01"],["21","21/00"],["20","20/01"],["19","19/01"],["18","18/01"],["17","17/00"],["16","16/00"],["15","15/01"],["14","14/00"],["13","13/01"],["12","12/00"],["11","11/00"],["10","10/01"],["9","9/00"],["8","8/01"],["7","7/01"],["6","6/01"],["5","5/01"],["4","4/01"],["3","3/01"],["2","2/01"],["1","1/01"]);var c=document.getElementById("id_chapter_1");for(var b=0;b<a.length;b++){c.options[b]=new Option(a[b][0],a[b][1])}}_fill_chapter_select();function select_chapter(b,a){document.getElementById("id_chapter_1").value=b+"/"+a}function set_chapter_events(b,a){var c=document.getElementById("id_chapter_1");c.onchange=function(){window.location=b+c.value+"/";return false};var d=document.getElementById("id_page_select");d.onchange=function(){window.location=a+d.value+"/";return false}}try{do_init_chapter_list()}catch(e){};