function hilightRow(rowElement, rowColor)
{
	if (rowElement != null)
	{
		rowElement.setAttribute('bgColor', rowColor);		
	}
}