function navegar(num)
{
	window.top.document.location.href=num+".htm"
}


function ilumina(objeto,color)
{
	document.getElementById(objeto).style.color=color
}