// menu.js
/* ヘッダーメニュー読み込み */
/*
	読み込み時にID指定してフォーカスを設定
	id:メニュー
	 1:ニュース
	 2:会社概要
	 3:事業紹介
	 4:製品情報
	 5:株主・IR情報
	 6:採用情報
	 7:お問合せ
	 8:サイトマップ
*/

function LoadMenu(id){

//メニュー数
arrImg = new Array(10);
for(i=1; i < arrImg.length; i++){
	arrImg[i] = new Array(1);
	arrImg[i][0] = "m0" + i;
	arrImg[i][1] = "m0" + i + "_on";
	if(i == id){
		arrImg[i][0] = "m0" + i + "_st";
		arrImg[i][1] = "m0" + i + "_st";
	}
}
document.write('<!-- MENU00 -->');
document.write('<ul id="menu00">');
document.write('<li><a href="/news/2010/index.html?bn=news_top" onmouseover="changeImages(\'m01\',\'/images/cmn_' + arrImg[1][1] + '.gif\');" onmouseout="changeImages(\'m01\',\'/images/cmn_' + arrImg[1][0] + '.gif\');">');
document.write('<img name="m01" src="/images/cmn_' + arrImg[1][0] + '.gif" alt="ニュース" width="61" height="19"></a></li>');
document.write('<li class="bar">&nbsp;</li>');
document.write('<li><a href="/information/2010/index.html?bn=info_top" onmouseover="changeImages(\'m09\',\'/images/cmn_' + arrImg[9][1] + '.gif\');" onmouseout="changeImages(\'m09\',\'/images/cmn_' + arrImg[9][0] + '.gif\');">');
document.write('<img name="m09" src="/images/cmn_' + arrImg[9][0] + '.gif" alt="インフォメーション" width="121" height="19"></a></li>');
document.write('<li class="bar">&nbsp;</li>');
document.write('<li><a href="/company/index.html?bn=co_top" onmouseover="changeImages(\'m02\',\'/images/cmn_' + arrImg[2][1] + '.gif\');" onmouseout="changeImages(\'m02\',\'/images/cmn_' + arrImg[2][0] + '.gif\');">');
document.write('<img name="m02" src="/images/cmn_' + arrImg[2][0] + '.gif" alt="会社情報" width="64" height="19"></a></li>');
document.write('<li class="bar">&nbsp;</li>');
document.write('<li><a href="/business/index.html" onmouseover="changeImages(\'m03\',\'/images/cmn_' + arrImg[3][1] + '.gif\');" onmouseout="changeImages(\'m03\',\'/images/cmn_' + arrImg[3][0] + '.gif\');">');
document.write('<img name="m03" src="/images/cmn_' + arrImg[3][0] + '.gif" alt="事業紹介" width="65" height="19"></a></li>');
document.write('<li class="bar">&nbsp;</li>');
document.write('<li><a href="/product/index.html?bn=pro_top" onmouseover="changeImages(\'m04\',\'/images/cmn_' + arrImg[4][1] + '.gif\');" onmouseout="changeImages(\'m04\',\'/images/cmn_' + arrImg[4][0] + '.gif\');">');
document.write('<img name="m04" src="/images/cmn_' + arrImg[4][0] + '.gif" alt="製品情報" width="67" height="19"></a></li>');
document.write('<li class="bar">&nbsp;</li>');
document.write('<li><a href="/ir/index.html?bn=ir_top" onmouseover="changeImages(\'m05\',\'/images/cmn_' + arrImg[5][1] + '.gif\');" onmouseout="changeImages(\'m05\',\'/images/cmn_' + arrImg[5][0] + '.gif\');">');
document.write('<img name="m05" src="/images/cmn_' + arrImg[5][0] + '.gif" alt="株主・IR情報" width="86" height="19"></a></li>');
document.write('<li class="bar">&nbsp;</li>');
document.write('<li><a href="/recruit/index.html?bn=rec_top" onmouseover="changeImages(\'m06\',\'/images/cmn_' + arrImg[6][1] + '.gif\');" onmouseout="changeImages(\'m06\',\'/images/cmn_' + arrImg[6][0] + '.gif\');">');
document.write('<img name="m06" src="/images/cmn_' + arrImg[6][0] + '.gif" alt="採用情報" width="67" height="19"></a></li>');
document.write('<li class="bar">&nbsp;</li>');
document.write('<li><a href="/contact/index.html?bn=info_top" onmouseover="changeImages(\'m07\',\'/images/cmn_' + arrImg[7][1] + '.gif\');" onmouseout="changeImages(\'m07\',\'/images/cmn_' + arrImg[7][0] + '.gif\');">');
document.write('<img name="m07" src="/images/cmn_' + arrImg[7][0] + '.gif" alt="お問い合わせ" width="90" height="19"></a></li>');
document.write('<li class="bar">&nbsp;</li>');
document.write('<li><a href="/sitemap/index.html?bn=map_top" onmouseover="changeImages(\'m08\',\'/images/cmn_' + arrImg[8][1] + '.gif\');" onmouseout="changeImages(\'m08\',\'/images/cmn_' + arrImg[8][0] + '.gif\');">');
document.write('<img name="m08" src="/images/cmn_' + arrImg[8][0] + '.gif" alt="サイトマップ" width="85" height="19"></a></li>');
document.write('</ul>');
document.write('<div class="clr"></div>');
document.write('<!-- /MENU00 -->');
}

/* 右文字抜き用の関数 */
function right( str, n ) {
    l = str.length;
    if (n>l) n=l;
    return( str.substring(l-n,l) );
}


/* NEWSサイドメニュー読み込み ☆１階層　*/
function LoadMenuNews(id){
var intNo;
intNo = 2002;

//メニュー数
arrImg = new Array(30);
for(i=1; i < arrImg.length; i++){
	arrImg[i] = new Array(1);
	arrImg[i][0] = "m" + intNo;
	arrImg[i][1] = "m" + intNo + "_on";
	if(intNo == id){
		arrImg[i][0] = "m" + intNo + "_on";
	}
	intNo++;
}
document.write('<!-- LEFT MENU -->');
document.write('<ul>');
document.write('<li><img name="ml00" src="../images/news_m00.gif" width="161" height="38" alt="ニュース MENU INDEX"></li>');
document.write('<li><img name="ml01" src="../images/news_m01.gif" width="161" height="31" alt="バックナンバー"></li>');
document.write('<li><a href="../2010/index.html" onmouseover="changeImages(\'ml2010\', \'../images/news_' + arrImg[9][1] + '.gif\');" onmouseout="changeImages(\'ml2010\', \'../images/news_' + arrImg[9][0] + '.gif\');">');
document.write('<img name="ml2010" src="../images/news_' + arrImg[9][0] + '.gif" width="161" height="30" alt="2010年"></a></li>');
document.write('<li><a href="../2009/index.html" onmouseover="changeImages(\'ml2009\', \'../images/news_' + arrImg[8][1] + '.gif\');" onmouseout="changeImages(\'ml2009\', \'../images/news_' + arrImg[8][0] + '.gif\');">');
document.write('<img name="ml2009" src="../images/news_' + arrImg[8][0] + '.gif" width="161" height="30" alt="2009年"></a></li>');
document.write('<li><a href="../2008/index.html" onmouseover="changeImages(\'ml2008\', \'../images/news_' + arrImg[7][1] + '.gif\');" onmouseout="changeImages(\'ml2008\', \'../images/news_' + arrImg[7][0] + '.gif\');">');
document.write('<img name="ml2008" src="../images/news_' + arrImg[7][0] + '.gif" width="161" height="30" alt="2008年"></a></li>');
document.write('<li><a href="../2007/index.html" onmouseover="changeImages(\'ml2007\', \'../images/news_' + arrImg[6][1] + '.gif\');" onmouseout="changeImages(\'ml2007\', \'../images/news_' + arrImg[6][0] + '.gif\');">');
document.write('<img name="ml2007" src="../images/news_' + arrImg[6][0] + '.gif" width="161" height="30" alt="2007年"></a></li>');
document.write('<li><a href="../2006/index.html".html" onmouseover="changeImages(\'ml2006\', \'../images/news_' + arrImg[5][1] + '.gif\');" onmouseout="changeImages(\'ml2006\', \'../images/news_' + arrImg[5][0] + '.gif\');">');
document.write('<img name="ml2006" src="../images/news_' + arrImg[5][0] + '.gif" width="161" height="30" alt="2006年"></a></li>');
document.write('</ul>');
document.write('<!-- /LEFT MENU -->');
}

/* INFORMATIONサイドメニュー読み込み ☆１階層　*/
function LoadMenuInfo(id,path){
var intNo;
strPath = "../";
intNo = 2008;

//メニュー数
arrImg = new Array(30);
for(i=1; i < arrImg.length; i++){
	arrImg[i] = new Array(1);
	arrImg[i][0] = "m" + intNo;
	arrImg[i][1] = "m" + intNo + "_on";
	if(intNo == id){
		arrImg[i][0] = "m" + intNo + "_on";
	}
	intNo++;
}

if(path == 'second'){
	strPath = strPath + "../";
}

document.write('<!-- LEFT MENU -->');
document.write('<ul>');
document.write('<li><img name="ml00" src="' + strPath + 'images/news_m00.gif" width="161" height="38" alt="インフォメーション MENU INDEX"></li>');
//document.write('<li><img name="ml01" src="' + strPath + 'images/news_m01.gif" width="161" height="31" alt="過去のインフォメーション"></li>');
document.write('<li><a href="' + strPath + '2010/index.html" onmouseover="changeImages(\'ml2010\', \'' + strPath + 'images/news_' + arrImg[3][1] + '.gif\');" onmouseout="changeImages(\'ml2010\', \'' + strPath + 'images/news_' + arrImg[3][0] + '.gif\');">');
document.write('<img name="ml2010" src="' + strPath + 'images/news_' + arrImg[3][0] + '.gif" width="161" height="30" alt="2010年"></a></li>');
document.write('</ul>');
document.write('<!-- /LEFT MENU -->');
}

/* COMPANYサイドメニュー読み込み ☆１階層　*/
/* ★重要！！！公告ページは階層が違うためHTMLにそのまま記述してある　*/

