function _fill_chapter_select(){var a=new Array(["19 - The Day That Song was Born","19/01"],["18 - Want to Change","18/00-cover"],["17 - Darkness and Light","17/01"],["16 - The World of Chaos","16/01"],["15 - Light and Darkness","15/01"],["14","14/01"],["13 - Dissonance","13/00-cover"],["12 - The Bridge to Glory","12/01"],["11 - The City of Return Part 2","11/01"],["10 - City of Return - Part 1","10/00"],["9 - The Darkness of the Truth","9/01"],["8 - The Rain of Vengeance","8/01"],["7 - The Gate of Decision","7/01"],["6 - The One who Protects, the One who is Protected","6/01"],["5 - Six-God General Attack","5/01"],["4 - Divine Judgement of Life","4/01"],["3 - The Song of Guidance","3/01"],["2 - The Forest without a Moon","2/01"],["1","1/00-cover"]);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){};