// JavaScript Document
// ヘッダ・フッダ 2006-05-10

//共通ナビゲーション00
function common_nav00(title){

	//HTML
	write_text = '<div id="navigation" align="center">'
	+'	<h1><img src="common/images/com_nav03.gif" usemap="#MapNav" /></h1>'
	+'    <map name="MapNav" id="MapNav">'
	+'      <area shape="rect" coords="25,4,115,30" title="トップページ" href="#" />'
	+'    </map>'
	+'</div>'

	//書き出し
    document.write( write_text )
}

//共通ナビゲーション10 横幅拡張var060103
function common_nav10(title){

	//HTML
	write_text = '<div id="navigation" align="center">'
	+'	<h1><img src="common/images/com_nav13.gif" usemap="#MapNav" /></h1>'
	+'    <map name="MapNav" id="MapNav">'
	+'      <area shape="rect" coords="25,4,115,30" title="トップページ" href="http://www.hokuto-care.com/" />'
	+'      <area shape="rect" coords="385,4,474,30" title="リンク" href="link/index.html" />'
	+'      <area shape="rect" coords="475,4,564,30" title="ニュース" href="adm/index.php" />'
	+'      <area shape="rect" coords="565,4,654,30" title="ショップ" href="link/goods.php" />'
	+'      <area shape="rect" coords="655,4,744,30" title="お問い合わせ" href="mailto:info@hokuto-care.com" />'
	+'    </map>'
	+'</div>'

	//書き出し
    document.write( write_text )
}

//共通ナビゲーション01
function common_nav01(title){

	//HTML
	write_text = '<div id="navigation" align="center">'
	+'	<h1><img src="../common/images/com_nav01.gif" usemap="#MapNav" /></h1>'
	+'    <map name="MapNav" id="MapNav">'
	+'      <area shape="rect" coords="25,4,115,30" title="トップページ" href="#" />'
	+'      <area shape="rect" coords="385,4,474,30" title="新規会員登録" href="#" />'
	+'      <area shape="rect" coords="475,4,564,30" title="サービス説明" href="#" />'
	+'      <area shape="rect" coords="565,4,654,30" title="よくある質問" href="#" />'
	+'      <area shape="rect" coords="655,4,744,30" title="利用規約" href="#" />'
	+'    </map>'
	+'</div>'

	//書き出し
    document.write( write_text )
}

//共通ナビゲーション11 横幅拡張var060103
function common_nav11(title){

	//HTML
	write_text = '<div id="navigation" align="center">'
	+'	<h1><img src="../common/images/com_nav11.gif" usemap="#MapNav" /></h1>'
	+'    <map name="MapNav" id="MapNav">'
	+'      <area shape="rect" coords="25,4,115,30" title="トップページ" href="#" />'
	+'      <area shape="rect" coords="385,4,474,30" title="新規会員登録" href="#" />'
	+'      <area shape="rect" coords="475,4,564,30" title="サービス説明" href="#" />'
	+'      <area shape="rect" coords="565,4,654,30" title="よくある質問" href="#" />'
	+'      <area shape="rect" coords="655,4,744,30" title="利用規約" href="#" />'
	+'    </map>'
	+'</div>'

	//書き出し
    document.write( write_text )
}

//共通ナビゲーション02
function common_nav02(title){

	//HTML
	write_text = '<div id="navigation" align="center">'
	+'	<h1><img src="../common/images/com_nav02.gif" usemap="#MapNav" /></h1>'
	+'    <map name="MapNav" id="MapNav">'
	+'      <area shape="rect" coords="25,4,115,30" title="トップページ" href="#" />'
	+'      <area shape="rect" coords="385,4,474,30" title="新規会員登録" href="#" />'
	+'      <area shape="rect" coords="475,4,564,30" title="サービス説明" href="#" />'
	+'      <area shape="rect" coords="565,4,654,30" title="よくある質問" href="#" />'
	+'      <area shape="rect" coords="655,4,744,30" title="利用規約" href="#" />'
	+'    </map>'
	+'</div>'

	//書き出し
    document.write( write_text )
}

//共通ナビゲーション21 横幅拡張var060103
function common_nav21(title){

	//HTML
	write_text = '<div id="navigation" align="center">'
	+'	<h1><img src="../common/images/com_nav12.gif" usemap="#MapNav" /></h1>'
	+'    <map name="MapNav" id="MapNav">'
	+'      <area shape="rect" coords="25,4,115,30" title="トップページ" href="#" />'
	+'    </map>'
	+'</div>'

	//書き出し
    document.write( write_text )
}

