﻿// Archivo JScript

function login(){
    //window.openn('login.aspx');
    window.open("http://localhost:1346/depeliculasonline/login.aspx");
}
 function Recargar_opener()
    {
        window.opener.Recargar_alertas();
        window.close();
    }
       function vervideo(capa){
            var html ='<object width="440" height="300"><param name="movie" value="'+  capa + '"></param><param name="allowFullScreen" value="true"></param><embed src="' + capa + '" type="application/x-shockwave-flash" allowfullscreen="true" width="500" height="400"></embed></object>'
           document.getElementById('ver_video').innerHTML=html;
        }
        function vervideoveoh(capa){
            var html ='<center><embed src="' + capa + '" allowFullScreen="true" width="500" height="355" bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></center>'
           document.getElementById('ver_video').innerHTML=html;
        }
        
        function enlaceroto(id_enlace){
            window.open('/registrar_enlace_roto.aspx?id_enlace=' + id_enlace,'','','');
            alert('Gracias por tu colaboración, en breve actualizaremos el video.');  
        }
        function activarpestana(id,n){
            
            for(i=0;i<n;i++){
                document.getElementById('f_export_format_'+i).className ='button';
            }
            
            document.getElementById('f_export_format_'+id).className ='button menu current';
            
        }
  function buscar(){
    var palabras=document.getElementById('txtbuscar').value;
    document.location="/buscarvideo.aspx?t="+palabras;
  }
