Saturday, September 16, 2006
TELESERIES - Complices - Capitulo
function GoPrograma(o){
var i=o.selectedIndex;
if( i>0 ){ window.document.location.href=o.options[i].value; }
}
function AbrirVideoTeleserie(IdT,fname){
window.open('http://teleseries.tvn.cl/video.aspx?t='+IdT+'&rm='+fname,'TVNVideos','toolbar=no,location=no,directories=no,status=no,scrollbars=NO,menubar=no,resizable=NO,width=288,height=314');
}
function AbrirGaleriaTeleserie(IdP,IdG,x,y){
if(x==null){x=735;y=530}
if(y==null){y=530}
if(IdG>0) window.open('http://www.tvn.cl/servicios/videogalerias/galeria.aspx?IdContenido='+IdG+'&IdPortal=programas','TVNGalerias','toolbar=no,location=no,directories=no,status=no,scrollbars=NO,menubar=no,resizable=NO,width='+x+',height='+y);
// galerias/galeria.asp?id='+IdG
}
function AbrirEspecial(path,x,y){
if(x==null){x=780;y=580}
if(y==null){y=580}
var w=window.open('http://especiales.tvn.cl/'+path,'TVNEspecial','toolbar=no,location=no,directories=no,status=no,scrollbars=NO,menubar=no,resizable=yes,width='+x+',height='+y)
w.focus();
}
function AbrirPopUpEspecial(path,x,y){
if(x==null){x=780;y=580}
if(y==null){y=580}
var w=window.open('http://www.tvn.cl/'+path,'TVNEspecial','toolbar=no,location=no,directories=no,status=no,scrollbars=NO,menubar=no,resizable=yes,width='+x+',height='+y)
w.focus();
}
function BajarFondos(fn,pc,x,y){
if(x==null){x=425;y=400}
if(y==null){y=400}
window.open('/bajarfondos.htm?fn='+fn+'&pc='+pc,'TVNFondos','toolbar=no,location=no,directories=no,status=no,scrollbars=NO,menubar=no,resizable=NO,width='+x+',height='+y);
}