/*charset=ubi-8*/

var img = new Array();
	img[0] = new Image();  img[0].src = "../common/images/header_btn_1.gif";
	img[1] = new Image();  img[1].src = "../common/images/header_btn_2.gif";
	img[2] = new Image();  img[2].src = "../common/images/header_btn_3.gif";
	img[3] = new Image();  img[3].src = "../common/images/header_btn_4.gif";
	img[4] = new Image();  img[4].src = "../common/images/header_btn_5.gif";
	img[5] = new Image();  img[5].src = "../common/images/header_btn_6.gif";
	img[6] = new Image();  img[6].src = "../common/images/header_btn_7.gif";

	img[7] = new Image();  img[7].src = "../common/images/header_btn_1b.gif";
	img[8] = new Image();  img[8].src = "../common/images/header_btn_2b.gif";
	img[9] = new Image();  img[9].src = "../common/images/header_btn_3b.gif";
	img[10] = new Image();  img[10].src = "../common/images/header_btn_4b.gif";
	img[11] = new Image();  img[11].src = "../common/images/header_btn_5b.gif";
	img[12] = new Image();  img[12].src = "../common/images/header_btn_6b.gif";
	img[13] = new Image();  img[13].src = "../common/images/header_btn_7b.gif";

	img[14] = new Image();  img[14].src = "images/side_btn_4.gif";
	img[15] = new Image();  img[15].src = "images/side_btn_4b.gif";

	img[16] = new Image();  img[16].src = "images/eco_feel_ask.gif";
	img[17] = new Image();  img[17].src = "images/eco_feel_ask2.gif";

	img[18] = new Image();  img[18].src = "images/send_btn.gif";
	img[19] = new Image();  img[19].src = "images/send_btn_2.gif";
	img[20] = new Image();  img[20].src = "images/cancel_btn.gif";
	img[21] = new Image();  img[21].src = "images/cancel_btn_2.gif";

function _in(nam,num) {
	document.images[nam].src = img[num].src;
}
