
function goHome()
{
		document.location = '/index.htm';
}

//È¸»ç¼Ò°³
function go1(chk)
{
        if (chk==0) {
			document.location ='#'; 
		}  else if (chk==1) {
			document.location ='/company/company01.htm';
		} else if (chk==2) {
			document.location ='/company/company02.htm';
		} else if (chk==3) {
			document.location ='/company/company03.htm';
		} else if (chk==31) {
			document.location ='/company/company03_1.htm';
		} else if (chk==32) {
			document.location ='/company/company03_2.htm';
		} else if (chk==4) {
			document.location ='/company/company04.htm';
		} else if (chk==5) {
			document.location ='/company/company05.htm';
		} 
}



// product  

function  go2(chk)
{
if (chk==0) {
			document.location ='#'; 
		}  else if (chk==1) {
			document.location ='/product/product01.htm'; 
		}else if (chk==2) {
			document.location ='/product/product02.htm'; 
		}  else if (chk==3) {
			document.location ='/product/product03.htm'; 
		}  else if (chk==4) {
			document.location ='/product/product04.htm'; 
		}  else if (chk==5) {
			document.location ='/product/product05.htm'; 
		}  else if (chk==51) {
			document.location ='/product/product05_1.htm'; 
		}  else if (chk==52) {
			document.location ='/product/product05_2.htm'; 
		}  else if (chk==53) {
			document.location ='/product/product05_3.htm'; 
        }  else if (chk==54) {
			document.location ='/product/product05_4.htm'; 
		}  else if (chk==6) {
			document.location ='/product/product06.htm'; 
		}   
}


//±â¼úÀÚ·á
function go3(chk)
{
        if (chk==0) {
			document.location ='#'; 
		}  else if (chk==1) {
			document.location ='/tech/tech01.htm';
		} else if (chk==2) {
			document.location ='/tech/tech02.htm';
		} else if (chk==3) {
			document.location ='/tech/tech03.htm';
		} else if (chk==4) {
			document.location ='/tech/tech04.htm';
		} else if (chk==5) {
			document.location ='/tech/tech05.htm';
		} else if (chk==6) {
			document.location ='/tech/tech06.htm';
		} else if (chk==7) {
			document.location ='/tech/tech07.htm';
		} 
}



///NJotice
function  go4(chk)
{
if (chk==0) {
			document.location ='#'; 
		} else if (chk==1) {
			document.location ='/company/company05.htm';
		} 
}
/// Board
function  go5(chk)
{
if (chk==0) {
			document.location ='#'; 
		}  else if (chk==1) {
			document.location ='/fsbClient/ezboard.jsp?bm_seq=3594'; 
		} else if (chk==2) {
			document.location ='/fsbClient/ezboard.jsp?bm_seq=3595'; 
		} else if (chk==3) {
			document.location ='/fsbClient/ezboard.jsp?bm_seq=3596'; 
		}
}

// »çÀÌÆ®¸Ê
function  go6(chk)
{
		if (chk==1) {
			document.location = '/sitemap/sitemap01.htm';
		}
}


//  °ßÀûÀÇ·Ú
function  go7(chk)
{
if (chk==0) {
			document.location ='#'; 
		}  else if (chk==1) {
			window.open("http://kr.gobizkorea.com/popup/newhm_pop_inquiry.jsp?co_code=2007-00021&co_lang=1","inquiry","width=750,height=700,scrollbars=yes") 
		} 
}


/// ±¹¹®, ¿µ¹®
function  etc(chk)
{
if (chk==0) {
			document.location = '/index.htm';
		}  else if (chk==1) {
			document.location = '/index.htm';
		} else if (chk==2) {
			document.location  = '/en/';
        } else if (chk==3) {
			document.location  = '#';   ///e_catalogue
       }
}




/// mail
function mail(chk)
{
		if (chk==1) {
			document.location = 'mailto:syw071@hyoseongmotor.co.kr?bcc=webmaster@smipc.or.kr';
		}
}

//top_btn
function GoTop()
{
		document.location = '#top';
}

