function rowStyle(row,color) { 

    row.style.backgroundColor = color;
}