function LoadMenuCmp(id){
var strNo;

//メニュー数
arrImg = new Array(13);
for(i=1; i < arrImg.length; i++){
	arrImg[i] = new Array(1);
	strNo = right("0" + i,2);
	arrImg[i][0] = "m" + strNo;
	arrImg[i][1] = "m" + strNo + "_on";
	if(i == id){
		arrImg[i][0] = "m" + strNo + "_on";
	}
}
document.write('<!-- LEFT MENU -->');
document.write('<ul>');
document.write('<li><a href="../index.html" onmouseover="changeImages(\'ml00\', \'../images/cmp_m00_on.gif\');" onmouseout="changeImages(\'ml00\', \'../images/cmp_m00.gif\');">');
document.write('<img name="ml00" src="../images/cmp_m00.gif" width="161" height="38" alt="会社情報 MENU INDEX"></a></li>');
document.write('<li><a href="../02/index.html" onmouseover="changeImages(\'ml01\', \'../images/cmp_' + arrImg[1][1] + '.gif\');" onmouseout="changeImages(\'ml01\', \'../images/cmp_' + arrImg[1][0] + '.gif\');">');
document.write('<img name="ml01" src="../images/cmp_' + arrImg[1][0] + '.gif" width="161" height="30" alt="会社概要"></a></li>');
document.write('<li><a href="../01/index.html" onmouseover="changeImages(\'ml02\', \'../images/cmp_' + arrImg[2][1] + '.gif\');" onmouseout="changeImages(\'ml02\', \'../images/cmp_' + arrImg[2][0] + '.gif\');">');
document.write('<img name="ml02" src="../images/cmp_' + arrImg[2][0] + '.gif" width="161" height="30" alt="企業理念・トップメッセージ"></a></li>');
document.write('<li><a href="../03/index.html" onmouseover="changeImages(\'ml03\', \'../images/cmp_' + arrImg[3][1] + '.gif\');" onmouseout="changeImages(\'ml03\', \'../images/cmp_' + arrImg[3][0] + '.gif\');">');
document.write('<img name="ml03" src="../images/cmp_' + arrImg[3][0] + '.gif" width="161" height="30" alt="グローバル展開"></a></li>');
document.write('<li><a href="../04/index.html" onmouseover="changeImages(\'ml04\', \'../images/cmp_' + arrImg[4][1] + '.gif\');" onmouseout="changeImages(\'ml04\', \'../images/cmp_' + arrImg[4][0] + '.gif\');">');
document.write('<img name="ml04" src="../images/cmp_' + arrImg[4][0] + '.gif" width="161" height="30" alt="研究開発"></a></li>');
document.write('<li><a href="../05/index.html" onmouseover="changeImages(\'ml05\', \'../images/cmp_' + arrImg[5][1] + '.gif\');" onmouseout="changeImages(\'ml05\', \'../images/cmp_' + arrImg[5][0] + '.gif\');">');
document.write('<img name="ml05" src="../images/cmp_' + arrImg[5][0] + '.gif" width="161" height="30" alt="組織体制"></a></li>');
document.write('<li><a href="../06/index.html" onmouseover="changeImages(\'ml06\', \'../images/cmp_' + arrImg[6][1] + '.gif\');" onmouseout="changeImages(\'ml06\', \'../images/cmp_' + arrImg[6][0] + '.gif\');">');
document.write('<img name="ml06" src="../images/cmp_' + arrImg[6][0] + '.gif" width="161" height="30" alt="社会との共生"></a></li>');
document.write('<li><a href="../10/index.html" onmouseover="changeImages(\'ml10\', \'../images/cmp_' + arrImg[10][1] + '.gif\');" onmouseout="changeImages(\'ml10\', \'../images/cmp_' + arrImg[10][0] + '.gif\');">');
document.write('<img name="ml10" src="../images/cmp_' + arrImg[10][0] + '.gif" width="161" height="30" alt="コンプライアンス経営"></a></li>');
document.write('<li><a href="../09/index.html" onmouseover="changeImages(\'ml09\', \'../images/cmp_' + arrImg[9][1] + '.gif\');" onmouseout="changeImages(\'ml09\', \'../images/cmp_' + arrImg[9][0] + '.gif\');">');
document.write('<img name="ml09" src="../images/cmp_' + arrImg[9][0] + '.gif" width="161" height="30" alt="沿革"></a></li>');
document.write('<li><a href="../07/index.html" onmouseover="changeImages(\'ml07\', \'../images/cmp_' + arrImg[7][1] + '.gif\');" onmouseout="changeImages(\'ml07\', \'../images/cmp_' + arrImg[7][0] + '.gif\');">');
document.write('<img name="ml07" src="../images/cmp_' + arrImg[7][0] + '.gif" width="161" height="30" alt="所在地（国内）"></a></li>');
document.write('<li><a href="../08/index.html" onmouseover="changeImages(\'ml08\', \'../images/cmp_' + arrImg[8][1] + '.gif\');" onmouseout="changeImages(\'ml08\', \'../images/cmp_' + arrImg[8][0] + '.gif\');">');
document.write('<img name="ml08" src="../images/cmp_' + arrImg[8][0] + '.gif" width="161" height="30" alt="所在地（海外）"></a></li>');
document.write('<li><a href="../11/index.html" onmouseover="changeImages(\'ml11\', \'../images/cmp_' + arrImg[11][1] + '.gif\');" onmouseout="changeImages(\'ml11\', \'../images/cmp_' + arrImg[11][0] + '.gif\');">');
document.write('<img name="ml11" src="../images/cmp_' + arrImg[11][0] + '.gif" width="161" height="30" alt="公告"></a></li>');
document.write('<li><a href="../12/index.html" onmouseover="changeImages(\'ml12\', \'../images/cmp_' + arrImg[12][1] + '.gif\');" onmouseout="changeImages(\'ml12\', \'../images/cmp_' + arrImg[12][0] + '.gif\');">');
document.write('<img name="ml12" src="../images/cmp_' + arrImg[12][0] + '.gif" width="161" height="30" alt="プライバシーポリシー"></a></li>');
document.write('</ul>');
document.write('<!-- /LEFT MENU -->');
}

/* BUSINNESサイドメニュー読み込み ☆２階層　*/
function LoadMenuBus(id){
var strNo;
var k=1;
arrImg = new Array(15);

//メニュー数
arrCnt = new Array(5);
arrCnt[1] = 2;
arrCnt[2] = 4;
arrCnt[3] = 3;
arrCnt[4] = 1;

for(i=1; i < arrCnt.length; i++){
	for(j=0; j <= arrCnt[i]; j++){
		arrImg[k] = new Array(1);
		strNo = right("0" + i,2) + "_" + right("0" + j,2) ;
		arrImg[k][0] = "m" + strNo;
		arrImg[k][1] = "m" + strNo + "_on";
		if(strNo == id){
			arrImg[k][0] = "m" + strNo + "_on";
		}
		k++;
	}
}
document.write('<!-- LEFT MENU -->');
document.write('<ul>');
document.write('<li><a href="../index.html" onmouseover="changeImages(\'ml00\', \'../images/bus_m00_on.gif\');" onmouseout="changeImages(\'ml00\', \'../images/bus_m00.gif\');">');
document.write('<img name="ml00" src="../images/bus_m00.gif" width="161" height="38" alt="事業紹介 MENU INDEX"></a></li>');
document.write('<li><a href="../01/index.html?bn=bus_shoes_01" onmouseover="changeImages(\'ml01\', \'../images/bus_' + arrImg[1][1] + '.gif\');" onmouseout="changeImages(\'ml01\', \'../images/bus_' + arrImg[1][0] + '.gif\');">');
document.write('<img name="ml01" src="../images/bus_' + arrImg[1][0] + '.gif" width="161" height="33" alt="シューズ部門"></a></li>');
document.write('<li class="gray"><a href="../01/index.html?bn=bus_shoes_01#01" onmouseover="changeImages(\'ml02\', \'../images/bus_' + arrImg[2][1] + '.gif\');" onmouseout="changeImages(\'ml02\', \'../images/bus_' + arrImg[2][0] + '.gif\');">');
document.write('<img name="ml02" src="../images/bus_' + arrImg[2][0] + '.gif" width="161" height="23" alt="シューズ事業部"></a></li>');
document.write('<li><a href="../02/index.html" onmouseover="changeImages(\'ml04\', \'../images/bus_' + arrImg[4][1] + '.gif\');" onmouseout="changeImages(\'ml04\', \'../images/bus_' + arrImg[4][0] + '.gif\');">');
document.write('<img name="ml04" src="../images/bus_' + arrImg[4][0] + '.gif" width="161" height="32" alt="プラスチック部門"></a></li>');
document.write('<li class="gray"><a href="../02/index.html?bn=bus_pra_01#01" onmouseover="changeImages(\'ml05\', \'../images/bus_' + arrImg[5][1] + '.gif\');" onmouseout="changeImages(\'ml05\', \'../images/bus_' + arrImg[5][0] + '.gif\');">');
document.write('<img name="ml05" src="../images/bus_' + arrImg[5][0] + '.gif" width="161" height="23" alt="車輌資材事業部"></a></li>');
document.write('<li class="gray"><a href="../02/index.html?bn=bus_pra_02#02" onmouseover="changeImages(\'ml06\', \'../images/bus_' + arrImg[6][1] + '.gif\');" onmouseout="changeImages(\'ml06\', \'../images/bus_' + arrImg[6][0] + '.gif\');">');
document.write('<img name="ml06" src="../images/bus_' + arrImg[6][0] + '.gif" width="161" height="23" alt="化成品事業部"></a></li>');
document.write('<li class="gray"><a href="../02/index.html?bn=bus_pra_03#03" onmouseover="changeImages(\'ml07\', \'../images/bus_' + arrImg[7][1] + '.gif\');" onmouseout="changeImages(\'ml07\', \'../images/bus_' + arrImg[7][0] + '.gif\');">');
document.write('<img name="ml07" src="../images/bus_' + arrImg[7][0] + '.gif" width="161" height="23" alt="建装事業部"></a></li>');
document.write('<li class="gray"><a href="../02/index.html?bn=bus_pra_04#04" onmouseover="changeImages(\'ml08\', \'../images/bus_' + arrImg[8][1] + '.gif\');" onmouseout="changeImages(\'ml08\', \'../images/bus_' + arrImg[8][0] + '.gif\');">');
document.write('<img name="ml08" src="../images/bus_' + arrImg[8][0] + '.gif" width="161" height="25" alt="引布販売部"></a></li>');
document.write('<li><a href="../03/index.html" onmouseover="changeImages(\'ml09\', \'../images/bus_' + arrImg[9][1] + '.gif\');" onmouseout="changeImages(\'ml09\', \'../images/bus_' + arrImg[9][0] + '.gif\');">');
document.write('<img name="ml09" src="../images/bus_' + arrImg[9][0] + '.gif" width="161" height="32" alt="産業資材部門"></a></li>');
document.write('<li class="gray"><a href="../03/index.html?bn=bus_san_01#01" onmouseover="changeImages(\'ml10\', \'../images/bus_' + arrImg[10][1] + '.gif\');" onmouseout="changeImages(\'ml10\', \'../images/bus_' + arrImg[10][0] + '.gif\');">');
document.write('<img name="ml10" src="../images/bus_' + arrImg[10][0] + '.gif" width="161" height="23" alt="ウレタン事業部"></a></li>');
document.write('<li class="gray"><a href="../03/index.html?bn=bus_san_02#02" onmouseover="changeImages(\'ml11\', \'../images/bus_' + arrImg[11][1] + '.gif\');" onmouseout="changeImages(\'ml11\', \'../images/bus_' + arrImg[11][0] + '.gif\');">');
document.write('<img name="ml11" src="../images/bus_' + arrImg[11][0] + '.gif" width="161" height="23" alt="断熱資材事業部"></a></li>');
document.write('<li class="gray"><a href="../03/index.html?bn=bus_san_03#03" onmouseover="changeImages(\'ml12\', \'../images/bus_' + arrImg[12][1] + '.gif\');" onmouseout="changeImages(\'ml12\', \'../images/bus_' + arrImg[12][0] + '.gif\');">');
document.write('<img name="ml12" src="../images/bus_' + arrImg[12][0] + '.gif" width="161" height="25" alt="工業資材事業部"></a></li>');
document.write('<li><a href="../04/index.html" onmouseover="changeImages(\'ml13\', \'../images/bus_' + arrImg[13][1] + '.gif\');" onmouseout="changeImages(\'ml13\', \'../images/bus_' + arrImg[13][0] + '.gif\');">');
document.write('<img name="ml13" src="../images/bus_' + arrImg[13][0] + '.gif" width="161" height="32" alt="チーム・プロジェクト"></a></li>');
document.write('<li class="gray"><a href="../04/index.html?bn=bus_pj_01#01" onmouseover="changeImages(\'ml14\', \'../images/bus_' + arrImg[14][1] + '.gif\');" onmouseout="changeImages(\'ml14\', \'../images/bus_' + arrImg[14][0] + '.gif\');">');
document.write('<img name="ml14" src="../images/bus_' + arrImg[14][0] + '.gif" width="161" height="25" alt="STEPプロジェクト"></a></li>');
document.write('</ul>');
document.write('<!-- /LEFT MENU -->');
}

