function abreLink(link)
{
	window.location = link;
}

function atendimento(acao)
{
	if (acao == "sobre")
	{
		document.getElementById("topo_dir").style.backgroundPosition = "0 118px";
	}
	else
	{
		document.getElementById("topo_dir").style.backgroundPosition = "0 -51px";
	}
	
}
