function navegar(sDestino)
{
	document.location.href=sDestino;
}