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