function descarga(nroform){$.get("/modulos/comprobar-codigo.php?CODIGO="+document.getElementById('codigo').value,function(data){if(data=="OK"){eval('document.descargavideo'+nroform+'.submit();')}else{document.getElementById('aviso').style.display='inline';}});}function cerrar_popup(){$("#aviso").click(function () {$("#aviso").fadeOut("slow");});}
