function ligar(id_td,id_a)
{
id_td.style.backgroundColor='#cab16e';
document.getElementById(id_a).style.color='#4d3700';

return false;
}

function desligar(id_td,id_a)
{
id_td.style.backgroundColor='';
document.getElementById(id_a).style.color='#f3e4b7';

return false;
}

function ligarOn(id_td,id_a)
{
id_td.style.backgroundColor='';
document.getElementById(id_a).style.color='#4d3700';

return false;
}

function bigpic(mypic)
{
eval("page" + " = window.open(mypic, '"  + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=520,height=525');");
}





   function desligarOn(id_td,id_a)
   {
     id_td.style.backgroundColor='#cab16e';
     document.getElementById(id_a).style.color='#4d3700';

     return false;
   }




   function sub_ligar(id_td,id_a)
   {
    id_td.style.backgroundColor='#cab16e';
    document.getElementById(id_a).style.color='#4d3700';

    return false;
   }





   function sub_desligar(id_td,id_a)
   {
    id_td.style.backgroundColor='';
    document.getElementById(id_a).style.color='#f5e2b8';

    return false;
   }
