
function goHome()
{
		document.location='/en/index.html';
}

//
function go1(chk)
{
        if (chk==0) {
			document.location ='/en/contents/company/company01.html?sm=1_1';
		}  else if (chk==1) {
			document.location ='/en/contents/company/company01.html?sm=1_1';
		} else if (chk==2) {
			document.location ='/en/contents/company/company02.html?sm=1_2';
		} else if (chk==3) {
			document.location ='/en/contents/company/company03.html?sm=1_3';
		} else if (chk==4) {
			document.location ='/en/contents/company/company04.html?sm=1_4';
		} else if (chk==5) {
			document.location ='/en/common/board/list.html?a_gb=board&a_cd=4&a_item=0';
		} else if (chk==6) {
			document.location ='/en/contents/company/company06.html?sm=1_6';
		}     
}



// Á¦Ç°¼Ò°³

function  go2(chk)
{
if (chk==0) {
			document.location ='/en/product/list.html?a_gb=product&a_cd=2&a_item=0&po_it_lclass=i100'; 
		}  else if (chk==1) {
			document.location ='/en/product/list.html?a_gb=product&a_cd=2&a_item=0&po_it_lclass=i100'; 
		} else if (chk==2) {
			document.location='/en/product/list.html?a_gb=product&a_cd=2&a_item=0&po_it_lclass=i200'; 
		} else if (chk==3) {
			document.location ='/en/product/list.html?a_gb=product&a_cd=2&a_item=0&po_it_lclass=i300'; 
		} else if (chk==4) {
			document.location ='/en/product/list.html?a_gb=product&a_cd=2&a_item=0&po_it_lclass=i500'; 
		}
}

// ±â¼úÇöÈ²
function  go3(chk)
{
if (chk==0) {
			document.location ='/en/common/board/list.html?a_gb=board&a_cd=6&a_item=0'; 
		}  else if (chk==1) {
			document.location ='/en/common/board/list.html?a_gb=board&a_cd=6&a_item=0'; 
		} 
}

// °í°´¼¾ÅÍ
function  go4(chk)
{
if (chk==0) {
			document.location ='/en/common/board/list.html?a_gb=board&a_cd=5&a_item=0'; 
		}  else if (chk==1) {
			document.location ='/en/common/board/list.html?a_gb=board&a_cd=5&a_item=0'; 
		} else if (chk==2) {
			document.location ='/en/common/consult/postform.html?a_gb=consult&a_cd=2&a_item=0'; 
		} else if (chk==3) {
			document.location  ='/en/contents/customer/customer03.html?sm=4_3'; 
		}  else if (chk==31) {
			document.location  ='/en/contents/customer/customer03_1.html?sm=4_3_1'; 
		}  else if (chk==32) {
			document.location  ='/en/contents/customer/customer03_2.html?sm=4_3_2'; 
		}  else if (chk==4) {
			document.location  ='/en/contents/customer/customer04.html?sm=4_4'; 
		}  else if (chk==5) {
			document.location  ='/en/common/board/list.html?a_gb=board&a_cd=14&a_item=0'; 
		} 
}

// »çÀÌÆ®¸Ê.
function  go5(chk)
{
		if (chk==1) {
			document.location ='/en/contents/sitemap/sitemap.html?sm=5_1';
		}
}


/// mail
function mail(chk)
{
		if (chk==1) {
			document.location = 'mailto:exim@yusin.co.kr';
		}
}

// etc
function  etc(chk)
{
if (chk==0) {
			document.location ='/index.html'; 
		}  else if (chk==1) {
			document.location  ='/index.html'; 
		} else if (chk==2) {
			document.location  ='/en/index.html'; 
		} else if (chk==3) {
			document.location  ='/jp/index.html'; 
		} else if (chk==4) {
			document.location  ='/ch/index.html'; 
		} 
}

function GoTop()
{
		document.location = '#top';
}

