function highlight(cell,color){
	cell.bgColor=color;
	}
function unhighlight(cell,color){
	cell.bgColor=color;
	}
