document.write('
') document.write('') document.write('') document.write('
') function changeLocation(menuObj) { var i = menuObj.selectedIndex; if(i > 0) { window.location='/manga/'+menuObj.options[i].value+'/'; // window.location = menuObj.options[i].value; } } document.write('Select a manga series to start reading >>>')