function _fill_chapter_select(){var a=new Array(["44","44/01"],["43","43/01"],["42","42/01"],["41","41/01"],["40","40/01"],["39","39/01"],["38","38/01"],["37","37/00-cover"],["36","36/01"],["35","35/01"],["34","34/01-02"],["33","33/01"],["32","32/01"],["31","31/01-02"],["30","30/00-cover"],["29","29/01"],["28","28/01"],["27","27/01"],["26","26/01"],["25","25/01"],["24","24/01"],["23","23/00-cover"],["22","22/01"],["21","21/01"],["20","20/01"],["19","19/01"],["18","18/01"],["17","17/01"],["16","16/01"],["15","15/00-cover"],["14","14/01"],["13","13/01"],["12","12/01"],["11","11/01"],["10","10/01"],["9","9/01"],["8","8/00-cover"],["7","7/01"],["6","6/01"],["5","5/01"],["4","4/01"],["3","3/01"],["2","2/01"],["1","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){};