function changeColor(name, color) {
	document.getElementById(name).style.backgroundColor = color; 
}
