function highlight(row, color) {
	row.style.backgroundColor = color;
}
