function tdbgcolorOn(td){
  if(document.getElementById||(document.all && !(document.getElementById))){
    td.style.backgroundColor="#B8D4FF";}
  }

function tdbgcolorOut(td){
  if(document.getElementById||(document.all && !(document.getElementById))){
    td.style.backgroundColor="#E0EFFF";}
  }
