function menu()
{
	document.open();
	document.writeln('<table border="0" width="300" cellpadding="0" cellspacing="0">');
	document.writeln('<tbody>');
	document.writeln('<tr>');
	document.writeln('<td height="50"><A href="http://www.spa-otomo.com/index.html"><img src="http://www.spa-otomo.com/parts/home.gif" border="0" width="180" height="54"></A></td>');
	document.writeln('</tr>');
	document.writeln('<tr>');
	document.writeln('<td height="50"><img src="http://www.spa-otomo.com/parts/menu2.gif" border="0" width="180" height="40"></td>');
	document.writeln('</tr>');
	document.writeln('<tr>');
	document.writeln('<td><font size="-1"><img hspace="3" vspace="3" align="absMiddle" src="http://www.spa-otomo.com/parts/menu_icon.gif" width="52" height="13"><A href="http://www.spa-otomo.com/shop_concept/index.html">ショップコンセプト</A><br>');
	document.writeln('      <img hspace="3" vspace="3" align="absMiddle" src="http://www.spa-otomo.com/parts/menu_icon.gif" width="52" height="13"><A href="http://www.spa-otomo.com/menu/index.html">メニュー</A><br>');
	document.writeln('      <img hspace="3" vspace="3" align="absMiddle" src="http://www.spa-otomo.com/parts/menu_icon.gif" width="52" height="13"></font><A href="http://www.spa-otomo.com/campagna/index.html"><font size="-1">カンパーニャミスト</font></A></td>');
	document.writeln('</tr><tr>');
	document.writeln('<td height="50"><img src="http://www.spa-otomo.com/parts/menublog.gif" border="0" width="180" height="40"></td>');
	document.writeln('</tr><tr>');
	document.writeln('<td><font size="-1"><img src="http://www.spa-otomo.com/parts/menu_icon.gif" vspace="3" hspace="3" align="absmiddle"><A href="http://ameblo.jp/otomo-italy/" target="_blank">フード日記</A></font></td>');
	document.writeln('</tr><tr>');
	document.writeln('<td height="50"><img src="http://www.spa-otomo.com/parts/menu4.gif" border="0" width="180" height="40"></td>');
	document.writeln('</tr><tr>');
	document.writeln('<td><font size="-1"><img src="http://www.spa-otomo.com/parts/menu_icon.gif" vspace="3" hspace="3" align="absmiddle"><A href="http://www.spa-otomo.com/reservation_here/index.html">ご予約はこちら</A><br>');
	document.writeln('<img src="http://www.spa-otomo.com/parts/menu_icon.gif" vspace="3" hspace="3" align="absmiddle"><A href="http://www.spa-otomo.com/reservation_conditions/index.html">ご予約状況</A><br>');
	document.writeln('<img src="http://www.spa-otomo.com/parts/menu_icon.gif" vspace="3" hspace="3" align="absmiddle"><A href="http://www.spa-otomo.com/shop_date/index.html">SHOP DATA アクセス</A></font></td>');
	document.writeln('</tr><tr>');
	document.writeln('<td height="50"><img src="http://www.spa-otomo.com/parts/menu5.gif" border="0" width="180" height="40"></td>');
	document.writeln('</tr><tr>');
	document.writeln('<td><font size="-1"><img src="http://www.spa-otomo.com/parts/menu_icon.gif" vspace="3" hspace="3" align="absmiddle"><A href="http://www.spa-otomo.com/link/index.html">LINK</A></font><br>');
	document.writeln('</tr></tbody></table>');
	document.close(); 
}

