// JavaScript Document

var root = "http://" + document.location.host + '/eng' ;


// 홈 //
function home(){
	location.href = root + "/index.php";
}


/*About Us-------------------------------------------------------------------------------------*/



// About Us //
function sub01_1(){
	location.href = root + "/sub01/sub01_1_1.php";
}

// Company Information-Introduction //
function sub01_1_1(){
	location.href = root + "/sub01/sub01_1_1.php";
}

// Company Information-Mission & Vision //
function sub01_1_2(){
	location.href = root + "/sub01/sub01_1_2.php";
}

// Company Information-History & Future //
function sub01_1_3(){
	location.href = root + "/sub01/sub01_1_3.php";
}

// Company Information-Certificates //
function sub01_1_4(){
	location.href = root + "/sub01/sub01_1_4.php";
}

// Company Information-Organization //
function sub01_1_5(){
	location.href = root + "/sub01/sub01_1_5.php";
}


// Location Map//
function sub01_5(){
	location.href = root + "/sub01/sub01_5.php";
}


/* Product & Business---------------------------------------------------------------------------------*/

// Products //
function sub02_1(){
	location.href = root + "/sub02/sub02_1_1.php";
}

// Products-Fuel for PWR //
function sub02_1_1(){
	location.href = root + "/sub02/sub02_1_1.php";
}

// Products-Fuel for CANDU Reactor  //
function sub02_1_2(){
	location.href = root + "/sub02/sub02_1_2.php";
}

// Products-Tubings //
function sub02_1_3(){
	location.href = root + "/sub02/sub02_1_3.php";
}


// R&D //
function sub02_2(){
	location.href = root + "/sub02/sub02_2.php";
}

// Business Scope //
function sub02_3(){
	location.href = root + "/sub02/sub02_3.php";
}

// Design & Manufacturing //
function sub02_4(){
	location.href = root + "/sub02/sub02_4.php";
}

// Supply & Capacity //
function sub02_5(){
	location.href = root + "/sub02/sub02_5.php";
}

// Partnership //
function sub02_6(){
	location.href = root + "/sub02/sub02_6_1.php";
}

// Partnership-KWN (CEA JV) //
function sub02_6_1(){
	location.href = root + "/sub02/sub02_6_1.php";
}

// Partnership-Overseas Partners //
function sub02_6_2(){
	location.href = root + "/sub02/sub02_6_2.php";
}


/*Nuclear Energy-----------------------------------------------------------------------------------*/


// Nuclear & Environment //
function sub03_1(){
	location.href = root + "/sub03/sub03_1.php?req_P=bl&req_BIDX=30&req_BNM=57546174522506724576a142cbc641cc";
}

/*PNews & Information-----------------------------------------------------------------------------------*/

/*
// KNF NEWS //
function sub04_1(){
	location.href = root + "/sub04/sub04_1.php?req_P=bl&req_BIDX=30&req_BNM=57546174522506724576a142cbc641cc";
}*/

function sub04_1(){
	location.href = root + "/sub04/sub04_2.php";
}

// Gallery of Promotion Movie //
function sub04_2(){
	location.href = root + "/sub04/sub04_2.php";
}

// Brochure //
function sub04_3(){
	location.href = root + "/sub04/sub04_3.php?req_P=bl&req_BIDX=31&req_BNM=a7e75a8c4761fec5ffb03a4fb9909a12";
}


/*Open KNF------------------------------------------------------------------------------------*/

// Related sites //
function sub05_1(){
	location.href = root + "/sub05/sub05_1.php";
}

// Nuclear Fuel //
function sub05_2(){
	location.href = root + "/sub05/sub05_2.php";
}


/*---------------------------------------------------------------------------------------------*/

// 사이트가이드 //
function guide(num){
	if(num==0){
		document.getElementById("guide").style.display="block";
	}else if(num==1){
		document.getElementById("guide").style.display="none";
	}
}

/*---------------------------------------------------------------------------------------------*/


// 로그인 //
function sub07_1(){
	location.href = root + "/sub07/sub07_1.php?req_P=wml";
}


// 회원가입 //
function sub07_2(){
	location.href = root + "/sub07/sub07_2.php?req_P=wmif";
}

// 아이디비번찾기 //
function sub07_3(){
	location.href = root + "/sub07/sub07_3.php?req_P=m_idpw";
}

// 개인정보보호정책 //
function sub07_4(){
	location.href = root + "/sub07/sub07_4.php";
}


