function _fill_chapter_select(){var a=new Array(["9 - Chapter 9","9/01"],["8 - Chapter 8","8/01"],["7 - Chapter 7","7/01"],["6 - Chapter 6","6/01"],["Side Story - A Girl in a Bird Cage","5.1/01"],["5 - Chapter 5","5/01"],["4 - Chapter 4","4/01"],["3 - Chapter 3","3/01"],["2 - Chapter 2","2/01"],["1 - Chapter 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){};