function _fill_chapter_select(){var a=new Array(["14 - Makorin's Boat","14/01"],["13 - You Can Do It Paifu","13/01"],["12 - The Cure is Ours!!","12/01"],["11 - The Witch's House","11/01"],["10 - Strongest Guy in the World, Makorin in Trouble","10/01"],["9 - The Terrifying Forest Monster","9/01"],["8 - Katsukazan in Action","8/01"],["7 - Smooth Travelling","7/01"],["6 - Maruyama Mako...Scary..","6/01"],["5 - Off to Mt.Mimizuku","5/01"],["4 - Monster Flu","4/01"],["3 - Paifu and Apone","3/01"],["2 - Bravery Test","2/01"],["1 - Paifu's Chore","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){};