function home(n){
	document.location.href="/common/index.php";
}
function khotel(no){
	switch(no) {
		case 0:
		case 1:
			document.location.href="/khotel/index.php";
			break;
		case 2:
			document.location.href="/khotel/index.php/residence/main";
			break;
		case 5:
			document.location.href="/khotel/index.php/eventmall/main";
			break;
		case 6:
			document.location.href="/khotel/index.php/packagemall/main";
			break;
	}
}
function whotel(no){
	switch(no) {
		case 0:
			document.location.href="/whotel/index.php";
			break;
	}
}
function jhotel(no){
	switch(no) {
		case 0:
		case 1:
			document.location.href="/khotel/index.php/jeju/main";
			break;
		case 2:
			document.location.href="/khotel/index.php/jeju/airsale";
			break;
		case 3:
			document.location.href="/khotel/index.php/jeju/rent";
			break;
	}
}
function lobby(no){
	switch(no) {
		case 0:
		case 1:
			document.location.href="/khotel/index.php/notice/main";
			break;
		case 2:
			document.location.href="/khotel/index.php/ucc/main";
			break;
		case 3:
			document.location.href="/khotel/index.php/review/main";
			break;
		case 4:
			document.location.href="/khotel/index.php/concierge/main";
			break;
		case 5:
			document.location.href="/khotel/index.php/ranking/main";
			break;
	}
}
function customer(no){
	switch(no) {
		case 0:
		case 1:
			document.location.href="/khotel/index.php/custom/main";
			break;
		case 2:
			document.location.href="/khotel/index.php/custom/faq";
			break;
		case 3:
			document.location.href="/khotel/index.php/custom/cybermoney";
			break;
		case 4:
			document.location.href="/khotel/index.php/custom/consult";
			break;
	}
}
function mypage(no){
	switch(no) {
		case 0:
		case 1:
			document.location.href="/khotel/index.php/mypage/main";
			break;
		case 2:
			document.location.href="/khotel/index.php/mypage/resvedit";
			break;
		case 3:
			document.location.href="/khotel/index.php/mypage/cybermoney";
			break;
		case 4:
			document.location.href="/khotel/index.php/mypage/meminfo";
			break;
		case 5:
			document.location.href="/khotel/index.php/mypage/account";
			break;
	}
}
