function cell_over(idno,cellColor)
{
	idno.style.backgroundColor = cellColor;
}