// ¹Ù·Î°¡±â ¸µÅ©
function gomenu( chk, chk2 )
{
	var locArray = new Array();

	var root_path = "";
	locArray[1] = new Array(
		root_path + "/intro_new/01.asp",
		root_path + "/intro_new/01.asp",
		root_path + "/intro_new/02.asp",
		root_path + "/intro_new/03.asp",
		root_path + "/intro_new/04.asp",
		root_path + "/intro_new/network/main.asp",
		root_path + "/intro_new/05.asp",
		root_path + "/intro_new/06.asp",
		root_path + "/intro_new/07.asp",
		root_path + "/intro_new/08.asp"
	);
	
	
	locArray[2] = new Array(
		root_path + "/psoriasis_new/01.asp",
		root_path + "/psoriasis_new/01.asp",
		root_path + "/psoriasis_new/02.asp",
		root_path + "/psoriasis_new/03.asp",
		root_path + "/psoriasis_new/04.asp",
		root_path + "/psoriasis_new/05.asp",
		root_path + "/psoriasis_new/06.asp",
		root_path + "/psoriasis_new/07.asp",
		root_path + "/psoriasis_new/10.asp"
	);
	
	locArray[3] = new Array(
		root_path + "/board_new/community/process_list.asp?cate=°Ç¼±",
		root_path + "/board_new/community/process_list.asp?cate=°Ç¼±",
		root_path + "/board_new/community/consult_list.asp"
	);
	
	
	locArray[4] = new Array(
		root_path + "/board_new/news/brcast_list.asp",
		root_path + "/board_new/news/brcast_list.asp",
		root_path + "/board_new/news/photonews_list.asp",
		root_path + "/board_new/news/notice_list.asp",
		root_path + "/board_new/news/recruit_list.asp"
	);

	
	locArray[5] = new Array(
		root_path + "/board_new/consult/consult_list.asp",
		root_path + "/board_new/consult/consult_list.asp",
		root_path + "/board_new/consult/doctor_consult_list.asp",
		root_path + "/board_new/reserve/reserve_main.asp",
		root_path + "/board_new/consult/faq_list.asp"
	);
	
	locArray[6] = new Array(
		root_path + "/board_new/cafe24/main.asp",
		root_path + "/board_new/community/story_list.asp",
		root_path + "/board_new/community/diary_list.asp",
		root_path + "/board_new/community/curevod_list.asp",
		root_path + "/board_new/community/makeskin_list.asp",
		root_path + "/event_new/event_1.asp",
		root_path + "/board_new/community2/process_list.asp",
		root_path + "/board_new/community/blog.asp",
		root_path + "/board_new/community/cartoon_list.asp"
	);
		locArray[7] = new Array(
		root_path + "/system_new/02.asp",
		root_path + "/system_new/01.asp",
		root_path + "/system_new/02.asp",
		root_path + "/system_new/03.asp",
        root_path + "/system_new/05.asp",
        root_path + "/system_new/04.asp",
		root_path + "/system_new/flash.asp",
		root_path + "/system_new/07.asp"
	);
	
	
	document.location.href = locArray[chk][chk2];
}





