// en_grovalheader.js
// アキレス外部サイト用ヘッダー（英語版）

// 免責ポップアップ
function openNoticeWin() {
window.open('http://www.achilles.jp/english/notice/index.html','nwin','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=320,height=480');
}

document.write('<!-- grovalheader -->');
document.write('<div id="grovalheader">');
document.write('<div class="groval760">');
document.write('<div id="achilles-logo">');
document.write('<a href="http://www.achilles.jp/english/" target="_blank">');
document.write('<img src="http://www.achilles.jp/images/common/h_logo_en.gif" width="309" height="48" alt="Achilles" border="0"></a>');
document.write('<a href="/english/"><img src="http://www.achilles.jp/images/common/h_link_home.gif" width="46" height="10" alt="HOME" border="0" id="home"></a>');
document.write('</div>');
document.write('<div id="search">');
document.write('<a href="http://www.achilles.jp/english/" target="_blank"><img src="http://www.achilles.jp/images/common/h_link.gif" width="95" height="10" alt="Achilles HOME" border="0"></a>');
document.write('<a href="/"><img src="http://www.achilles.jp/images/common/h_link_jpn.gif" width="63" height="12" alt="Japanese" border="0"></a>');
document.write('<a href="http://www.achilles.jp/english/link/index.html?bn=link_top" target="_blank"><img src="http://www.achilles.jp/images/common/h_link_link.gif" width="39" height="12" alt="LINK" border="0"></a>');
document.write('</div>');
document.write('<div style="clear:both;"></div>');
document.write('</div>');
document.write('</div>');
document.write('<!-- /grovalheader -->');
