function color_on(obj){
	obj.style.backgroundColor = "#F8F8F8";}
function color_off(obj){
	obj.style.backgroundColor = "transparent";}