function On(cell)
{
	cell.style.backgroundColor='94D056';
	return;
}
function Off(cell)
{
	cell.style.backgroundColor='EDF2F8';
	return;
}	
