function updateColor(obj) {
	$("bgcolor").style.backgroundColor = obj.options[obj.selectedIndex].value;
};

