// ¹Ù·Î°¡±â ¸µÅ©
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 + "/system_new/01.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"
	);
	
	locArray[3] = new Array(
		/*
		 "http://www.gunsun8575.com",
		 "http://www.gunsun8575.com"
		 */
		root_path + "/member_new/login_put.asp?target=G",
		root_path + "/member_new/login_put.asp?target=G"
	);
	
	locArray[4] = new Array(
		root_path + "/member_new/login_put.asp?target=A",
		root_path + "/member_new/login_put.asp?target=A"
		/*
		"http://www.8575atopy.com",
		"http://www.8575atopy.com"
		*/
	);
	
	locArray[5] = new Array(
		root_path + "/trouble_new/main.asp",
		root_path + "/trouble_new/hpssj/main.asp",
		root_path + "/trouble_new/ddrg/main.asp",
		root_path + "/trouble_new/bbj/main.asp",
		root_path + "/trouble_new/amhj/main.asp",
		root_path + "/trouble_new/hpj/main.asp",
		root_path + "/trouble_new/jrspb/main.asp",
		root_path + "/trouble_new/jcspb/main.asp",
		root_path + "/trouble_new/main.asp"
	);
	
	locArray[6] = new Array(
		root_path + "/trouble_new/jrspb/main.asp",
		root_path + "/trouble_new/jrspb/main.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[7] = 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[8] = 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_2.asp",
		root_path + "/event_new/event_1.asp",
		root_path + "/board_new/community/cartoon_list.asp",
		root_path + "/board_new/community/process_list.asp",
		root_path + "/board_new/community/blog.asp"
	);
	
	locArray[9] = new Array(
		root_path + "/trouble_new/new_ydr/main.asp",
		root_path + "/trouble_new/new_ydr/01.asp",
		root_path + "/trouble_new/new_ydr/02.asp",
		root_path + "/trouble_new/new_ydr/03.asp",
		root_path + "/trouble_new/new_ydr/04.asp",
		root_path + "/trouble_new/new_ydr/05.asp",
		root_path + "/trouble_new/new_ydr/06.asp"
	);

	document.location.href = locArray[chk][chk2];
}





