function goHome()
{
		document.location='/index.html';
}

//È¸»ç¼Ò°³
function go1(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/contents/aboutus/message.php?sm=1_1';	//
		}  else if (chk==2) {
			document.location ='/contents/aboutus/history.php?sm=1_2';	//
		}  else if (chk==3) {
			document.location ='/contents/aboutus/certificaction.php?sm=1_3';	//
		}  else if (chk==4) {
			document.location ='/contents/aboutus/contactus.php?sm=1_4';	//
		} 
}

//product
function go2(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/contents/product/product01.php?sm=2_1';	//Á¦Ç°1
		}  else if (chk==2) {
			document.location ='/contents/product/product02.php?sm=2_2';	//Á¦Ç°2
		}else if (chk==3) {
			document.location ='/contents/product/product03.php?sm=2_3';	//Á¦Ç°1
		} else if (chk==4) {
			document.location ='/contents/product/product04.php?sm=2_4';	//Á¦Ç°1
		} else if (chk==5) {
			document.location ='/contents/product/product05.php?sm=2_5';	//Á¦Ç°1
		} else if (chk==6) {
			document.location ='/contents/product/product06.php?sm=2_6';	//Á¦Ç°1
		}  else if (chk==7) {
			document.location ='/contents/product/product07.php?sm=2_7';	//Á¦Ç°1
		} 
}



//guestbook
function go3(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='/common/board/list.html?a_gb=board&a_cd=1&a_item=0';	//
		} 
}


//dataroom
function go4(chk)
{
         if (chk==0) {
			document.location  ='/contents/agent/agent.php?sm=4_1';
	 	}  else if (chk==1) {
				document.location ='/contents/agent/agent.php?sm=4_1';
		} else if (chk==2) {
				document.location   ='/contents/agent/agent.php?sm=4_1#2';
		} else if (chk==3) {
				document.location  ='/contents/agent/agent03.php?sm=4_4';	//
		} else if (chk==4) {
				document.location  ='/contents/agent/agent04.php?sm=4_5';	//
		} else if (chk==5) {
				document.location  ='/contents/agent/agent05.php?sm=4_6';	//
		}else if (chk==6) {
				document.location  ='/contents/agent/agent06.php?sm=4_7';	//
		}   
}
//*ebook
function go5(chk)
{
		 if (chk==1) {
				window.open('/ebook/index.htm');
		}  
}

//*ebook

//function go5(chk)
//{
	//	if (chk==1) {
		//	alert("ÁØºñÁßÀÔ´Ï´Ù.");
		//}
//}*/






//¿Ü±¹¾î
function lang(chk)
{
         if (chk==0) {
			document.location ='#';//
		}  else if (chk==1) {
			document.location ='#';				//ÇÑ±¹¾î
		}  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 ='/contents/sitemap/sitemap.php?sm=6_1';	//
		}
}
// mail
function mail(chk)
{
		if (chk==1) {
				document.location = 'mailto:kfloat@kfloat.com';
						}
}

//top
function GoTop()
{
		document.location = '#top';
}
