﻿// NEWSトップヘッダー

function NewsTop_Head(){
document.write('<div id="header">',
'<div id="header_left"><a href="../index.html"><img src="../common/img/logo.jpg" alt="Itokin" /></a></div>',
'<div id="header_right1">',
'<div class="header_right1"><a href="../index.html"><img src="../common/img/home_n.gif" alt="Home" /></a></div>',
'<!--div class="header_right2"><a href="#" target="_self"><img src="../img/online.jpg" alt="オンライン会員登録" /></a></div-->',
'</div>',
'</div>',
'<div id="navi">',
'<ul>',
'<li><a href="index.html"><img src="../common/img/information_n.jpg" alt="INFORMATION　インフォメーション" width="165" height="55" border="0" /></a></li>',
'<li><a href="../company/index.html"><img src="../common/img/company_n.jpg" alt="Company 会社情報" width="157" height="55" border="0"/></a></li>',
'<li><a href="/cgi-bin/ntlinktrack.cgi?http://www.itokin-saiyo.com/top.html" target="_blank"><img src="../common/img/recruit_n.jpg" alt="Recruit 採用情報" width="157" height="55" border="0"/></a></li>',
'<li><a href="../brands/index.html"><img src="../common/img/brands_n.jpg" alt="Brands ブランド情報" width="157" height="55" border="0" class="imgover" /></a></li>',
'<li><a href="../care/index.html"><img src="../common/img/contents_n.jpg" alt="Contents コンテンツ" width="164" height="55" border="0"/></a></li>',
'</ul>',
'</div>');
}


//NEWSヘッダー
function News_Head(){
document.write('<div id="header">',
'<div id="header_left"><a href="../../index.html" target="_self"><img src="../../common/img/logo.jpg" alt="Itokin" /></a></div>',
'<div id="header_right1">',
'<div class="header_right1"><a href="../../index.html" target="_self"><img src="../../common/img/home_n.gif" alt="Home" /></a></div>',
'<!--div class="header_right2"><a href="#" target="_self"><img src="../../img/online.jpg" alt="オンライン会員登録" /></a></div-->',
'</div>',
'</div>',
'<div id="navi">',
'<ul>',
'<li><a href="../index.html"><img src="../../common/img/information_n.jpg" alt="INFORMATION　インフォメーション" width="165" height="55" border="0" /></a></li>',
'<li><a href="../../company/index.html"><img src="../../common/img/company_n.jpg" alt="Company 会社情報" width="157" height="55" border="0"/></a></li>',
'<li><a href="/cgi-bin/ntlinktrack.cgi?http://www.itokin-saiyo.com/top.html" target="_blank"><img src="../../common/img/recruit_n.jpg" alt="Recruit 採用情報" width="157" height="55" border="0"/></a></li>',
'<li><a href="../../brands/index.html"><img src="../../common/img/brands_n.jpg" alt="Brands ブランド情報" width="157" height="55" border="0" class="imgover" /></a></li>',
'<li><a href="../../care/index.html"><img src="../../common/img/contents_n.jpg" alt="Contents コンテンツ" width="164" height="55" border="0"/></a></li>',
'</ul>',
'</div>');
}
