// en_footer.js
// アキレス本社用フッター（英語版）

document.write('<!-- footer -->');
document.write('<div id="grovalfooter">');
document.write('<div class="groval760">');
document.write('<ul>');
document.write('<li class="f00en">');
document.write('<img src="http://www.achilles.jp/images/common/f_copyright.gif" width="332" height="15" alt="Copyright 2000-2011 achilles corporation All rights reserved."></li>');
document.write('<li class="f01en"><a href="http://www.achilles.jp/english/company/12/">');
document.write('<img src="http://www.achilles.jp/images/common/f_menu01_en.gif" width="76" height="15" alt="Privacy Policy" border="0"></a></li>');
document.write('<li class="f02en"><a href="#" onClick="openNoticeWin();">');
document.write('<img src="http://www.achilles.jp/images/common/f_menu02_en.gif" width="68" height="15" alt="Disclaimers" border="0"></a></li>');
document.write('</ul>');
document.write('<div style="clear:both;"></div>');
document.write('</div>');
document.write('</div>');
document.write('<!-- /grovalfooter -->');

var head= document.getElementsByTagName('head')[0];
var script= document.createElement('script');
script.type= 'text/javascript';
script.src= '/common/js/bmv13_9.js';
head.appendChild(script);

