<!--
/*
var loopC="true";
function ChkAll(check)	//ÀüÃ¼¼±ÅÃ,¼±ÅÃ,¼±ÅÃÃë¼Ò
{
  
  if (loopC=="false")
  {
	alert('Ã³¸®ÁßÀÔ´Ï´Ù.');
	return;
  }
  if (loopC=="true")
  {
	loopC="false";
	ChkAllT(check);
	loopC="true"
  }  
}
*/
var chkindex1 = "false";
var chkindex2 = "false";
function ChkAll(check)	//ÀüÃ¼¼±ÅÃ,¼±ÅÃ,¼±ÅÃÃë¼Ò
{
/*
if (chkindex1=="false" !! check=="AOD")
{
	chkindex1=="true"
}else{
	chkindex1=="false"
	ChkAll('NOT')
}
*/
  if (check=="VOD" || check=="V_NOT")
  {
    var loopnum=FrmList.vodalbum.length ;
  }else{
    var loopnum=FrmList.aodalbum.length ;
  }
  for(i=0; i < loopnum; ++i){
    if (check=="ALL" || check=="AOD")	{
	
	  if (FrmList.aodalbum[i].value!="NO")
	  {		
	    FrmList.aodalbum[i].checked=true;
		/*
		for(j=0; j < FrmList.elements.length; ++j)
		{
		  var E=FrmList.elements[j];	
		  STS(E,"#F4F4F4");			
		}
		*/
	  }
	}
	if (check=="ALL" || check=="VOD") 
	{
	  if (FrmList.vodalbum[i].value!="NO")
	  {	
	    FrmList.vodalbum[i].checked=true;
	    /*
		for(j=0; j < FrmList.elements.length; ++j)
	    {
		  var E=FrmList.elements[j];	
		  STS(E,"#F4F4F4");			
	    }
		*/
	  }
	}
	if (check=="NOT")
	{
	  FrmList.aodalbum[i].checked=false;FrmList.vodalbum[i].checked=false;	
	  /*
	  for(j=0; j < FrmList.elements.length; ++j)
	  {
		var E=FrmList.elements[j];	
		STS(E,"#FFFFFF");			
	  }
	  */
	}
	if (check=="A_NOT")
	{
	  FrmList.aodalbum[i].checked=false;
	  /*
	  for(j=0; j < FrmList.elements.length; ++j)
	  {
		var E=FrmList.elements[j];	
		STS(E,"#FFFFFF");			
	  }
	  */
	}
	if (check=="V_NOT")
	{
	  FrmList.vodalbum[i].checked=false;
	  /*
	  for(j=0; j < FrmList.elements.length; ++j)
	  {
		var E=FrmList.elements[j];	
		STS(E,"#FFFFFF");			
	  }
	  */
	}
  }
}

