function goURL(idx){
	if (idx == 'introduction'){
		window.location.href="/kor/intro/intro.asp";
	}
	else if (idx == 'institution'){
		window.location.href="/institution/institution.asp?lang=kor";
	}
	else if (idx == 'service'){
		window.location.href="/kor/service/service.asp";
	}
	else if (idx == 'reservation'){
		window.location.href="/reservation/reservation.asp?lang=kor";
	}
	else if (idx == 'community'){
		window.location.href="/community/free_list.asp?lang=kor";
	}
	else if (idx == 'faq'){
		window.location.href="/faq/faq.asp?lang=kor";
	}
	else if (idx == 'location'){
		window.location.href="/kor/intro/location.asp";
	}
	else if (idx == 'main'){
		window.location.href="/main.asp?lang=kor";
	}
	else if (idx == 'korean'){
		window.location.href="/main.asp?lang=kor";
	}
	else if (idx == 'english'){
		window.location.href="/main.asp?lang=eng";
	}
	else if (idx == 'japanese'){
		window.location.href="/main.asp?lang=jpn";
	}
	else if (idx == 'chinese'){
		window.location.href="/main.asp?lang=chn";
	}
	else{
		alert(idx);
	}
}
