// Menu
function MenuWrite(){
	document.write('\
      <a href="zense.html"><img src="images/menu_1_n.jpg" width="222" height="35" border="0" /></a><br />\
      <a href="taikou.html"><img src="images/menu_2_n.jpg" width="222" height="35" border="0" /></a><br />\
      <a href="inner.html"><img src="images/menu_3_n.jpg" width="222" height="35" border="0" /></a><br />\
      <a href="hipuno.html"><img src="images/menu_4_n.jpg" width="222" height="35" border="0" /></a><br />\
      <a href="reiki.html"><img src="images/menu_5_n.jpg" width="222" height="35" border="0" /></a><br />\
      <a href="shiter.html"><img src="images/menu_6_n.jpg" width="222" height="35" border="0" /></a><br />\
      <a href="taiken.html"><img src="images/menu_7_n.jpg" width="222" height="35" border="0" /></a><br />\
      <a href="qa.html"><img src="images/menu_8_n.jpg" width="222" height="35" border="0" /></a><br />\
      <a href="mail.html"><img src="images/menu_9_n.jpg" width="222" height="35" border="0" /></a><br />\
      <a href="calendar.cgi"><img src="images/menu_10_n.jpg" width="222" height="35" border="0" /></a><br />\
      <a href="price.html"><img src="images/menu_11_n.jpg" width="222" height="35" border="0" /></a><br />\
      <a href="pro.html"><img src="images/menu_12_nn.jpg" width="222" height="35" border="0" /></a><br />\
      <a href="link.html"><img src="images/menu_14_n.jpg" width="222" height="35" border="0" /></a><br />\
      ');
}

// Foot
function FootWrite(){
	document.write('<a href="index.html">TOP</a> | <a href="zense.html">前世療法</a> | <a href="taikou.html">年齢退行療法</a> | <a href="inner.html">インナーチャイルド</a> | <a href="hipuno.html">その他のヒプノセッション</a> | <a href="reiki.html">レイキ講習</a><br /><a href="shiter.html">シータヒーリング</a> | <a href="taiken.html">体験談</a> | <a href="qa.html">Q&amp;A</a> | <a href="mail.html">予約フォーム</a> | <a href="calendar.cgi">予約カレンダー</a> | <a href="price.html">料金表</a> | <a href="pro.html">プロフィール・サロン情報</a></div>');
}

