function MyTDColor(tableRow, highLight) 
{ 
if (highLight) 
{ 
tableRow.style.backgroundColor = '#C3E1D9';
tableRow.style.cursor="pointer";
} 
else 
{ 
tableRow.style.backgroundColor = '#F7F5B3'; 
} 
} 
function TDNav(Prog) 
{ 
document.location.href = "sinopsis.asp?prog="+Prog; 
}  
