function ChangeBackground(element, color)
{
	element.style.backgroundColor = color;
}