//********************************************************
// Á¦¸ñ		: µ¿¿µ»ó º¸±â
// num		: ÇØ´ç VOD seq  
// gubun	:
//				edit = ÆíÁýµ¿¿µ»ó (DB : EDITVOD)
//				vod = ¿øº»µ¿¿µ»ó (DB : NEWS)
//				live = »ý¹æ¼Û TV (DB : ±âÅ¸)
//				'' = ±âÅ¸
// dep		: ÇÁ·Î±×·¥ ID
// type		: ÅÇ¸Þ´º seq
//********************************************************
 function OpenVodPopup(num, gubun, dep, type) {
	window.open("/stockTv/liveTv/pop_movie1.asp?play_url="+num+"&gubun="+gubun+"&dep="+dep+"&type="+type,"vodPlayer","scrollbars=no,width=657,height=485,top=10,left=10")
 }

 function OpenVodPopupNew(num, gubun, dep, type) {
	window.open("/stockTv/liveTv/new_pop.asp?play_url="+num+"&gubun="+gubun+"&dep="+dep+"&type="+type,"vodPlayer","scrollbars=no,width=657,height=485,top=10,left=10")
 }

 //»ý¹æ¼Û tv
 function OpenNowTvPopup() {
  window.open("/stockTv/liveTv/popup.asp","vodPlayer","scrollbars=no,width=661,height=484")
 }

 //¹æ¼Û¶óµð¿À
 function OpenNowRadioPopup() {
  window.open("/stockTv/liveTv/pop_radio.asp","radioPlayer","scrollbars=no,width=665,height=290")
 }


 //ÆË¾÷ µ¿¿µ»ó ÇÃ·¹ÀÌ¾î
 function VodPopup(num, gubun, dep, type, currPage, locate) {

		parent.location.href ="/stockTv/liveTv/pop_movie1.asp?play_url="+num+"&gubun="+gubun+"&dep="+dep+"&type="+type+"&currPage="+currPage+"&locate="+locate
 }

//µ¿¿µ»ó °áÁ¦
function OpenVodPayment(num, gubun, dep, type, costmoney, wintype) {
  window.open("/common/popup/pop_payment_32_pk.asp?play_url="+num+"&gubun="+gubun+"&dep="+dep+"&type="+type+"&costmoney="+costmoney+"&wintype="+wintype,"vodPlayer","scrollbars=no,width=657,height=485")
}

//µ¿¿µ»ó °áÁ¦2
function OpenVodPaymentNew(num, gubun, dep, type, costmoney, wintype) {
  window.open("/common/popup/pop_payment_32_pk_new.asp?play_url="+num+"&gubun="+gubun+"&dep="+dep+"&type="+type+"&costmoney="+costmoney+"&wintype="+wintype,"vodPlayer","scrollbars=no,width=657,height=485")
}


//ARS Á¤¾×Á¦ °¡ÀÔ
function goArsService(pro_id) {
  if(pro_id == "") {
	alert('Çö Àü¹®°¡´Â ARS Á¤¾×Á¦ Àü¹®°¡°¡ ¾Æ´Õ´Ï´Ù.');
  }else{
	 window.open("/common/popup/pop_payment_31_pk.asp?play_id="+pro_id,"ArsService","scrollbars=yes,width=607,height=485")
	}
}



//µ¿¿µ»ó °áÁ¦_test
function OpenVodPayment_22(num, gubun, dep, type, costmoney, wintype) {
  window.open("/common/popup/pop_payment_32_pk_22.asp?play_url="+num+"&gubun="+gubun+"&dep="+dep+"&type="+type+"&costmoney="+costmoney+"&wintype="+wintype,"vodPlayer","scrollbars=no,width=657,height=485")
}

//ºñÈ¸¿ø 
 function OpenVodPopupFree(num, gubun, dep, type) {
	//window.open("/stockTv/liveTv/pop_movieFree.asp?play_url="+num+"&gubun="+gubun+"&dep="+dep+"&type="+type,"vodPlayer","scrollbars=no,width=657,height=485,top=10,left=10")
	window.open("/stockTv/liveTv/liveTvFree.asp?play_url="+num+"&gubun="+gubun+"&dep="+dep+"&type="+type,"vodPlayer","scrollbars=no,width=657,height=485,top=10,left=10");
 }
