
function ChangeElementBackGround(element, newBackGround) 
{
	element.style.backgroundColor = newBackGround;
}