

{
	imag = new Array()
	imag[0] = "../common/menu_s1_1.gif";
	imag[1] = "../common/menu_s3_1.gif";
	imag[2] = "../common/menu_s1_2.gif";
	imag[3] = "../common/menu_s3_2.gif";
	imag[4] = "../common/menu_s1_3.gif";
	imag[5] = "../common/menu_s3_3.gif";
	imag[6] = "../common/menu_s1_4.gif";
	imag[7] = "../common/menu_s3_4.gif";
	imag[8] = "../common/menu_s1_5.gif";
	imag[9] = "../common/menu_s3_5.gif";
	imag[10] = "../common/menu_s1_6.gif";
	imag[11] = "../common/menu_s3_6.gif";
	imag[12] = "../common/menu_s1_7.gif";
	imag[13] = "../common/menu_s3_7.gif";
	imag[14] = "../common/menu_s1_8.gif";
	imag[15] = "../common/menu_s3_8.gif";
	imag[16] = "common/top_b1.gif";
	imag[17] = "common/top_b1_2.gif";
	imag[18] = "common/top_b2.gif";
	imag[19] = "common/top_b2_2.gif";
	imag[20] = "common/top_b3.gif";
	imag[21] = "common/top_b3_2.gif";
	imag[22] = "common/top_b4.gif";
	imag[23] = "common/top_b4_2.gif";
	imag[24] = "common/top_b5.gif";
	imag[25] = "common/top_b5_2.gif";
	imag[26] = "common/top_b6.gif";
	imag[27] = "common/top_b6_2.gif";
	imag[28] = "common/top_b7.gif";
	imag[29] = "common/top_b7_2.gif";
	imag[30] = "common/top_1.gif";
	imag[31] = "common/top_1_2.gif";
	imag[32] = "common/top_2.gif";
	imag[33] = "common/top_2_2.gif";
	imag[34] = "common/top_3.gif";
	imag[35] = "common/top_3_2.gif";
	imag[36] = "common/top_4.gif";
	imag[37] = "common/top_4_2.gif";




	im = new Array()
		for (var i = 0; i < imag.length; i++){
			im[i] = new Image();
			im[i].src = imag[i];
		}
}

function change(num, imgname){
                imgname.src = im[num].src
}


