<!--
function changeCellColor(cell1,cell2,cell3,cell4,cell5,cell6,cell7,cell8,cell9) {
cell1.bgColor="#1F6AC7";
cell2.bgColor="#1F6AC7";
cell3.bgColor="#1F6AC7";
cell4.bgColor="#1F6AC7";
cell5.bgColor="#1F6AC7";
cell6.bgColor="#1F6AC7";
cell7.bgColor="#1F6AC7";
cell8.bgColor="#1F6AC7";
cell9.bgColor="#01408F";
cell1.style.cursor="hand";
cell2.style.cursor="hand";
}
function changeCellBack(cell1,cell2,cell3,cell4,cell5,cell6,cell7,cell8,cell9) {
cell1.bgColor="#0B448B";
cell2.bgColor="#0B448B";
cell3.bgColor="#0B448B";
cell4.bgColor="#0B448B";
cell5.bgColor="#0B448B";
cell6.bgColor="#0B448B";
cell7.bgColor="#0B448B";
cell8.bgColor="#0B448B";
cell9.bgColor="#002D64";
cell1.style.cursor="hand";
cell2.style.cursor="hand";
}
//-->
