
function menuFunction(menu)
  {
    menu= '<a href="http://06yuu.jp/">HOME</a><br>'      
	+ '<a href="http://06yuu.jp/jigyou.html">事業案内</a><br>'


//	+ '<a href="http://www.ryuuo.com/link.html">リンク関連</a><br>'
//	+ '<a href="http://www.ryuuo.com/cgi-bin/kabu/bbs.cgi">談話室</a><br>'
//
//   	+ '<a href="http://www.ryuuo.com/history.html">趣旨と履歴</a><br>'
    	+ '<a href="http://06yuu.jp/mail.html">お問い合わせ</a><br>'

	document.write(menu)
  }



function YUU_INC(menu)
  {
    menu= '<center>'      
    	+ '<font size="-2" color="#525D76">'
    	+ 'Copyright &copy; 2005-2009 <a href="http://06yuu.jp/" target="_top">(株)ゆう</a> All Rights Reserved.'
	+ '</font>'
	+ '</center>'


	document.write(menu)
  }



function YUU_BLOG(menu)
  {
    menu= '<center>'      
    	+ '<span style="color:#666666;font-size:50%;">'
	+ 'このブログは、(株)ゆう により無償で提供されています<br>'
    	+ 'Copyright &copy; 2005-2009 <a href="http://06yuu.jp/" target="_top" style="color:#666666;font-size:50%;text-decoration:none">(株)ゆう</a> All Rights Reserved.'
	+ '| <a href="http://06yuu.jp/jigyou.html" target="_top" style="color:#666666;font-size:50%;text-decoration:none">無償ブログ受付け</a>'
	+ '</span>'
	+ '</center>'


	document.write(menu)
  }





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