<!--
function CambiarFeed(theForm,prog,fecha,hora,tipo){
	document.location.href='programacion.asp?senial='+ theForm.senial.value +'&prog='+ prog +'&fecha='+ fecha +'&hora='+ hora +'&tipo='+ tipo
}

function CambiarPais(){
	var propiedades = 'height=100,width=300,top='+(screen.height-100)/2+',left='+(screen.width-300)/2+',scrollbars=no,resizable=no,dependent=yes,alwaysraised=yes,toolbar=no'
	msgWindow=window.open("cambiarpais.asp","vtnCambiarPais",propiedades)
	msgWindow.focus()
}

function ImprimirProgramacion(prog,fecha,hora,tipo){
	var propiedades = 'height=400,width=580,top='+(screen.height-400)/2+',left='+(screen.width-580)/2+',scrollbars=no,resizable=no,dependent=yes,alwaysraised=yes,toolbar=no'
	msgWindow=window.open('programacionh.asp?prog='+prog+'&fecha='+fecha+'&horai='+hora+'&tipo='+tipo,"vtnImprimirProgramacion",propiedades)
	msgWindow.focus()
}

function ProgEmail(){
	var propiedades = 'height=360,width=450,top='+(screen.height-360)/2+',left='+(screen.width-450)/2+',scrollbars=no,resizable=no,dependent=yes,alwaysraised=yes,toolbar=no'
	msgWindow=window.open("progemail.asp","vtnProgEmail",propiedades)
	msgWindow.focus()
}
//-->