<!--
function changeCellColor(cell1,cell2) {
cell1.bgColor="#000000";
}
function changeCellBack(cell1,cell2) {
cell1.bgColor="#1C4E7A";
}
//-->
