function itemOn(cell) {
	cell.style.background="#FFFFFF";
	cell.style.color="#113E6F";
}
function itemOff(cell) {
	cell.style.background="none";
	cell.style.color="#FFFFFF";
}
