function color(item, r, g ,b)
  {
    str="item.style.backgroundColor=\"rgb("+r+","+g+","+b+")\"";
    eval(str);
  }