function _fill_chapter_select(){var a=new Array(["8-3 - Prayers","8.3/01"],["8-2 - Flames","8.2/01"],["8-1 - Darkness","8.1/01"],["7-2 - Mother","7.2/01"],["7-1 - Bells","7.1/01"],["6-2b - Wish","6.22/01"],["6-2a - Wish","6.21/01"],["6-1 - Sky","6.1/01"],["5 - Light","5/01"],["4-3 - Love","4.3/01"],["4-2 - Crime","4.2/01"],["4-1 - Friendship","4.1/01"],["3 - Life","3/01"],["2 - Mind","2/000"],["1-2 - Flowers","1.2/01"],["1-1 - Tears","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){};