﻿// 1階層目フッター

function First_Foot(){
document.write('<div id="footer">',
'<div id="footer1">',
'<div id="footer_left"><a href="../index.html"><img src="../common/img/logo_s.jpg" alt="Itokin" /></a></div>',
'<div id="footer_right">',
'<div id="footer_menu1">',
'<div id="navi_footer">',
'<ul>',
'<li><a href="../information/index02.html"><img src="../common/img/oshirase_n.gif" alt="お客様へ重要なお知らせ" width="143" height="18" border="0"/></li>',
'<li><a href="../privacypolicy/index.html"><img src="../common/img/privacy_n.gif" alt="プライバシーポリシー" width="138" height="18" border="0"/></li>',
'<li><a href="../sitepolicy/index.html"><img src="../common/img/sitepolicy_n.gif" alt="サイトポリシー" width="106" height="18" border="0"/></a></li>',
'<li><a href="/cgi-bin/ntlinktrack.cgi?https://www.itokin.info/contact/form/contact.php"><img src="../common/img/toiawase_n.gif" alt="お問い合わせ" width="96" height="18" border="0"/></li>',
'<li><a href="/cgi-bin/ntlinktrack.cgi?http://www.itokin.cn/" target="_blank"><img src="../common/img/china_n.gif" alt="中国サイト" width="75" height="18" border="0"/></li>',
'<li><a href="/cgi-bin/ntlinktrack.cgi?http://www.itokin.com.tw/" target="_blank"><img src="../common/img/taiwan_n.gif" alt="台湾サイト" width="75" height="18" border="0"/></a></li>',
'</ul>',
'</div>',
'</div>',
//'<div id="footer_menu2"></div>',
'<div id="footer_menu3">COPYRIGHT &copy; 1996-2012 ITOKIN.ALL RIGHTS RESERVED.</div>',
'</div>',
'</div>',
'</div>');
}


// 2階層目フッター

function Second_Foot(){
document.write('<div id="footer">',
'<div id="footer1">',
'<div id="footer_left"><a href="../../index.html"><img src="../../common/img/logo_s.jpg" alt="Itokin" /></a></div>',
'<div id="footer_right">',
'<div id="footer_menu1">',
'<div id="navi_footer">',
'<ul>',
'<li><a href="../../information/index02.html"><img src="../../common/img/oshirase_n.gif" alt="お客様へ重要なお知らせ" width="143" height="18" border="0"/></a></li>',
'<li><a href="../../privacypolicy/index.html"><img src="../../common/img/privacy_n.gif" alt="プライバシーポリシー" width="138" height="18" border="0"/></a></li>',
'<li><a href="../../sitepolicy/index.html"><img src="../../common/img/sitepolicy_n.gif" alt="サイトポリシー" width="92" height="18" border="0"/></a></li>',
'<li><a href="/cgi-bin/ntlinktrack.cgi?https://www.itokin.info/contact/form/contact.php"><img src="../../common/img/toiawase_n.gif" alt="お問い合わせ" width="96" height="18" border="0"/></a></li>',
'<li><a href="/cgi-bin/ntlinktrack.cgi?http://www.itokin.cn/" target="_blank"><img src="../../common/img/china_n.gif" alt="中国サイト" width="75" height="18" border="0"/></li>',
'<li><a href="/cgi-bin/ntlinktrack.cgi?http://www.itokin.com.tw/" target="_blank"><img src="../../common/img/taiwan_n.gif" alt="台湾サイト" width="75" height="18" border="0"/></a></li>',
'</ul>',
'</div>',
'</div>',
//'<div id="footer_menu2"></div>',
'<div id="footer_menu3">COPYRIGHT &copy; 1996-2012 ITOKIN.ALL RIGHTS RESERVED.</div>',
'</div>',
'</div>',
'</div>');
}

// 3階層目フッター

function Third_Foot(){
document.write('<div id="footer">',
'<div id="footer1">',
'<div id="footer_left"><a href="../../../index.html"><img src="../../../common/img/logo_s.jpg" alt="Itokin" /></a></div>',
'<div id="footer_right">',
'<div id="footer_menu1">',
'<div id="navi_footer">',
'<ul>',
'<li><a href="../../../information/index02.html"><img src="../../../common/img/oshirase_n.gif" alt="お客様へ重要なお知らせ" width="143" height="18" border="0"/></a></li>',
'<li><a href="../../../privacypolicy/index.html"><img src="../../../common/img/privacy_n.gif" alt="プライバシーポリシー" width="138" height="18" border="0"/></a></li>',
'<li><a href="../../../sitepolicy/index.html"><img src="../../../common/img/sitepolicy_n.gif" alt="サイトポリシー" width="92" height="18" border="0"/></a></li>',
'<li><a href="/cgi-bin/ntlinktrack.cgi?https://www.itokin.info/contact/form/contact.php"><img src="../../../common/img/toiawase_n.gif" alt="お問い合わせ" width="96" height="18" border="0"/></a></li>',
'<li><a href="/cgi-bin/ntlinktrack.cgi?http://www.itokin.cn/" target="_blank"><img src="../../../common/img/china_n.gif" alt="中国サイト" width="75" height="18" border="0"/></li>',
'<li><a href="/cgi-bin/ntlinktrack.cgi?http://www.itokin.com.tw/" target="_blank"><img src="../../../common/img/taiwan_n.gif" alt="台湾サイト" width="75" height="18" border="0"/></a></li>',
'</ul>',
'</div>',
'</div>',
//'<div id="footer_menu2"></div>',
'<div id="footer_menu3">COPYRIGHT &copy; 1996-2012 ITOKIN.ALL RIGHTS RESERVED.</div>',
'</div>',
'</div>',
'</div>');
}


