

function RowOn(Row)
{
  Row.style.backgroundColor = "#3D3B3B"

}
function RowOff(Row)
{
  Row.style.backgroundColor = "#000000"
  window.status = ""; return true;
}
function RowDown(Row)
{
  Row.style.backgroundColor = "#3D3B3B"
}


