// header.js アキレス本社用ヘッダー

// 免責ポップアップ
function openNoticeWin() {
window.open('http://www.achilles.jp/notice/index.html','nwin','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=320,height=350');
}

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/">');
document.write('<img src="http://www.achilles.jp/images/common/h_logo.gif" width="243" 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.gif" name="submit" value="検索" alt="検索" class="searchbtn"></td>');
document.write('</tr></table>');
document.write('<a href="http://www.achilles.jp/"><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/english/index.html"><img src="http://www.achilles.jp/images/common/h_link_en.gif" width="51" height="12" alt="English" border="0"></a>');
document.write('<a href="http://www.achilles.jp/link/index.html?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 -->');
