
if(navigator.appVersion.charAt(0) >= "3"){
img = new Array();
img2 = new Array();

	img[0] = new Image; img[0].src = "../../image/button/iin_off.gif";
	img[1] = new Image; img[1].src = "../../image/button/iin_on.gif";

	img[2] = new Image; img[2].src = "../../image/button/cure_off.gif";
	img[3] = new Image; img[3].src = "../../image/button/cure_on.gif";

	img[4] = new Image; img[4].src = "../../image/button/map_off.gif";
	img[5] = new Image; img[5].src = "../../image/button/map_on.gif";

	img[6] = new Image; img[6].src = "../../image/button/refe_off.gif";
	img[7] = new Image; img[7].src = "../../image/button/refe_on.gif";

	img2[0] = new Image; img2[0].src = "../image/m_button/btn_sm1_off.gif";
	img2[1] = new Image; img2[1].src = "../image/m_button/btn_sm1_on.gif";

	img2[2] = new Image; img2[2].src = "../image/m_button/btn_sm2_off.gif";
	img2[3] = new Image; img2[3].src = "../image/m_button/btn_sm2_on.gif";

	img2[4] = new Image; img2[4].src = "../image/m_button/btn_sm3_off.gif";
	img2[5] = new Image; img2[5].src = "../image/m_button/btn_sm3_on.gif";

	img2[6] = new Image; img2[6].src = "../image/m_button/btn_sm4_off.gif";
	img2[7] = new Image; img2[7].src = "../image/m_button/btn_sm4_on.gif";

	img2[8] = new Image; img2[8].src = "../image/m_button/btn_sm5_off.gif";
	img2[9] = new Image; img2[9].src = "../image/m_button/btn_sm5_on.gif";

	img2[10] = new Image; img2[10].src = "../image/m_button/btn_sm6_off.gif";
	img2[11] = new Image; img2[11].src = "../image/m_button/btn_sm6_on.gif";

	img2[12] = new Image; img2[12].src = "../image/m_button/btn_sm7_off.gif";
	img2[13] = new Image; img2[13].src = "../image/m_button/btn_sm7_on.gif";

	img2[14] = new Image; img2[14].src = "../image/m_button/btn_sm8_off.gif";
	img2[15] = new Image; img2[15].src = "../image/m_button/btn_sm8_on.gif";

	img2[16] = new Image; img2[16].src = "../image/m_button/btn_sm9_off.gif";
	img2[17] = new Image; img2[17].src = "../image/m_button/btn_sm9_on.gif";

	img2[18] = new Image; img2[18].src = "../image/m_button/btn_sm10_off.gif";
	img2[19] = new Image; img2[19].src = "../image/m_button/btn_sm10_on.gif";

	img2[20] = new Image; img2[20].src = "../image/m_button/btn_sm11_off.gif";
	img2[21] = new Image; img2[21].src = "../image/m_button/btn_sm11_on.gif";

}


function chg_img(a,b){  //aは下のnameに対応し、bは上の配列に対応
	if(navigator.appVersion.charAt(0) >= "3"){
		document.images["img" +a].src=img[b].src;
	}
}


function chg_img2(a,b){  //aは下のnameに対応し、bは上の配列に対応
	if(navigator.appVersion.charAt(0) >= "3"){
		document.images["img\_w" +a].src=img2[b].src;
	}
}


function info_coupon() { window.open("../../info_coupon/index.html","_blank","scrollbars=yes,width=500,height=530").moveTo(50,5); }


