// JavaScript Document

var root = "http://" + document.location.host;


// 홈 //
function home(){
	location.href = root + "/EN/index.html";
}


/*---------------------------------------------------------------------------------------------*/


// Introduction //

function sub01_1(){
	location.href = root + "/EN/01_introduction/01_greeting.html";
}

function sub01_2(){
	location.href = root + "/EN/01_introduction/02_objective.html";
}

function sub01_3(){
	location.href = root + "/EN/01_introduction/03_staff.html";
}

function sub01_4(){
	location.href = root + "/EN/01_introduction/04_collections.html";
}

function sub01_5(){
	location.href = root + "/EN/01_introduction/05_location.html";
}





// Activities //

function sub02_1(){
	location.href = root + "/EN/02_activities/01_aerial.html";
}

function sub02_2(){
	location.href = root + "/EN/02_activities/02_addmission.html";
}

function sub02_3(){
	location.href = root + "/EN/02_activities/03_optional.html";
}

function sub02_4(){
	location.href = root + "/EN/02_activities/04_exhibition.html";
}

function sub02_5(){
	location.href = root + "/EN/02_activities/05_outdoor.html";
}

function sub02_6(){
	location.href = root + "/EN/02_activities/06_general.html";
}

function sub02_7(){
	location.href = root + "/EN/02_activities/07_four.html";
}





// Planning Visits //

function sub03_1(){
	location.href = root + "/EN/03_planning/01_land.html";
}

function sub03_2(){
	location.href = root + "/EN/03_planning/02_nearby.html";
}

function sub03_3(){
	location.href = root + "/EN/03_planning/03_accommodation.html";
}

function sub03_4(){
	location.href = root + "/EN/03_planning/04_emergency.html";
}

function sub03_5(){
	location.href = root + "/EN/03_planning/05_weather.html";
}


// Discover Korea //

function sub04_1(){
	location.href = root + "/EN/04_discover/03_history.html";
}

function sub04_2(){
	location.href = root + "/EN/04_discover/01_dokdo.html";
}

function sub04_3(){
	location.href = root + "/EN/04_discover/02_eastsea.html";
}

function sub04_4(){
	location.href = root + "/EN/04_discover/04_national.html";
}

function sub04_5(){
	location.href = root + "/EN/04_discover/05_language.html";
}

function sub04_6(){
	location.href = root + "/EN/04_discover/06_customs.html";
}




// Open square //

function sub05_1(){
	location.href = root + "/EN/Open/appl/BoardList.php";
}