// JavaScript Document
//TOPページのみ直に記述している為、修正は「_root/index.html」ファイルも行ってください。

function includeHeader(){
document.write(
"<div class='wrapper'>"+
"<img src='/images/spacer.gif' width='1' height='7' alt=''>"+
"<a name='pagetop' id='pagetop'></a>"+
"<a name='top' id='pagetop'></a>"+

"<ul id='headnavi' class='unavi'><li><a href='/about/reform/term/index.html'>リフォーム用語集</a></li>"+
"<li><a href='/sitemap.html'>サイトマップ</a></li>"+
"<li><a href='/inquiry/index.html'>お問い合わせ</a></li>"+
"<li><a href='https://order.toto.jp/k_gate.asp?siteid=remo'>カタログ請求</a></li>"+
"<li><a href='/showroom/index.html'>ショールームのご案内</a></li>"+
"<li><a href='https://re-model.jp/webapp/general_members/login'>マイページログイン</a></li></ul>"+

"<div id='header' class='clearfix'>"+
"<div id='hd_l'>"+
"<a href='/index.html'><img src='/img_common/header_title_green.gif' width='220' height='58' alt='あなたにぴったりのリフォームを探せる情報サイト リモデル.jp'></a>"+
"<img src='/img/spacer.gif' width='1' height='1' alt='ページの先頭です'></div>"+
"<div id='hd_r'>"+
"<img src='/img_common/tdy_header_rogo.gif' alt='' width='255' height='51' usemap='#Map'>"+
"<map name='Map'>"+
"<area shape='rect' coords='58,15,123,40' href='http://www.toto.co.jp/' target='_blank' alt='TOTOサイトへ'>"+
"<area shape='rect' coords='128,15,209,40' href='http://www.daiken.jp/' target='_blank' alt='DAIKENサイトへ'>"+
"<area shape='rect' coords='223,10,257,45' href='http://www.ykkap.co.jp/' target='_blank' alt='YKK AP サイトへ'>"+
"</map>"+
"</div><br clear='all'>"+
"</div>"+
"</div>"
);
}