function mostraBotoesBT(men){
var html = "";
//menu
i3GEO.configura = {"locaplic" : ".."};
html = Mustache.to_html(
"{{#d}}" + $("#botoesTpl").html() + "{{/d}}",
{"d":botoesIni,"abrir" : $trad(36,g_traducao_init)}
);
$("#botoesTpl").html(html);
}
function mostraBotoesBT(){
var r, p;
i3GEO.configura = {"locaplic" : ".."};
r = function(d){
d = d.data;
var html = "", n, camadas = [], i;
n = d.mapas.length;
for(i=0; i