
	function highlightMe(src) {
		document.getElementById(src).style.backgroundColor='#f1b0d0';
	}
	
	function delightMe(src) {
		document.getElementById(src).style.backgroundColor='#f9dfec';
	}
