function color(that,mouse)
{
if(mouse==1)
  {
  that.bgColor="#ddccaa";
  }
if(mouse==0)
  {
//  that.bgColor=document.bgColor;
  that.bgColor="#ffeecc";
  }
}

