function highlightCell(id, css)
{
	cell = document.getElementById(id);
	id.className = css;
}