function bgcolor(id,color) {
	div = document.getElementById(id);
	div.style.backgroundColor=color;
}