function changeBackground(element, bgcolor) {
	document.getElementById(element).style.background=bgcolor;
}