function golink(n,gourl){
/*
        if(n >= 1){
        	  if(document.gofrm.sel_etongsa.value==""){
        	  	  document.gofrm.etongsalinkk.value = gourl;
                 Layer1.style.visibility = "visible";  
             }else{
                
                if( gourl =="/KIDS/mobile_best.php"){
                	 if(document.gofrm.sel_etongsa.value =="SKT"){
					            document.location = gourl+"?s_etn=SKT";
					          }else if(document.gofrm.sel_etongsa.value =="LGT"){
					            document.location = gourl+"?s_etn=LGT";
					          }else if(document.gofrm.sel_etongsa.value =="KTF"){
					            document.location = gourl+"?s_etn=KTF";
					          }
                }else{	
		                if(document.gofrm.sel_etongsa.value =="SKT"){
					            document.location = gourl+"?etn=SKT";
					          }else if(document.gofrm.sel_etongsa.value =="LGT"){
					            document.location = gourl+"?etn=LGT";
					          }else if(document.gofrm.sel_etongsa.value =="KTF"){
					            document.location = gourl+"?etn=KTF";
					          }
			          }
             }
        }else{
          document.location = gourl+"?etn="+document.gofrm.sel_etongsa.value+"&pathurl=page";
        }
*/
	document.location = gourl;
}

function etongsalink(n,gourl){
         // ÇÃ·¹ÀÌ´õ ´Ù¿î·Îµå etn
          if( document.gofrm.etongsalinkk.value =="player_down.php"){
            alert('¼­ºñ½º ÁØºñÁßÀÔ´Ï´Ù.');
             return;
          }else if( document.gofrm.etongsalinkk.value =="/KIDS/mobile_best.php"){
          	if(n=="1"){  // ¸ÞÀÎÃ³¸® LGT
	           	  document.location = document.gofrm.etongsalinkk.value +"?s_etn=LGT";
	           }else if(n=="2"){  // ¸ÞÀÎÃ³¸® SKT
	              document.location = document.gofrm.etongsalinkk.value +"?s_etn=SKT";
	           }else if(n=="3"){  //  ¸ÞÀÎÃ³¸® KTF
	              document.location = document.gofrm.etongsalinkk.value +"?s_etn=KTF";
	           }else{ 	
	            document.location = gourl+"?s_etn="+n;
	           } 
          	
          }else{
	           if(n=="1"){  // ¸ÞÀÎÃ³¸® LGT
	           	  document.location = document.gofrm.etongsalinkk.value +"?etn=LGT";
	           }else if(n=="2"){  // ¸ÞÀÎÃ³¸® SKT
	              document.location = document.gofrm.etongsalinkk.value +"?etn=SKT";
	           }else if(n=="3"){  //  ¸ÞÀÎÃ³¸® KTF
	              document.location = document.gofrm.etongsalinkk.value +"?etn=KTF";
	           }else{ 	
	            document.location = gourl+"?etn="+n;
	           } 
          }      
}
function etong_close(){
Layer1.style.visibility = "hidden";     
}

function mem_edit(goPageURL,goPageName,goPageWidth,goPageHeight) {
	window.open(goPageURL,goPageName,'width='+goPageWidth+',height='+goPageHeight+',top=20,left=30,directories=no,menubar=no,scrollbars=yes, resizable=no');
}
