
function goHome()
{
		document.location = '/index.php';
}

//È¸»ç¼Ò°³
function go1(chk)
{
        if (chk==0) {
			document.location  ='#'; 
		}  else if (chk==1) {
			document.location ='/cn/contents/message.php';
		} else if (chk==2) {
			document.location ='/cn/contents/philosophy.php';
		} else if (chk==3) {
			document.location ='/cn/contents/organization.php';
		} else if (chk==4) {
			document.location ='/cn/contents/history.php';
		} else if (chk==5) {
			document.location ='/cn/contents/ci.php';			
		} else if (chk==6) {
			document.location ='/cn/contents/contact.php';				
		} 			
}



// Á¦Ç°¼Ò°³

function  go2(chk)
{
if (chk==0) {
			document.location ='#'; 
		}  else if (chk==1) {
			document.location ='/cn/contents/product1.php'; 
		} else if (chk==2) {
			document.location ='/cn/contents/product2.php'; 
		} else if (chk==3) {
			document.location ='/cn/contents/product3.php'; 
		} else if (chk==4) {
			document.location ='/cn/contents/product4.php'; 	
		} 
}


//  °øÀå¼Ò°³
function  go3(chk)
{
if (chk==0) {
			document.location ='#'; 
		}  else if (chk==1) {
			document.location ='/cn/contents/production1.php'; 
		}  else if (chk==2) {
			document.location ='/cn/contents/production2.php'; 
		}  else if (chk==3) {
			document.location ='/cn/contents/production3.php'; 
		}  else if (chk==4) {
			document.location ='/cn/contents/production4.php'; 			
		} 
}

/// inquriy
function  go4(chk)
{
if (chk==0) {
			document.location  ='#'; 
		}  else if (chk==1) {
			document.location ='/cn/contents/inquiry.php';
		} 
}


/// ÀÎÀçÃ¤¿ë
function  go5(chk)
{
if (chk==0) {
			document.location  ='#'; 
		}  else if (chk==1) {
			document.location  ='/cn/contents/recruit.php'; 		
		} 
}


// »çÀÌÆ®¸Ê.
function  go6(chk)
{
		if (chk==1) {
			document.location = '/cn/contents/sitemap.php';
		}
}


/// mail
function mail(chk)
{
		if (chk==1) {
			document.location = 'mailto:master@kayaelec.com';
		}
}


/// Support
function  etc(chk)
{
if (chk==1) {
			document.location ='/index.asp'; 
		}  else if (chk==2) {
			document.location  ='/en/index.asp'; 
		}
	}	

//top_btn
function GoTop()
{
		document.location = '#top';
}