
function goHome()
{
		document.location = '/index.php';
}

//È¸»ç¼Ò°³
function go1(chk)
{
        if (chk==0) {
			document.location  ='#'; 
		}  else if (chk==1) {
			document.location ='/contents/message.php';
		} else if (chk==2) {
			document.location ='/contents/philosophy.php';
		} else if (chk==3) {
			document.location ='/contents/organization.php';
		} else if (chk==4) {
			document.location ='/contents/history.php';
		} else if (chk==5) {
			document.location ='/contents/ci.php';		
		} else if (chk==6) {
			document.location ='/contents/contact.php';					
		} 			
}



// Á¦Ç°¼Ò°³

function  go2(chk)
{
if (chk==0) {
			document.location ='#'; 
		}  else if (chk==1) {
			document.location ='/contents/product1.php'; 
		} else if (chk==2) {
			document.location ='/contents/product2.php'; 
		} else if (chk==3) {
			document.location ='/contents/product3.php'; 
		} else if (chk==4) {
			document.location ='/contents/product4.php'; 	
		} 
}


//  °øÀå¼Ò°³
function  go3(chk)
{
if (chk==0) {
			document.location ='#'; 
		}  else if (chk==1) {
			document.location ='/contents/production1.php'; 
		}  else if (chk==2) {
			document.location ='/contents/production2.php'; 
		}  else if (chk==3) {
			document.location ='/contents/production3.php'; 
		}  else if (chk==4) {
			document.location ='/contents/production4.php'; 			
		} 
}

/// inquriy
function  go4(chk)
{
if (chk==0) {
			document.location  ='#'; 
		}  else if (chk==1) {
			document.location ='/contents/inquiry.php';
		} 
}


/// ÀÎÀçÃ¤¿ë
function  go5(chk)
{
if (chk==0) {
			document.location  ='#'; 
		}  else if (chk==1) {
			document.location  ='/contents/recruit.php'; 		
		} 
}


// »çÀÌÆ®¸Ê.
function  go6(chk)
{
		if (chk==1) {
			document.location = '/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';
}