function Colora(me)
{
me.style.background='#F0EEEE';
}

function Decolora(me)
{
me.style.background='White';
}

