
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%;">'
		  + '袋小路展示館内の動画を見るためには <a href="http://media.ryuuo.com/install.html" target="_balank">install</a>並びに <a href="http://media.ryuuo.com/faq.html" target="_balank">faq</a>をご覧ください<br>'
		  + '袋小路展示館内からリンクされているページ先に付いての内容に関しては各自の責任に於いてご利用下さい。<br>'
    	  + 'Copyright &copy; 2005-2011 <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 YUU_BLOG(menu)
  {
    menu= '<center>'      
    	+ '<span style="color:#666666;font-size:80%;">'
	+ 'このブログは、(株)ゆう により無償で提供されています<br>'
    	+ 'Copyright &copy; 2005-2009 <a href="http://06yuu.jp/" target="_top" style="color:#666666;font-size:80%;text-decoration:underline">(株)ゆう</a> All Rights Reserved.'
	+ '| <a href="http://06yuu.jp/jigyou.html" target="_top" style="color:#666666;font-size:80%;text-decoration:underline">無償ブログ受付け</a>'
	+ '</span>'
	+ '</center>'


	document.write(menu)
  }




function YUU_INC(menu)
  {
    menu= '<center>'      
    	+ '<font size="-1" color="#dddddd">'
    	+ 'Copyright &copy; 2005-2011 <a href="http://06yuu.jp/" target="_top" style="color:#dddddd;font-size:70%;text-decoration:underline">(株)ゆう</a> All Rights Reserved.'
	+ '</font>'
	+ '</center>'


	document.write(menu)
  }




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



function MARQUEE(str)
    {
	str =
			'<marquee><font color="#ff0000">'
//			+ '2010年12月30日22時より一時メンテナンスを行います。'
			+ '</font></marquee>'
		
		document.write(str)
    }

