function goMenu(menu_key)
{
	if(menu_key == "0101") document.location.href = '/about/message.html';
	if(menu_key == "0102") document.location.href = '/about/history.html';
	if(menu_key == "0103") document.location.href = '/about/organization.html';
	if(menu_key == "0104") document.location.href = '/about/business.html';
	if(menu_key == "0105") document.location.href = '/about/map.html';
	
	if(menu_key == "0201") document.location.href = '/members/membership.html';
	if(menu_key == "0202") document.location.href = '/members/field.html';
	if(menu_key == "0203") document.location.href = '/members/members.jsp';
	
	if(menu_key == "0301") document.location.href = '/market/supervision.html';
	if(menu_key == "0302") document.location.href = '/market/faq.html';
	if(menu_key == "0303") document.location.href = '/market/product.html';
	if(menu_key == "0304") document.location.href = '/market/rules.html';
	if(menu_key == "0305") document.location.href = '/market/procedure.html';
	if(menu_key == "0306") document.location.href = '/market/statics.jsp';

	if(menu_key == "HOME") document.location.href = '/';
	if(menu_key == "SITEMAP") document.location.href = '/common/sitemap.html';
	if(menu_key == "KOREAN") {
		window.open('http://www.kofa.or.kr/','_blank');
	}

}
