    function chgon(src){
  if (document.all){
      document.all[src].style.background='#FFCC66';
  }else if (document.getElementById) {
      document.getElementById(src).style.background='#FFCC66';
    }
    }
    
    function chgout(src){
  if (document.all){
      document.all[src].style.background='#fafafa';
  }else if (document.getElementById) {
      document.getElementById(src).style.background='#fafafa';
    }
    }

        function chgon2(src){
  if (document.all){
      document.all[src].style.background='#FFCC66';
  }else if (document.getElementById) {
      document.getElementById(src).style.background='#FFCC66';
    }
    }
    

    function chgout2(src){
  if (document.all){
      document.all[src].style.background='#F5E7A8';
  }else if (document.getElementById) {
      document.getElementById(src).style.background='#F5E7A8';
    }
    }

        function chgon3(src){
  if (document.all){
      document.all[src].style.background='#F5E7A8';
  }else if (document.getElementById) {
      document.getElementById(src).style.background='#F5E7A8';
    }
    }
    

    function chgout3(src){
  if (document.all){
      document.all[src].style.background='#FFCC66';
  }else if (document.getElementById) {
      document.getElementById(src).style.background='#FFCC66';
    }
    }


