var root = "http://" + document.location.host;

/* isp---------------------------------------------------------------------------------------------*/

function home(){

	location.href = root + "/index.html";
}




/* Product guide ---------------------------------------------------------------------------------------------*/


// 1 iEDX-100A //
function sub01_1(){

	location.href = root + "/sub01/01.html";
}
// 1 iEDX-200AT //
function sub01_2(){

	location.href = root + "/sub01/02.html";
}
// 1 Standard sample //
function sub01_3(){

	location.href = root + "/sub01/03.html";
}

// 1 Other consumption materials //
function sub01_4(){

	location.href = root + "/sub01/04.html";
}


/* 2 Technical data----------------------------------------------------------------------------------------*/


// 2 Basic X-ray //
function sub02_1(){
	location.href = root + "/sub02/01.html";
}
// 2 XRF Measuring TIP //
function sub02_2(){

	location.href = root + "/sub02/02.html";
}
// 2 RoHS/WEEE //
function sub02_3(){

	location.href = root + "/sub02/03.html";
}
// 2 International environment regulation trend //
function sub02_4(){

	location.href = root + "/sub02/04.html";
}



/* 3 Customer support----------------------------------------------------------------------------------------*/


// 3 Notice //
function sub03_1(){
	location.href = root + "/fsbClientUtf/ezboard.jsp?bm_seq=15664";
}
// 3 Q&A //
function sub03_2(){

	location.href = root + "/fsbClientUtf/ezboard.jsp?bm_seq=15829";
}
// 3 Catalog  //
function sub03_3(){

	window.open('/images/ISP_English.pdf','win02');
}
// 3 Morgue //
function sub03_4(){

	location.href = root + "/fsbClientUtf/ezboard.jsp?bm_seq=15830";
}

// 3 Product gallery //
function sub03_5(){

	location.href = root + "/fsbClientUtf/ezboard.jsp?bm_seq=15831";
}



/* 4 Company Intro.---------------------------------------------------------------------------------------------*/


// 4 Company Intro.//
function sub04_1(){

	location.href = root + "/sub04/01.html";
}

// 4 CEO greeting//
function sub04_2(){

	location.href = root + "/sub04/02.html";
}

// 4 History //
function sub04_3(){

	location.href = root + "/sub04/03.html";
}

// 4 Possessing technology/research outcome //
function sub04_4(){

	location.href = root + "/sub04/04.html";
}

// 4 Road map //
function sub04_5(){

	location.href = root + "/sub04/05.html";
}




/* 5 Order guide-------------------------------------------------------------------------------------*/


// 5 Information//
function sub05_1(){
	location.href = root + "/sub05/01.html";
}
// 5 Inquiry//
function sub05_2(){

	window.open('http://www.gobizkorea.com/popup/newhm_pop_inquiry_eng.jsp?co_code=2009-01119&co_lang=2','win01');
}





/* 기타---------------------------------------------------------------------------------------------*/

// 사이트맵 //
function sitemap(){

	location.href = root + "/sitemap/sitemap.html";
}


// email //
function email(){

window.open('mailto:sales@ispxrf.com','win04');
}

// korean //
function korean(){

	window.open('http://ispxrf.cafe24.com/','win03');
}


// gobiz //
function gobiz(){

	window.open('http://gobizkorea.com/','win05');
}
