
function goHome()
{
		document.location = '/index.asp';
}

// intrormation
function go1(chk)
{
		if (chk==0) {
			document.location = '/intro/intro01.asp'; // ÀÎ»ç¸»
		} else if (chk==1) {
			document.location = '/intro/intro01.asp'; // È¸»ç°³¿ä
		} else if (chk==2) {
			document.location = '/intro/intro02.asp'; // Ã£¾Æ¿À½Ã´Â±æ
		} else if (chk==3) {
			document.location = '/intro/intro03.asp'; // È¸»ç°³¿ä
		} 
}

// Á¦Ç°¼Ò°³
function  go2(chk)
{
		if (chk==0) {
			document.location = '/product/product01.asp'; // 
		}  else if (chk==1) {
			document.location = '/product/product01.asp'; // 
		} else if (chk==2) {
			document.location = '/product/product02.asp'; // 
		} else if (chk==3) {
			document.location = '/product/product03.asp'; // 
		} else if (chk==4) {
			document.location = '/product/product04.asp'; // 
		} else if (chk==5) {
			document.location = '/product/product05.asp'; // 
		} else if (chk==6) {
			document.location = '/product/product06.asp'; // 
		}  else if (chk==7) {
			document.location = '/product/product07.asp'; // 
		} 
}

// °ßÀûÀÇ·Ú
function go3(chk)
{
		if (chk==1) {
			document.location = '/online/online01.asp';// °ßÀûÀÇ·Ú//
		}
}

// ÀÚ·á½Ç
function go4(chk)
{
		if (chk==1) {
			//document.location = '/dataroom/dataroom01.asp';//ÀÚ·á½Ç //
           document.location = '/mboard/mboard.asp?board_id=pds&group_name=guest';//ÀÚ·á½Ç //
		}
}


/// °Ô½ÃÆÇ
function go5(chk)
{
		if (chk==1) {
			document.location = '/mboard/mboard.asp?board_id=free&group_name=guest';//°Ô½ÃÆÇ //
		}
}


// etc : language, sitemap ...
function etc(chk)
{
		if (chk==0) {
			document.location = '/sitemap/sitemap.asp';// Sitemap //
		}else if (chk==1) {
			document.location = '/sitemap/sitemap.asp';// Sitemap //
		} else if (chk==2) {
			document.location = '/index.asp'; // 
		} else if (chk==3) {
			document.location = '/en/index.asp'; // 
		} 
}

/// mail
function mail(chk)
{
		if (chk==1) {
			document.location = 'mailto:seoulro@seoulro.co.kr';//¸ÞÀÏ //
		}
}



