
function menu_1(){
  document.write('       <TABLE border="0" cellpadding="0" cellspacing="0" height="100%">');
  document.write('        <TBODY>');
  document.write('         <TR>');
  document.write('          <TD><IMG src="images/sp.gif" width="5" height="1" border="0"></TD>');
  document.write('          <TD class="waku2 menu_image" valign="top"><IMG src="images/top/menu00.gif" width="152" height="23" border="0"><BR>');
  document.write('          <TABLE border="0" cellpadding="0" cellspacing="0" class="menu" width="100%">');
  document.write('           <TBODY>');
  document.write('            <TR>');
  document.write('             <TD><BR></TD>');
  document.write('            </TR>');
  document.write('            <TR>');
  document.write('              <TD><A onmouseover="menuOvr(\'menu1\');" onmouseout="submenuTimer = setTimeout(\'CloseMenu()\', 700);" target="_top"><IMG src="images/top/menu01.gif" width="152" height="40" border="0" name="m1"></A></TD>');
  document.write('            </TR>');
  document.write('            <TR>');
  document.write('              <TD><A href="support/index.html" target="_top"><IMG src="images/top/menu02.gif" width="152" height="27" border="0" onmouseover="RollOver(this, \'images/top/menu02a.gif\');" onmouseout="RollOver(this, \'images/top/menu02.gif\');" alt="留学生支援"></A></TD>');
  document.write('            </TR>');
  document.write('            <TR>');
  document.write('              <TD><A href="community/index.html" target="_top"><IMG src="images/top/menu03.gif" width="152" height="27" border="0" onmouseover="RollOver(this, \'images/top/menu03a.gif\');" onmouseout="RollOver(this, \'images/top/menu03.gif\');" alt="学生と地域の交流"></A></TD>');
  document.write('            </TR>');
  document.write('            <TR>');
  document.write('              <TD><A href="useful/index.html" target="_top"><IMG src="images/top/menu04.gif" width="152" height="27" border="0" onmouseover="RollOver(this, \'images/top/menu04a.gif\');" onmouseout="RollOver(this, \'images/top/menu04.gif\');" alt="学生お役立ち情報"></A></TD>');
  document.write('            </TR>');
  document.write('            <TR>');
  document.write('              <TD><A href="/cgi-bin/link/main.cgi?id=ucon&ctry=j" target="_top"><IMG src="images/top/menu05.gif" width="152" height="27" border="0" onmouseover="RollOver(this, \'images/top/menu05a.gif\');" onmouseout="RollOver(this, \'images/top/menu05.gif\');" alt="リンク集"></A></TD>');
  document.write('            </TR>');
  document.write('            <TR>');
  document.write('              <TD><A href="access/index.html" target="_top"><IMG src="images/top/menu08.gif" width="152" height="27" border="0" onmouseover="RollOver(this, \'images/top/menu08a.gif\');" onmouseout="RollOver(this, \'images/top/menu08.gif\');" alt="アクセスマップ"></A></TD>');
  document.write('            </TR>');
  document.write('            <TR>');
  document.write('              <TD><A href="mailto:info@ucon-oita.jp" target="_top"><IMG src="images/top/menu06.gif" width="152" height="27" border="0" onmouseover="RollOver(this, \'images/top/menu06a.gif\');" onmouseout="RollOver(this, \'images/top/menu06.gif\');" alt="お問い合わせ"></A></TD>');
  document.write('            </TR>');
  document.write('            <TR>');
  document.write('              <TD><A href="index.html" target="_top"><IMG src="images/top/menu07.gif" width="152" height="27" border="0" onmouseover="RollOver(this, \'images/top/menu07a.gif\');" onmouseout="RollOver(this, \'images/top/menu07.gif\');" alt="トップページへ"></A></TD>');
  document.write('            </TR>');
  document.write('            <TR>');
  document.write('              <TD><br><A href="photoalbum/page01.html" target="_blank"><IMG src="images/top/album.gif" width="99" height="21" border="0" hspace="15"></A></TD>');
  document.write('            </TR>');
  document.write('           </TBODY>');
  document.write('         </TABLE>');
  document.write('         <BR>');
  document.write('        </TD>');
  document.write('       </TR>');
  document.write('      </TBODY>');
  document.write('    </TABLE>');
}

