// JavaScript Document

var root = "http://" + document.location.host;


// home //
function home(){
	location.href = root + "/CN/index.html";
}


/*---------------------------------------------------------------------------------------------*/


// 介绍 //

function sub01_1(){
	location.href = root + "/CN/01_introduction/01_greeting.html";
}

function sub01_2(){
	location.href = root + "/CN/01_introduction/02_objective.html";
}

function sub01_3(){
	location.href = root + "/CN/01_introduction/03_staff.html";
}

function sub01_4(){
	location.href = root + "/CN/01_introduction/04_collections.html";
}

function sub01_5(){
	location.href = root + "/CN/01_introduction/05_location.html";
}





// 参观指南 //

function sub02_1(){
	location.href = root + "/CN/02_activities/01_aerial.html";
}

function sub02_2(){
	location.href = root + "/CN/02_activities/02_addmission.html";
}

function sub02_3(){
	location.href = root + "/CN/02_activities/03_optional.html";
}

function sub02_4(){
	location.href = root + "/CN/02_activities/04_exhibition.html";
}

function sub02_5(){
	location.href = root + "/CN/02_activities/05_outdoor.html";
}

function sub02_6(){
	location.href = root + "/CN/02_activities/06_general.html";
}

function sub02_7(){
	location.href = root + "/CN/02_activities/07_four.html";
}





// 访问计划 //

function sub03_1(){
	location.href = root + "/CN/03_planning/01_land.html";
}

function sub03_2(){
	location.href = root + "/CN/03_planning/02_nearby.html";
}

function sub03_3(){
	location.href = root + "/CN/03_planning/03_accommodation.html";
}

function sub03_4(){
	location.href = root + "/CN/03_planning/04_emergency.html";
}

function sub03_5(){
	location.href = root + "/CN/03_planning/05_weather.html";
}


// 发现韩国 //

function sub04_1(){
	location.href = root + "/CN/04_discover/01_dokdo.html";
}

function sub04_2(){
	location.href = root + "/CN/04_discover/02_eastsea.html";
}

function sub04_3(){
	location.href = root + "/CN/04_discover/03_history.html";
}

function sub04_4(){
	location.href = root + "/CN/04_discover/04_national.html";
}

function sub04_5(){
	location.href = root + "/CN/04_discover/05_language.html";
}

function sub04_6(){
	location.href = root + "/CN/04_discover/06_customs.html";
}




// 开放的广场 //

function sub05_1(){
	location.href = root + "/CN/Open/appl/BoardList.php";
}