// JavaScript Document

// Politicas y Condiciones
function makeRemote1() {
        msgWindow=window.open("../politicas_condiciones.html","politicas","toolbar=no, scrollbars=no, recizable=no, resizable=no, width=420, height=420")
    }
	
// ventana "Expreso"
// window.open("http://venevision.net/pop_up/expreso/index.htm", "Expreso", "width=275,height=150,top=50,left=50");
 
// ventana de "Programación"
function makeRemote1() {
        msgWindow=window.open("vv_programacion_print.html","displayWindow","toolbar=no, scrollbars=yes, recizable=yes, resizable=yes, width=520, height=520")
    }
	
	
// ventana de "Expreso"
<!--
function ver(pagina){
if (pagina=="expreso") {
           parent.opener.location.href='http://www.noticierovenevision.net/index.asp';
           window.open('http://www.noticierovenevision.net/expreso/index.htm','expreso','toolbar=no,location=no,directories=no,status=no,top=50,left=50,topmargin=yes,leftmargin=0,menubar=no,scrollbars=no,resizable=no,width=553,height=400');
           parent.window.close();
}
}
//-->
