function aOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){ td.style.backgroundColor="#87CEFA"; }}
function aOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){ td.style.backgroundColor="silver"; }}
function bOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){ td.style.backgroundColor="#C0C0C0"; }}
function bOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){ td.style.backgroundColor="#FFCC99"; }}
function cOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){ td.style.backgroundColor="silver"; }}
function cOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){ td.style.backgroundColor="gray"; }}
function dOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){ td.style.backgroundColor="silver"; }}
function dOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){ td.style.backgroundColor="gray"; }}
function eOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){ td.style.backgroundColor="#0000FF"; }}
function eOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){ td.style.backgroundColor="#FFCC99"; }}

// aplication --> <td onMouseOver="cOn(this);" onMouseOut="cOut(this);">Link</td></tr></tabel>
// if(document.getElementById||(document.all && !(document.getElementById))){ td.style.backgroundColor="lightyellow"; }}
