function dentro(obj,color) 
{
obj.style.backgroundColor=color;
}

function fuera(obj,color) 
{
obj.style.color="#000000";
obj.style.textcolor="#000000";
obj.style.backgroundColor=color;
}

function fuera(obj) 
{
obj.style.backgroundColor="";
}