function callHeader(){
	document.writeln('<div id="header">');
	document.writeln('	<p id="headerLogo"><a title="三信ゴム商会ホームページ" href="/"><img src="/common/images/header_logo.png" alt="SUNSiN" width="154" height="43" /></a></p>');
	document.writeln('	<div id="headInner">');
	document.writeln('		<div id="headerTop">');
	document.writeln('			<h1 id="headerCopy">シリコンを使った画期的な商品を開発。お客様の要望にお応えしたオリジナル製品なども数多く手がけてきております。</h1>');
	document.writeln('			<p class="sitemap"><a title="サイトマップ" href="/sitemap.html">サイトマップ</a></p>');
	document.writeln('		</div>');
	document.writeln('		<div id="headerInfo">');
	document.writeln('			<p title="新時代にシリコン素材、新技術、新発想で。" id="headerCopy2"><img src="/common/images/header_copy.png" alt="新時代にシリコン素材、新技術、新発想で。" width="219" height="12" /></p>');
	document.writeln('			<p title="TEL.033-3611-4195 / FAX.03-3612-6014" id="headerTel"><img src="/common/images/header_tel.png" alt="お気軽にお問い合わせください TEL.033-3611-4195 / FAX.03-3612-6014" width="308" height="29" /></p>');
	document.writeln('		</div>');
	document.writeln('	</div>');
	document.writeln('</div>');
}



function callGNavi(){
	document.writeln('<div id="gNavi">');
	document.writeln('	<ul>');
	document.writeln('		<li id="gN01"><a title="最新情報" href="/release/">最新情報</a></li>');
	document.writeln('		<li id="gN02"><a title="オリジナル商品" href="/products/">オリジナル商品</a></li>');
	document.writeln('		<li id="gN03"><a title="ダイレクトショップ" href="http://www2.enekoshop.jp/shop/sunsin/" rel="bl">ダイレクトショップ</a></li>');
	document.writeln('		<li id="gN04"><a title="OEM紹介" href="/oem/">OEM紹介</a></li>');
	document.writeln('		<li id="gN05"><a title="会社案内" href="/aboutus/">会社案内</a></li>');
	document.writeln('		<li id="gN06"><a title="シリコンとは？" href="/silicon/">シリコンとは？</a></li>');
	document.writeln('		<li id="gN07"><a title="お問い合わせ" href="/contact/">お問い合わせ</a></li>');
	document.writeln('	</ul>');
	document.writeln('</div>');
}


function callFNavi(){
	document.writeln('<ul id="footerNavi">');
	document.writeln('	<li><a title="三信ゴム商会ホームページ" href="/">ホーム</a></li>');
	document.writeln('	<li><a title="最新情報" href="/release/">最新情報</a></li>');
	document.writeln('	<li><a title="オリジナル商品" href="/products/">オリジナル商品</a></li>');
	document.writeln('	<li><a title="ダイレクトショップ" href="http://www2.enekoshop.jp/shop/sunsin/" rel="bl">ダイレクトショップ</a></li>');
	document.writeln('	<li><a title="OEM紹介" href="/oem/">OEM紹介</a></li>');
	document.writeln('	<li><a title="会社案内" href="/aboutus/">会社案内</a></li>');
	document.writeln('	<li><a title="シリコンとは？" href="/silicon/">シリコンとは？</a></li>');
	document.writeln('	<li><a title="お問い合わせ" href="/contact/">お問い合わせ</a></li>');
	document.writeln('	<li><a title="サイトマップ" href="/sitemap.html">サイトマップ</a></li>');
	document.writeln('</ul>');
	document.writeln('<div id="footer02">');
	document.writeln('	<dl id="footAdress">');
	document.writeln('		<dt>株式会社 三信ゴム商会</dt>');
	document.writeln('		<dd>〒131-0034　東京都墨田区堤通1-17-25<br />');
	document.writeln('		E-mail：<a title="info@sunsin-gomu.com 宛にメールをする" href="mailto:info@sunsin-gomu.com">info@sunsin-gomu.com</a></dd>');
	document.writeln('	</dl>');
	document.writeln('	<p class="copyright">(c)2011 SUNSIN RUBBER CO., LTD. All rights Reserved.</p>');
	document.writeln('</div>');
}
