﻿function changeBackground(id)
{
    var element = document.getElementById(id);
    element.setAttribute('style','background-color:#ffffff;');
}
