function setStyleTermine(obj)
{
      obj.style['backgroundColor'] = '#ffdfb2';
}
    
function resetStyleTermine(obj)
{
      obj.style['backgroundColor'] = 'white';
}