function _fill_chapter_select(){var a=new Array(["7 - The End of a Story is the Beginning of a New One","7/00"],["6 - After the Mission","6/00"],["5 - Yagami Hayate, Thoughts of Her Current Everyday Life","5/00"],["4 - Arisa's Bunnings' School Day Report","4/00"],["3 - The Thoughts of the Book of Darkness, Yagami Hayate, and the Knights","3/00"],["2 - Fate Testarossa Takes Her Verification Exam","2/00"],["1 - A Day in Takamachi Nanoha's Life","1/00"],["0 - The Prologue of ACES","0/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){};