// en_header.js
// アキレス本社用ヘッダー（英語版）

// 免責ポップアップ
function openNoticeWin() {
window.open('http://www.achilles.jp/english/notice/','nwin','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=320,height=480');
}

document.write('<!-- header -->');
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/">');
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('</div>');
document.write('<form method="GET" action="http://www.achilles.jp/namazu.cgi" id="search">');
document.write('<table width="250"><tr>');
document.write('<td align="right"><input type="text" name="query" value="" class="searchbox"></td>');
document.write('<td width="56"><input type="image" src="http://www.achilles.jp/images/common/h_search_en.gif" name="submit" value="Search" alt="Search" class="searchbtn"></td>');
document.write('</tr></table>');
document.write('<a href="http://www.achilles.jp/english/"><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="http://www.achilles.jp/"><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/?bn=link_top"><img src="http://www.achilles.jp/images/common/h_link_link.gif" width="39" height="12" alt="LINK" border="0"></a>');
document.write('</form>');
document.write('<div style="clear:both;"></div>');
document.write('</div>');
document.write('</div>');
document.write('<!-- /grovalheader -->');

