  function over(obj) {obj.style.backgroundColor="#e4e7ea";}
  function out(obj, color) {obj.style.backgroundColor=color;}
  
  function bover(obj) {obj.style.backgroundColor="#ffbe20";}
  function bout(obj) {obj.style.backgroundColor="#fff0e0";}

  function m_over(obj) {obj.style.backgroundColor="#ffffff";}
  function m_out(obj) {obj.style.backgroundColor="#fff0e0";}

