function changeBGColor(a, newColor) {
	a.style.backgroundColor = newColor;
}

