<!--

SwapImg = new Array()

SwapImg[0] = "/images/common/menu_off01_home.jpg";

SwapImg[1] = "/images/common/menu_on01_home.gif";

SwapImg[2] = "/images/common/menu_off02_shop.jpg";

SwapImg[3] = "/images/common/menu_on02_shop.gif";

SwapImg[4] = "/images/common/menu_off03_topics.jpg";

SwapImg[5] = "/images/common/menu_on03_topics.gif";

SwapImg[6] = "/images/common/menu_off04_access.jpg";

SwapImg[7] = "/images/common/menu_on04_access.gif";



SwapImg[8] = "/images/shop/btn_sort_floor_off.gif";

SwapImg[9] = "/images/shop/btn_sort_floor_on.gif";

SwapImg[10] = "/images/shop/btn_sort_divide_off.gif";

SwapImg[11] = "/images/shop/btn_sort_divide_on.gif";



SwapImg[12] = "/images/common/btn_pagetop_off.gif";

SwapImg[13] = "/images/common/btn_pagetop_on.gif";



SwapImg[14] = "/images/map/btn01_shuttle_off.gif";

SwapImg[15] = "/images/map/btn01_shuttle_on.gif";

SwapImg[16] = "/images/map/btn02_car_off.gif";

SwapImg[17] = "/images/map/btn02_car_on.gif";

SwapImg[18] = "/images/map/btn03_train_off.gif";

SwapImg[19] = "/images/map/btn03_train_on.gif";

SwapImg[20] = "/images/map/btn04_print_off.gif";

SwapImg[21] = "/images/map/btn04_print_on.gif";



SwapImg[22] = "/images/shop/btn_data1_off.gif";

SwapImg[23] = "/images/shop/btn_data1_on.gif";



SwapImg[24] = "/images/recommend/btn_data2_off.gif";

SwapImg[25] = "/images/recommend/btn_data2_on.gif";





DispImg = new Array()

for (i=0 ; i<SwapImg.length ; i++) {

	DispImg[i] = new Image()

	DispImg[i].src = SwapImg[i]

}

function ImgChange(a,b) {

	a = a.name

	document.images[a].src = SwapImg[b]

}

//-->


