  function mi(mnu) {
      mnu.style.backgroundColor='#FCFCFC';
   }
   function mo(mnu) {
      mnu.style.backgroundColor='';
   }
