// JavaScript Document
function changeBgColor(whatcolor)
{
	document.body.style.backgroundColor=whatcolor;
}