function header(path)
{
//htmlテンプレート
html = ''
 + '<div id="header"><!-- header-->'
 + '<div id="header_left"><h1><a href="/shop/" id="logo">KEY COFFEE 通販倶楽部</a></h1></div>'
 + '<div id="header_right"><!-- Search -->'
 + '<form name="form1" method="post" action="http://www.key-eshop.com/shop/goods/search.aspx">'
 + '<a href="http://www.key-eshop.com/shop/goods/search.aspx"><img src="/img/img_search.gif" alt="商品検索" border="0" align="absmiddle"></a>&nbsp;'
 + '<input type="text" name="keyword" size="21" maxlength="255" value="" style="height:15px;">&nbsp;'
 + '<input type="image" value="submit" src="/img/bt_search.gif" alt="検索" align="absmiddle">'
 + '<input type="hidden" name="category" value="">'
 + '<input type="hidden" name="shop" value="">'
 + '<input type="hidden" name="search" value="x"></form>'
 + '<div id="header_right_txt">'
 + '<p class="text-ss">※カタログ記載の商品番号（例：KL131など）でも検索できます。</p>'
 + '</div>'
 + '<!-- /Search --></div>'
 + '<!-- /header--></div>'
 + '<div class="clear"></div>'

 + '<div id="gnav"><!--↓メニュー-->'
 + '	<ul>'
 + '	<li id="menu01"><a href="/shop/category/category.aspx?category=10">NEW!</a></li>'
 + '	<li id="menu02"><a href="/shop/category/category.aspx?category=20">レギュラーコーヒー</a></li>'
 + '	<li id="menu03"><a href="/shop/category/category.aspx?category=30">簡易抽出コーヒー</a></li>'
 + '	<li id="menu04"><a href="/shop/category/category.aspx?category=40">インスタント・飲料</a></li>'
 + '	<li id="menu05"><a href="/shop/category/category.aspx?category=50">コーヒー関連商品</a></li>'
 + ' <li id="menu06"><a href="/shop/category/category.aspx?category=60">ギフトセット</a></li>'
 + ' <li id="menu07"><a href="/shop/category/category.aspx?category=70">プロの食材</a></li>'
 + ' <li id="menu08"><a href="/shop/category/category.aspx?category=80">ワイン・リキュール</a></li>'
 + ' <li id="menu09"><a href="/list/index.html">全商品一覧</a></li>'
 + '	</ul><div class="clear"></div>'
 + '</div><!--↑メニュー--> '
 + '<div class="clear"></div>'

 + '<div id="subnavi"><!-- subnavi -->'
 + '<p class="text-ss"><a href="http://www.key-eshop.com/">トップページへ｜<a href="https://www.key-eshop.com/shop/customer/menu.aspx">マイページへ</a>&nbsp;｜&nbsp;<a href="/static/guide.html">はじめての方へ・ご利用ガイド</a>&nbsp;｜&nbsp;<a href="https://www.keycoffee-com.co.jp/contact/index.html" target="_blank">お問合せ</a>&nbsp;｜&nbsp;<a href="/static/faq_top.html">よくあるご質問</a>&nbsp;｜&nbsp;<a href="/shop/cart/cart.aspx">買い物かごを見る&nbsp;<img src="/img/ic_cart.gif" align="absmiddle"></a>&nbsp;｜&nbsp;<a href="https://www.key-eshop.com/shop/customer/logout.aspx">ログアウト</a></p>'
 + '</div><!-- /subnavi-->'
 + '<div class="clear"></div>'

//書き出し
document.write( html )
}