/* RECRUITサイドメニュー読み込み ☆２階層　*/
function LoadMenuRec(id){
var strNo;
var k=1;

arrImg = new Array(6);

 //メニュー数　
arrCnt = new Array(3);
arrCnt[1] = 4;
arrCnt[2] = 1;

for(i=1; i < arrCnt.length; i++){
	for(j=0; j <= arrCnt[i]; j++){
		arrImg[k] = new Array(1);
		strNo = right("0" + i,2) + "_" + right("0" + j,2) ;
		arrImg[k][0] = "m" + strNo;
		arrImg[k][1] = "m" + strNo + "_on";
		if(strNo == id){
			arrImg[k][0] = "m" + strNo + "_on";
		}
		k++;
	}
}
document.write('<!-- LEFT MENU -->');
document.write('<ul>');
document.write('<li><a href="../index.html" onmouseover="changeImages(\'ml00\', \'../images/rec_m00_on.gif\');" onmouseout="changeImages(\'ml00\', \'../images/rec_m00.gif\');">');
document.write('<img name="ml00" src="../images/rec_m00.gif" width="161" height="38" alt="採用情報 MENU INDEX"></a></li>');
document.write('<li><img name="ml01" src="../images/rec_' + arrImg[1][0] + '.gif" width="161" height="32" alt="新卒採用情報"></li>');
document.write('<!--');
document.write('<li class="gray"><a href="../01/01.html" onmouseover="changeImages(\'ml02\', \'../images/rec_' + arrImg[2][1] + '.gif\');" onmouseout="changeImages(\'ml02\', \'../images/rec_' + arrImg[2][0] + '.gif\');">');
document.write('<img name="ml02" src="../images/rec_' + arrImg[2][0] + '.gif" width="161" height="23" alt="学生の皆さんへ"></a></li>');
document.write('-->');
document.write('<li class="gray"><a href="../01/02.html" onmouseover="changeImages(\'ml03\', \'../images/rec_' + arrImg[3][1] + '.gif\');" onmouseout="changeImages(\'ml03\', \'../images/rec_' + arrImg[3][0] + '.gif\');">');
document.write('<img name="ml03" src="../images/rec_' + arrImg[3][0] + '.gif" width="161" height="23" alt="新卒採用情報"></a></li>');
document.write('<!--');
document.write('<li class="gray"><a href="../01/03.html" onmouseover="changeImages(\'ml04\', \'../images/rec_' + arrImg[4][1] + '.gif\');" onmouseout="changeImages(\'ml04\', \'../images/rec_' + arrImg[4][0] + '.gif\');">');
document.write('<img name="ml04" src="../images/rec_' + arrImg[4][0] + '.gif" width="161" height="23" alt="先輩の仕事"></a></li>');
document.write('<li class="gray"><a href="http://www.rikunabi.com/" target="_blank" onmouseover="changeImages(\'ml05\', \'../images/rec_' + arrImg[5][1] + '.gif\');" onmouseout="changeImages(\'ml05\', \'../images/rec_' + arrImg[5][0] + '.gif\');">');
document.write('<img name="ml05" src="../images/rec_' + arrImg[5][0] + '.gif" width="161" height="24" alt="エントリーフォーム"></a></li>');
document.write('-->');

document.write('<!--');
document.write('<li><a href="../index.html" onmouseover="changeImages(\'ml00\', \'../images/rec_m00_on.gif\');" onmouseout="changeImages(\'ml00\', \'../images/rec_m00.gif\');">');
document.write('<img name="ml00" src="../images/rec_m00.gif" width="161" height="38" alt="採用情報 MENU INDEX"></a></li>');
document.write('-->');
document.write('<li><a href="../02/01.html" onmouseover="changeImages(\'ml06\', \'../images/rec_' + arrImg[6][1] + '.gif\');" onmouseout="changeImages(\'ml06\', \'../images/rec_' + arrImg[6][0] + '.gif\');"><img name="ml06" src="../images/rec_' + arrImg[6][0] + '.gif" width="161" height="32" alt="キャリア採用情報"></a></li>');

document.write('</ul>');
document.write('<!-- /LEFT MENU -->');
}

/* IRサイドメニュー読み込み ☆２階層　*/
function LoadMenuIR(id){
var strNo;
var k=1;
arrImg = new Array(26);

//メニュー数
arrCnt = new Array(9);
arrCnt[1] = 0; //
arrCnt[2] = 8; //
arrCnt[3] = 4; //　
arrCnt[4] = 4; //　
arrCnt[5] = 0; //　
arrCnt[6] = 0; //　
arrCnt[7] = 0; //　
arrCnt[8] = 0; //

for(i=1; i < arrCnt.length; i++){
	for(j=0; j <= arrCnt[i]; j++){
		arrImg[k] = new Array(1);
		strNo = right("0" + i,2) + "_" + right("0" + j,2) ;
		arrImg[k][0] = "m" + strNo;
		arrImg[k][1] = "m" + strNo + "_on";
		if(strNo == id){
			arrImg[k][0] = "m" + strNo + "_on";
		}
		k++;
	}
}
document.write('<!-- LEFT MENU -->');
document.write('<ul>');
document.write('<li><a href="../index.html" onmouseover="changeImages(\'ml00\', \'../images/ir_m00_on.gif\');" onmouseout="changeImages(\'ml00\', \'../images/ir_m00.gif\');">');
document.write('<img name="ml00" src="../images/ir_m00.gif" width="161" height="38" alt="株主・IR情報 MENU INDEX"></a></li>');
document.write('<li class="gray"><a href="../01/index.html" onmouseover="changeImages(\'ml01\', \'../images/ir_' + arrImg[1][1] + '.gif\');" onmouseout="changeImages(\'ml01\', \'../images/ir_' + arrImg[1][0] + '.gif\');">');
document.write('<img name="ml01" src="../images/ir_' + arrImg[1][0] + '.gif" width="161" height="32" alt="株主・投資家の皆様へ"></a></li>');
document.write('<li><img name="ml11" src="../images/ir_' + arrImg[11][0] + '.gif" width="161" height="32" alt="財務情報"></li>');
document.write('<li class="gray"><a href="../03/01.html" onmouseover="changeImages(\'ml12\', \'../images/ir_' + arrImg[12][1] + '.gif\');" onmouseout="changeImages(\'ml12\', \'../images/ir_' + arrImg[12][0] + '.gif\');">');
document.write('<img name="ml12" src="../images/ir_' + arrImg[12][0] + '.gif" width="161" height="23" alt="決算短信・四半期業績概況"></a></li>');
document.write('<li class="gray"><a href="../03/02.html" onmouseover="changeImages(\'ml13\', \'../images/ir_' + arrImg[13][1] + '.gif\');" onmouseout="changeImages(\'ml13\', \'../images/ir_' + arrImg[13][0] + '.gif\');">');
document.write('<img name="ml13" src="../images/ir_' + arrImg[13][0] + '.gif" width="161" height="23" alt="有価証券報告書"></a></li>');
document.write('<li class="gray"><a href="../03/03.html" onmouseover="changeImages(\'ml14\', \'../images/ir_' + arrImg[14][1] + '.gif\');" onmouseout="changeImages(\'ml14\', \'../images/ir_' + arrImg[14][0] + '.gif\');">');
document.write('<img name="ml14" src="../images/ir_' + arrImg[14][0] + '.gif" width="161" height="23" alt="過去５年間業績推移（連結）"></a></li>');
document.write('<li class="gray"><a href="../03/04.html" onmouseover="changeImages(\'ml15\', \'../images/ir_' + arrImg[15][1] + '.gif\');" onmouseout="changeImages(\'ml15\', \'../images/ir_' + arrImg[15][0] + '.gif\');">');
document.write('<img name="ml15" src="../images/ir_' + arrImg[15][0] + '.gif" width="161" height="23" alt="過去５年間業績推移（個別）"></a></li>');
document.write('<li><img name="ml16" src="../images/ir_' + arrImg[16][0] + '.gif" width="161" height="32" alt="株主情報"></li>');
document.write('<li class="gray"><a href="../04/01.html" onmouseover="changeImages(\'ml17\', \'../images/ir_' + arrImg[17][1] + '.gif\');" onmouseout="changeImages(\'ml17\', \'../images/ir_' + arrImg[17][0] + '.gif\');">');
document.write('<img name="ml17" src="../images/ir_' + arrImg[17][0] + '.gif" width="161" height="23" alt="株主情報"></a></li>');
document.write('<li class="gray"><a href="../04/02.html" onmouseover="changeImages(\'ml18\', \'../images/ir_' + arrImg[18][1] + '.gif\');" onmouseout="changeImages(\'ml18\', \'../images/ir_' + arrImg[18][0] + '.gif\');">');
document.write('<img name="ml18" src="../images/ir_' + arrImg[18][0] + '.gif" width="161" height="23" alt="事業報告書"></a></li>');
document.write('<li class="gray"><a href="../04/03.html" onmouseover="changeImages(\'ml19\', \'../images/ir_' + arrImg[19][1] + '.gif\');" onmouseout="changeImages(\'ml19\', \'../images/ir_' + arrImg[19][0] + '.gif\');">');
document.write('<img name="ml19" src="../images/ir_' + arrImg[19][0] + '.gif" width="161" height="23" alt="株式事務手続"></a></li>');
document.write('<li class="gray"><a href="../04/04.html" onmouseover="changeImages(\'ml20\', \'../images/ir_' + arrImg[20][1] + '.gif\');" onmouseout="changeImages(\'ml20\', \'../images/ir_' + arrImg[20][0] + '.gif\');">');
document.write('<img name="ml20" src="../images/ir_' + arrImg[20][0] + '.gif" width="161" height="23" alt="株主総会"></a></li>');
document.write('<li class="gray"><a href="../05/index.html" onmouseover="changeImages(\'ml21\', \'../images/ir_' + arrImg[21][1] + '.gif\');" onmouseout="changeImages(\'ml21\', \'../images/ir_' + arrImg[21][0] + '.gif\');">');
document.write('<img name="ml21" src="../images/ir_' + arrImg[21][0] + '.gif" width="161" height="32" alt="株価チャート・IRカレンダー"></a></li>');
document.write('<li class="gray"><a href="../06/index.html" onmouseover="changeImages(\'ml22\', \'../images/ir_' + arrImg[22][1] + '.gif\');" onmouseout="changeImages(\'ml22\', \'../images/ir_' + arrImg[22][0] + '.gif\');">');
document.write('<img name="ml22" src="../images/ir_' + arrImg[22][0] + '.gif" width="161" height="32" alt="IRポリシー"></a></li>');
document.write('</ul>');
document.write('<!-- /LEFT MENU -->');
}

/* PRODUCTサイドメニュー読み込み ☆３階層　*/

/* 初期フォーカス */
var Menu00;
var subMenu00;

