function changeBG(the_color) {
	document.bgColor = the_color;
}