// ¹Ù·Î°¡±â ¸µÅ©
function gomenu( chk, chk2 )
{
	var locArray = new Array();

	var root_path = "";
	locArray[1] = new Array(
		root_path + "/shop/list_tag.asp?tag2=ÇÑ¹æÇÇºÎÀü¹®Á¦Ç°",
		root_path + "/shop/list_tag.asp?tag2=ÇÑ¹æ½ºÅ²ÄÉ¾î",
		root_path + "/shop/list_tag.asp?tag2=ÇÑ¹æ»ý½Ä",
		root_path + "/shop/list_tag.asp?tag2=ÇÑ¹æ¹èµ¶"
		
	);
	
	
	locArray[2] = new Array(
		root_path + "/shop/list_tag.asp?tag2=¾ÆÅäÇÇµµ¿ì¹Ì",
		root_path + "/shop/list_tag.asp?tag2=¼¼Á¤º¸½Àµµ¿ì¹Ì",
		root_path + "/shop/list_tag.asp?tag2=¼¼Å¹µµ¿ì¹Ì",
		root_path + "/shop/list_tag.asp?tag2=¸Ô°Å¸®µµ¿ì¹Ì",
		root_path + "/shop/list_tag.asp?tag2=¾Ä´Â¹°µµ¿ì¹Ì",
		root_path + "/shop/list_tag.asp?tag2=±ò²ûµµ¿ì¹Ì",
		root_path + "/shop/list_tag.asp?tag2=Áøµå±âµµ¿ì¹Ì",
		root_path + "/shop/list_tag.asp?tag2=°ø±âÃ»Á¤µµ¿ì¹Ì"
	);
	
	locArray[3] = new Array(
		root_path + "/shop/list_tag.asp?tag2=¾È½É½ÄÇ°",
		root_path + "/shop/list_tag.asp?tag2=ºñ³ª¹Ô",
		root_path + "/shop/list_tag.asp?tag2=»ý½Ä",
		root_path + "/shop/list_tag.asp?tag2=À¯»ê±Õ",
		root_path + "/shop/list_tag.asp?tag2=Ã»±¹ÀåÃÊÄÚ·¿",
		root_path + "/shop/list_tag.asp?tag2=·çÀÌº¸½ºÆ¼"
	);
	
	locArray[4] = new Array(
		root_path + "/shop/list_tag.asp?tag2=¾È½É»ýÈ°¿ëÇ°",
		root_path + "/shop/list_tag.asp?tag2=±¸µéÀåµ¹¶ä",
		root_path + "/shop/list_tag.asp?tag2=¾Ä´Â¹°°ü¸®¿ëÇ°",
		root_path + "/shop/list_tag.asp?tag2=Áøµå±â°ü¸®¿ëÇ°",
		root_path + "/shop/list_tag.asp?tag2=¼¼Á¤Á¦±Õ°ü¸®¿ëÇ°",
		root_path + "/shop/list_tag.asp?tag2=¹èµ¶»ç¿ì³ª",
		root_path + "/shop/list_tag.asp?tag2=°ø±âÃ»Á¤¿ëÇ°"
	);
	
	locArray[5] = new Array(
		root_path + "/shop/list_tag.asp?tag2=±âÈ¹»óÇ°",
		root_path + "/shop/list_tag.asp?tag2=±âÈ¹»óÇ°"
	);
	
	
	locArray[6] = new Array(
		root_path + "/community/event/list.asp",
		root_path + "/community/event/list.asp",
		root_path + "/community/sample_request/list.asp"
	);
	
	locArray[7] = new Array(
		root_path + "/community/afternote/list.asp",
		root_path + "/community/afternote/list.asp",
		root_path + "/community/main_5.asp"
	);
	
	locArray[8] = new Array(
		root_path + "/brand/main.asp",
		root_path + "/brand/main.asp",
		root_path + "/skinstory/list.asp"
	);

	
	locArray[9] = new Array(
		root_path + "/community/qna/list.asp",
		root_path + "/community/qna/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];
}






