   function chgcell(EL,color)
	{ var cell=EL; cell.className=color; }
function goThere(where)
	{ document.location = where; }
