	
	function ri(a) 
	{
		oc = a.style.backgroundColor;
		a.style.backgroundColor = '#FAFD9E';
	}
	
	function ro(a) 
	{
		a.style.backgroundColor = oc;
	}


