function _fill_chapter_select(){var a=new Array(["15 - Lovers with a Set Time Limit","15/01"],["14 - Ending Voice","14/01"],["13 - Welcome to the Hospital","13/01"],["12 - Congratulations on Graduation","12/01"],["11 - The Morning After","11/00"],["10 - The Doctor and I","10/01"],["9 - Summer's Cry of Help","9/01"],["8 - Palais de Santoria","8/01"],["7 - The Sound Begins","7/01"],["6 - Sleeping Prince of the Deep Forest","6/00"],["5 - The Fishes Under the Waves","5/01"],["4 - I Do Not Believe","4/credits"],["3 - Who are You","3/01"],["2 - The Start of Two People","2/01"],["1 - No More than Nothing","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){};