//共通ナビゲーション03
function common_nav03(title){

	//HTML
	write_text = '<div id="navigation" align="center">'
	+'	<h1><img src="../common/images/com_nav03.gif" usemap="#MapNav" /></h1>'
	+'    <map name="MapNav" id="MapNav">'
	+'      <area shape="rect" coords="25,4,115,30" title="トップページ" href="#" />'
	+'    </map>'
	+'</div>'

	//書き出し
    document.write( write_text )
}

//共通ナビゲーション31
function common_nav31(title){

	//HTML
	write_text = '<div id="navigation" align="center">'
	+'	<h1><img src="../common/images/com_nav13.gif" usemap="#MapNav" /></h1>'
	+'    <map name="MapNav" id="MapNav">'
	+'      <area shape="rect" coords="25,4,115,30" title="トップページ" href="#" />'
	+'    </map>'
	+'</div>'

	//書き出し
    document.write( write_text )
}


//共通ナビゲーション03_1
function common_nav03_1(title){

        //HTML
        write_text = '<div id="navigation" align="center">'
        +'      <h1><img src="/common/images/com_nav03.gif" usemap="#MapNav" /></h1>'
        +'    <map name="MapNav" id="MapNav">'
        +'      <area shape="rect" coords="25,4,115,30" title="トップページ" href="#" />'
        +'    </map>'
        +'</div>'

        //書き出し
    document.write( write_text )
}


//共通ナビゲーション04
function common_nav04(title){

	//HTML
	write_text = '<div id="navigation" align="center">'
	+'	<h1><img src="../common/images/com_nav04.gif" usemap="#MapNav" /></h1>'
	+'    <map name="MapNav" id="MapNav">'
	+'      <area shape="rect" coords="25,4,115,30" title="トップページ" href="#" />'
	+'      <area shape="rect" coords="385,4,474,30" title="新規会員登録" href="#" />'
	+'      <area shape="rect" coords="475,4,564,30" title="サービス説明" href="#" />'
	+'      <area shape="rect" coords="565,4,654,30" title="よくある質問" href="#" />'
	+'      <area shape="rect" coords="655,4,744,30" title="利用規約" href="#" />'
	+'    </map>'
	+'</div>'

	//書き出し
    document.write( write_text )
}

//共通ナビゲーション41 横幅拡張var060131
function common_nav41(title){

	//HTML
	write_text = '<div id="navigation" align="center">'
	+'	<h1><img src="../common/images/com_nav14.gif" usemap="#MapNav" /></h1>'
	+'    <map name="MapNav" id="MapNav">'
	+'      <area shape="rect" coords="25,4,115,30" title="トップページ" href="#" />'
	+'      <area shape="rect" coords="385,4,474,30" title="新規会員登録" href="#" />'
	+'      <area shape="rect" coords="475,4,564,30" title="サービス説明" href="#" />'
	+'      <area shape="rect" coords="565,4,654,30" title="よくある質問" href="#" />'
	+'      <area shape="rect" coords="655,4,744,30" title="利用規約" href="#" />'
	+'    </map>'
	+'</div>'

	//書き出し
    document.write( write_text )
}


//共通ナビゲーション05
function common_nav05(title){

	//HTML
	write_text = '<div id="navigation" align="center">'
	+'	<h1><img src="../common/images/com_nav05.gif" usemap="#MapNav" /></h1>'
	+'    <map name="MapNav" id="MapNav">'
	+'      <area shape="rect" coords="25,4,115,30" title="トップページ" href="#" />'
	+'      <area shape="rect" coords="385,4,474,30" title="新規会員登録" href="#" />'
	+'      <area shape="rect" coords="475,4,564,30" title="サービス説明" href="#" />'
	+'      <area shape="rect" coords="565,4,654,30" title="よくある質問" href="#" />'
	+'      <area shape="rect" coords="655,4,744,30" title="利用規約" href="#" />'
	+'    </map>'
	+'</div>'

	//書き出し
    document.write( write_text )
}


//共通ナビゲーション51 横幅拡張var060131
function common_nav51(title){

	//HTML
	write_text = '<div id="navigation" align="center">'
	+'	<h1><img src="../common/images/com_nav15.gif" usemap="#MapNav" /></h1>'
	+'    <map name="MapNav" id="MapNav">'
	+'      <area shape="rect" coords="25,4,115,30" title="トップページ" href="#" />'
	+'      <area shape="rect" coords="385,4,474,30" title="新規会員登録" href="#" />'
	+'      <area shape="rect" coords="475,4,564,30" title="サービス説明" href="#" />'
	+'      <area shape="rect" coords="565,4,654,30" title="よくある質問" href="#" />'
	+'      <area shape="rect" coords="655,4,744,30" title="利用規約" href="#" />'
	+'    </map>'
	+'</div>'

	//書き出し
    document.write( write_text )
}

