function TableBG(element,color) {
    if(element.style) element.style.backgroundColor=color;
}

