// 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'>"+
"<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='/images/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>"+
"<div class='gmenuwrapper'>"+
"<div id='gmenu'>"+

"<a href='/about/index.html'><img src='/img_common/bt1.gif' width='91' height='52' alt='リモデルとは？' border='0'></a>"+
"<a href='/about/reform/index.html'><img src='/img_common/bt2.gif' width='91' height='52' alt='リフォーム情報' border='0'></a>"+
"<a href='/about/walk/index.html'><img src='/img_common/bt3.gif' width='99' height='52' alt='リモデルの進め方のポイント' border='0'></a>"+
"<a href='http://jirei.re-model.jp/'><img src='/img_common/bt4.gif' width='100' height='52' alt='リモデル事例集' border='0'></a>"+
"<a href='/plan/index.html'><img src='/img_common/bt5.gif' width='100' height='52' alt='空間プラン' border='0'></a>"+
"<a href='/products/index.html'><img src='/img_common/bt6.gif' width='100' height='52' alt='こだわりのリモデル商品' border='0'></a>"+
"<a href='/search/index.htm'><img src='/img_common/bt7.gif' width='120' height='52' alt='地図から検索' border='0'></a>"+
"<a href='https://re-model.jp/webapp/remodel_club/search_form'><img src='/img_common/bt8.gif' width='120' height='52' alt='希望内容から検索' border='0'></a>"+
"<a href='/index.html'><img src='/img_common/bt0.gif' width='129' height='52' alt='リモデル.jp TOP' border='0'></a>"+

"<img src='/img/spacer.gif' width='1' height='5' alt=''>"+
"</div>"+
"</div>"
);
}
