var pagPrincipal = "index.php";

function abreLink(acao)
{
	document.location = pagPrincipal + "?acao=" + acao;
}
