<!--

function changeColor(cell1,cell2,color) {
cell1.bgColor="#" + color;
cell2.bgColor="#" + color;
cell1.style.cursor="hand";
}

//-->