
function tabBackground(tabid, tabColor, aColor)
{
    document.getElementById('Tab_'+tabid).style.backgroundColor = tabColor;
    document.getElementById('A_'+tabid).style.color = aColor;
}
