// JavaScript Document
// JavaScript Document
//00
function kmain()    { self.location.href = '/main.asp'; }	//ÀÎÆ®·Î

//01
function emain01()    { self.location.href = '/eng/sub/sub1_1.asp'; }	//ÇùÈ¸¾È³»
	function esub1_1()    { self.location.href = '/eng/sub/sub1_1.asp'; }		//ÀÎ»ç¸»
	function esub1_2()    { self.location.href = '/eng/sub/sub1_2.asp'; }		//¼³¸³¸ñÀû ¹× ¿¬Çõ
	
//02
function emain02()    { self.location.href = '/eng/sub/sub2_1.html'; }	//ÇùÈ¸¾÷¹«
	function esub2_1()    { self.location.href = '/eng/sub/sub2_1.html'; }		//Á¤È¸¿ø°ü¸®
	function esub2_2()    { self.location.href = '/eng/sub/sub2_2.html'; }		//°ÇÃà»ç½ÇÀû°ü¸®
	function esub2_3()    { self.location.href = '/eng/sub/sub2_3.html'; }		//°¨¸®ÀÚ/¿ø°ü¸®

//03
function emain03()    { self.location.href = '/eng/sub/sub3_1.html'; }				//Âü¿©±¤Àå
	function esub3_1()    { self.location.href = '/eng/sub/sub3_1.html'; }		//»ó´ãÄÚ³Ê
	function esub3_2()    { self.location.href = '/eng/sub/sub3_2.html'; }		//ÀÚÀ¯°Ô½ÃÆÇ
	

//04
function emain04()    { self.location.href = '/eng/sub/sub4_1.html'; }
	function esub4_1()    { self.location.href = '/eng/sub/sub4_1.html'; }		//°øÁö»çÇ×
	function esub4_2()    { self.location.href = '/eng/sub/sub4_2.html'; }		//ÇùÈ¸¼Ò½Ä
	
//05
function emain05()    { self.location.href = '/eng/sub/sub5_1.html'; }
	function esub5_1()    { self.location.href = '/eng/sub/sub5_1.html'; }
	function esub5_2()    { self.location.href = '/eng/sub/sub5_2.html'; }
	function esub5_3()    { self.location.href = '/eng/sub/sub5_3.html'; }

//etc
	function ehome()    { self.location.href = '/eng/main.html'; }
	function econtactus()    { self.location.href = '/eng/sub/contact.html'; }
	
