// 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=\" 検 索 \" onClick=\"location.href='/jpn/index.html';\"></td>");
document.write("          <td>&nbsp;<input type=\"button\" value=\" 電気化学会誌の紹介 \" onClick=\"location.href='/jpn/about.html';\"></td>");
document.write("          <td>&nbsp;<input type=\"button\" value=\" 新着コミュニケーション一覧 \" onClick=\"location.href='/pre_pdf/prelist_j.html';\"></td>");
document.write("          <td>&nbsp;<input type=\"button\" value=\" ダウンロード会員の登録 \" onClick=\"location.href='/jpn/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=\" English \" onClick=\"location.href='/en-e/index.html';\"></td>");
document.write("        </tr>");
document.write("      </table>");
document.write("    </td>");
document.write("  </tr>");
document.write("</table>");
document.close();
