//U-¼Ö·ç¼Ç ¸µÅ©
	function goUSolution(){
		window.open('/U_Solution/U_Solution.asp','U_Solution','width=730,height=565,left=0,top=0,scrollbars=no,toolbar=no,resizable=no');
	}

// ####################  ¸Þ´º ÄÚµå ####################### //
//¿µ¹®»çÀÌÆ®
function goEng(mn) {
 window.open(eval(mn), "Eng");   
}

//¿µ¹®»çÀÌÆ®
 function goEnglish(mn){
	  window.open(eval(mn), "Eng"); 
		alert(mn);
 }
mnMegapass = "http://www.megapass.net/";
mnAnn = "http://www.ktann.com/main.jsp?ktssoflag=1";
mnMobile = "http://www.ktmobile.co.kr/index.php?ktssoflag=1";
mnEng  = "/Eng/index.asp";
mnIdea = "http://ktidea.kt.co.kr/user/index.jsp"


// ¾×¼Ç ÆäÀÌÁöÀÇ ÁöÁ¤
function setActionPage(type) {
// type : 1depth ÀÌµ¿ÄÚµå

	var tmpUrl ;
	switch (type) {
		case 0 :  tmpUrl = "/Product/productMain.asp" ; break ; // ¼­ºê¸ÞÀÎ
		case 1 :  tmpUrl = "/Product/productSite.asp" ; break ; // »óÇ°»çÀÌÆ®
		case 2 :  tmpUrl = "/Product/productDetail.asp" ; break ; // WI »óÇ°ÆäÀÌÁö
		case 3 :  tmpUrl = "/Product/productInfo.asp" ; break ; // Á¦ÀÛÇü ÆäÀÌÁö
		case 4 :  tmpUrl = "/Customer/customerMain.asp" ; break ; // °í°´¼¾ÅÍ
		case 5 :  tmpUrl = "/Infomation/productInfo.asp" ; break ; // Á¤º¸¼¾ÅÍ
	}
	return tmpUrl ;

}

// ÁöÁ¤µÈ ÆäÀÌÁö·ÎÀÇ ÀÌµ¿
function goUrl(typ, mcd, wcd, lcd) {
// typ : 1depth ÀÌµ¿ÄÚµå
// mcd : ¸Þ´ºÄÚµå, °í°´¼¾ÅÍ¿Í Á¤º¸¼¾ÅÍ¿¡¼­´Â ¸Þ´ºURL
// wcd : »óÇ°ÄÚµå
// lcd : Flash Navigation¿ë À§Ä¡°ª ÄÚµå

	var f = document.MOVEACTIONFRM ;

	f.mcode.value = mcd ;
	f.wicode.value = wcd ;
	f.lo.value = lcd ;

	var strUrl = document.URL ;
	f.target = (strUrl.indexOf("ktbiz.com") != -1) ? "_self" : "_blank"

	f.action = ((typ == 4 || typ == 5 || typ == 1 ) && mcd.length > 8) ? mcd : setActionPage(typ) ;
	f.submit() ;

}