<!--
function changeCellColor(cell1) {
cell1.bgColor="000564";
}
function changeCellBack(cell1) {
cell1.bgColor="000342";
}
function changeCellColor2(cell1) {
cell1.bgColor="#848484";
}
function changeCellBack2(cell1) {
cell1.bgColor="#666666";
}
//-->