
	function showRed(obj)
	{
		obj.style.backgroundImage = "url(../images/top_r3_c4.jpg)";
	
	}
	function showYel(obj)
	{
				obj.style.backgroundImage = "url(../images/top_r3_c7.jpg)";	
	}

