function brightly(obj, b, c){
	if(!c)c = 'none';
	obj.style.background = (b ? '#ececec' : c);
}

