// ¹Ù·Î°¡±â ¸µÅ©
function goMenu( chk, chk2 )
{
	var locArray = new Array();

	var root_path = "/php/";
	locArray[0] = new Array(
		root_path + "/main/sub_main.php",
		root_path + "/intro/studio.php",
		root_path + "/intro/tour.php",
		root_path + "/intro/map.php",
		root_path + "/intro/greeting.php",
		root_path + "/intro/comarketing.php"
	);
	
	locArray[1] = new Array(
		root_path + "/yoga/about_yoga.php",
		root_path + "/yoga/yoga_result.php",
		root_path + "/yoga/yoga_step.php",
		root_path + "/yoga/yoga_etiquette.php"
	);
	
	locArray[2] = new Array(
		root_path + "/program/intro.php",
		root_path + "/program/schedule.php",
		root_path + "/program/teacher2.php",
		root_path + "/program/teacher2.php",
		root_path + "/program/teacher3.php",
		root_path + "/program/membership.php"
	);
	
	locArray[3] = new Array(
		root_path + "/shop/shop.php"
	);
	
	locArray[4] = new Array(
		root_path + "/community/notice/list.php?bid=1",
		root_path + "/community/news/list.php?bid=2",
		root_path + "/community/hiring/hiring.php",
		root_path + "/community/event/list.php?bid=3",
		root_path + "/community/gallery/list.php?bid=4",
		root_path + "/community/gallery/list.php?bid=4"
	);
	
	locArray[5] = new Array(
		root_path + "/member/login.php",
		root_path + "/etc/sitemap.php",
		root_path + "/etc/contactus.php",
		root_path + "/member/login_process.php?mode=MODE_LOGOUT",
		root_path + "/member/member_write.php?mode=MODE_MODIFY"
	);
	
	locArray[6] = new Array(
		root_path + "/member/join_agreement.php",
		root_path + "/etc/private_policy.php",
		root_path + "/etc/sitemap.php",
		root_path + "/intro/map.php",
		root_path + "/etc/contactus.php"
	);
	
	document.location.href = locArray[chk][chk2];
}