// grovalheader.js 
// アキレス外部サイト用ヘッダー（日本語版）
// 英語版へのリンクなし

// 免責ポップアップ
function openNoticeWin() {
window.open('http://www.achilles.jp/notice/','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/" target="_blank">');
document.write('<img src="http://www.achilles.jp/images/common/h_logo.gif" width="243" height="48" alt="Achilles" border="0"></a>');
document.write('<a href="/"><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/" 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="http://www.achilles.jp/link/?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 -->');

