function ou(x) {
	   x.style.backgroundColor='#9966FF';
      }
      function ov(x) {
	       x.style.backgroundColor='#9999CC';
      }
