function _fill_chapter_select(){var a=new Array(["Sidestory - Jdiot And Delinquent And Hero","43.5/01"],["43","43/01"],["42","42/01"],["41","41/00-cover1"],["40","40/01-02"],["39","39/00"],["38","38/01"],["37","37/01-02"],["36","36/01"],["35","35/01"],["34","34/01"],["33","33/01"],["32","32/01"],["31","31/01"],["30","30/01"],["29","29/01"],["28","28/01"],["27","27/01"],["26","26/01"],["25","25/01"],["24","24/01"],["23","23/01"],["22","22/01"],["21","21/01"],["20","20/00-cover"],["19","19/01"],["18","18/01"],["17","17/00"],["16","16/00-cover"],["15","15/01"],["14","14/00"],["13","13/01"],["12","12/01"],["11","11/01"],["10","10/00-cover"],["9","9/01"],["8","8/01"],["7","7/01"],["6","6/01"],["5","5/01"],["4","4/01"],["3","3/01"],["2","2/01"],["1","1/00"]);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){};