function SetBg(cell) { cell.style.backgroundImage="url('/images/055.gif')"; }
function SetBgC(cell) { cell.style.backgroundColor="#D7F3FF"; }
function ClearBg(cell) { cell.style.backgroundImage=''; }
function ClearBgC(cell) { cell.style.backgroundColor=''; }
