function cellbg(obj, onoff) {
	obj.className = (onoff) ? 'onbg' : '';
	obj.parentNode.childNodes[0].className = (onoff) ? 'onpc' : 'time';
}
