function _fill_chapter_select(){var a=new Array(["23a - The Fifth Round, Second Game","23.1/00-cover1"],["22 - The Fifth Match","22/01"],["21 - A Gentle Change","21/01"],["20 - The Fourth Round","20/01"],["19 - Important","19/00-cover"],["18 Part2 - The 3rd Round","18.5/000-cover"],["18 - Round Three","18/001"],["17 - The Next Is","17/00-cover"],["16 - One Victory","16/01"],["15 - The Conclusion","15/000"],["14 - Turnaround","14/000"],["13 - One More Point","13/001"],["12 - Challenge","12/001"],["11 - The Beginning of Summer","11/001"],["10 - End of Spring","10/00"],["9 - Steadily","9/01"],["8 - Amazing Pitcher 2","8/01"],["7 - Amazing Pitcher 1","7/01"],["6 - An Amazing Pitcher","6/01"],["5 - Conditions for Being a Pitcher","5/001-002"],["4 - First Run","4/01"],["3 - Play!","3/01"],["2 - Catcher Duty","2/01"],["1 - The True Ace","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){};