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

