function toggleCell(strCell, strClass)
{
	$(strCell).className = strClass;
}

	