//商品ラインナップ用ファンクション

//WIREDスペシャルポップアップ
function OpenSpecial () {
	var win = window.open("/ca/index.html","special","menubar=no,location=no,status=yes,toolbar=no,scrollbars=yes,resizable=yes");
}

//ヘッダー
function includeHeader(){
document.write(
'<div id="bg_head">' + 
'<ul>' + 
'<li class="head-1"><div><a href="/index.html"><img src="/imgs_cmn/header_wired.gif" alt="WIRED" width="95" height="54" id="h_wired"></a></div></li>' + 
'<li class="head-1"><div><a href="/sitemap/index.html">' + 
'<img src="/imgs_cmn/header_sitemap.gif" alt="サイトマップ" width="72" height="13" id="h_map"></a></div></li>' + 
'<li class="head-1"><div><a href="/faq/index.html"><img src="/imgs_cmn/header_faq.gif" alt="FAQ" width="35" height="13" id="h_faq"></a></div></li>' + 
'<li class="head-1"><div><a href="/inquiry/index.html"><img src="/imgs_cmn/header_inquiry.gif" alt="お問い合わせ" width="70" height="13" id="h_inq"></a></div></li>' + 
'<li class="head-1"><div><a href="/mailmagazine/index.html"><img src="/imgs_cmn/header_mail_mag.gif" alt="メールマガジン登録・解除" width="132" height="13" id="h_mail"></a></div></li>' + 
'<li class="head-1"><div><a href="http://www.seiko-watch.co.jp/" target="_blank">' + 
'<img src="/imgs_cmn/header_seiko.gif" alt="セイコーウオッチ株式会社" width="127" height="13" id="h_seiko"></a></div></li>' + 
'</ul>' + 
'<ul>' + 
'<li class="head-2"><div><img src="/imgs_cmn/header_sp.gif" alt="スペシャルサイト" name="ME1" width="185" height="25" id="ME1"></div></li>' + 
'<li class="head-2"><div><a href="/shop/index.html" onMouseOver="swapImage(\'ME2\',\'\',\'/imgs_cmn/header_shop_o.gif\',1)" onMouseOut="swapImgRestore()"><img src="/imgs_cmn/header_shop.gif" alt="取扱店のご紹介" name="ME2" width="184" height="25" id="ME2"></a></div></li>' + 
'<li class="head-2"><div><img src="/imgs_cmn/spacer.gif" alt="" width="371" height="25"></div></li>' + 
'</ul>' + 
'<div class="clear"><img src="/imgs_cmn/header_line.gif" alt="" width="740" height="7"></div>' + 
'</div>'
); 
}

//フッター
function includeFooter(){
document.write(
'<div class="clear"></div>' + 
'<div id="bg_foot" class="mtxt">' + 
'<div id="f_left"><a href="http://www.seiko-watch.co.jp/howto/index.html" target="_blank">ご利用案内</a>｜' + 
'<a href="http://www.seiko-watch.co.jp/privacy/index.html" target="_blank">プライバシーポリシー</a>｜' + 
'<a href="http://www.seiko-watch.co.jp/corporate/" target="_blank">会社情報</a></div>' + 
'<div id="f_right"><img src="/imgs_cmn/copy.gif" alt="Copyright (C) SEIKO WATCH CORPORATION. All Rights Reserved." width="291" height="10"></div>' + 
'</div>'
); 
}
