function _fill_chapter_select(){var a=new Array(["21 - Tomorrow's Detemination","21/01"],["20 - Starting Again","20/00-cover"],["19 - The Day Of Blessings","19/01"],["18 - The Feelings Passed On","18/01"],["17 - Fuuko, One More Time","17/01"],["16 - Together with Onii-chan","16/01"],["15 - Girls Side","15/01"],["14 - The Desire to Fulfill the Past","14/01"],["13 - Interlude","13/000-cover"],["12 - Two People","12/01"],["11 - Founder's Festival","11/01"],["10 - Count Down","10/01"],["9 - You Are Not Alone","9/01"],["8 - And Then Finally, the Place They Will Reach","8/01"],["7 - Dreams","7/000-cover"],["6 - One and Only","6/01"],["5","5/01"],["4","4/01"],["3 - Rain Falls","3/01"],["2 - For That Smile","2/01"],["1 - The Beginning at the Bottom of the Hill","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){};