
function on(texto)
{
	texto1 = eval(texto)
	texto1.style.color = "#000000";
}

function off(texto)
{
	texto1 = eval(texto);
	texto1.style.color = "#ffffff";
}
