function menu()
{
	html= '<h2><a href="./column-index.html" style="text-decoration : none;">■ 木工入門コラム</a></h2>'
  		  + '・<a href="./column01.html">01.カンナ屑　</a><br>'
  　　　　+ '・<a href="./column02.html">02.導突鋸　</a><br>'
  　　　　+ '・<a href="./column03.html">03.職業訓練校木工科　@　</a><br>'
  　　　　+ '・<a href="./column04.html">04.職業訓練校木工科　A　</a><br>'
          + '<h2><a href="./catalog.html" style="text-decoration : none;">■ 商品一覧</a></h2>'
          + '・<a href="./key.html">キーホルダー　</a><br>'
          + '・<a href="./strap.html">携帯ストラップ　</a><br>'
          + '・<a href="./pencase-w.html">ペンケース（ウォール）　</a><br>'
		　+ '<h2>■ お気に入り</h2>'
		　+ '・<a href="http://www.87suehiroya.com/">花すえひろや</a><br>'
		　+ '・<a href="http://www.transdesign.biz/">トランスデザインプラス</a><br>'
          + '<br><br>'
	document.write(html)
}
key
