var folder='',file='',live='';function init(){var xmlDoc,s;if(GetCookies("islogin")==""){s="select vod_islogin from Sysdb";xmlDoc=openXML(s);if(xmlDoc){s=getFieldValue(xmlDoc,"vod_islogin");SetCookies("islogin",(s=="True")?"1":"0");}}folder=queryString('folder');file=queryString('file');live=queryString('live');if(file!='') initfile();if(live!='') initlive();}function initfile(){if(doc("sp_wav==null")) return;var s,ss,i,rs,url,xmlDoc;if(queryString('kind')=="dvr"){s="select a.dirsno,a.ser_no as sno,a.name,a.filelist as vodfile,b.path "+"from DvrFiles a "+"left join VodDir b on a.dirsno=b.sno "+"where a.ser_no='"+file+"'";}else{s="select a.vodfile,b.path from VodFile a "+"left join VodDir b on a.dirsno=b.sno "+"where a.sno='"+file+"'";}xmlDoc=openXML(s,0);if(!xmlDoc) return;url='./vod'+getFieldValue(xmlDoc,"path").replace(/\\/g,'\/')+'/'+getFieldValue(xmlDoc,"vodfile");s=getFieldValue(xmlDoc,"vodfile").toLowerCase();i=s.lastIndexOf('.');ss=s.substr(i,5).toLowerCase();if('.mp3.mp4.ogg.wma.wmv.rm.rmvb.asf.mpg.mpeg'.indexOf(ss)>=0){s='';doc("sp_wav").innerHTML=s;}else if('.mp3.wma'.indexOf(ss)>=0){openWMPlayer6(url);}else if('.jpg.png.gif.bmp'.indexOf(ss)>=0){s='';doc("sp_wav").innerHTML=s;}else if('.txt.htm.html'.indexOf(ss)>=0){s='';doc("sp_wav").innerHTML=s;}else if('.xml'.indexOf(ss)>=0){s='';doc("sp_wav").innerHTML=s;}else{s='';doc("sp_wav").innerHTML=s;}}function initlive(){if(doc("sp_wav==null")) return;var xmlDoc,url,ip,port,s='';s="select Type,IP,Port,LiveIp,LivePort from Channel a where ID='"+live+"'";xmlDoc=openXML(s,0);if(!xmlDoc) return;ip=(getFieldValue(xmlDoc,"Type")=="LIVE") ? getFieldValue(xmlDoc,"IP") : getFieldValue(xmlDoc,"LiveIp");port=(getFieldValue(xmlDoc,"Type")=="LIVE") ? getFieldValue(xmlDoc,"Port") : getFieldValue(xmlDoc,"LivePort");url="mms://"+ip;if(port!="") url+=":"+port;s=''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+'';doc("sp_wav").innerHTML=s;}function openWMPlayer6(url){if(!chklogin())return;if(IE){s=''+''+''+''+''+''+''+''+''+'';}else{s='';}doc("sp_wav").innerHTML=s;}function openPlayer(url){if(!chklogin())return;var s,ss,i;i=url.lastIndexOf('.');ss=url.substr(i).toLowerCase();if('.mp3.mp4.wma.wmv.asf.mpg.mpeg.avi'.indexOf(ss)>=0){if('.wmv.asf'.indexOf(ss)>=0){if(doc("ISMMS").value=="1"){url="mms://"+window.location.host+url.substr(1);}}s=openWMPlayer(url);}else if('.rm.rmvb'.indexOf(ss)>=0){s=openRealPlayer(url);}else{s=url;}s="影音播放"+s+"";wm=window.open("","_blank","left=0,top=0,height=530,width=720,status=no,toolbar=no,menubar=no,location=no,resizable=yes");wm.document.write(s);wm.document.close();}function openWMPlayer(url){if(!chklogin())return;var s;if((IE) || (navigator.userAgent.indexOf('Trident')>0)){s=''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+''+'';}else{if(url.indexOf('.mp3')>0){s='';}else{s='';}}return(s);}function openRealPlayer(url){if(!chklogin())return;var s;s=''+''+''+''+''+''+''+' '+' '+''+''+''+''+''+'';return(s);}function openImage(url){if(!chklogin())return;var s,wm;wm=window.open("","_blank","resizable=1,scrollbars=1,location=0,menubar=0,status=0,titlebar=0,toolbar=0");s=''+''+'';wm.document.write(s);wm.document.close();}function openHTML(url){if(!chklogin())return;window.open(url,"_blank","resizable=1,scrollbars=1,location=0,menubar=0,status=0,titlebar=0,toolbar=0");}function openOther(url){if(!chklogin())return;window.open(url,"_blank","resizable=1,scrollbars=1,location=0,menubar=0,status=0,titlebar=0,toolbar=0");}function openDVR(url){if(!chklogin())return;window.open("dvr.htm?file="+file,"_blank","left=0,top=0,height=400,width=800,status=no,toolbar=no,menubar=no,location=no,resizable=yes");}function openDVRLive(chl){if(!chklogin())return;window.open("dvrlive.asp?chlid="+chl,"_blank","left=0,top=0,height=600,width=800,status=1,toolbar=0,menubar=1,location=no,resizable=yes");}