function _fill_chapter_select(){var a=new Array(["15 - A Rusted Heart","15/01"],["14 - Liqueur of Love","14/01"],["13 - The Glass of Betrayal","13/01"],["12 - The Glass of Betrayal - First Half","12/01"],["11 - The Miracle of Christmas","11/01"],["10 - Bar Hopper","10/01"],["9 - Amber Dream","9/01"],["8 - Perfect Taste","8/01"],["7 - A Suze Memory","7/01"],["6 - The Technique of Ice","6/01"],["5 - The Magic of Cocktails","5/01"],["4 - The Oldest Liquor","4/01"],["3 - Recovery Drink","3/01"],["2 - Old Gal","2/01"],["1 - The Kind Roost","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){};