// JavaScript Document

document.write("<table cellspacing=1 cellpadding=0 border=0 width='100%' height='30px'>");
document.write("  <tr>");
document.write("    <td valign='bottom'>");
document.write("      <table cellspacing=2 cellpadding=0 border=0 height='21px'>");
document.write("        <tr>");
document.write("          <td>&nbsp;<input type=\"button\" value=\" Search \" onClick=\"location.href='/en-e/index.html';\"></td>");
document.write("          <td>&nbsp;<input type=\"button\" value=\" About the journal \" onClick=\"location.href='/en-e/about.html';\"></td>");
document.write("          <td>&nbsp;<input type=\"button\" value=\" Accepted Comunication List \" onClick=\"location.href='/pre_pdf/prelist_e.html';\"></td>");
document.write("          <td>&nbsp;<input type=\"button\" value=\" Registration \" onClick=\"location.href='/en-e/regist.html';\"></td>");
document.write("        </tr>");
document.write("      </table>");
document.write("    </td>");
document.write("    <td align='right' valign='bottom'>");
document.write("      <table cellspacing=2 cellpadding=0 border=0 height='21px'>");
document.write("        <tr>");
document.write("          <td>&nbsp;<input type=\"button\" value=\" Japanese \" onClick=\"location.href='/jpn/index.html';\"></td>");
document.write("        </tr>");
document.write("      </table>");
document.write("    </td>");
document.write("  </tr>");
document.write("</table>");
document.close();
