function changeColor(what, color){
	what.style.backgroundColor = color;
}