//共通ナビゲーション06
function common_nav06(title){

	//HTML
	write_text = '<div id="navigation" align="center">'
	+'	<h1><img src="../common/images/com_nav06.gif" usemap="#MapNav" /></h1>'
	+'    <map name="MapNav" id="MapNav">'
	+'      <area shape="rect" coords="25,4,115,30" title="トップページ" href="#" />'
	+'      <area shape="rect" coords="385,4,474,30" title="新規会員登録" href="#" />'
	+'      <area shape="rect" coords="475,4,564,30" title="サービス説明" href="#" />'
	+'      <area shape="rect" coords="565,4,654,30" title="よくある質問" href="#" />'
	+'      <area shape="rect" coords="655,4,744,30" title="利用規約" href="#" />'
	+'    </map>'
	+'</div>'

	//書き出し
    document.write( write_text )
}

//共通ナビゲーション61 横幅拡張var060131
function common_nav61(title){

	//HTML
	write_text = '<div id="navigation" align="center">'
	+'	<h1><img src="../common/images/com_nav16.gif" usemap="#MapNav" /></h1>'
	+'    <map name="MapNav" id="MapNav">'
	+'      <area shape="rect" coords="25,4,115,30" title="トップページ" href="#" />'
	+'      <area shape="rect" coords="385,4,474,30" title="新規会員登録" href="#" />'
	+'      <area shape="rect" coords="475,4,564,30" title="サービス説明" href="#" />'
	+'      <area shape="rect" coords="565,4,654,30" title="よくある質問" href="#" />'
	+'      <area shape="rect" coords="655,4,744,30" title="利用規約" href="#" />'
	+'    </map>'
	+'</div>'

	//書き出し
    document.write( write_text )
}

//map1
function head_link(title){

	//HTML
	write_text = '<map name="MapLnet" id="MapLnet">'
	+'<area shape="rect" coords="641,6,760,50" title="" target="_blank" href="#" />'	
	+'</map>'

	//書き出し
    document.write( write_text )
}

//map2
function head_link_top(title){

	//HTML
	write_text ='	  <map name="MapLnetTop" id="MapLnetTop">'
	+'	    <area shape="rect" coords="655,2,757,40" href="#" title="" />'
	+'	  </map>'

	//書き出し
    document.write( write_text )
}

//フッダー
function foot_nav(title){

	//HTML
	write_text = '<div id="footer" align="center">'
	+'<p><a href="info.html">プライバシーポリシー</a>　｜　<a href="company.html">会社概要</a>　｜　<a href="mailto:info@hokuto-care.com">お問い合わせ</a></p>'		
	+'<p>Copyright(C) 2006 hokuto-care.com All Rights Reserved </p>'
	+'</div>'

	//書き出し
    document.write( write_text )
}

//トップページロールオーバー
gazou=new Array(7);

function set_img(){

	for (var i=0; i < gazou.length ; i++) {
		gazou[i] = new Image();
	}
	
	gazou[0].src = "common/images/top_ov_1b.jpg";
	gazou[1].src = "common/images/top_ov_2b.jpg";
	gazou[2].src = "common/images/top_ov_3b.jpg";
	gazou[3].src = "common/images/top_ov_4b.jpg";
	gazou[4].src = "common/images/top_ov_5b.jpg";
	gazou[5].src = "common/images/top_ov_6b.jpg";
	gazou[6].src = "common/images/top_ov_7b.jpg";
}

//よくある質問おしらせ
function qa_info(){

	//HTML
	write_text = '<div class="info_margin">'
	+'<div class="info_m" id="info_qa">'
	+'	<p>よくある質問(Q＆A）に類似の項目がないかご確認ください。</p>'
	+'	<p>ファイル1<a href="../information/infouse.html">利用規約</a>にあらかじめご承諾された上でご利用をお願いしています。</p>'
	+'	<p>お問合せはお問合せフォームからどうぞ。<a href="#" target="_self">→お問合せはこちらから</a></p>'
	+'</div>'
	+'</div>'

	//書き出し
    document.write( write_text )

}
function qa_info_old(){

	//HTML
	write_text = '<div class="info_margin">'
	+'<div class="info_m" id="info_miss">'
	+'	<p>電話での質問は一切受付けしていません。</p>'
	+'	<p>利用者が増えているため、お問合せにはすぐに回答できないこともありますがご容赦ください。</p>'
	+'</div>'
	+'</div>'

	//書き出し
    document.write( write_text )

}