function OPN(idx,Num,type)		//º¸±â,µè±â
{
  var sp_DTN = "" ;
  var sp_TPN = "" ;
  var PI="" ;
  var PD="" ;
  if (type=="VOD")
  {
	sp_DTN = FrmList.DTN[Num].value;
	sp_TPN = FrmList.TPNV[Num].value;
	PI = PI + FrmList.DIP[Num].value;
	PD = PD + FrmList.DSN[Num].value;
	PUrl='http://multiplayer.godpia.com/skin/aod_ccm.asp?sp_idx='+idx+'|&l_type='+type+'|&sp_DTN='+sp_DTN+'|&sp_TPN='+sp_TPN+'|&PI='+PI+'|&PD='+PD+'|&ttp=CM|&pflag=unity';
    window.open(PUrl,"MyCCMAODPlay","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=780,height=480");
  }else{
	sp_DTN = FrmList.DTN[Num].value;
	sp_TPN = FrmList.TPNA[Num].value;
	PI = PI + FrmList.DIP[Num].value;
	PD = PD + FrmList.DSN[Num].value;
	PUrl='http://multiplayer.godpia.com/skin/aod_ccm.asp?sp_idx='+idx+'|&l_type='+type+'|&sp_DTN='+sp_DTN+'|&sp_TPN='+sp_TPN+'|&PI='+PI+'|&PD='+PD+'|&ttp=CM|&pflag=unity';
    window.open(PUrl,"MyCCMAODPlay","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=780,height=480");
  }
}
function sHs(type)	//VOD,AOD ¼±ÅÃº¸±â,µè±â
{
  var sp_idx="" ;
  var sp_DTN="" ;
  var sp_TPN="" ;
  var PI="" ;
  var PD="" ;
  var tp="";
  if (type=="VOD")
  {
    var loopnum=FrmList.vodalbum.length ;
  }else{
    var loopnum=FrmList.aodalbum.length ;
  }

  for(var i =0; i < loopnum; i++)
  {
    if (type=="VOD")
	{
	  if(FrmList.vodalbum[i].checked)
	  {
	    sp_idx = sp_idx + FrmList.vodalbum[i].value + "|";		
		sp_TPN = sp_TPN + FrmList.TPNV[i].value + "|";	
		sp_DTN = sp_DTN + FrmList.DTN[i].value + "|";
		PI = PI + FrmList.DIP[i].value + "|";
		PD = PD + FrmList.DSN[i].value + "|";
		tp = tp + "CM|";
	  }
    }else{
	  if(FrmList.aodalbum[i].checked)
	  {
	    sp_idx = sp_idx + FrmList.aodalbum[i].value + "|";
		sp_TPN = sp_TPN + FrmList.TPNA[i].value + "|";
		sp_DTN = sp_DTN + FrmList.DTN[i].value + "|";
		PI = PI + FrmList.DIP[i].value + "|";
		PD = PD + FrmList.DSN[i].value + "|";
		tp = tp + "CM|";
	  }
	}	
  }
  if (sp_idx=="")
  {
    alert('Ç×¸ñÀ» ¼±ÅÃÇØ ÁÖ¼¼¿ä.');
  }else{
	  PUrl='http://multiplayer.godpia.com/skin/aod_ccm.asp?sp_idx='+sp_idx+'&l_type='+type+'&sp_DTN='+sp_DTN+'&sp_TPN='+sp_TPN+'&PI='+PI+'&PD='+PD+'&ttp='+tp+'&pflag=unity';
	  //alert(PUrl);
	  window.open(PUrl,"MyCCMAODPlay","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=780,height=480");
  }
}
function sp(type)	//VOD,AOD ´ã±â
{
  var sp_idx="" ;
  var sp_DTN="" ;
  var sp_TPN="" ;
  var PI="" ;
  var PD="" ;
  if (type=="VOD")
  {
    var loopnum=FrmList.vodalbum.length ;
  }else{
    var loopnum=FrmList.aodalbum.length ;
  }

  for(var i =0; i < loopnum; i++)
  {
    if (type=="VOD")
	{
	  if(FrmList.vodalbum[i].checked)
	  {
	    sp_idx = sp_idx + FrmList.vodalbum[i].value + "|";		
		sp_TPN = sp_TPN + FrmList.TPNV[i].value + "|";	
		sp_DTN = sp_DTN + FrmList.DTN[i].value + "|";
		PI = PI + FrmList.DIP[i].value + "|";
		PD = PD + FrmList.DSN[i].value + "|";
	  }
    }else{
	  if(FrmList.aodalbum[i].checked)
	  {
	    sp_idx = sp_idx + FrmList.aodalbum[i].value + "|";
		sp_TPN = sp_TPN + FrmList.TPNA[i].value + "|";
		sp_DTN = sp_DTN + FrmList.DTN[i].value + "|";
		PI = PI + FrmList.DIP[i].value + "|";
		PD = PD + FrmList.DSN[i].value + "|";
	  }
	}	
  }
  if (sp_idx=="")
  {
    alert('³ª¸¸ÀÇ¾Ù¹ü¿¡ Ãß°¡µÉ Ç×¸ñÀ» ¼±ÅÃÇØ ÁÖ¼¼¿ä.');
  }else{
	PUrl='/myalbum/add_main.asp?sp_idx='+sp_idx+'&l_type=AOD&sp_DTN='+sp_DTN+'&sp_TPN='+sp_TPN+'&PI='+PI+'&PD='+PD;
	//alert(PUrl);
	window.open(PUrl,"MyCCMadd","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=333,height=445");
  }
}
//¼±ÅÃ½Ã tr-bgcolor
function TrBg(Str,BgC,Num)
{
	/*
	if (Str.checked)
		STS(Str,BgC);
	else
		RTS(Str,Num);
	*/
}
function STS(E,BgC)
{
	/*
	while (E.tagName != "TR")
	{
		E=E.parentElement;
	}
	with (E.style) {
		backgroundColor = BgC;
	}
	*/
}
function RTS(E,Num)
{
	/*
  if (FrmList.vodalbum[Num].checked || FrmList.aodalbum[Num].checked )
  {}else{
    while (E.tagName != "TR")
	{
		E = E.parentElement;
	}
	with (E.style) {
		backgroundColor = "#FFFFFF";
	}
  }
  */
}
function TrBg2(Str,BgC,Num)		//¿Àµð¿ÀÃ¼Å©¸¸ ÀÖÀ»½Ã
{
	/*
	if (Str.checked)
		STS(Str,BgC);
	else
		RTS2(Str,Num);
		*/
}
function RTS2(E,Num)
{
	/*
  if ( FrmList.aodalbum[Num].checked )
  {}else{
    while (E.tagName != "TR")
	{
		E = E.parentElement;
	}
	with (E.style) {
		backgroundColor = "#FFFFFF";
	}
  }
  */
}
function TrBg3(Str,BgC,Num)		//ºñµð¿ÀÃ¼Å©¸¸ ÀÖÀ»½Ã
{
	/*
	if (Str.checked)
		STS(Str,BgC);
	else
		RTS3(Str,Num);
	*/
}
function RTS3(E,Num)
{
	/*
  if ( FrmList.vodalbum[Num].checked )
  {}else{
    while (E.tagName != "TR")
	{
		E = E.parentElement;
	}
	with (E.style) {
		backgroundColor = "#FFFFFF";
	}
  }
  */
}

//¼±ÅÃ½Ã tr-bgcolor End
//°¡»çº¸±â
function showword(tname,idx) {
  window.open('/gasa/g.asp?tname='+tname+'&idx='+idx,'viewword','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=460,height=523');

}
//°¡»çº¸±â End
//-->