//■ブラウザの判別

agent = navigator.userAgent;

nv = 0;

if(agent.indexOf("mozilla/2") == 0){nv = 1}



//■新規画像の読み込み

if(nv != 1){

document.onimage0 = new Image();

document.onimage0.src="img/rogo-1.jpg";



document.onimage1 = new Image();

document.onimage1.src="img/remocon_01-1.gif";



document.onimage2 = new Image();

document.onimage2.src="img/remocon_02-1.gif";



document.onimage3 = new Image();

document.onimage3.src="img/remocon_03-1.gif";



document.onimage4 = new Image();

document.onimage4.src="img/remocon_04-1.gif";



document.onimage5 = new Image();

document.onimage5.src="img/remocon_05-1.gif";



document.onimage6 = new Image();

document.onimage6.src="img/remocon_06-1.gif";



document.onimage7 = new Image();

document.onimage7.src="img/info_product_1-1.jpg";



document.onimage8 = new Image();

document.onimage8.src="img/info_working_1-1.jpg";



document.onimage9 = new Image();

document.onimage9.src="img/infosp_1-1.jpg";



document.onimage10 = new Image();

document.onimage10.src="img/menu_staff-1.gif";



document.onimage11 = new Image();

document.onimage11.src="img/menu_guilty-1.gif";
}



//■画像の入れ替え

function menuout(i){

if(nv != 1){

　　　 if(i == 0){document.menu0.src="img/rogo-1.jpg"}

　　　 if(i == 1){document.menu1.src="img/remocon_01-1.gif"}

　　　 if(i == 2){document.menu2.src="img/remocon_02-1.gif"}

　　　 if(i == 3){document.menu3.src="img/remocon_03-1.gif"}

　　　 if(i == 4){document.menu4.src="img/remocon_04-1.gif"}

　　　 if(i == 5){document.menu5.src="img/remocon_05-1.gif"}

　　　 if(i == 6){document.menu6.src="img/remocon_06-1.gif"}

　　　 if(i == 7){document.menu7.src="img/info_product_1-2.jpg"}

　　　 if(i == 8){document.menu8.src="img/info_working_1-1.jpg"}

　　　 if(i == 9){document.menu9.src="img/infosp_1-2.jpg"}

　　　 if(i == 10){document.menu10.src="img/menu_staff-1.gif"}

　　　 if(i == 11){document.menu11.src="img/menu_guilty-1.gif"}

　　　 }

}

function menuon(i){

if(nv != 1){

　　　 if(i == 0){document.menu0.src="img/rogo-2.jpg"}

　　　 if(i == 1){document.menu1.src="img/remocon_01-2.gif"}

　　　 if(i == 2){document.menu2.src="img/remocon_02-2.gif"}

　　　 if(i == 3){document.menu3.src="img/remocon_03-2.gif"}

　　　 if(i == 4){document.menu4.src="img/remocon_04-2.gif"}

　　　 if(i == 5){document.menu5.src="img/remocon_05-2.gif"}

　　　 if(i == 6){document.menu6.src="img/remocon_06-2.gif"}

　　　 if(i == 7){document.menu7.src="img/info_product_1-1.jpg"}

　　　 if(i == 8){document.menu8.src="img/info_working_1-2.jpg"}

　　　 if(i == 9){document.menu9.src="img/infosp_1-1.jpg"}

　　　 if(i == 10){document.menu10.src="img/menu_staff-2.gif"}

　　　 if(i == 11){document.menu11.src="img/menu_guilty-2.gif"}

　　　 }

}