function go_menu(val) {
//	alert(val);
	
	// ÀÎµ¦½º
	if(val == '0101') {		goOrderTop();	}

	// ¸Þ´º
	else if(val == '0201') location.href="/menu/bbs_menu.html?iType=10";
	else if(val == '0202') location.href="/menu/bbs_menu.html?iType=11";
	else if(val == '0203') location.href="/menu/bbs_menu.html?iType=12";
	else if(val == '0204') location.href="/menu/menu.html?iType=10";
	else if(val == '0205') location.href="/menu/menu.html?iType=20";
	else if(val == '0206') location.href="/menu/menu.html?iType=40";
	else if(val == '0207') location.href="/menu/menu.html?iType=50";
	else if(val == '0208') location.href="/menu/menu.html?iType=30";
	else if(val == '0209') location.href="/menu/set_menu.html";
	else if(val == '0210') location.href="/menu/menu.html?iType=etc";
	//<¸Þ´º Á¶È¸(10:Åä¸¶Åä, 20: È­ÀÌÆ®, 30:Thin, 40:°ñµå¸µ, 50:Ä¡Áî·Ñ, 60:»ç¶ûÇÇÀÚ)>
	/*
	else if(val == '0201') location.href="/menu/?catcode=100000";
	else if(val == '0202') location.href="/menu/?catcode=110000";
	else if(val == '0203') location.href="/menu/?catcode=120000";
	else if(val == '0204') location.href="/menu/?catcode=130000";
	else if(val == '0205') location.href="/menu/?catcode=140000";
	else if(val == '0206') location.href="/menu/?catcode=150000";
	else if(val == '0207') location.href="/menu/?catcode=160000";
	else if(val == '0208') location.href="/menu/?catcode=170000";
	else if(val == '0209') location.href="/menu/?catcode=180000";
	else if(val == '0210') location.href="/menu/?catcode=190000";
	*/

	// ÀÌº¥Æ®
	else if(val == '0301') location.href="/event/event01.html";
	else if(val == '0302') location.href="/event/event02.html";
	else if(val == '0303') location.href="/event/event03.html";
	
	// ÇÇÀÚÀÌ¾ß±â
	else if(val == '0401') location.href="/story/dough.html";
	else if(val == '0402') location.href="/story/tomato.html";
	else if(val == '0403') location.href="/story/cheese.html";
	else if(val == '0404') location.href="/story/topping.html";

	// È¸»ç¼Ò°³
	else if(val == '0501') location.href="/company/history.html";
	else if(val == '0502') location.href="/company/awarded.html";
	else if(val == '0503') location.href="/company/public.html";
	else if(val == '0504') location.href="/company/join_terms.html";
	else if(val == '0505') location.href="/company/incruit.html";
	else if(val == '0506') location.href="/company/incruit_index.html";

	// °í°´¼¾ÅÍ
	else if(val == '0601') location.href="/customer/notice.html";
	else if(val == '0602') location.href="/customer/faq.html";
	else if(val == '0603') location.href="/customer/dis_membership.html";
	else if(val == '0604') location.href="/customer/inquiry.html";
	else if(val == '0605') location.href="/customer/shop.html";

	// »çÀÌÆ®¸Ê
	else if(val == '0701') location.href="/sitemap.html";

	//·Î±×ÀÎ Àü È¸¿øÁ¤º¸
	else if(val == '0801') location.href="/member/login.html";
	else if(val == '0802') location.href="/member/join_01.html";
	else if(val == '0803') location.href="/member/find.html";
	else if(val == '0804') location.href="/member/clause.html";
	else if(val == '0805') location.href="/member/clause02.html";


	//·Î±×ÀÎ ÈÄ È¸¿øÁ¤º¸
	else if(val == '0901') location.href="/member/order_search.html";
	else if(val == '0902') location.href="/member/mycoupon.html";
	else if(val == '0903') location.href="/member/modifi.html";
	else if(val == '0904') location.href="/member/clause.html";
	else if(val == '0905') location.href="/member/clause02.html";


}
