
	function highlight(obj)
	{
		obj.style.color = '#FFFFFF';
	}
	

	function unhighlight(obj)
	{
		obj.style.color = '#f0ca8b';
	}
