﻿function dim(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#0000FF";
}
}

function brt(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#000080";
}
}