/* MENU */
function pageChange(value) {
        switch (value) {

		case "home" :
                location.href ="../";
                break;


		case "101_1" :
                location.href ="../intro/";
                break;
				case "101_2" :
                location.href ="../intro/history.php";
                break;
				case "101_3" :
                location.href ="../intro/sub03.php";
                break;
				case "101_4" :
                location.href ="../intro/sub04.php";
                break;
				case "101_5" :
                location.href ="../intro/sub05.php";
                break;
				case "101_6" :
                location.href ="../intro/sub06.php";
                break;

		case "201_1" :
                location.href ="../give/";
                break;
				case "201_2" :
                location.href ="../give/member.php";
                break;
				case "201_3" :
                location.href ="../give/give.php";
                break;
				case "201_4" :
                location.href ="../give/photo.php";
                break;
				case "201_5" :
                location.href ="../give/sub05.php";
                break;

		case "301_1" :
                location.href ="../lecture/";
                break;
				case "301_2" :
                location.href ="../lecture/sub02.php";
                break;
				case "301_3" :
                location.href ="../lecture/sub03.php";
                break;
				case "301_4" :
                location.href ="../lecture/sub04.php";
                break;
				case "301_5" :
                location.href ="../lecture/sub05.php";
                break;

		case "401_1" :
                location.href ="../trip/intro.php";
                break;
				case "401_2" :
                location.href ="../trip/app_01.php";
                break;
				case "401_3" :
                location.href ="../trip/data.php";
                break;
				case "401_4" :
                location.href ="../trip/photo.php";
                break;

		case "501_1" :
                location.href ="../member/member.php";
                break;
				case "501_2" :
                location.href ="../member/service00.php";
                break;
				case "501_3" :
                location.href ="../member/member_bbs.php";
                break;
				case "501_4" :
                location.href ="../member/question.php";
                break;
				case "501_5" :
                location.href ="../member/sub05.php";
                break;

		case "601_1" :
                location.href ="../board/news.php";
                break;
				case "601_2" :
                location.href ="../board/news_data.php";
                break;
				case "601_3" :
                location.href ="../board/news_museum.php";
                break;
				case "601_4" :
                location.href ="../etc/ebook1.php";
                break;
				case "601_5" :
                location.href ="../member/sub05.php";
                break;

		case "home" :
                location.href ="../";
                break;
		case "sitemap" :
                location.href ="../etc/map.php";
                break;
		case "login" :
                location.href ="../memberinfo/login.php";
                break;
		case "logout" :
                location.href ="../memberinfo/login_act.php";
                break;
		case "join" :
                location.href ="../memberinfo/join1.php";
                break;
		case "mypage" :
                location.href ="../mypage/modify.php";
                break;
		case "eng" :
                location.href ="../eng/index.php";
                break;
		case "admin" :
                window.open("../etc/contact.php","","width=440,height=518,scrollbars=no");
                break;



	}
}