// ¹Ù·Î°¡±â ¸µÅ©
function gomenu( chk, chk2 )
{
	var locArray = new Array();

	var root_path = "";
	locArray[1] = new Array(
		root_path + "/shop/list.asp?strCateCode=C_1",
		root_path + "/shop/list.asp?strCateCode=C_1_1",
		root_path + "/shop/list.asp?strCateCode=C_1_2",
		root_path + "/shop/list.asp?strCateCode=C_1_3",
		root_path + "/shop/list.asp?strCateCode=C_1_4",
		root_path + "/shop/list.asp?strCateCode=C_1_5",
		root_path + "/shop/list.asp?strCateCode=C_1_6",
		root_path + "/shop/list.asp?strCateCode=C_1_7"
	);
	
	
	locArray[2] = new Array(
		root_path + "/shop/list.asp?strCateCode=C_2",
		root_path + "/shop/list.asp?strCateCode=C_2_1",
		root_path + "/shop/list.asp?strCateCode=C_2_2",
		root_path + "/shop/list.asp?strCateCode=C_2_3",
		root_path + "/shop/list.asp?strCateCode=C_2_4",
		root_path + "/shop/list.asp?strCateCode=C_2_5",
		root_path + "/shop/list.asp?strCateCode=C_2_6",
		root_path + "/shop/list.asp?strCateCode=C_2_7",
		root_path + "/shop/list.asp?strCateCode=C_2_8",
		root_path + "/shop/list.asp?strCateCode=C_2_9"
	);
	
	locArray[3] = new Array(
		root_path + "/shop/list.asp?strCateCode=C_6",
		root_path + "/shop/list.asp?strCateCode=C_6_1",
		root_path + "/shop/list.asp?strCateCode=C_6_2",
		root_path + "/shop/list.asp?strCateCode=C_6_3",
		root_path + "/shop/list.asp?strCateCode=C_6_4",
		root_path + "/shop/list.asp?strCateCode=C_6_5",
		root_path + "/shop/list.asp?strCateCode=C_6_6",
		root_path + "/shop/list.asp?strCateCode=C_6_7"
	);
	
	locArray[4] = new Array(
		root_path + "/shop/list.asp?strCateCode=C_7",
		root_path + "/shop/list.asp?strCateCode=C_7_1",
		root_path + "/shop/list.asp?strCateCode=C_7_2",
		root_path + "/shop/list.asp?strCateCode=C_7_3",
		root_path + "/shop/list.asp?strCateCode=C_7_4",
		root_path + "/shop/list.asp?strCateCode=C_7_5",
		root_path + "/shop/list.asp?strCateCode=C_7_6",
		root_path + "/shop/list.asp?strCateCode=C_7_7"
	);
	
	locArray[5] = new Array(
		root_path + "/shop/list.asp?strCateCode=C_8",
		root_path + "/shop/list.asp?strCateCode=C_8_1",
		root_path + "/shop/list.asp?strCateCode=C_8_2",
		root_path + "/shop/list.asp?strCateCode=C_8_3",
		root_path + "/shop/list.asp?strCateCode=C_8_4",
		root_path + "/shop/list.asp?strCateCode=C_8_5",
		root_path + "/shop/list.asp?strCateCode=C_8_6",
		root_path + "/shop/list.asp?strCateCode=C_8_7",
		root_path + "/shop/list.asp?strCateCode=C_8_8"
	);
	
	locArray[6] = new Array(
		root_path + "/skinstory/list.asp",
		root_path + "/skinstory/list.asp"
	);

	
	locArray[7] = new Array(
		root_path + "/brand/main.asp",
		root_path + "/brand/main.asp"
	);
	
	locArray[8] = new Array(
		root_path + "/community/afternote/list.asp",
		root_path + "/community/afternote/list.asp",
		root_path + "/community/qna/list.asp",
		root_path + "/community/suggest/list.asp",
		root_path + "/community/event/list.asp",
		root_path + "/community/main_5.asp",
		root_path + "/community/main_5.asp"
	);
	
	locArray[9] = new Array(
		root_path + "/cscenter/notice/list.asp",
		root_path + "/cscenter/notice/list.asp",
		root_path + "/cscenter/main_2.asp",
		root_path + "/cscenter/main_3.asp",
		root_path + "/cscenter/main_4.asp",
		root_path + "/cscenter/lost/mem_find_pass.asp"
	);

	document.location.href = locArray[chk][chk2];
}





