
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/history.php';
		} else if (chk==3) {
			document.location ='/contents/organization.php';
		} else if (chk==4) {
			document.location ='/contents/recruit.php';
		} else if (chk==5) {
			document.location ='/contents/map.php';					
		} 			
}



// product

function  go2(chk)
{
if (chk==0) {
			document.location ='#'; 
		}  else if (chk==1) {
			document.location ='/contents/vender.php'; 
		} else if (chk==2) {
			document.location ='/contents/linecard.php'; 
		} else if (chk==3) {
			document.location ='/contents/application.php'; 	
		} 
}


//  stock list
function  go3(chk)
{
if (chk==0) {
			document.location ='#'; 
		}  else if (chk==1) {
			document.location ='/contents/stocklist.php'; 
		}  else if (chk==2) {
			document.location ='/contents/hotsale.php'; 			
		} 
}

/// inquriy
function  go4(chk)
{
if (chk==0) {
			document.location  ='#'; 
		}  else if (chk==1) {
			document.location ='/contents/inquiry.php';			
		} 
}


/// support
function  go5(chk)
{
if (chk==0) {
			document.location  ='#'; 
		}  else if (chk==1) {
			document.location  ='/contents/notice.php'; 
		}  else if (chk==2) {
			document.location  ='/contents/qna.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';
}
