function goPage(str)
{

	if (str=='home') //Ȩ
	{
		var nextURL = "/index.asp";
	}
	else if (str=='english') //CONTACT US
	{
		var nextURL = "/en/index.asp";
	}
	else if (str=='business') //Ʈ
	{
		var nextURL = "/design.asp";
	}
	else if (str=='korean') //ѱ
	{
		location.href="/kor_2006/";
		return false;
	}
	

	// KLIC 
	else if (str=='KLIC_1') 
	{
		var nextURL = "/domainname.asp";
	}
	else if (str=='KLIC_2') 
	{
		var nextURL = "/domain.asp?classid=119";
	}
	else if (str=='KLIC_3') 
	{
		var nextURL = "/domain.asp?classid=120";
	}
	else if (str=='KLIC_4') 
	{
		var nextURL = "/klic/business.php";
	}
	else if (str=='KLIC_5') 
	{
		var nextURL = "/klic/corporate.php";
	}
	else if (str=='KLIC_6') 
	{
		var nextURL = "/klic/contactus.php";
	}

	// Service 
	else if (str=='Services_1') 
	{
		var nextURL = "/hostcomputer.asp";
	}
	else if (str=='Services_2') 
	{
		var nextURL = "/hostcomputer.asp?classid=122";
	}
	else if (str=='Services_3') 
	{
		var nextURL = "/hostcomputer.asp?classid=123";
	}
	else if (str=='Services_4') 
	{
		var nextURL = "/design.htm";
	}
	else if (str=='Services_5') 
	{
		var nextURL = "/services/service.php";
	}

	// Technology 
	else if (str=='Technology_1') 
	{
		var nextURL = "/postoffice.asp";
	}
	else if (str=='Technology_2') 
	{
		var nextURL = "/postoffice.asp?classid=125";
	}
	else if (str=='Technology_3') 
	{
		var nextURL = "/technology/terminal.php";
	}

	// Cyber PR 
	else if (str=='Cyber_1') 
	{
		var nextURL = "/web.asp";
	}
	else if (str=='Cyber_2') 
	{
		var nextURL = "/web.asp?classid=131";
	}
	else if (str=='Cyber_3') 
	{
		var nextURL = "/cyberpr/photo_list.php?id=eng_photo";
	}
	else if (str=='Cyber_4') 
	{
		var nextURL = "/cyberpr/partner.php";
	}

	// IR
	else if (str=='IR_1') 
	{
		var nextURL = "/ir/ir_1.php";
	}
	else if (str=='IR_2') 
	{
		var nextURL = "/ir/ir_2.php";
	}
	else if (str=='IR_2_2') 
	{
		var nextURL = "/ir/ir_2_2.php";
	}
	else if (str=='IR_3') 
	{
		var nextURL = "/ir/ir_3.php";
	}
	else if (str=='IR_4') 
	{
		var nextURL = "/ir/ir_4.php";
	}

	else {
//		var nextURL = "http://www.";
		alert("ũ");
		return;
//		var nextURL = "";
	}

	
	window.location.href="cn"+nextURL//+"?" + "&setMenuNum=" + menuNum;
}