<!--
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=420,width=478,top='+(screen.height-420)/2+',left='+(screen.width-478)/2+',scrollbars=no,resizable=no,dependent=yes,alwaysraised=yes,toolbar=no'
	msgWindow=window.open("progemail.asp","vtnProgEmail",propiedades)
	msgWindow.focus()
}
//-->
function MyTDColor(tableRow, highLight) 
{ 
if (highLight) 
{ 
tableRow.style.backgroundColor = '#FFFFFF';
tableRow.style.cursor="pointer";
} 
else 
{ 
tableRow.style.backgroundColor = '#F7F5B3'; 
} 
} 
function TDNav(TDUrl) 
{ 
document.location.href = TDUrl; 
}  