function _fill_chapter_select(){var a=new Array(["17 - Boso","17/01"],["16 - The Distinction of Men","16/01-02"],["15 - Kyokurei Vs Kyokuran","15/01"],["14 - The Two Lines","14/01"],["13 - Misaki Tomoya","13/01"],["12 - Squirm","12/01"],["11 - Declaration of War","11/01"],["10 - Kyogarou","10/00-cover"],["9 - The Light","9/01"],["8 - Wolf Man Siblings","8/01"],["7 - A Savior","7/01"],["6 - A Monster","6/01"],["5 - Crush the Co-Homeroom Teacher","5/01"],["4 - Specialist","4/01"],["3 - Find the Co-Homeroom Teacher","3/01"],["2 - Co-Homeroom Teacher","2/01"],["1 - The Two Teachers","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){};