var root = "http://" + document.location.host + '/eng';


/* About KGPA ------------------------------------------------------------------------------*/

// 1 Message //
function sub01_1(){
	location.href = root + "/01_about/01_about_sub01.html";
}

// 2 History //
function sub01_2(){
	location.href = root + "/01_about/01_about_sub02.html";
}

// 3 orgnaization //
function sub01_3(){
	location.href = root + "/01_about/01_about_sub03.html";
}

// 4 Contact Us //
function sub01_4(){
	location.href = root + "/01_about/01_about_sub04.html";
}

// 5 Q&A //
function sub01_5(){
	location.href = root + "boards/lst/eng_qna";
}

/* domestic Management ------------------------------------------------------------------------------*/

// 1 Green fund? //
function sub02_1(){
	location.href = root + "/02_domestic/02_domestic_sub01.html";
}

// 2 Urban Forestation //
function sub02_2(){
	location.href = root + "/02_domestic/02_domestic_sub02_01.html";
}

// 3 Green Culture & Education //
function sub02_3(){
	location.href = root + "/02_domestic/02_domestic_sub03_01.html";
}

/* overseas Forest Management ------------------------------------------------------------------------------*/

// 1 About oFM //
function sub03_1(){
	location.href = root + "/03_overseas/03_overseas_sub01.html";
}

// 2 Resources development //
function sub03_2(){
	location.href = root + "/03_overseas/03_overseas_sub02_01.html";
}

// 3 Climate Change //
function sub03_3(){
	location.href = root + "/03_overseas/03_overseas_sub03_01.html";
}

// 4 International Coorporation //
function sub03_4(){
	location.href = root + "/03_overseas/03_overseas_sub04_01.html";
}

/* News and Resource ------------------------------------------------------------------------------*/

// 1 Related document //
function sub04_1(){
	//location.href = root + "/04_news/04_news_sub01.html";
	location.href = root + "boards/lst/eng_reldoc";
}

// 2 Announcements //
function sub04_2(){
	//location.href = root + "/04_news/04_news_sub02.html";
	location.href = root + "boards/lst/eng_announ";

}