function Hide(Cell){ Cell.style.display = "none" }
function Show(Cell){ Cell.style.display = "" }
function ChangeCell(Cell){ Cell.style.background="" }
function ChangeBack(Cell){ Cell.style.background="none" }

