		function changeBG(id, color)
		{
			document.getElementById(id).style.backgroundColor = "#" + color;
		}

