// ¹Ù·Î°¡±â ¸µÅ©
function gomenu( chk, chk2 )
{
	var locArray = new Array();

	var root_path = "";
	locArray[1] = new Array(
		root_path + "/center/main_1.asp",
		root_path + "/center/main_1.asp",
		root_path + "/center/main_2.asp",
		root_path + "/center/main_3.asp",
		root_path + "/center/main_4.asp",
		root_path + "/center/main_5.asp",
		root_path + "/center/main_6.asp",
		root_path + "/center/main_7.asp",
		root_path + "/center/main_8.asp"
	);


	locArray[2] = new Array(
		root_path + "/system/main_1.asp",
		root_path + "/system/main_2.asp",
		root_path + "/system/main_3.asp",
		root_path + "/system/main_4.asp"
	);

	locArray[3] = new Array(
		root_path + "/man/main_1.asp",
		root_path + "/man/main_1.asp",
		root_path + "/man/main_2.asp",
		root_path + "/man/main_3.asp",
		root_path + "/man/main_4.asp"
	);

	locArray[4] = new Array(
		root_path + "/woman/main_1.asp",
		root_path + "/woman/main_1.asp",
		root_path + "/woman/main_2.asp",
		root_path + "/woman/main_3.asp",
		root_path + "/woman/main_4.asp"
	);

	locArray[5] = new Array(
		root_path + "/program/main_1.asp",
		root_path + "/program/main_1.asp",
		root_path + "/program/main_2.asp",
		root_path + "/program/main_3.asp",
		root_path + "/program/main_4.asp",
		root_path + "/program/main_5.asp",
		root_path + "/program/main_6.asp"
	);

	locArray[6] = new Array(
		root_path + "/hospital/main_1.asp",
		root_path + "/program/main_1.asp"
	);
	document.location.href = locArray[chk][chk2];
}


