//ヘッダ1
var path;
function write_intro(num) {
	if(num==1){ path="../"; }  else if (num==2){ path="../../"; }  else if (num==3){ path="../../../"; } else { path=""; }
document.write('	<header id="globalHeader">');
document.write('	<hgroup>');
document.write('		<h1>ナカムラ消防化学は、消防車、ポンプ車、放水車など、数多くの消防車両を取り扱っています。</h1>');
document.write('		<h2><a href="'+path+'./"><img src="'+path+'grp/non-img.png" width="230" height="57" alt="信頼のブランド　ナカムラ式"></a></h2>');
document.write('	</hgroup>');
document.write('	<address>株式会社　ナカムラ消防化学　住所〒856-0804 長崎県大村市大川田町435-3 TEL　0957-55-1006 FAX　0957-55-3839</address>');
document.write('	</header>');
document.write('	<div id="head_menu">');
document.write('		<ul>');
document.write('		  <li><a href="'+path+'./"><img src="'+path+'grp/icon_home.png" width="90" height="23" alt="HOME"></a></li>');
document.write('		  <li><a href="'+path+'access/"><img src="'+path+'grp/icon_contact.png" width="90" height="23" alt="お問合せ"></a></li>');
document.write('		</ul>');
document.write('	</div>');
document.write('	<nav id="grobalNav">');
document.write('		<ul><!--');
document.write('		  --><li><a href="'+path+'topics/">トピックス</a></li><!--');
document.write('		  --><li><a href="'+path+'profile/">会社概要・沿革</a></li><!--');
document.write('		  --><li><a href="'+path+'iso9001/">品質方針</a></li><!--');
document.write('		  --><li><a href="'+path+'list/">消防車輌</a></li><!--');
document.write('		  --><li><a href="'+path+'shobo/">shobo<!--（ショーボ）--></a></li><!--');
document.write('          --><li><a href="'+path+'shobo_hose/">shoboホース</a></li><!--');
document.write('		  --><li><a href="'+path+'nousha/">Movie</a></li><!--');
document.write('		  --><li><a href="'+path+'agent/">代理店募集</a></li><!--');
document.write('		  --><li><a href="'+path+'recruiting/">採用情報</a></li><!--');
document.write('		--></ul>');
document.write('	</nav>');
}



//フッタ
var path;
function write_foot(num) {
	if(num==1){ path="../"; }  else if (num==2){ path="../../"; }  else if (num==3){ path="../../../"; } else { path=""; }
document.write('<footer id="globalFooter"><small>Copyright ナカムラ消防化学. All rights reserved </small></footer>');
}
