function SetBg(cell) { 
	cell.style.backgroundColor='#f3f1e5'; 
}
	
function ClearBg(cell) { 
	cell.style.backgroundColor='#fafaf5'; 
}