function drawOption(doc) {
doc.writeln('<SELECT name="menu1" onChange="MM_jumpMenu(\'parent\',this,0)">');
doc.writeln('<OPTION value="index.html">A bunch of thoughts Backnumber');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/new/">Vol\.27: 2010/09/10[New]');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/26/">Vol\.26: 2010/07/15');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/25/">Vol\.25: 2010/06/15');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/24/">Vol\.24: 2010/06/10');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/23/">Vol\.23: 2010/06/3');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/22/">Vol\.22: 2010/04/16');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/21/">Vol\.21: 2010/04/06');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/20/">Vol\.20: 2010/03/18');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/19/">Vol\.19: 2010/03/5');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/18/">Vol\.18: 2010/01/12');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/17/">Vol\.17: 2009/11/20');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/16/">Vol\.16: 2009/10/07');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/15/">Vol\.15: 2009/09/04');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/14/">Vol\.14: 2009/07/10');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/13/">Vol\.13: 2009/05/28');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/12/">Vol\.12: 2009/03/18');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/11/">Vol\.11: 2009/01/21');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/10/">Vol\.10: 2009/01/13');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/09/">Vol\.9: 2008/11/26');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/08/">Vol\.8: 2008/11/18');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/07/">Vol\.7: 2008/11/06');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/06/">Vol\.6: 2008/09/30');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/05/">Vol\.5: 2008/08/01');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/04/">Vol\.4: 2008/07/01');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/03/">Vol\.3: 2008/05/30');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/02/">Vol\.2: 2008/04/24');
doc.writeln('<OPTION value="/english/akane/bunchofthoughts/01/">Vol\.1: 2008/04/01');

doc.writeln('</SELECT>');
}
