function over (cell)
    {
    cell.style.background="#000000";
    cell.style.color="#000000";
    }
function out (cell)
    {
    cell.style.background="";
    cell.style.color="#FFFFFF";
    }