
	function OMOv(ID)
		{			
			document.getElementById(ID).style.backgroundColor='#D91D14'; 	
			return true;
		}

	function OMOo(ID)
		{
			document.getElementById(ID).style.backgroundColor='#B31810'; 	
			return true;
		}

