
	function overCell(cellId)
	{
		document.getElementById(cellId).className="over";
	}
	function outCell(cellId)
	{
		document.getElementById(cellId).className="out";
	}
