function cng(valor,estado){
	if (valor != "0") {
		//alert(valor);
		Exibir("mapa/cidadedetalhes.php?idcidade="+valor + "&StrEstado=" + estado,"agentes2")
	}
}