function LoadMenuPro(id){
var strNo;
var strFcsMenu;
var strFcsSub;
var n=0;
arrImg = new Array();

//メニュー数
arrCnt = new Array(6);
arrCnt[0] = 0; //INDEX
arrCnt[1] = 5; //生活
arrCnt[2] = 8; //建築・土木
arrCnt[3] = 3; //エレクトロニクス
arrCnt[4] = 1; //農業
arrCnt[5] = 6; //化成品
arrCnt[6] = 4; //関連リンク

for(i=0; i < arrCnt.length; i++){
	arrCnt[i] = new Array(arrCnt[i]+1);
}

arrCnt[0][0] = 0;
arrCnt[1][0] = 0;
arrCnt[1][1] = 0;
arrCnt[1][2] = 0;
arrCnt[1][3] = 3;
arrCnt[1][4] = 7;
arrCnt[1][5] = 4;
arrCnt[2][0] = 0;
arrCnt[2][1] = 5;
arrCnt[2][2] = 1;
arrCnt[2][3] = 2;
arrCnt[2][4] = 1;
arrCnt[2][5] = 1;
arrCnt[2][6] = 1;
arrCnt[2][7] = 1;
arrCnt[2][8] = 1;
arrCnt[3][0] = 0;
arrCnt[3][1] = 6;
arrCnt[3][2] = 1;
arrCnt[3][3] = 1;
arrCnt[4][0] = 0;
arrCnt[4][1] = 5;
arrCnt[5][0] = 0;
arrCnt[5][1] = 5;
arrCnt[5][2] = 5;
arrCnt[5][3] = 0;
arrCnt[5][4] = 3;
arrCnt[5][5] = 1;
arrCnt[5][6] = 3;
arrCnt[6][0] = 0;
arrCnt[6][1] = 5;
arrCnt[6][2] = 6;
arrCnt[6][3] = 1;
arrCnt[6][4] = 2;

for(i=0; i < arrCnt.length; i++){
	for(j=0; j <= arrCnt[i].length; j++){
		for(k=0; k <= arrCnt[i][j]; k++){
			arrImg[n] = new Array(2);
			strNo = right("0" + i,2) + "_" + right("0" + j,2) + "_" + right("0" + k,2);
			arrImg[n][0] = "m" + strNo;
			arrImg[n][1] = "m" + strNo + "_on";
			if(strNo == id){
				arrImg[n][0] = "m" + strNo + "_on";
			}
			n++;
		}
	}
}

document.write('<!-- LEFT MENU -->');
document.write('<div id="tree">');
document.write('<a href="/product/index.html" onmouseover="changeImages(\'ml00\', \'/product/images/' + arrImg[0][1] + '.gif\');" onmouseout="changeImages(\'ml00\', \'/product/images/' + arrImg[0][0] + '.gif\');">');
document.write('<img name="ml00" src="/product/images/' + arrImg[0][0] + '.gif" alt="製品情報 MENU INDEX"></a>');
//生活
document.write('<img name="ml01" src="/product/images/' + arrImg[1][0] + '.gif" alt="生活" class="ck" onClick="subopen(\'menu01\')">');
document.write('<div id="menu01" class="sub">');
document.write('<a href="http://www.achilles-shoes.com/" target="_blank" onmouseover="changeImages(\'ml02\', \'/product/images/' + arrImg[2][1] + '.gif\');" onmouseout="changeImages(\'ml02\', \'/product/images/' + arrImg[2][0] + '.gif\');">');
document.write('<img name="ml02" src="/product/images/' + arrImg[2][0] + '.gif" alt="シューズ"></a>');
document.write('<a href="/product/01/02_01.html" onmouseover="changeImages(\'ml03\', \'/product/images/' + arrImg[3][1] + '.gif\');" onmouseout="changeImages(\'ml03\', \'/product/images/' + arrImg[3][0] + '.gif\');">');
document.write('<img name="ml03" src="/product/images/' + arrImg[3][0] + '.gif" alt="ボート"></a>');
document.write('<a onmouseover="changeImages(\'ml04\', \'/product/images/' + arrImg[4][1] + '.gif\');" onmouseout="changeImages(\'ml04\', \'/product/images/' + arrImg[4][0] + '.gif\');">');
document.write('<img name="ml04" src="/product/images/' + arrImg[4][0] + '.gif" alt="防災・救命" class="ck" onClick="subopen(\'sub01_03\')"></a>');
document.write('<div id="sub01_03" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/01/03_01.html" onmouseover="changeImages(\'ml05\', \'/product/images/' + arrImg[5][1] + '.gif\');" onmouseout="changeImages(\'ml05\', \'/product/images/' + arrImg[5][0] + '.gif\');">');
document.write('<img name="ml05" src="/product/images/' + arrImg[5][0] + '.gif" alt="ライフジャケット" class="gray"></a></li>');
document.write('<li><a href="/product/01/03_02.html" onmouseover="changeImages(\'ml06\', \'/product/images/' + arrImg[6][1] + '.gif\');" onmouseout="changeImages(\'ml06\', \'/product/images/' + arrImg[6][0] + '.gif\');">');
document.write('<img name="ml06" src="/product/images/' + arrImg[6][0] + '.gif" alt="エアーテント" class="gray"></a></li>');
document.write('<li><a href="/product/01/03_03.html" onmouseover="changeImages(\'ml07\', \'/product/images/' + arrImg[7][1] + '.gif\');" onmouseout="changeImages(\'ml07\', \'/product/images/' + arrImg[7][0] + '.gif\');">');
document.write('<img name="ml07" src="/product/images/' + arrImg[7][0] + '.gif" alt="携帯消化水嚢" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('<a onmouseover="changeImages(\'ml08\', \'/product/images/' + arrImg[8][1] + '.gif\');" onmouseout="changeImages(\'ml08\', \'/product/images/' + arrImg[8][0] + '.gif\');">');
document.write('<img name="ml08" src="/product/images/' + arrImg[8][0] + '.gif" alt="介護・福祉製品" class="ck" onClick="subopen(\'sub01_04\')"></a>');
document.write('<div id="sub01_04" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/01/04_01.html" onmouseover="changeImages(\'ml09\', \'/product/images/' + arrImg[9][1] + '.gif\');" onmouseout="changeImages(\'ml09\', \'/product/images/' + arrImg[9][0] + '.gif\');">');
document.write('<img name="ml09" src="/product/images/' + arrImg[9][0] + '.gif" alt="介護・福祉製品の業務移管のご案内" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('<a onmouseover="changeImages(\'ml16\', \'/product/images/' + arrImg[16][1] + '.gif\');" onmouseout="changeImages(\'ml16\', \'/product/images/' + arrImg[16][0] + '.gif\');">');
document.write('<img name="ml16" src="/product/images/' + arrImg[16][0] + '.gif" alt="生活用品" class="ck" onClick="subopen(\'sub01_05\')"></a>');
document.write('<div id="sub01_05" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/01/05_03.html" onmouseover="changeImages(\'ml19\', \'/product/images/' + arrImg[19][1] + '.gif\');" onmouseout="changeImages(\'ml19\', \'/product/images/' + arrImg[19][0] + '.gif\');">');
document.write('<img name="ml19" src="/product/images/' + arrImg[19][0] + '.gif" alt="ウォーターベッド" class="gray"></a></li>');
document.write('<li><a href="/product/01/05_04.html" onmouseover="changeImages(\'ml20\', \'/product/images/' + arrImg[20][1] + '.gif\');" onmouseout="changeImages(\'ml20\', \'/product/images/' + arrImg[20][0] + '.gif\');">');
document.write('<img name="ml20" src="/product/images/' + arrImg[20][0] + '.gif" alt="フォームベッドマットレス" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('</div>');
//建築・土木
document.write('<img name="ml21" src="/product/images/' + arrImg[21][0] + '.gif" alt="建築・土木" class="ck" onClick="subopen(\'menu02\')">');
document.write('<div id="menu02" class="sub">');
document.write('<a onmouseover="changeImages(\'ml22\', \'/product/images/' + arrImg[22][1] + '.gif\');" onmouseout="changeImages(\'ml22\', \'/product/images/' + arrImg[22][0] + '.gif\');">');
document.write('<img name="ml22" src="/product/images/' + arrImg[22][0] + '.gif" alt="断熱材" class="ck" onClick="subopen(\'sub02_01\')"></a>');
document.write('<div id="sub02_01" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/02/01_01.html" onmouseover="changeImages(\'ml23\', \'/product/images/' + arrImg[23][1] + '.gif\');" onmouseout="changeImages(\'ml23\', \'/product/images/' + arrImg[23][0] + '.gif\');">');
document.write('<img name="ml23" src="/product/images/' + arrImg[23][0] + '.gif" alt="硬質ウレタンボード" class="gray"></a></li>');
document.write('<li><a href="/product/02/01_02.html" onmouseover="changeImages(\'ml24\', \'/product/images/' + arrImg[24][1] + '.gif\');" onmouseout="changeImages(\'ml24\', \'/product/images/' + arrImg[24][0] + '.gif\');">');
document.write('<img name="ml24" src="/product/images/' + arrImg[24][0] + '.gif" alt="現場発泡硬質ウレタン" class="gray"></a></li>');
document.write('<li><a href="/product/02/01_03.html" onmouseover="changeImages(\'ml25\', \'/product/images/' + arrImg[25][1] + '.gif\');" onmouseout="changeImages(\'ml25\', \'/product/images/' + arrImg[25][0] + '.gif\');">');
document.write('<img name="ml25" src="/product/images/' + arrImg[25][0] + '.gif" alt="発泡スチロール" class="gray"></a></li>');
document.write('<li><a href="/product/02/01_04.html" onmouseover="changeImages(\'ml26\', \'/product/images/' + arrImg[26][1] + '.gif\');" onmouseout="changeImages(\'ml26\', \'/product/images/' + arrImg[26][0] + '.gif\');">');
document.write('<img name="ml26" src="/product/images/' + arrImg[26][0] + '.gif" alt="外断熱" class="gray"></a></li>');
document.write('<li><a href="/product/02/01_05.html" onmouseover="changeImages(\'ml27\', \'/product/images/' + arrImg[27][1] + '.gif\');" onmouseout="changeImages(\'ml27\', \'/product/images/' + arrImg[27][0] + '.gif\');">');
document.write('<img name="ml27" src="/product/images/' + arrImg[27][0] + '.gif" alt="高断熱高気密工法" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('<a onmouseover="changeImages(\'ml28\', \'/product/images/' + arrImg[28][1] + '.gif\');" onmouseout="changeImages(\'ml28\', \'/product/images/' + arrImg[28][0] + '.gif\');">');
document.write('<img name="ml28" src="/product/images/' + arrImg[28][0] + '.gif" alt="屋根材" class="ck" onClick="subopen(\'sub02_02\')"></a>');
document.write('<div id="sub02_02" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/02/02_01.html" onmouseover="changeImages(\'ml29\', \'/product/images/' + arrImg[29][1] + '.gif\');" onmouseout="changeImages(\'ml29\', \'/product/images/' + arrImg[29][0] + '.gif\');">');
document.write('<img name="ml29" src="/product/images/' + arrImg[29][0] + '.gif" alt="断熱金属屋根材" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('<a onmouseover="changeImages(\'ml30\', \'/product/images/' + arrImg[30][1] + '.gif\');" onmouseout="changeImages(\'ml30\', \'/product/images/' + arrImg[30][0] + '.gif\');">');
document.write('<img name="ml30" src="/product/images/' + arrImg[30][0] + '.gif" alt="内装材" class="ck" onClick="subopen(\'sub02_03\')"></a>');
document.write('<div id="sub02_03" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/02/03_01.html" onmouseover="changeImages(\'ml31\', \'/product/images/' + arrImg[31][1] + '.gif\');" onmouseout="changeImages(\'ml31\', \'/product/images/' + arrImg[31][0] + '.gif\');">');
document.write('<img name="ml31" src="/product/images/' + arrImg[31][0] + '.gif" alt="床材" class="gray"></a></li>');
document.write('<li><a href="/product/02/03_02.html" onmouseover="changeImages(\'ml32\', \'/product/images/' + arrImg[32][1] + '.gif\');" onmouseout="changeImages(\'ml32\', \'/product/images/' + arrImg[32][0] + '.gif\');">');
document.write('<img name="ml32" src="/product/images/' + arrImg[32][0] + '.gif" alt="壁材" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('<a onmouseover="changeImages(\'ml33\', \'/product/images/' + arrImg[33][1] + '.gif\');" onmouseout="changeImages(\'ml33\', \'/product/images/' + arrImg[33][0] + '.gif\');">');
document.write('<img name="ml33" src="/product/images/' + arrImg[33][0] + '.gif" alt="外装材" class="ck" onClick="subopen(\'sub02_04\')"></a>');
document.write('<div id="sub02_04" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/02/04_01.html" onmouseover="changeImages(\'ml34\', \'/product/images/' + arrImg[34][1] + '.gif\');" onmouseout="changeImages(\'ml34\', \'/product/images/' + arrImg[34][0] + '.gif\');">');
document.write('<img name="ml34" src="/product/images/' + arrImg[34][0] + '.gif" alt="断熱金属サイディング" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('<a onmouseover="changeImages(\'ml35\', \'/product/images/' + arrImg[35][1] + '.gif\');" onmouseout="changeImages(\'ml35\', \'/product/images/' + arrImg[35][0] + '.gif\');">');
document.write('<img name="ml35" src="/product/images/' + arrImg[35][0] + '.gif" alt="景観資材" class="ck" onClick="subopen(\'sub02_05\')"></a>');
document.write('<div id="sub02_05" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/02/05_01.html" onmouseover="changeImages(\'ml36\', \'/product/images/' + arrImg[36][1] + '.gif\');" onmouseout="changeImages(\'ml36\', \'/product/images/' + arrImg[36][0] + '.gif\');">');
document.write('<img name="ml36" src="/product/images/' + arrImg[36][0] + '.gif" alt="化粧型枠(マトリックス)" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('<a onmouseover="changeImages(\'ml37\', \'/product/images/' + arrImg[37][1] + '.gif\');" onmouseout="changeImages(\'ml37\', \'/product/images/' + arrImg[37][0] + '.gif\');">');
document.write('<img name="ml37" src="/product/images/' + arrImg[37][0] + '.gif" alt="土木資材" class="ck" onClick="subopen(\'sub02_06\')"></a>');
document.write('<div id="sub02_06" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/02/06_01.html" onmouseover="changeImages(\'ml38\', \'/product/images/' + arrImg[38][1] + '.gif\');" onmouseout="changeImages(\'ml38\', \'/product/images/' + arrImg[38][0] + '.gif\');">');
document.write('<img name="ml38" src="/product/images/' + arrImg[38][0] + '.gif" alt="軽量盛土" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('<a onmouseover="changeImages(\'ml39\', \'/product/images/' + arrImg[39][1] + '.gif\');" onmouseout="changeImages(\'ml39\', \'/product/images/' + arrImg[39][0] + '.gif\');">');
document.write('<img name="ml39" src="/product/images/' + arrImg[39][0] + '.gif" alt="遮熱材" class="ck" onClick="subopen(\'sub02_07\')"></a>');
document.write('<div id="sub02_07" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/02/07_01.html" onmouseover="changeImages(\'ml40\', \'/product/images/' + arrImg[40][1] + '.gif\');" onmouseout="changeImages(\'ml40\', \'/product/images/' + arrImg[40][0] + '.gif\');">');
document.write('<img name="ml40" src="/product/images/' + arrImg[40][0] + '.gif" alt="遮熱フィルム" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>'); 
document.write('<a onmouseover="changeImages(\'ml41\', \'/product/images/' + arrImg[41][1] + '.gif\');" onmouseout="changeImages(\'ml41\', \'/product/images/' + arrImg[41][0] + '.gif\');">');
document.write('<img name="ml41" src="/product/images/' + arrImg[41][0] + '.gif" alt="管工機材" class="ck" onClick="subopen(\'sub02_08\')"></a>');
document.write('<div id="sub02_08" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/02/08_01.html" onmouseover="changeImages(\'ml42\', \'/product/images/' + arrImg[42][1] + '.gif\');" onmouseout="changeImages(\'ml42\', \'/product/images/' + arrImg[42][0] + '.gif\');">');
document.write('<img name="ml42" src="/product/images/' + arrImg[42][0] + '.gif" alt="排水管用継手(ジョイント)" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('</div>');

//エレクトロニクス
document.write('<img name="ml43" src="/product/images/' + arrImg[43][0] + '.gif" alt="エレクトロニクス" class="ck" onClick="subopen(\'menu03\')">');
document.write('<div id="menu03" class="sub">');
document.write('<a onmouseover="changeImages(\'ml44\', \'/product/images/' + arrImg[44][1] + '.gif\');" onmouseout="changeImages(\'ml44\', \'/product/images/' + arrImg[44][0] + '.gif\');">');
document.write('<img name="ml44" src="/product/images/' + arrImg[44][0] + '.gif" alt="静電気対策品" class="ck" onClick="subopen(\'sub03_01\')"></a>');
document.write('<div id="sub03_01" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/03/01_01.html" onmouseover="changeImages(\'ml45\', \'/product/images/' + arrImg[45][1] + '.gif\');" onmouseout="changeImages(\'ml45\', \'/product/images/' + arrImg[45][0] + '.gif\');">');
document.write('<img name="ml45" src="/product/images/' + arrImg[45][0] + '.gif" alt="導電性ポリマー（STポリ）" class="gray"></a></li>');
document.write('<li><a href="/product/03/01_02.html" onmouseover="changeImages(\'ml46\', \'/product/images/' + arrImg[46][1] + '.gif\');" onmouseout="changeImages(\'ml46\', \'/product/images/' + arrImg[46][0] + '.gif\');">');
document.write('<img name="ml46" src="/product/images/' + arrImg[46][0] + '.gif" alt="ウエハー搬送ケース" class="gray"></a></li>');
document.write('<li><a href="/product/03/01_03.html" onmouseover="changeImages(\'ml47\', \'/product/images/' + arrImg[47][1] + '.gif\');" onmouseout="changeImages(\'ml47\', \'/product/images/' + arrImg[47][0] + '.gif\');">');
document.write('<img name="ml47" src="/product/images/' + arrImg[47][0] + '.gif" alt="導電性床材" class="gray"></a></li>');
document.write('<li><a href="/product/03/01_04.html" onmouseover="changeImages(\'ml48\', \'/product/images/' + arrImg[48][1] + '.gif\');" onmouseout="changeImages(\'ml48\', \'/product/images/' + arrImg[48][0] + '.gif\');">');
document.write('<img name="ml48" src="/product/images/' + arrImg[48][0] + '.gif" alt="導電性テーブルマット" class="gray"></a></li>');
document.write('<li><a href="/product/03/01_05.html" onmouseover="changeImages(\'ml49\', \'/product/images/' + arrImg[49][1] + '.gif\');" onmouseout="changeImages(\'ml49\', \'/product/images/' + arrImg[49][0] + '.gif\');">');
document.write('<img name="ml49" src="/product/images/' + arrImg[49][0] + '.gif" alt="導電性シューズ" class="gray"></a></li>');
document.write('<li><a href="/product/03/01_06.html" onmouseover="changeImages(\'ml50\', \'/product/images/' + arrImg[50][1] + '.gif\');" onmouseout="changeImages(\'ml50\', \'/product/images/' + arrImg[50][0] + '.gif\');">');
document.write('<img name="ml50" src="/product/images/' + arrImg[50][0] + '.gif" alt="除電器" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>'); 
document.write('<a onmouseover="changeImages(\'ml51\', \'/product/images/' + arrImg[51][1] + '.gif\');" onmouseout="changeImages(\'ml51\', \'/product/images/' + arrImg[51][0] + '.gif\');">');
document.write('<img name="ml51" src="/product/images/' + arrImg[51][0] + '.gif" alt="熱対策品" class="ck" onClick="subopen(\'sub03_02\')"></a>');
document.write('<div id="sub03_02" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/03/02_01.html" onmouseover="changeImages(\'ml52\', \'/product/images/' + arrImg[52][1] + '.gif\');" onmouseout="changeImages(\'ml52\', \'/product/images/' + arrImg[52][0] + '.gif\');">');
document.write('<img name="ml52" src="/product/images/' + arrImg[52][0] + '.gif" alt="熱伝導シート" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>'); 
document.write('<a onmouseover="changeImages(\'ml53\', \'/product/images/' + arrImg[53][1] + '.gif\');" onmouseout="changeImages(\'ml53\', \'/product/images/' + arrImg[53][0] + '.gif\');">');
document.write('<img name="ml53" src="/product/images/' + arrImg[53][0] + '.gif" alt="振動対策品" class="ck" onClick="subopen(\'sub03_03\')"></a>');
document.write('<div id="sub03_03" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/03/03_01.html" onmouseover="changeImages(\'ml54\', \'/product/images/' + arrImg[54][1] + '.gif\');" onmouseout="changeImages(\'ml54\', \'/product/images/' + arrImg[54][0] + '.gif\');">');
document.write('<img name="ml54" src="/product/images/' + arrImg[54][0] + '.gif" alt="衝撃吸収材" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('</div>');

//農業
document.write('<img name="ml55" src="/product/images/' + arrImg[55][0] + '.gif" alt="農業" class="ck" onClick="subopen(\'menu04\')">');
document.write('<div id="menu04" class="sub">');
document.write('<a onmouseover="changeImages(\'ml56\', \'/product/images/' + arrImg[56][1] + '.gif\');" onmouseout="changeImages(\'ml56\', \'/product/images/' + arrImg[56][0] + '.gif\');">');
document.write('<img name="ml56" src="/product/images/' + arrImg[56][0] + '.gif" alt="施設園芸資材" class="ck" onClick="subopen(\'sub04_01\')"></a>');
document.write('<div id="sub04_01" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/04/01_01.html" onmouseover="changeImages(\'ml57\', \'/product/images/' + arrImg[57][1] + '.gif\');" onmouseout="changeImages(\'ml57\', \'/product/images/' + arrImg[57][0] + '.gif\');">');
document.write('<img name="ml57" src="/product/images/' + arrImg[57][0] + '.gif" alt="農業用ビニールフィルム" class="gray"></a></li>');
document.write('<li><a href="/product/04/01_02.html" onmouseover="changeImages(\'ml58\', \'/product/images/' + arrImg[58][1] + '.gif\');" onmouseout="changeImages(\'ml58\', \'/product/images/' + arrImg[58][0] + '.gif\');">');
document.write('<img name="ml58" src="/product/images/' + arrImg[58][0] + '.gif" alt="農業用POフィルム" class="gray"></a></li>');
document.write('<li><a href="/product/04/01_03.html" onmouseover="changeImages(\'ml59\', \'/product/images/' + arrImg[59][1] + '.gif\');" onmouseout="changeImages(\'ml59\', \'/product/images/' + arrImg[59][0] + '.gif\');">');
document.write('<img name="ml59" src="/product/images/' + arrImg[59][0] + '.gif" alt="生分解性フィルム・シート" class="gray"></a></li>');
document.write('<li><a href="/product/04/01_04.html" onmouseover="changeImages(\'ml60\', \'/product/images/' + arrImg[60][1] + '.gif\');" onmouseout="changeImages(\'ml60\', \'/product/images/' + arrImg[60][0] + '.gif\');">');
document.write('<img name="ml60" src="/product/images/' + arrImg[60][0] + '.gif" alt="遮光剤" class="gray"></a></li>');
document.write('<li><a href="/product/04/01_05.html" onmouseover="changeImages(\'ml61\', \'/product/images/' + arrImg[61][1] + '.gif\');" onmouseout="changeImages(\'ml61\', \'/product/images/' + arrImg[61][0] + '.gif\');">');
document.write('<img name="ml61" src="/product/images/' + arrImg[61][0] + '.gif" alt="ベタツキ防止液" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('</div>');

//化成品
document.write('<img name="ml62" src="/product/images/' + arrImg[62][0] + '.gif" alt="化成品" class="ck" onClick="subopen(\'menu05\')">');
document.write('<div id="menu05" class="sub">');
document.write('<a onmouseover="changeImages(\'ml63\', \'/product/images/' + arrImg[63][1] + '.gif\');" onmouseout="changeImages(\'ml63\', \'/product/images/' + arrImg[63][0] + '.gif\');">');
document.write('<img name="ml63" src="/product/images/' + arrImg[63][0] + '.gif" alt="フィルム・シート" class="ck" onClick="subopen(\'sub05_01\')"></a>');
document.write('<div id="sub05_01" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/05/01_01.html" onmouseover="changeImages(\'ml64\', \'/product/images/' + arrImg[64][1] + '.gif\');" onmouseout="changeImages(\'ml64\', \'/product/images/' + arrImg[64][0] + '.gif\');">');
document.write('<img name="ml64" src="/product/images/' + arrImg[64][0] + '.gif" alt="汎用性フィルム（PVCフィルム）" class="gray"></a></li>');
document.write('<li><a href="/product/05/01_02.html" onmouseover="changeImages(\'ml65\', \'/product/images/' + arrImg[65][1] + '.gif\');" onmouseout="changeImages(\'ml65\', \'/product/images/' + arrImg[65][0] + '.gif\');">');
document.write('<img name="ml65" src="/product/images/' + arrImg[65][0] + '.gif" alt="汎用性フィルム（POフィルム）" class="gray"></a></li>');
document.write('<li><a href="/product/05/01_03.html" onmouseover="changeImages(\'ml66\', \'/product/images/' + arrImg[66][1] + '.gif\');" onmouseout="changeImages(\'ml66\', \'/product/images/' + arrImg[66][0] + '.gif\');">');
document.write('<img name="ml66" src="/product/images/' + arrImg[66][0] + '.gif" alt="機能性フィルム" class="gray"></a></li>');
//document.write('<li><a href="/product/05/01_04.html" onmouseover="changeImages(\'ml67\', \'/product/images/' + arrImg[67][1] + '.gif\');" onmouseout="changeImages(\'ml67\', \'/product/images/' + arrImg[67][0] + '.gif\');">');
//document.write('<img name="ml67" src="/product/images/' + arrImg[67][0] + '.gif" alt="自己粘着ソフトステッカー" class="gray"></a></li>');
document.write('<li><a href="/product/05/01_05.html" onmouseover="changeImages(\'ml68\', \'/product/images/' + arrImg[68][1] + '.gif\');" onmouseout="changeImages(\'ml68\', \'/product/images/' + arrImg[68][0] + '.gif\');">');
document.write('<img name="ml68" src="/product/images/' + arrImg[68][0] + '.gif" alt="PP（ポリオレフィン）シート" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('<a onmouseover="changeImages(\'ml69\', \'/product/images/' + arrImg[69][1] + '.gif\');" onmouseout="changeImages(\'ml69\', \'/product/images/' + arrImg[69][0] + '.gif\');">');
document.write('<img name="ml69" src="/product/images/' + arrImg[69][0] + '.gif" alt="合成皮革・塩ビレザー" class="ck" onClick="subopen(\'sub05_02\')"></a>');
document.write('<div id="sub05_02" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/05/02_01.html" onmouseover="changeImages(\'ml70\', \'/product/images/' + arrImg[70][1] + '.gif\');" onmouseout="changeImages(\'ml70\', \'/product/images/' + arrImg[70][0] + '.gif\');">');
document.write('<img name="ml70" src="/product/images/' + arrImg[70][0] + '.gif" alt="カレンダーレザー" class="gray"></a></li>');
document.write('<li><a href="/product/05/02_02.html" onmouseover="changeImages(\'ml71\', \'/product/images/' + arrImg[71][1] + '.gif\');" onmouseout="changeImages(\'ml71\', \'/product/images/' + arrImg[71][0] + '.gif\');">');
document.write('<img name="ml71" src="/product/images/' + arrImg[71][0] + '.gif" alt="キャスティングレザー" class="gray"></a></li>');
document.write('<li><a href="/product/05/02_03.html" onmouseover="changeImages(\'ml72\', \'/product/images/' + arrImg[72][1] + '.gif\');" onmouseout="changeImages(\'ml72\', \'/product/images/' + arrImg[72][0] + '.gif\');">');
document.write('<img name="ml72" src="/product/images/' + arrImg[72][0] + '.gif" alt="合成皮革" class="gray"></a></li>');
document.write('<li><a href="/product/05/02_04.html" onmouseover="changeImages(\'ml73\', \'/product/images/' + arrImg[73][1] + '.gif\');" onmouseout="changeImages(\'ml73\', \'/product/images/' + arrImg[73][0] + '.gif\');">');
document.write('<img name="ml73" src="/product/images/' + arrImg[73][0] + '.gif" alt="マイナスイオン" class="gray"></a></li>');
document.write('<li><a href="/product/05/02_05.html" onmouseover="changeImages(\'ml74\', \'/product/images/' + arrImg[74][1] + '.gif\');" onmouseout="changeImages(\'ml74\', \'/product/images/' + arrImg[74][0] + '.gif\');">');
document.write('<img name="ml74" src="/product/images/' + arrImg[74][0] + '.gif" alt="光触媒" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('<a href="/product/05/03_01.html" onmouseover="changeImages(\'ml75\', \'/product/images/' + arrImg[75][1] + '.gif\');" onmouseout="changeImages(\'ml75\', \'/product/images/' + arrImg[75][0] + '.gif\');">');
document.write('<img name="ml75" src="/product/images/' + arrImg[75][0] + '.gif" alt="ラミネート加工品"></a>');
document.write('<a onmouseover="changeImages(\'ml76\', \'/product/images/' + arrImg[76][1] + '.gif\');" onmouseout="changeImages(\'ml76\', \'/product/images/' + arrImg[76][0] + '.gif\');">');
document.write('<img name="ml76" src="/product/images/' + arrImg[76][0] + '.gif" alt="軟質ウレタンフォーム" class="ck" onClick="subopen(\'sub05_04\')"></a>');
document.write('<div id="sub05_04" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/05/04_01.html" onmouseover="changeImages(\'ml77\', \'/product/images/' + arrImg[77][1] + '.gif\');" onmouseout="changeImages(\'ml77\', \'/product/images/' + arrImg[77][0] + '.gif\');">');
document.write('<img name="ml77" src="/product/images/' + arrImg[77][0] + '.gif" alt="アキレスエアロンとは" class="gray"></a></li>');
document.write('<li><a href="/product/05/04_02.html" onmouseover="changeImages(\'ml78\', \'/product/images/' + arrImg[78][1] + '.gif\');" onmouseout="changeImages(\'ml78\', \'/product/images/' + arrImg[78][0] + '.gif\');">');
document.write('<img name="ml78" src="/product/images/' + arrImg[78][0] + '.gif" alt="環境対策素材" class="gray"></a></li>');
document.write('<li><a href="/product/05/04_03.html" onmouseover="changeImages(\'ml79\', \'/product/images/' + arrImg[79][1] + '.gif\');" onmouseout="changeImages(\'ml79\', \'/product/images/' + arrImg[79][0] + '.gif\');">');
document.write('<img name="ml79" src="/product/images/' + arrImg[79][0] + '.gif" alt="機能素材" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('<a onmouseover="changeImages(\'ml80\', \'/product/images/' + arrImg[80][1] + '.gif\');" onmouseout="changeImages(\'ml80\', \'/product/images/' + arrImg[80][0] + '.gif\');">');
document.write('<img name="ml80" src="/product/images/' + arrImg[80][0] + '.gif" alt="ゴム引布" class="ck" onClick="subopen(\'sub05_05\')"></a>');
document.write('<div id="sub05_05" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/05/05_01.html" onmouseover="changeImages(\'ml81\', \'/product/images/' + arrImg[81][1] + '.gif\');" onmouseout="changeImages(\'ml81\', \'/product/images/' + arrImg[81][0] + '.gif\');">');
document.write('<img name="ml81" src="/product/images/' + arrImg[81][0] + '.gif" alt="産業用" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('<a onmouseover="changeImages(\'ml82\', \'/product/images/' + arrImg[82][1] + '.gif\');" onmouseout="changeImages(\'ml82\', \'/product/images/' + arrImg[82][0] + '.gif\');">');
document.write('<img name="ml82" src="/product/images/' + arrImg[82][0] + '.gif" alt="成形品/マスク治具" class="ck" onClick="subopen(\'sub05_06\')"></a>');
document.write('<div id="sub05_06" class="sub">');
document.write('<ul>');
document.write('<li><a href="/product/05/06_01.html" onmouseover="changeImages(\'ml83\', \'/product/images/' + arrImg[83][1] + '.gif\');" onmouseout="changeImages(\'ml83\', \'/product/images/' + arrImg[83][0] + '.gif\');">');
document.write('<img name="ml83" src="/product/images/' + arrImg[83][0] + '.gif" alt="RIM成形品" class="gray"></a></li>');
document.write('<li><a href="/product/05/06_02.html" onmouseover="changeImages(\'ml84\', \'/product/images/' + arrImg[84][1] + '.gif\');" onmouseout="changeImages(\'ml84\', \'/product/images/' + arrImg[84][0] + '.gif\');">');
document.write('<img name="ml84" src="/product/images/' + arrImg[84][0] + '.gif" alt="ウレプロン製品" class="gray"></a></li>');
document.write('<li><a href="/product/05/06_03.html" onmouseover="changeImages(\'ml85\', \'/product/images/' + arrImg[85][1] + '.gif\');" onmouseout="changeImages(\'ml85\', \'/product/images/' + arrImg[85][0] + '.gif\');">');
document.write('<img name="ml85" src="/product/images/' + arrImg[85][0] + '.gif" alt="塗装マスキング治具" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('</div>');

//関連リンク
document.write('<img name="ml86" src="/product/images/' + arrImg[86][0] + '.gif" alt="関連リンク" class="ck" onClick="subopen(\'menu06\')">');
document.write('<div id="menu06" class="sub">');
document.write('<a onmouseover="changeImages(\'ml87\', \'/product/images/' + arrImg[87][1] + '.gif\');" onmouseout="changeImages(\'ml87\', \'/product/images/' + arrImg[87][0] + '.gif\');">');
document.write('<img name="ml87" src="/product/images/' + arrImg[87][0] + '.gif" alt="生活" class="ck" onClick="subopen(\'sub06_01\')"></a>');
document.write('<div id="sub06_01" class="sub">');
document.write('<ul>');
document.write('<li><a href="http://www.achilles-shoes.com/" target="_blank" onmouseover="changeImages(\'ml88\', \'/product/images/' + arrImg[88][1] + '.gif\');" onmouseout="changeImages(\'ml88\', \'/product/images/' + arrImg[88][0] + '.gif\');">');
document.write('<img name="ml88" src="/product/images/' + arrImg[88][0] + '.gif" alt="シューズ" class="gray"></a></li>');
document.write('<li><a href="http://www.achilles-webshop.jp/shoes/" target="_blank" onmouseover="changeImages(\'ml89\', \'/product/images/' + arrImg[89][1] + '.gif\');" onmouseout="changeImages(\'ml89\', \'/product/images/' + arrImg[89][0] + '.gif\');">');
document.write('<img name="ml89" src="/product/images/' + arrImg[89][0] + '.gif" alt="アキレスシューズウェブショップ" class="gray"></a></li>');
document.write('<li><a href="http://www.achilles-rf.com/boat/" target="_blank" onmouseover="changeImages(\'ml90\', \'/product/images/' + arrImg[90][1] + '.gif\');" onmouseout="changeImages(\'ml90\', \'/product/images/' + arrImg[90][0] + '.gif\');">');
document.write('<img name="ml90" src="/product/images/' + arrImg[90][0] + '.gif" alt="インフレータブルボート" class="gray"></a></li>');
document.write('<li><a href="http://www.achilles-rf.com/tent/" target="_blank" onmouseover="changeImages(\'ml91\', \'/product/images/' + arrImg[91][1] + '.gif\');" onmouseout="changeImages(\'ml91\', \'/product/images/' + arrImg[91][0] + '.gif\');">');
document.write('<img name="ml91" src="/product/images/' + arrImg[91][0] + '.gif" alt="エアーテント" class="gray"></a></li>');
document.write('<li><a href="http://www.achilles-carework.jp/" target="_blank" onmouseover="changeImages(\'ml92\', \'/product/images/' + arrImg[92][1] + '.gif\');" onmouseout="changeImages(\'ml92\', \'/product/images/' + arrImg[92][0] + '.gif\');">');
document.write('<img name="ml92" src="/product/images/' + arrImg[92][0] + '.gif" alt="介護＆ワークシューズSHOP" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('<a onmouseover="changeImages(\'ml93\', \'/product/images/' + arrImg[93][1] + '.gif\');" onmouseout="changeImages(\'ml93\', \'/product/images/' + arrImg[93][0] + '.gif\');">');
document.write('<img name="ml93" src="/product/images/' + arrImg[93][0] + '.gif" alt="建築・土木" class="ck" onClick="subopen(\'sub06_02\')"></a>');
document.write('<div id="sub06_02" class="sub">');
document.write('<ul>');
document.write('<li><a href="http://www.achilles-dannetu.com/" target="_blank" onmouseover="changeImages(\'ml94\', \'/product/images/' + arrImg[94][1] + '.gif\');" onmouseout="changeImages(\'ml94\', \'/product/images/' + arrImg[94][0] + '.gif\');">');
document.write('<img name="ml94" src="/product/images/' + arrImg[94][0] + '.gif" alt="断熱ボード" class="gray"></a></li>');
document.write('<li><a href="http://www.achilles-toriton.com/" target="_blank" onmouseover="changeImages(\'ml95\', \'/product/images/' + arrImg[95][1] + '.gif\');" onmouseout="changeImages(\'ml95\', \'/product/images/' + arrImg[95][0] + '.gif\');">');
document.write('<img name="ml95" src="/product/images/' + arrImg[95][0] + '.gif" alt="畜舎用断熱材" class="gray"></a></li>');
document.write('<li><a href="http://www.achilles-foamsystem.com/" target="_blank" onmouseover="changeImages(\'ml96\', \'/product/images/' + arrImg[96][1] + '.gif\');" onmouseout="changeImages(\'ml96\', \'/product/images/' + arrImg[96][0] + '.gif\');">');
document.write('<img name="ml96" src="/product/images/' + arrImg[96][0] + '.gif" alt="断熱システム" class="gray"></a></li>');
document.write('<li><a href="http://www.achilles-foamsystem.com/page_matrix/m_seihin.html" target="_blank" onmouseover="changeImages(\'ml97\', \'/product/images/' + arrImg[97][1] + '.gif\');" onmouseout="changeImages(\'ml97\', \'/product/images/' + arrImg[97][0] + '.gif\');">');
document.write('<img name="ml97" src="/product/images/' + arrImg[97][0] + '.gif" alt="化粧型枠(マトリックス)" class="gray"></a></li>');
document.write('<li><a href="http://www.achilles-yukazai.jp/" target="_blank" onmouseover="changeImages(\'ml98\', \'/product/images/' + arrImg[98][1] + '.gif\');" onmouseout="changeImages(\'ml98\', \'/product/images/' + arrImg[98][0] + '.gif\');">');
document.write('<img name="ml98" src="/product/images/' + arrImg[98][0] + '.gif" alt="床材" class="gray"></a></li>');
document.write('<li><a href="http://www.achilles-rf.com/joint/" target="_blank" onmouseover="changeImages(\'ml99\', \'/product/images/' + arrImg[99][1] + '.gif\');" onmouseout="changeImages(\'ml99\', \'/product/images/' + arrImg[99][0] + '.gif\');">');
document.write('<img name="ml99" src="/product/images/' + arrImg[99][0] + '.gif" alt="排水管用継手(ジョイント)" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('<a onmouseover="changeImages(\'ml100\', \'/product/images/' + arrImg[100][1] + '.gif\');" onmouseout="changeImages(\'ml100\', \'/product/images/' + arrImg[100][0] + '.gif\');">');
document.write('<img name="ml100" src="/product/images/' + arrImg[100][0] + '.gif" alt="エレクトロニクス" class="ck" onClick="subopen(\'sub06_03\')"></a>');
document.write('<div id="sub06_03" class="sub">');
document.write('<ul>');
document.write('<li><a href="http://www.achilles-esd.com/" target="_blank" onmouseover="changeImages(\'ml101\', \'/product/images/' + arrImg[101][1] + '.gif\');" onmouseout="changeImages(\'ml101\', \'/product/images/' + arrImg[101][0] + '.gif\');">');
document.write('<img name="ml101" src="/product/images/' + arrImg[101][0] + '.gif" alt="静電資材" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('<a onmouseover="changeImages(\'ml102\', \'/product/images/' + arrImg[102][1] + '.gif\');" onmouseout="changeImages(\'ml102\', \'/product/images/' + arrImg[102][0] + '.gif\');">');
document.write('<img name="ml102" src="/product/images/' + arrImg[102][0] + '.gif" alt="化成品" class="ck" onClick="subopen(\'sub06_04\')"></a>');
document.write('<div id="sub06_04" class="sub">');
document.write('<ul>');
document.write('<li><a href="http://www.achillesplastics.com/" target="_blank" onmouseover="changeImages(\'ml103\', \'/product/images/' + arrImg[103][1] + '.gif\');" onmouseout="changeImages(\'ml103\', \'/product/images/' + arrImg[103][0] + '.gif\');">');
document.write('<img name="ml103" src="/product/images/' + arrImg[103][0] + '.gif" alt="フィルム" class="gray"></a></li>');
document.write('<li><a href="http://www.achilles-rf.com/hikifu/" target="_blank" onmouseover="changeImages(\'ml104\', \'/product/images/' + arrImg[104][1] + '.gif\');" onmouseout="changeImages(\'ml104\', \'/product/images/' + arrImg[104][0] + '.gif\');">');
document.write('<img name="ml104" src="/product/images/' + arrImg[104][0] + '.gif" alt="ゴム引布" class="gray"></a></li>');
document.write('</ul>');
document.write('</div>');
document.write('</div>');
document.write('<img src="/product/images/m_dotline.gif" class="dot">');

//製品一覧
document.write('<a href="/product/list01.html" onmouseover="changeImages(\'list01\', \'/product/images/m_list_01_on.gif\');" onmouseout="changeImages(\'list01\', \'/product/images/m_list_01.gif\');">');
document.write('<img name="list01" src="/product/images/m_list_01.gif" alt="製品ごとの一覧"></a>');
document.write('<a href="/product/list02.html" onmouseover="changeImages(\'list02\', \'/product/images/m_list_02_on.gif\');" onmouseout="changeImages(\'list02\', \'/product/images/m_list_02.gif\');">');
document.write('<img name="list02" src="/product/images/m_list_02.gif" alt="部門ごとの製品一覧"></a>');
document.write('<a href="/product/list03.html" onmouseover="changeImages(\'list03\', \'/product/images/m_list_03_on.gif\');" onmouseout="changeImages(\'list03\', \'/product/images/m_list_03.gif\');">');
document.write('<img name="list03" src="/product/images/m_list_03.gif" alt="50音順での製品一覧"></a>');
document.write('</div>');

document.write('<!-- /LEFT MENU -->');

if(id.substr(0,2) != "00"){
	strFcsMenu = "menu" + id.substr(0,2);
	strFcsMenu = (document.all)?document.all(strFcsMenu).style:document.getElementById(strFcsMenu).style;
	strFcsMenu.display = "block";

	if(id.substr(6,2) != "00"){
		strFcsSub = "sub" + id.substr(0,5);
		strFcsSub = (document.all)?document.all(strFcsSub).style:document.getElementById(strFcsSub).style;
		strFcsSub.display = "block";
	}

	Menu00="menu" + id.substr(0,2);
	subMenu00="sub" + id.substr(0,5);
	Menu00=(document.all)?document.all(Menu00).style:document.getElementById(Menu00).style;
	subMenu00=(document.all)?document.all(subMenu00).style:document.getElementById(subMenu00).style;
}

}

/* tree menu */
chMenu=0;
subMenu=0;

// 画像切り替え設定
var imgOn = new Image();
var imgOff = new Image();
imgOn.src = "";
imgOff.src = "";

function subopen(tName){
tMenu=(document.all)?document.all(tName).style:document.getElementById(tName).style;
if(tName.substring(0, 3)!="sub"){
  if(Menu00){Menu00.display="none";}
  if(subMenu00){subMenu00.display="none";subMenu00=0;}
  if(chMenu)chMenu.display="none";
  if(subMenu){subMenu.display="none";subMenu=0;}
  if(chMenu==tMenu || Menu00==tMenu){chMenu=0;Menu00=0;}
  else{
	chMenu=tMenu;
    tMenu.display="block";
  }
}
else{
  if(subMenu00){subMenu00.display="none";subMenu00=0;}
  if(subMenu)subMenu.display="none";
  if(subMenu==tMenu){subMenu=0;}
  else{
	subMenu=tMenu;
    tMenu.display="block";
  }
}
}

/* ************************************************ */
/* English版                                        */
/* ************************************************ */

/* English版ヘッダーメニュー読み込み */
/*
	読み込み時にID指定してフォーカスを設定
	id:メニュー
	 1:Corporate Profile
	 2:Business Contents
	 3:Related Link
	 4:Contact Us
	 5:Sitemap
*/

function LoadEnMenu(id){

//メニュー数
arrImg = new Array(6);
for(i=1; i < arrImg.length; i++){
	arrImg[i] = new Array(1);
	arrImg[i][0] = "m0" + i;
	arrImg[i][1] = "m0" + i + "_on";
	if(i == id){
		arrImg[i][0] = "m0" + i + "_st";
		arrImg[i][1] = "m0" + i + "_st";
	}
}
document.write('<!-- MENU00 -->');
document.write('<ul id="menu00">');
document.write('<li class="En"><a href="/english/company/index.html" onmouseover="changeImages(\'m01\',\'/english/images/cmn_' + arrImg[1][1] + '.gif\');" onmouseout="changeImages(\'m01\',\'/english/images/cmn_' + arrImg[1][0] + '.gif\');">');
document.write('<img name="m01" src="/english/images/cmn_' + arrImg[1][0] + '.gif" alt="Company Information" width="129" height="19"></a></li>');
document.write('<li class="barEn">&nbsp;</li>');
document.write('<li class="En"><a href="/english/business/index.html" onmouseover="changeImages(\'m02\',\'/english/images/cmn_' + arrImg[2][1] + '.gif\');" onmouseout="changeImages(\'m02\',\'/english/images/cmn_' + arrImg[2][0] + '.gif\');">');
document.write('<img name="m02" src="/english/images/cmn_' + arrImg[2][0] + '.gif" alt="Business Contents" width="121" height="19"></a></li>');
document.write('<li class="barEn">&nbsp;</li>');
document.write('<li class="En"><a href="/english/link/index.html" onmouseover="changeImages(\'m03\',\'/english/images/cmn_' + arrImg[3][1] + '.gif\');" onmouseout="changeImages(\'m03\',\'/english/images/cmn_' + arrImg[3][0] + '.gif\');">');
document.write('<img name="m03" src="/english/images/cmn_' + arrImg[3][0] + '.gif" alt="Related Link" width="84" height="19"></a></li>');
document.write('<li class="barEn">&nbsp;</li>');
document.write('<li class="En"><a href="https://www.achilles.jp/FS-APL/FS-Form/form.cgi?Code=en_info" onmouseover="changeImages(\'m04\',\'/english/images/cmn_' + arrImg[4][1] + '.gif\');" onmouseout="changeImages(\'m04\',\'/english/images/cmn_' + arrImg[4][0] + '.gif\');">');
document.write('<img name="m04" src="/english/images/cmn_' + arrImg[4][0] + '.gif" alt="Contact Us" width="76" height="19"></a></li>');
document.write('<li class="barEn">&nbsp;</li>');
document.write('<li class="En"><a href="/english/sitemap/index.html" onmouseover="changeImages(\'m05\',\'/english/images/cmn_' + arrImg[5][1] + '.gif\');" onmouseout="changeImages(\'m05\',\'/english/images/cmn_' + arrImg[5][0] + '.gif\');">');
document.write('<img name="m05" src="/english/images/cmn_' + arrImg[5][0] + '.gif" alt="Sitemap" width="57" height="19"></a></li>');
document.write('</ul>');
document.write('<div class="clr"></div>');
document.write('<!-- /MENU00 -->');
}

/* English COMPANYサイドメニュー読み込み ☆１階層　*/
function LoadEnMenuCmp(id){
var strNo;

//メニュー数
arrImg = new Array(13);
for(i=1; i < arrImg.length; i++){
	arrImg[i] = new Array(1);
	strNo = right("0" + i,2);
	arrImg[i][0] = "m" + strNo;
	arrImg[i][1] = "m" + strNo + "_on";
	if(i == id){
		arrImg[i][0] = "m" + strNo + "_on";
	}
}
document.write('<!-- LEFT MENU -->');
document.write('<ul>');
document.write('<li><a href="../index.html" onmouseover="changeImages(\'ml00\', \'../images/cmp_m00_on.gif\');" onmouseout="changeImages(\'ml00\', \'../images/cmp_m00.gif\');">');
document.write('<img name="ml00" src="../images/cmp_m00.gif" width="161" height="38" alt="MENU INDEX"></a></li>');
document.write('<li><a href="../01/index.html" onmouseover="changeImages(\'ml01\', \'../images/cmp_' + arrImg[1][1] + '.gif\');" onmouseout="changeImages(\'ml01\', \'../images/cmp_' + arrImg[1][0] + '.gif\');">');
document.write('<img name="ml01" src="../images/cmp_' + arrImg[1][0] + '.gif" width="161" height="30" alt="Corporate Data"></a></li>');
document.write('<li><a href="../02/index.html" onmouseover="changeImages(\'ml02\', \'../images/cmp_' + arrImg[2][1] + '.gif\');" onmouseout="changeImages(\'ml02\', \'../images/cmp_' + arrImg[2][0] + '.gif\');">');
document.write('<img name="ml02" src="../images/cmp_' + arrImg[2][0] + '.gif" width="161" height="36" alt="Corporate Philosophy ＆ President’s Message"></a></li>');
document.write('<li><a href="../03/index.html" onmouseover="changeImages(\'ml03\', \'../images/cmp_' + arrImg[3][1] + '.gif\');" onmouseout="changeImages(\'ml03\', \'../images/cmp_' + arrImg[3][0] + '.gif\');">');
document.write('<img name="ml03" src="../images/cmp_' + arrImg[3][0] + '.gif" width="161" height="30" alt="Global Expansion"></a></li>');
document.write('<li><a href="../04/index.html" onmouseover="changeImages(\'ml04\', \'../images/cmp_' + arrImg[4][1] + '.gif\');" onmouseout="changeImages(\'ml04\', \'../images/cmp_' + arrImg[4][0] + '.gif\');">');
document.write('<img name="ml04" src="../images/cmp_' + arrImg[4][0] + '.gif" width="161" height="30" alt="R&D"></a></li>');
document.write('<li><a href="../05/index.html" onmouseover="changeImages(\'ml05\', \'../images/cmp_' + arrImg[5][1] + '.gif\');" onmouseout="changeImages(\'ml05\', \'../images/cmp_' + arrImg[5][0] + '.gif\');">');
document.write('<img name="ml05" src="../images/cmp_' + arrImg[5][0] + '.gif" width="161" height="30" alt="Corporate Structure"></a></li>');
document.write('<li><a href="../06/index.html" onmouseover="changeImages(\'ml06\', \'../images/cmp_' + arrImg[6][1] + '.gif\');" onmouseout="changeImages(\'ml06\', \'../images/cmp_' + arrImg[6][0] + '.gif\');">');
document.write('<img name="ml06" src="../images/cmp_' + arrImg[6][0] + '.gif" width="161" height="30" alt="Living with Society"></a></li>');
document.write('<li><a href="../09/index.html" onmouseover="changeImages(\'ml09\', \'../images/cmp_' + arrImg[9][1] + '.gif\');" onmouseout="changeImages(\'ml09\', \'../images/cmp_' + arrImg[9][0] + '.gif\');">');
document.write('<img name="ml09" src="../images/cmp_' + arrImg[9][0] + '.gif" width="161" height="30" alt="History"></a></li>');
document.write('<li><a href="../10/index.html" onmouseover="changeImages(\'ml10\', \'../images/cmp_' + arrImg[10][1] + '.gif\');" onmouseout="changeImages(\'ml10\', \'../images/cmp_' + arrImg[10][0] + '.gif\');">');
document.write('<img name="ml10" src="../images/cmp_' + arrImg[10][0] + '.gif" width="161" height="30" alt="Compliance"></a></li>');
document.write('<li><a href="../07/index.html" onmouseover="changeImages(\'ml07\', \'../images/cmp_' + arrImg[7][1] + '.gif\');" onmouseout="changeImages(\'ml07\', \'../images/cmp_' + arrImg[7][0] + '.gif\');">');
document.write('<img name="ml07" src="../images/cmp_' + arrImg[7][0] + '.gif" width="161" height="30" alt="Location(Japan)"></a></li>');
document.write('<li><a href="../08/index.html" onmouseover="changeImages(\'ml08\', \'../images/cmp_' + arrImg[8][1] + '.gif\');" onmouseout="changeImages(\'ml08\', \'../images/cmp_' + arrImg[8][0] + '.gif\');">');
document.write('<img name="ml08" src="../images/cmp_' + arrImg[8][0] + '.gif" width="161" height="30" alt="Location(Global)"></a></li>');
document.write('<li><a href="../12/index.html" onmouseover="changeImages(\'ml12\', \'../images/cmp_' + arrImg[12][1] + '.gif\');" onmouseout="changeImages(\'ml12\', \'../images/cmp_' + arrImg[12][0] + '.gif\');">');
document.write('<img name="ml12" src="../images/cmp_' + arrImg[12][0] + '.gif" width="161" height="30" alt="Location(Global)"></a></li>');
document.write('</ul>');
document.write('<!-- /LEFT MENU -->');
}

/* English BUSINNESサイドメニュー読み込み ☆１階層　*/
function LoadEnMenuBus(id){
var strNo;

//メニュー数
arrImg = new Array(5);
for(i=1; i < arrImg.length; i++){
	arrImg[i] = new Array(1);
	strNo = right("0" + i,2);
	arrImg[i][0] = "m" + strNo;
	arrImg[i][1] = "m" + strNo + "_on";
	if(i == id){
		arrImg[i][0] = "m" + strNo + "_on";
	}
}
document.write('<!-- LEFT MENU -->');
document.write('<ul>');
document.write('<li><a href="../index.html" onmouseover="changeImages(\'ml00\', \'../images/bus_m00_on.gif\');" onmouseout="changeImages(\'ml00\', \'../images/bus_m00.gif\');">');
document.write('<img name="ml00" src="../images/bus_m00.gif" width="161" height="38" alt="Business MENU INDEX"></a></li>');
document.write('<li><a href="../01/index.html" onmouseover="changeImages(\'ml01\', \'../images/bus_' + arrImg[1][1] + '.gif\');" onmouseout="changeImages(\'ml01\', \'../images/bus_' + arrImg[1][0] + '.gif\');">');
document.write('<img name="ml01" src="../images/bus_' + arrImg[1][0] + '.gif" width="161" height="33" alt="Shoes"></a></li>');
document.write('<li><a href="../02/index.html" onmouseover="changeImages(\'ml02\', \'../images/bus_' + arrImg[2][1] + '.gif\');" onmouseout="changeImages(\'ml02\', \'../images/bus_' + arrImg[2][0] + '.gif\');">');
document.write('<img name="ml02" src="../images/bus_' + arrImg[2][0] + '.gif" width="161" height="32" alt="Plastic"></a></li>');
document.write('<li><a href="../03/index.html" onmouseover="changeImages(\'ml03\', \'../images/bus_' + arrImg[3][1] + '.gif\');" onmouseout="changeImages(\'ml03\', \'../images/bus_' + arrImg[3][0] + '.gif\');">');
document.write('<img name="ml03" src="../images/bus_' + arrImg[3][0] + '.gif" width="161" height="32" alt="Industrial Materials"></a></li>');
document.write('<li><a href="../04/index.html" onmouseover="changeImages(\'ml04\', \'../images/bus_' + arrImg[4][1] + '.gif\');" onmouseout="changeImages(\'ml04\', \'../images/bus_' + arrImg[4][0] + '.gif\');">');
document.write('<img name="ml04" src="../images/bus_' + arrImg[4][0] + '.gif" width="161" height="32" alt="STEP project"></a></li>');
document.write('</ul>');
document.write('<!-- /LEFT MENU -->');
}

















