function goHome()
{
		document.location='/index.htm';
}

function go1(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/contents/company/company01.htm';	//
		}  else if (chk==2) {
			document.location ='/contents/company/company02.htm';	//
		}  else if (chk==3) {
			document.location ='/contents/company/company03.htm';	//
		}  else if (chk==4) {
			document.location ='/contents/company/company04.htm';	//
		}  else if (chk==5) {
			document.location ='/contents/company/company05.htm';	//
		}  else if (chk==6) {
			document.location ='/contents/company/company06.htm';	//
		}
}

function go2(chk)
{
         if (chk==0) {
			document.location  ='/contents/product/product00.htm';	//
		}  else if (chk==1) {
			document.location ='/contents/product/product01.htm';	//
		}  else if (chk==101) {
			document.location ='/contents/product/product01_1.htm';	//
		}  else if (chk==102) {
			document.location ='/contents/product/product01_2.htm';	//
		}  else if (chk==103) {
			document.location ='/contents/product/product01_3.htm';	//
		}   else if (chk==104) {
			document.location ='/contents/product/product01_4.htm';	//
		} else if (chk==2) {
			document.location ='/contents/product/product02.htm';	//
		} else if (chk==201) {
			document.location ='/contents/product/product02_1.htm';	//
		}else if (chk==202) {
			document.location ='/contents/product/product02_2.htm';	//
		}  else if (chk==3) {
			document.location ='/contents/product/product03.htm';	//
		}  else if (chk==301) {
			document.location ='/contents/product/product03_1.htm';	//
		}  else if (chk==302) {
			document.location ='/contents/product/product03_2.htm';	//
		}  else if (chk==303) {
			document.location ='/contents/product/product03_3.htm';	//
		}  else if (chk==304) {
			document.location ='/contents/product/product03_4.htm';	//
		}  else if (chk==4) {
			document.location ='/contents/product/product04.htm';	//
		} 
}
function go3(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location='/contents/tech/tech01.htm';	//
		}  else if (chk==2) {
			document.location='/contents/tech/tech02.htm';	//
		}  else if (chk==3) {
			document.location='/contents/tech/tech03.htm';	//
		}  else if (chk==4) {
			document.location='/contents/tech/tech04.htm';	//
		}  
}

function go4(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/fsbClient/ezboard.jsp?bm_seq=16847';	//
		}  else if (chk==2) {
			document.location ='/fsbClient/ezboard.jsp?bm_seq=16848';	//
		}  else if (chk==3) {
			document.location='/fsbClient/ezboard.jsp?bm_seq=16943';	//
		} else if (chk==4) {
			document.location ='/contents/customer/customer03.htm';	// 
		} else if (chk==5) {
			document.location ='/fsbClient/ezboard.jsp?bm_seq=16849';	//
		}  
}






function sitemap(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/contents/sitemap/sitemap01.htm';	//
		}
}

function etc(chk)
{
      	if (chk==1) {
		alert("ÀÚ·áÁØºñÁßÀÔ´Ï´Ù.");//ºê·Î¼Å
		}
}

function lang(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='http://jejus.co.kr';	//±¹¹®
		}  else if (chk==2) {
			document.location ='/en/index.htm';	//¿µ¹®
		}  else if (chk==3) {
			document.location ='/jp/index.htm';	//ÀÏ¹®
		}
}

function mail(chk)
{
		if (chk==1) {
			document.location = 'mailto:jeju@jejus.co.kr?bcc=webmaster@smipc.or.kr ';
		}
}

function inquiry()
{
	window.open("http://kr.gobizkorea.com/popup/newhm_pop_inquiry.jsp?co_code=1999-03032&co_lang=2","mail","width=729,height=700,scrollbars=yes") 	//
}

function GoTop()
{
		document.location = '#top';
}

