function ElementBG(element, colorHex)
{
	element.style.backgroundColor = colorHex;
}
