
	function over_cell(theCell) {
		if (theCell.bgColor != '#ffcc99') {
			theCell.bgColor = '#EEEEEE';
		}
	}


	function out_cell(theCell) {
		if (theCell.bgColor != '#ffcc99') {
			theCell.bgColor = '#FFFFFF';
		}

	}
	

