function rollRowsHP(obj,state) {
	if (state == 'ovr') { bgrColor = '#edf0f3'; }
	else { bgrColor = ''; }
	obj.bgColor = bgrColor;
}