﻿// Emre Mert Asyalıoğlu 2010

function ChangeBGColor(aRow, aColor) {
    aRow.bgColor = aColor;
    return true;
}
