function goHome()
{
		document.location='/index.php';
}

//product
function go1(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/product/product01.php';	//
		}  else if (chk==11) {
			document.location ='/product/product01_1.php';	//
		}  else if (chk==12) {
			document.location ='/product/product01_2.php';	//
		}  else if (chk==2) {
			document.location ='/product/product02.php';	//
		}   else if (chk==3) {
			document.location ='/product/product03.php';	//
		} else if (chk==4) {
			document.location ='/product/product04.php';	//
		} else if (chk==5) {
			document.location ='/product/product05.php';	//
		} else if (chk==6) {
			document.location ='/product/product06.php';	//
		} 
}

//product
function go2(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/technology/technology01.php';	//
		}  else if (chk==2) {
			document.location ='/technology/technology02.php';	//
		}   else if (chk==3) {
			document.location ='/technology/technology03.php';	//
		} else if (chk==4) {
			document.location ='/technology/technology04.php';	//
		} else if (chk==5) {
			document.location ='/technology/technology05.php';	//
		} else if (chk==6) {
			document.location ='/technology/technology06.php';	//
		} 
}

//support
function go3(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/bbs/board.php?bo_table=download';	//
		}  else if (chk==2) {
			document.location ='/support/support02.php';	//
		}   else if (chk==3) {
			document.location ='/support/support03.php';	//
		} else if (chk==4) {
			document.location ='/support/support04.php';	//
		} else if (chk==5) {
			document.location ='/support/support05.php';	//
		} else if (chk==6) {
			document.location ='/support/support06.php';	//
		} 
}

//contact
function go4(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/contact/contact01.php';	//
		}  else if (chk==2) {
			document.location ='/contact/contact02.php';	//
		}   else if (chk==3) {
			document.location ='/contact/contact03.php';	//
		} else if (chk==4) {
			document.location ='/contact/contact04.php';	//
		} else if (chk==5) {
			document.location ='/contact/contact05.php';	//
		} else if (chk==6) {
			document.location ='/contact/contact06.php';	//
		} 
}

//corporate
function go5(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/bbs/board.php?bo_table=news';	//
		}  else if (chk==2) {
			document.location ='/corporate/corporate02.php';	//
		}   else if (chk==3) {
			document.location ='/corporate/corporate03.php';	//
		} else if (chk==4) {
			document.location ='/corporate/corporate04.php';	//
		} else if (chk==5) {
			document.location ='/corporate/corporate05.php';	//
		} else if (chk==6) {
			document.location ='/corporate/corporate06.php';	//
		} 
}


//¿Ü±¹¾î
function lang(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/index.php';				//ÇÑ±¹¾î
		}  else if (chk==2) {
			document.location ='/eng/index.php';		//¿µ¾î
		}  else if (chk==3) {
			document.location ='/jap/index.php';			//ÀÏ¾î
		}  else if (chk==4) {
			document.location ='/ger/index.php';			//µ¶ÀÏ¾î
		}
}

//sitemap
function sitemap(chk)
{
		if (chk==1) {
			document.location ='/sitemap/sitemap.php?sm=6_1';	//
		}
}
// mail
function mail(chk)
{
		if (chk==1) {
				document.location = 'mailto:rnjswh@naver.com?bcc=webmaster@smipc.or.kr';
						}
}

//top
function GoTop()
{
		document.location = '#top';
}
