function ch(idx,ImagePath)
{
	document.getElementById('img_list-a').src = (idx == 'a') ? ImagePath + "/front/main/skin_img_01_1.gif" : ImagePath + "/front/main/skin_img_01.gif";
	document.getElementById('img_list-b').src = (idx == 'b') ? ImagePath + "/front/main/skin_img_02_1.gif" : ImagePath + "/front/main/skin_img_02.gif";
	document.getElementById('img_list-c').src = (idx == 'c') ? ImagePath + "/front/main/skin_img_03_1.gif" : ImagePath + "/front/main/skin_img_03.gif";
	document.getElementById('img_list-d').src = (idx == 'd') ? ImagePath + "/front/main/skin_img_04_1.gif" : ImagePath + "/front/main/skin_img_04.gif";
	document.getElementById('img_list-e').src = (idx == 'e') ? ImagePath + "/front/main/skin_img_05_1.gif" : ImagePath + "/front/main/skin_img_05.gif";
	document.getElementById('img_list-f').src = (idx == 'f') ? ImagePath + "/front/main/skin_img_06_1.gif" : ImagePath + "/front/main/skin_img_06.gif";
	document.getElementById('img_list-g').src = (idx == 'g') ? ImagePath + "/front/main/skin_img_07_1.gif" : ImagePath + "/front/main/skin_img_07.gif";

	document.getElementById('list-a').style.display = (idx == 'a') ? "" : "none";
	document.getElementById('list-b').style.display = (idx == 'b') ? "" : "none";
	document.getElementById('list-c').style.display = (idx == 'c') ? "" : "none";
	document.getElementById('list-d').style.display = (idx == 'd') ? "" : "none";
	document.getElementById('list-e').style.display = (idx == 'e') ? "" : "none";
	document.getElementById('list-f').style.display = (idx == 'f') ? "" : "none";
	document.getElementById('list-g').style.display = (idx == 'g') ? "" : "none";
}

function ch1(idx,ImagePath)
{
	document.getElementById('img_list1-a').src = (idx == 'a') ? ImagePath + "/front/main/center_menu_01_1.gif" : ImagePath + "/front/main/center_menu_01.gif";
	document.getElementById('img_list1-b').src = (idx == 'b') ? ImagePath + "/front/main/center_menu_02_1.gif" : ImagePath + "/front/main/center_menu_02.gif";
	document.getElementById('img_list1-c').src = (idx == 'c') ? ImagePath + "/front/main/center_menu_03_1.gif" : ImagePath + "/front/main/center_menu_03.gif";
	document.getElementById('img_list1-d').src = (idx == 'd') ? ImagePath + "/front/main/center_menu_04_1.gif" : ImagePath + "/front/main/center_menu_04.gif";
	document.getElementById('img_list1-e').src = (idx == 'e') ? ImagePath + "/front/main/center_menu_05_1.gif" : ImagePath + "/front/main/center_menu_05.gif";

	document.getElementById('list1-a').style.display = (idx == 'a') ? "" : "none";
	document.getElementById('list1-b').style.display = (idx == 'b') ? "" : "none";
	document.getElementById('list1-c').style.display = (idx == 'c') ? "" : "none";
	document.getElementById('list1-d').style.display = (idx == 'd') ? "" : "none";
	document.getElementById('list1-e').style.display = (idx == 'e') ? "" : "none";

}
