
function goHome()
{
		document.location ='../index.jsp';
}

//ÀÌ¿ë¾È³»
function go1(chk)
{
       if (chk==0) {
			document.location ='#';
		}  else if (chk==1) {
			document.location ='../01_guide/guide01.jsp';
		}else if (chk==2) {
			document.location ='../01_guide/guide02.jsp';
		}
}



// °í¼Ó¹ö½º¿îÇàÁ¤º¸

function  go2(chk)
{
if (chk==0) {
		document.location = '#'; 
		}else if (chk==1) {
			document.location ='../02_service/service01.jsp'; //¿îÇàÁ¤º¸
		}else if (chk==11) {
			document.location ='../02_service/service01_1.jsp'; //¿îÇàÁ¤º¸Á¶È¸
		}
}



//¿µ¾î/ÇÑ±Û
function  etc(chk)
{
if (chk==0) {
		document.location = '#'; 
		}else if (chk==1) {
			document.location ='../../index.jsp'; //ÇÑ±Û
		}else if (chk==2) {
			document.location ='../eng/index.jsp'; //¿µ¾î
		}
}


/// mail
function mail(chk)
{
		if (chk==1) {
			document.location = 'mailto:mboxe@kobus.co.kr';
		}
}