
function M_menu(menu)
  {
    menu= '<table class="font21" border="2" width="160"><tr><td><font size="-1">'  
	+ '<a href="http://www.ryuuo.com/">総合案内(トップ)</a><br>'
    	+ '<a href="http://www.ryuuo.com/prod/prod_11.html">写真彫刻陶芸工芸</a><br>'
	+ '<a href="http://www.ryuuo.com/prod/prod_22.html">絵画 水墨画 版画</a><br>'
	+ '<a href="http://www.ryuuo.com/prod/prod_33.html">音響 イラスト</a><br>'
    	+ '<a href="http://www.ryuuo.com/fash/fash_11.html">ファッションと小物</a><br>'
	+ '<a href="http://www.ryuuo.com/food/food_11.html">食品類</a><br>'
	+ '<a href="http://www.ryuuo.com/life/life_11.html">生活 健康 雑貨</a><br>'
	+ '<a href="http://www.ryuuo.com/info/info_11.html">情報収集</a><br>'
	+ '<a href="http://www.ryuuo.com/opin/opin_11.html">意見 事件 評論</a><br>'
	+ '<a href="http://www.ryuuo.com/cult/">文芸 社会 文化</a><br>'
	+ '<a href="http://www.ryuuo.com/cult/jinbutu.html">人物 資料館</a><br>'
	+ '<a href="http://www.ryuuo.com/kabu/">株価ソフト『aokabu』</a><br>'
	+ '<a href="http://www.ryuuo.com/movie/">動画ソフト『yuumo』</a><br>'
	+ '<a href="http://www.ryuuo.com/etc/etc_11.html">その他</a><br><br>'
	

	+ '<a href="http://www.ryuuo.com/Services/search/">登録検索データ</a><br>'
	+ '<a href="http://www.ryuuo.com/Shop/">ショッピング</a><br><br>'


	+ '<a href="http://www.ryuuo.com/Future/">団塊の世代</a><br>'
	+ '<a href="http://www.ryuuo.com/Future/prophecy?id=top">大予言大予想</a><br>'
	+ '<a href="http://www.ryuuo.com/Future/SrcIndex?page=top">路地裏の本音</a><br><br>'
        //	+ '<a href="http://www.ryuuo.com/Services/value/">評価かわら版</a><br><br>'


	+ '<a href="http://www.ryuuo.com/sp/aa123/">Linux勉強室</a><br>'
	+ '<a href="http://www.ryuuo.com/link.html">リンク関連</a><br>'
	+ '<a href="http://www.ryuuo.com/blog/">袋小路展示館ブログ</a><br>'

   	+ '<a href="http://www.ryuuo.com/history.html">趣旨と履歴</a><br>'
    	+ '<a href="http://www.ryuuo.com/mail/">ご意見ご感想</a><br>'

	+ '</font></td></tr></table>'
	

	document.write(menu)
  }







function INC(menu)
  {
    menu= '<center>'      
    	+ '<block style="color:#666666;font-size:80%;">'
	+ '袋小路展示館内からリンクされているページ先に付いての内容に関しては各自の責任に於いてご利用下さい。<br>'
    	+ 'Copyright &copy; 2005-2010 <a href="http://06yuu.jp/" style="color:#666666;font-size:80%;text-decoration:underline" target="_top">(株)ゆう</a> All Rights Reserved.'
	+ '| <a href="http://www.ryuuo.com/map.html" style="color:#666666;font-size:80%;text-decoration:underline" target="_top">サイトマップ</a>'
	+ '</block>'
	+ '</center>'


	document.write(menu)
  }



function openWin(url)
    {
    window.open(url, "window_name","width=400, height=350, location=no, menubar=no, toolbar=no, resizable=no");
    }
