<!--
//画像の入れ替え
		if(navigator.appVersion.charAt(0) >= "3") {
			var img = new Array();
			img[0] = new Image();  img[0].src = "image/Index/button_Free_01.gif";
			img[1] = new Image();  img[1].src = "image/Index/button_Nail_01.gif";
			img[2] = new Image();  img[2].src = "image/Index/button_Price_01.gif";
			img[3] = new Image();  img[3].src = "image/Index/button_Map_01.gif";
			img[4] = new Image();  img[4].src = "image/Index/button_Shop_01.gif";
			img[5] = new Image();  img[5].src = "image/Index/button_Staff_01.gif";
			img[6] = new Image();  img[6].src = "image/Index/button_Lala_01.gif";
			img[7] = new Image();  img[7].src = "image/Index/button_Link_01.gif";
			img[8] = new Image();  img[8].src = "image/Index/button_Free_02.gif";
			img[9] = new Image();  img[9].src = "image/Index/button_Nail_02.gif";
			img[10] = new Image();  img[10].src = "image/Index/button_Price_02.gif";
			img[11] = new Image();  img[11].src = "image/Index/button_Map_02.gif";
			img[12] = new Image();  img[12].src = "image/Index/button_Shop_02.gif";
			img[13] = new Image();  img[13].src = "image/Index/button_Staff_02.gif";
			img[14] = new Image();  img[14].src = "image/Index/button_Lala_02.gif";
			img[15] = new Image();  img[15].src = "image/Index/button_Link_02.gif";
			img[16] = new Image();  img[16].src = "image/Index/button_Top_02.gif";
			img[17] = new Image();  img[17].src = "image/Index/button_Top_01.gif";
			img[18] = new Image();  img[18].src = "image/Index/button_Mail_02.gif";
			img[19] = new Image();  img[19].src = "image/Index/button_Mail_01.gif";
		}

		function _in(nam,num) {
			if(navigator.appVersion.charAt(0) >= "3") {
			document.images[nam].src = img[num].src;
			} else { }
		}

		function _out(nam,num) {
			document.images[nam].src = img[num].src;
		}
		//-->
