Commit 98b84bddb8d64075cdd28d7800f2747c4812a95c

Authored by Edmar Moretti
1 parent ddfdb84f

Conclusão da tradução da interface principal para ingles

classesjs/configura.js
... ... @@ -44,767 +44,861 @@ Variable: g_traducao
44 44 Termos utilizados na interface conforme a linguagem
45 45 */
46 46 g_traducao = {
47   - //texto da janela de mensagens
48   - "p1": [
49   - {
50   - pt:"O I3Geo &eacute; software livre! Para download clique <a href='http://mapas.mma.gov.br/download' target=blanck >aqui</a>",
51   - en:"I3geo is a open source software. <a href='http://mapas.mma.gov.br/download' target=blanck >Click</a> to download.",
52   - es:""
53   - }],
54   - //lista de propriedades do mapa
55   - "p2": [
56   - {
57   - pt:"Tipo de imagem",
58   - en:"Image type",
59   - es:""
60   - }],
61   - "p3": [
62   - {
63   - pt: "Legenda",
64   - en: "Legend",
65   - es:""
66   - }],
67   - "p4": [
68   - {
69   - pt:"Escala",
70   - en:"Scale",
71   - es:""
72   - }],
73   - "p5": [
74   - {
75   - pt: "Tamanho",
76   - en:"Size",
77   - es:""
78   - }],
79   - "p6": [
80   - {
81   - pt: "Ativa/desativa entorno",
82   - en:"Activate/Disable surrounding",
83   - es:""
84   - }],
85   - "p7": [
86   - {
87   - pt: "Ativa/desativa logo",
88   - en:"Activate/Disable logo",
89   - es:""
90   - }],
91   - "p8": [
92   - {
93   - pt: "Cor da selecao",
94   - en:"Selection color",
95   - es:""
96   - }],
97   - "p9": [
98   - {
99   - pt: "Cor do fundo",
100   - en:"Background color",
101   - es:""
102   - }],
103   - "p10": [
104   - {
105   - pt: "Grade de coordenadas",
106   - en:"Graticule",
107   - es:""
108   - }],
109   - "p11": [
110   - {
111   - pt: "Template",
112   - en:"Template",
113   - es:""
114   - }],
115   - "p12": [
116   - {
117   - pt: "Temporizador",
118   - en:"Timer",
119   - es:""
120   - }],
121   - "p13": [
122   - {
123   - pt: "Propriedades do mapa",
124   - en:"Map properties",
125   - es:""
126   - }],
127   - //itens do menu suspenso
128   - "s1": [
129   - {
130   - pt: "&nbsp;Ajuda?",
131   - en:"&nbsp;Help",
132   - es:""
133   - }],
134   - "s2": [
135   - {
136   - pt: "&nbsp;An&aacute;lise",
137   - en:"&nbsp;Analysis",
138   - es:""
139   - }],
140   - "s3": [
141   - {
142   - pt: "&nbsp;Janelas",
143   - en:"&nbsp;Windows",
144   - es:""
145   - }],
146   - "s4": [
147   - {
148   - pt: "&nbsp;Arquivo",
149   - en:"&nbsp;Files",
150   - es:""
151   - }],
152   - "s5": [
153   - {
154   - pt: "&nbsp;Propriedades",
155   - en:"&nbsp;Properties",
156   - es:""
157   - }],
158   - //submenus
159   - "u1": [
160   - {
161   - pt: "Sobre o I3Geo",
162   - en:"About",
163   - es:""
164   - }],
165   - "u2": [
166   - {
167   - pt: "Sistema",
168   - en:"System",
169   - es:""
170   - }],
171   - "u3": [
172   - {
173   - pt: "WikiBook",
174   - en:"WikiBook",
175   - es:""
176   - }],
177   - "u4": [
178   - {
179   - pt: "Tutoriais",
180   - en:"Tutorials",
181   - es:""
182   - }],
183   - "u5": [
184   - {
185   - pt: "Blog",
186   - en:"Blog",
187   - es:""
188   - }],
189   - "u6": [
190   - {
191   - pt: "Geometrias",
192   - en:"Geometries",
193   - es:""
194   - }],
195   - "u7": [
196   - {
197   - pt: "Grade de poligonos",
198   - en:"Polygon grid",
199   - es:""
200   - }],
201   - "u8": [
202   - {
203   - pt: "Grade de pontos",
204   - en:"Point grid",
205   - es:""
206   - }],
207   - "u9": [
208   - {
209   - pt: "Grade de hex&aacute;gonos",
210   - en:"Hexagonal grid",
211   - es:""
212   - }],
213   - "u10": [
214   - {
215   - pt: "Entorno(Buffer)",
216   - en:"Buffer",
217   - es:""
218   - }],
219   - "u11": [
220   - {
221   - pt: "Centr&oacute;ide",
222   - en:"Centroid",
223   - es:""
224   - }],
225   - "u12": [
226   - {
227   - pt: "N pontos em poligono",
228   - en:"N point in polygon",
229   - es:""
230   - }],
231   - "u13": [
232   - {
233   - pt: "Ponto em poligono/raster",
234   - en:"Point in polygon/raster",
235   - es:""
236   - }],
237   - "u14": [
238   - {
239   - pt: "Distribui&ccedil;&atilde;o de pontos",
240   - en:"Point distribuition",
241   - es:""
242   - }],
243   - "u15": [
244   - {
245   - pt: "Barras de ferramentas",
246   - en:"Tools",
247   - es:""
248   - }],
249   - "u16": [
250   - {
251   - pt: "Janela de mensagens",
252   - en:"Message window",
253   - es:""
254   - }],
255   - "u17": [
256   - {
257   - pt: "Salvar mapa",
258   - en:"Save map",
259   - es:""
260   - }],
261   - "u18": [
262   - {
263   - pt: "Carregar mapa",
264   - en:"Load map",
265   - es:""
266   - }],
267   - "u19": [
268   - {
269   - pt: "Pegar imagens",
270   - en:"Take pictures",
271   - es:""
272   - }],
273   - "u20": [
274   - {
275   - pt: "Converter em WMS",
276   - en:"Convert to WMS",
277   - es:""
278   - }],
279   - "u21": [
280   - {
281   - pt: "Gerador de links",
282   - en:"Link generator",
283   - es:""
284   - }],
285   - //arvore com a lista de temas
286   - "t1": [
287   - {
288   - pt: "Camadas",
289   - en:"Layers",
290   - es:""
291   - }],
292   - "t2":[
293   - {
294   - pt:"arraste o tema aqui para excluir",
295   - en:"Drag the layer here to exclude",
296   - es:""
297   - }],
298   - "t3":[
299   - {
300   - pt:"Clique para ligar ou desligar esse tema, mostrando-o ou n&atilde;o no mapa. Ap&oacute;s alterar o estado do tema, aguarde alguns instantes para o mapa ser redesenhado, ou clique no bot&atilde;o aplicar que ser&aacute; mostrado.",
301   - en:"Click to connect or disconnect the layer, showing it or not on the map. After changing the status of the topic, wait a few moments to be redesigned the map, or click the button to apply that will be shown.",
302   - es:""
303   - }],
304   - "t4":[
305   - {
306   - pt:"limpa sele&ccedil;&atilde;o",
307   - en:"Clear the selection",
308   - es:""
309   - }],
310   - "t5":[
311   - {
312   - pt:"Limpa sele&ccedil;&atilde;o existente nesse tema",
313   - en:"Clear the selection",
314   - es:""
315   - }],
316   - "t6":[
317   - {
318   - pt:"Clique para fazer o download desse tema no formato shapefile",
319   - en:"Download in shapefile format",
320   - es:""
321   - }],
322   - "t7":[
323   - {
324   - pt:"clique e arraste",
325   - en:"click and drag",
326   - es:""
327   - }],
328   - "t8":[
329   - {
330   - pt:"arraste para mudar a ordem",
331   - en:"drag to change the draw order",
332   - es:""
333   - }],
334   -
335   -
336   - "t9":[
337   - {
338   - pt:"A escala do tema &eacute; compat&iacute;vel com a escala do mapa",
339   - en:"The scale of the issue is compatible with the scale of the map",
340   - es:""
341   - }],
342   - "t10":[
343   - {
344   - pt:"A escala do tema &eacute incompat&iacute;vel com a escala do mapa",
345   - en:"The scale of the issue is incompatible with the scale of the map",
346   - es:""
347   - }],
348   - "t11":[
349   - {
350   - pt:"A escala do tema n&atilde;o &eacute conhecida",
351   - en:"The scale of the issue is not known",
352   - es:""
353   - }],
354   - "t12":[
355   - {
356   - pt:"excluir",
357   - en:"delete",
358   - es:""
359   - }],
360   - "t12a":[
361   - {
362   - pt:"Clique para excluir esse tema do mapa.",
363   - en:"Click to exclude the subject of the map.",
364   - es:""
365   - }],
366   - "t13":[
367   - {
368   - pt:"sobe",
369   - en:"up",
370   - es:""
371   - }],
372   - "t14":[
373   - {
374   - pt:"Clique para subir esse tema na ordem de desenho",
375   - en:"Click to raise this issue in order to design",
376   - es:""
377   - }],
378   - "t15":[
379   - {
380   - pt:"desce",
381   - en:"down",
382   - es:""
383   - }],
384   - "t16":[
385   - {
386   - pt:"Clique para descer esse tema na ordem de desenho",
387   - en:"Click to fall this subject in the order of drawing",
388   - es:""
389   - }],
390   - "t17":[
391   - {
392   - pt:"zoom para o tema",
393   - en:"zoom to the layer",
394   - es:""
395   - }],
396   - "t18":[
397   - {
398   - pt:"Clique para ajustar o mapa de forma a mostrar todo o tema",
399   - en:"Click to adjust the map in order to show the whole issue",
400   - es:""
401   - }],
402   - "t18a":[
403   - {
404   - pt:"Op&ccedil;&otilde;es",
405   - en:"Options",
406   - es:""
407   - }],
408   - "t18b":[
409   - {
410   - pt:"Legenda",
411   - en:"Legend",
412   - es:""
413   - }],
414   - "t19":[
415   - {
416   - pt:"Altera a transparência do tema, possibilitando que as camadas inferiores possam ser vistas.",
417   - en:"Amends the transparency of the subject so that the layers can be seen below.",
418   - es:""
419   - }],
420   - "t20":[
421   - {
422   - pt:"opacidade:",
423   - en:"opacity",
424   - es:""
425   - }],
426   - "t21a":[
427   - {
428   - pt:"Muda o nome atual do tema, utilize para melhorar a leganda do mapa.",
429   - en:"Change the name",
430   - es:""
431   - }],
432   - "t21":[
433   - {
434   - pt:"novo nome:",
435   - en:"new name",
436   - es:""
437   - }],
438   - "t22":[
439   - {
440   - pt:"Localize elementos no tema com base em seus atributos descritivos.",
441   - en:"Locate evidence on the issue based on their attributes descriptive.",
442   - es:""
443   - }],
444   - "t23":[
445   - {
446   - pt:"procurar...",
447   - en:"locate...",
448   - es:""
449   - }],
450   - "t24":[
451   - {
452   - pt:"Crie uma nova camada no mapa para apresentar textos descritivos sobre esse tema, tendo como base a tabela de atributos.",
453   - en:"Create a new layer on the map to display descriptive texts on the subject, drawing upon the table of attributes.",
454   - es:""
455   - }],
456   - "t25":[
457   - {
458   - pt:"texto...",
459   - en:"text...",
460   - es:""
461   - }],
462   - "t26":[
463   - {
464   - pt:"Defina as etiquetas que serão mostradas quando o mouse é estacionado sobre um elemento desse tema.",
465   - en:"Set the labels that will be shown when the mouse is parked on an element of that theme.",
466   - es:""
467   - }],
468   - "t27":[
469   - {
470   - pt:"etiquetas...",
471   - en:"labels...",
472   - es:""
473   - }],
474   - "t28":[
475   - {
476   - pt:"Insira um filtro nesse tema para mostrar apenas determinadas informações, com base na tabela de atributos.",
477   - en:"Enter a topic that filter to show only certain information, based on the table of attributes.",
478   - es:""
479   - }],
480   - "t29":[
481   - {
482   - pt:"filtro...",
483   - en:"filter...",
484   - es:""
485   - }],
486   - "t30":[
487   - {
488   - pt:"Veja a tabela de atributos relacionada a esse tema.",
489   - en:"See the table of attributes related to that theme.",
490   - es:""
491   - }],
492   - "t31":[
493   - {
494   - pt:"tabela...",
495   - en:"table...",
496   - es:""
497   - }],
498   - "t32":[
499   - {
500   - pt:"Abre o editor de legenda, permitindo a alteração da forma de representação desse tema.",
501   - en:"Opens the editor of legend, allowing the modification of the form of representation of this theme.",
502   - es:""
503   - }],
504   - "t33":[
505   - {
506   - pt:"editar legenda...",
507   - en:"legend edit...",
508   - es:""
509   - }],
510   - "t34":[
511   - {
512   - pt:"Mostra os dados desse tema em uma janela que acompanha o mouse.",
513   - en:"The data shows that theme in a window that tracks the mouse.",
514   - es:""
515   - }],
516   - "t35":[
517   - {
518   - pt:"mostra em janela...",
519   - en:"show in window",
520   - es:""
521   - }],
522   - //guia adiciona
523   - "a1":[
524   - {
525   - pt:"procurar:",
526   - en:"search:"
527   - }],
528   - "a2":[
529   - {
530   - pt:"Upload de arquivo local",
531   - en:"Upload local file",
532   - es:""
533   - }],
534   - "a3":[
535   - {
536   - pt:"Download de dados",
537   - en:"Data download",
538   - es:""
539   - }],
540   - "a4":[
541   - {
542   - pt:"Conectar com servidor WMS",
543   - en:"WMS server connection",
544   - es:""
545   - }],
546   - "a5":[
547   - {
548   - pt:"Conectar com GeoRss",
549   - en:"GeoRss connection",
550   - es:""
551   - }],
552   - "a6":[
553   - {
554   - pt:"Acesso aos arquivos do servidor",
555   - en:"Access files in server directory",
556   - es:""
557   - }],
558   - "a7":[
559   - {
560   - pt:"Temas",
561   - en:"Layers",
562   - es:""
563   - }],
564   - "a8":[
565   - {
566   - pt:"Clique para ligar ou desligar esse tema, mostrando-o ou não no mapa. Após alterar o estado do tema, aguarde alguns instantes para o mapa ser redesenhado, ou clique no botão aplicar que será mostrado.",
567   - en:"Click to connect or disconnect the subject, showing it or not on the map. After changing the status of the topic, wait a few moments to be redesigned the map, or click the button to apply that will be shown.",
568   - es:""
569   - }],
570   - "a9":[
571   - {
572   - pt:"fonte",
573   - en:"font",
574   - es:""
575   - }],
576   - "a10":[
577   - {
578   - pt:"c&oacute;digo:",
579   - en:"code",
580   - es:""
581   - }],
582   - "a11":[
583   - {
584   - pt:"Sistemas",
585   - en:"Systems",
586   - es:""
587   - }],
588   - "a12":[
589   - {
590   - pt:"Abrir sistema",
591   - en:"System open",
592   - es:""
593   - }],
594   - //guias principais
595   - "g1":[
596   - {
597   - pt:"Temas",
598   - en:"Themes",
599   - es:""
600   - }],
601   - "g2":[
602   - {
603   - pt:"Adiciona",
604   - en:"Add",
605   - es:""
606   - }],
607   - "g3":[
608   - {
609   - pt:"Legenda",
610   - en:"Legend",
611   - es:""
612   - }],
613   - "g4":[
614   - {
615   - pt:"Mapas",
616   - en:"Maps",
617   - es:""
618   - }],
619   - //outros
620   - "o1":[
621   - {
622   - pt:"Aguarde...",
623   - en:"Wait...",
624   - es:""
625   - }],
626   - "o2":[
627   - {
628   - pt:"busca r&aacute;pida...",
629   - en:"quick search...",
630   - es:""
631   - }],
632   - "o3":[
633   - {
634   - pt:"Lendo imagem...",
635   - en:"Loading images...",
636   - es:""
637   - }],
638   - "o4":[
639   - {
640   - pt:"Aguarde...abrindo lente",
641   - en:"Wait...Opening lens...",
642   - es:""
643   - }],
644   - "o5":[
645   - {
646   - pt:"Aguarde...iniciando",
647   - en:"Wait...initializing",
648   - es:""
649   - }],
650   - //dicas das ferramentas
651   - "d1":[
652   - {
653   - pt:"Digite as coordenadas de um ponto (X=longitude e Y=latitude) para localiz&acute;-lo no mapa. O centro do mapa ser&acute; deslocado para o ponto digitado.",
654   - en:"Enter the coordinates of a point (X = Y = latitude longitude) to localiz' it on the map. The center of the map is' move to the point entered.",
655   - es:""
656   - }],
657   - "d2":[
658   - {
659   - pt:"Altera a escala do mapa ajustando-a para mostrar a mesma abrang&circ;ncia geogr&aacute;fica da inicializa&ccedil;&atilde;o.",
660   - en:"Change the scale of the map adjusting it to show the same cover ˆ ncia geographical boot.",
661   - es:""
662   - }],
663   - "d3":[
664   - {
665   - pt:"Amplia o mapa - coloca o ponto clicado no centro da tela ou amplia a regi&atilde;o indicada por um ret&acirc;ngulo.Ap&oacute;s ativada, clique e arraste o mouse sobre o mapa na &aacute;rea de zoom desejada.",
666   - en:"Extends the map places the clicked point in the center of the screen or extends the region indicated by a retângulo.Após enabled, click and drag the mouse over the map in the area of zoom desired.",
667   - es:""
668   - }],
669   - "d4":[
670   - {
671   - pt:"Desloca a regi&atilde;o vis&iacute;vel no mapa. Ap&oacute;s ativada, clique e arraste o mouse sobre o mapa para deslocar a regi&atilde;o vis&iacute;vel.",
672   - en:"Shifts the region visible on the map. Once activated, click and drag the mouse over the map to move the visible region.",
673   - es:""
674   - }],
675   - "d5":[
676   - {
677   - pt:"Amplia o mapa tendo como refer&ecirc;cia o centro atual.",
678   - en:"Magnify the map with the referêcia the center today.",
679   - es:""
680   - }],
681   - "d6":[
682   - {
683   - pt:"Reduz o mapa tendo como refer&ecirccia o centro atual.",
684   - en:"Reduces the map as having refer & ecirccia the center today.",
685   - es:""
686   - }],
687   - "d7":[
688   - {
689   - pt:"Mostra informa&ccedil;&otilde;es sobre um ponto no mapa. Ap&oacute;s ativada, pare o mouse por alguns instantes no ponto desejado ou clique sobre o mesmo.",
690   - en:"Displays information about a point on the map. Once activated, stop the mouse for a few moments at the desired point or click on it.",
691   - es:""
692   - }],
693   - "d8":[
694   - {
695   - pt:"Mostra a extens&atilde;o geogr&aacute;fica atual em coordenadas geogr&aacute;ficas",
696   - en:"It shows the extent of current geographic coordinates",
697   - es:""
698   - }],
699   - "d9":[
700   - {
701   - pt:"Abre-fecha o mapa de refer&ecirc;ncia",
702   - en:"Open-close the map reference",
703   - es:""
704   - }],
705   - "d10":[
706   - {
707   - pt:"Digite o novo valor de escala e clique no bot&atilde;o aplicar para alterar a escala do mapa",
708   - en:"Enter the new value of scale and click the button to apply to change the scale of the map",
709   - es:""
710   - }],
711   - "d11":[
712   - {
713   - pt:"Busca dados na Wikipedia na abrang&ecirc;ncia atual do mapa. Fa&ccedil;a um zoom no mapa antes de abrir essa op&ccedil;&atilde;o. Regi&ocirc;es muito extensas podem tornar a busca muito demorada",
714   - en:"Search data on Wikipedia in the current scope of the map. Make a zoom on the map before opening this option. Regions can make a very extensive search very long",
715   - es:""
716   - }],
717   - "d12":[
718   - {
719   - pt:"Imprime o mapa",
720   - en:"Print the map",
721   - es:""
722   - }],
723   - "d13":[
724   - {
725   - pt:"Localiza o IP do usu&aacute;rio no mapa",
726   - en:"Locates the user's IP on the map",
727   - es:""
728   - }],
729   - "d14":[
730   - {
731   - pt:"Gera arquivo para 3d",
732   - en:"Generates file for 3d",
733   - es:""
734   - }],
735   - "d15":[
736   - {
737   - pt:"Abre o Google Maps, mostrando uma imagem de sat&eacute;lite da regi&atilde;o vista no mapa principal",
738   - en:"Opens Google Maps, showing a satellite image of the region's main views on the map",
739   - es:""
740   - }],
741   - "d16":[
742   - {
743   - pt:"Pesquisa documentos na base de dados Scielo (dados preliminares)",
744   - en:"Search documents in the database Scielo (preliminary data)",
745   - es:""
746   - }],
747   - "d17":[
748   - {
749   - pt:"Projeto Confluence. Pontos de intersec&ccedil;&atilde;o de coordenadas observadas em campo",
750   - en:"Confluence Project. Points of intersection of coordinates observed in field",
751   - es:""
752   - }],
753   - "d18":[
754   - {
755   - pt:"Abre lente de amplia&ccedil;&atilde;o",
756   - en:"Opens lens of expansion",
757   - es:""
758   - }],
759   - "d19":[
760   - {
761   - pt:"Coloca as guias em uma janela m&oacute;vel",
762   - en:"Open the tabs in a window mobile",
763   - es:""
764   - }],
765   - "d20":[
766   - {
767   - pt:"Redesenha o mapa com as configura&ccedil;&ocirc;es iniciais.",
768   - en:"Redesenha the map with the configuraçôes initials.",
769   - es:""
770   - }],
771   - "d21":[
772   - {
773   - pt:"Mede a dist&acirc;ncia entre dois ou mais pontos clicados no mapa (menor dist&acirc;ncia). O c&aacute;lculo de dist&acirc;ncia &eacute; aproximado e sua precis&atilde;o depende da escala do mapa.",
774   - en:"It measures the distance between two or more points clicked on the map (less distance). The calculation of distance is approximate and their accuracy depends on the scale of the map.",
775   - es:""
776   - }],
777   - "d22":[
778   - {
779   - pt:"Insere pontos no mapa em coordenadas geogr&aacute;ficas. Os pontos inclu&iacute;dos podem ser transformados em linhas ou pol&iacute;gonos. Os pontos s&atilde;o armazenados em um tema tempor&aacute;rio, podendo-se fazer o download do arquivo shapefile.",
780   - en:"Insert points on the map in geographical coordinates. Items included can be converted into lines or polygons. Items are stored in a temporary issue, can be to download shapefile.",
781   - es:""
782   - }],
783   - "d23":[
784   - {
785   - pt:"Insere um gr&aacute;fico no ponto clicado conforme os atributos existentes no tema escolhido. O tema deve possuir itens com valores num&eacute;ricos na tabela de atributos.",
786   - en:"Insert a graphic in point clicked as the attributes exist in the chosen theme. The subject must have items with numerical values in the table of attributes.",
787   - es:""
788   - }],
789   - "d24":[
790   - {
791   - pt:"Abre as ferramentas para sele&ccedil;&atilde;o de elementos de um tema. Os elementos selecionados podem ser utilizados em outras opera&ccedil;&ocirc;es, como buffer e sele&ccedil;&atilde;o por tema.",
792   - en:"Opens the tools to select elements of a theme. The elements selected can be used in other operaçôes as buffer and selection by theme.",
793   - es:""
794   - }],
795   - "d25":[
796   - {
797   - pt:"Insere texto no mapa clicando em um ponto. Utilize essa op&ccedil;&atilde;o para adicionar informa&ccedil;&ocirc;es ao mapa.",
798   - en:"Insert text on the map by clicking on a point. Use this option to add informaçôes the map.",
799   - es:""
800   - }],
801   - "d26":[
802   - {
803   - pt:"Escolha o visual para os botões e outras caracter&iacute;sticas visuais do mapa",
804   - en:"Choose your look for the buttons and other visual characteristics of the map",
805   - es:""
806   - }]
  47 +//texto da janela de mensagens
  48 +"p1": [
  49 +{
  50 +pt:"O I3Geo &eacute; software livre! Para download clique <a href='http://mapas.mma.gov.br/download' target=blank >aqui</a>",
  51 +en:"I3geo is a open source software! <a href='http://mapas.mma.gov.br/download' target=blank >Click</a> to
  52 +download.",
  53 +es:""
  54 +}],
  55 +//lista de propriedades do mapa
  56 +"p2": [
  57 +{
  58 +pt:"Tipo de imagem",
  59 +en:"Image type",
  60 +es:""
  61 +}],
  62 +"p3": [
  63 +{
  64 +pt: "Legenda",
  65 +en: "Legend",
  66 +es:""
  67 +}],
  68 +"p4": [
  69 +{
  70 +pt:"Escala",
  71 +en:"Scale",
  72 +es:""
  73 +}],
  74 +"p5": [
  75 +{
  76 +pt: "Tamanho",
  77 +en:"Size",
  78 +es:""
  79 +}],
  80 +"p6": [
  81 +{
  82 +pt: "Ativa/desativa entorno",
  83 +en:"Enable/Disable surrounding",
  84 +es:""
  85 +}],
  86 +"p7": [
  87 +{
  88 +pt: "Ativa/desativa logo",
  89 +en:"Enable/Disable logo",
  90 +es:""
  91 +}],
  92 +"p8": [
  93 +{
  94 +pt: "Cor da selecao",
  95 +en:"Selection color",
  96 +es:""
  97 +}],
  98 +"p9": [
  99 +{
  100 +pt: "Cor do fundo",
  101 +en:"Background color",
  102 +es:""
  103 +}],
  104 +"p10": [
  105 +{
  106 +pt: "Grade de coordenadas",
  107 +en:"Graticule",
  108 +es:""
  109 +}],
  110 +"p11": [
  111 +{
  112 +pt: "Template",
  113 +en:"Template",
  114 +es:""
  115 +}],
  116 +"p12": [
  117 +{
  118 +pt: "Temporizador",
  119 +en:"Timer",
  120 +es:""
  121 +}],
  122 +"p13": [
  123 +{
  124 +pt: "Propriedades do mapa",
  125 +en:"Map properties",
  126 +es:""
  127 +}],
  128 +//itens do menu suspenso
  129 +"s1": [
  130 +{
  131 +pt: "Ajuda?",
  132 +en:"Help",
  133 +es:""
  134 +}],
  135 +"s2": [
  136 +{
  137 +pt: "An&aacute;lise",
  138 +en:"Analysis",
  139 +es:""
  140 +}],
  141 +"s3": [
  142 +{
  143 +pt: "Janelas",
  144 +en:"Windows",
  145 +es:""
  146 +}],
  147 +"s4": [
  148 +{
  149 +pt: "Arquivo",
  150 +en:"Files",
  151 +es:""
  152 +}],
  153 +"s5": [
  154 +{
  155 +pt: "Propriedades",
  156 +en:"Properties",
  157 +es:""
  158 +}],
  159 +//submenus
  160 +"u1": [
  161 +{
  162 +pt: "Sobre o I3Geo",
  163 +en:"About",
  164 +es:""
  165 +}],
  166 +"u2": [
  167 +{
  168 +pt: "Sistema",
  169 +en:"System",
  170 +es:""
  171 +}],
  172 +"u3": [
  173 +{
  174 +pt: "WikiBook",
  175 +en:"WikiBook",
  176 +es:""
  177 +}],
  178 +"u4": [
  179 +{
  180 +pt: "Tutoriais",
  181 +en:"Tutorials",
  182 +es:""
  183 +}],
  184 +"u5": [
  185 +{
  186 +pt: "Blog",
  187 +en:"Blog",
  188 +es:""
  189 +}],
  190 +"u6": [
  191 +{
  192 +pt: "Geometrias",
  193 +en:"Geometries",
  194 +es:""
  195 +}],
  196 +"u7": [
  197 +{
  198 +pt: "Grade de poligonos",
  199 +en:"Polygon grid",
  200 +es:""
  201 +}],
  202 +"u8": [
  203 +{
  204 +pt: "Grade de pontos",
  205 +en:"Grid of Points",
  206 +es:""
  207 +}],
  208 +"u9": [
  209 +{
  210 +pt: "Grade de hex&aacute;gonos",
  211 +en:"Grid of Hexagons",
  212 +es:""
  213 +}],
  214 +"u10": [
  215 +{
  216 +pt: "Entorno(Buffer)",
  217 +en:"Buffer",
  218 +es:""
  219 +}],
  220 +"u11": [
  221 +{
  222 +pt: "Centr&oacute;ide",
  223 +en:"Centroid",
  224 +es:""
  225 +}],
  226 +"u12": [
  227 +{
  228 +pt: "N pontos em poligono",
  229 +en:"N point in polygon",
  230 +es:""
  231 +}],
  232 +"u13": [
  233 +{
  234 +pt: "Ponto em poligono/raster",
  235 +en:"Point in polygon/raster",
  236 +es:""
  237 +}],
  238 +"u14": [
  239 +{
  240 +pt: "Distribui&ccedil;&atilde;o de pontos",
  241 +en:"Point distribution",
  242 +es:""
  243 +}],
  244 +"u15": [
  245 +{
  246 +pt: "Barras de ferramentas",
  247 +en:"Toolbars",
  248 +es:""
  249 +}],
  250 +"u16": [
  251 +{
  252 +pt: "Janela de mensagens",
  253 +en:"Message window",
  254 +es:""
  255 +}],
  256 +"u17": [
  257 +{
  258 +pt: "Salvar mapa",
  259 +en:"Save map",
  260 +es:""
  261 +}],
  262 +"u18": [
  263 +{
  264 +pt: "Carregar mapa",
  265 +en:"Load map",
  266 +es:""
  267 +}],
  268 +"u19": [
  269 +{
  270 +pt: "Pegar imagens",
  271 +en:"Get pictures",
  272 +es:""
  273 +}],
  274 +"u20": [
  275 +{
  276 +pt: "Converter em WMS",
  277 +en:"Convert to WMS",
  278 +es:""
  279 +}],
  280 +"u21": [
  281 +{
  282 +pt: "Gerador de links",
  283 +en:"Link generator",
  284 +es:""
  285 +}],
  286 +//arvore com a lista de temas
  287 +"t1": [
  288 +{
  289 +pt: "Camadas",
  290 +en:"Layers",
  291 +es:""
  292 +}],
  293 +"t2":[
  294 +{
  295 +pt:"arraste o tema aqui para excluir",
  296 +en:"Drag the layer here to remove",
  297 +es:""
  298 +}],
  299 +"t3":[
  300 +{
  301 +pt:"Clique para ligar ou desligar esse tema, mostrando-o ou
  302 +n&atilde;o
  303 +no mapa. Ap&oacute;s alterar o estado do tema, aguarde alguns
  304 +instantes
  305 +para o mapa ser redesenhado, ou clique no bot&atilde;o aplicar que
  306 +ser&aacute; mostrado.",
  307 +en:"Turn the layer on/off on the map. Wait a few moments to get the map redesigned or press the button to apply it.",
  308 +es:""
  309 +}],
  310 +"t4":[
  311 +{
  312 +pt:"limpa sele&ccedil;&atilde;o",
  313 +en:"Clear selection",
  314 +es:""
  315 +}],
  316 +"t5":[
  317 +{
  318 +pt:"Limpa sele&ccedil;&atilde;o existente nesse tema",
  319 +en:"Clear selection",
  320 +es:""
  321 +}],
  322 +"t6":[
  323 +{
  324 +pt:"Clique para fazer o download desse tema no formato shapefile",
  325 +en:"Click to download in shapefile format",
  326 +es:""
  327 +}],
  328 +"t7":[
  329 +{
  330 +pt:"clique e arraste",
  331 +en:"dragging",
  332 +es:""
  333 +}],
  334 +"t8":[
  335 +{
  336 +pt:"arraste para mudar a ordem",
  337 +en:"drag to change the draw order",
  338 +es:""
  339 +}],
  340 +
  341 +"t9":[
  342 +{
  343 +pt:"A escala do tema &eacute; compat&iacute;vel com a escala do
  344 +mapa",
  345 +en:"The scale of the layer is compatible with the scale of the map",
  346 +es:""
  347 +}],
  348 +"t10":[
  349 +{
  350 +pt:"A escala do tema &eacute incompat&iacute;vel com a escala do
  351 +mapa",
  352 +en:"The scale of the layer is incompatible with the scale of the
  353 +map",
  354 +es:""
  355 +}],
  356 +"t11":[
  357 +{
  358 +pt:"A escala do tema n&atilde;o &eacute conhecida",
  359 +en:"The scale of the layer is not known",
  360 +es:""
  361 +}],
  362 +"t12":[
  363 +{
  364 +pt:"excluir",
  365 +en:"delete",
  366 +es:""
  367 +}],
  368 +"t12a":[
  369 +{
  370 +pt:"Clique para excluir esse tema do mapa.",
  371 +en:"Delete layer of the map.",
  372 +es:""
  373 +}],
  374 +"t13":[
  375 +{
  376 +pt:"sobe",
  377 +en:"up",
  378 +es:""
  379 +}],
  380 +"t14":[
  381 +{
  382 +pt:"Clique para subir esse tema na ordem de desenho",
  383 +en:"Drag the layer up",
  384 +es:""
  385 +}],
  386 +"t15":[
  387 +{
  388 +pt:"desce",
  389 +en:"down",
  390 +es:""
  391 +}],
  392 +"t16":[
  393 +{
  394 +pt:"Clique para descer esse tema na ordem de desenho",
  395 +en:"Drag the layer down",
  396 +es:""
  397 +}],
  398 +"t17":[
  399 +{
  400 +pt:"zoom para o tema",
  401 +en:"zoom to a layer",
  402 +es:""
  403 +}],
  404 +"t18":[
  405 +{
  406 +pt:"Clique para ajustar o mapa de forma a mostrar todo o tema",
  407 +en:"Click to adjust the map in order to show the whole layer",
  408 +es:""
  409 +}],
  410 +"t18a":[
  411 +{
  412 +pt:"Op&ccedil;&otilde;es",
  413 +en:"Options",
  414 +es:""
  415 +}],
  416 +"t18b":[
  417 +{
  418 +pt:"Legenda",
  419 +en:"Legend",
  420 +es:""
  421 +}],
  422 +"t19":[
  423 +{
  424 +pt:"Altera a transparência do tema, possibilitando que as camadas
  425 +inferiores possam ser vistas.",
  426 +en:"Change the layer transparency.",
  427 +es:""
  428 +}],
  429 +"t20":[
  430 +{
  431 +pt:"opacidade:",
  432 +en:"opacity",
  433 +es:""
  434 +}],
  435 +"t21a":[
  436 +{
  437 +pt:"Muda o nome atual do tema. Utilize para melhorar a legenda do
  438 +mapa.",
  439 +en:"Change layer name.",
  440 +es:""
  441 +}],
  442 +"t21":[
  443 +{
  444 +pt:"novo nome:",
  445 +en:"new name",
  446 +es:""
  447 +}],
  448 +"t22":[
  449 +{
  450 +pt:"Localize elementos no tema com base em seus atributos
  451 +descritivos.",
  452 +en:"Find elements on the layer based on their descriptive attributes.",
  453 +es:""
  454 +}],
  455 +"t23":[
  456 +{
  457 +pt:"procurar...",
  458 +en:"Search...",
  459 +es:""
  460 +}],
  461 +"t24":[
  462 +{
  463 +pt:"Crie uma nova camada no mapa para apresentar textos descritivos
  464 +sobre esse tema, tendo como base a tabela de atributos.",
  465 +en:"Create a new layer to display descriptive texts on the subject, based on table of attributes.",
  466 +es:""
  467 +}],
  468 +"t25":[
  469 +{
  470 +pt:"texto...",
  471 +en:"label...",
  472 +es:""
  473 +}],
  474 +"t26":[
  475 +{
  476 +pt:"Defina as etiquetas que ser&atilde;o mostradas quando o mouse &eacute; estacionado sobre um elemento desse tema.",
  477 +en:"Set the tooltips that will be shown when the mouse is over the element of that layer.",
  478 +es:""
  479 +}],
  480 +"t27":[
  481 +{
  482 +pt:"etiquetas...",
  483 +en:"tooltip...",
  484 +es:""
  485 +}],
  486 +"t28":[
  487 +{
  488 +pt:"Insira um filtro nesse tema para mostrar apenas determinadas informa&ccedil;&otilde;es, com base na tabela de atributos.",
  489 +en:"Filter based on the table of attributes.",
  490 +es:""
  491 +}],
  492 +"t29":[
  493 +{
  494 +pt:"filtro...",
  495 +en:"filter...",
  496 +es:""
  497 +}],
  498 +"t30":[
  499 +{
  500 +pt:"Veja a tabela de atributos relacionada a esse tema.",
  501 +en:"See the table of attributes related to that layer.",
  502 +es:""
  503 +}],
  504 +"t31":[
  505 +{
  506 +pt:"tabela...",
  507 +en:"table...",
  508 +es:""
  509 +}],
  510 +"t32":[
  511 +{
  512 +pt:"Abre o editor de legenda, permitindo a alteração da forma de
  513 +representação desse tema.",
  514 +en:"Opens the editor of legend, allowing the modification of the form
  515 +of
  516 +representation of this theme.",
  517 +es:""
  518 +}],
  519 +"t33":[
  520 +{
  521 +pt:"editar legenda...",
  522 +en:"legend edit...",
  523 +es:""
  524 +}],
  525 +"t34":[
  526 +{
  527 +pt:"Mostra os dados desse tema em uma janela que acompanha o mouse.",
  528 +en:"The data shows that layer in a window that tracks the mouse.",
  529 +es:""
  530 +}],
  531 +"t35":[
  532 +{
  533 +pt:"mostra em janela...",
  534 +en:"show in window",
  535 +es:""
  536 +}],
  537 +//guia adiciona
  538 +"a1":[
  539 +{
  540 +pt:"procurar:",
  541 +en:"search:"
  542 +}],
  543 +"a2":[
  544 +{
  545 +pt:"Upload de arquivo local",
  546 +en:"Upload local file",
  547 +es:""
  548 +}],
  549 +"a3":[
  550 +{
  551 +pt:"Download de dados",
  552 +en:"Data download",
  553 +es:""
  554 +}],
  555 +"a4":[
  556 +{
  557 +pt:"Conectar com servidor WMS",
  558 +en:"WMS server connection",
  559 +es:""
  560 +}],
  561 +"a5":[
  562 +{
  563 +pt:"Conectar com GeoRss",
  564 +en:"GeoRss connection",
  565 +es:""
  566 +}],
  567 +"a6":[
  568 +{
  569 +pt:"Acesso aos arquivos do servidor",
  570 +en:"Access files in server directory",
  571 +es:""
  572 +}],
  573 +"a7":[
  574 +{
  575 +pt:"Temas",
  576 +en:"Layers",
  577 +es:""
  578 +}],
  579 +"a8":[
  580 +{
  581 +pt:"Clique para ligar ou desligar esse tema, mostrando-o ou não no
  582 +mapa.
  583 +Após alterar o estado do tema, aguarde alguns instantes para o mapa
  584 +ser
  585 +redesenhado, ou clique no botão aplicar que será mostrado.",
  586 +en:"Click to connect or disconnect layer, showing it or not on
  587 +the map. After changing the layer status, wait a few moments to be
  588 +redesigned the map, or click in the button apply that will be
  589 +shown.",
  590 +es:""
  591 +}],
  592 +"a9":[
  593 +{
  594 +pt:"fonte",
  595 +en:"font",
  596 +es:""
  597 +}],
  598 +"a10":[
  599 +{
  600 +pt:"c&oacute;digo:",
  601 +en:"code",
  602 +es:""
  603 +}],
  604 +"a11":[
  605 +{
  606 +pt:"Sistemas",
  607 +en:"Systems",
  608 +es:""
  609 +}],
  610 +"a12":[
  611 +{
  612 +pt:"Abrir sistema",
  613 +en:"Open system",
  614 +es:""
  615 +}],
  616 +//guias principais
  617 +"g1":[
  618 +{
  619 +pt:"Temas",
  620 +en:"Layer",
  621 +es:""
  622 +}],
  623 +"g2":[
  624 +{
  625 +pt:"Adiciona",
  626 +en:"Add",
  627 +es:""
  628 +}],
  629 +"g3":[
  630 +{
  631 +pt:"Legenda",
  632 +en:"Legend",
  633 +es:""
  634 +}],
  635 +"g4":[
  636 +{
  637 +pt:"Mapas",
  638 +en:"Maps",
  639 +es:""
  640 +}],
  641 +//outros
  642 +"o1":[
  643 +{
  644 +pt:"Aguarde...",
  645 +en:"Wait...",
  646 +es:""
  647 +}],
  648 +"o2":[
  649 +{
  650 +pt:"busca r&aacute;pida...",
  651 +en:"quick search...",
  652 +es:""
  653 +}],
  654 +"o3":[
  655 +{
  656 +pt:"Lendo imagem...",
  657 +en:"Loading images...",
  658 +es:""
  659 +}],
  660 +"o4":[
  661 +{
  662 +pt:"Aguarde...abrindo lente",
  663 +en:"Wait...Opening lens...",
  664 +es:""
  665 +}],
  666 +"o5":[
  667 +{
  668 +pt:"Aguarde...iniciando",
  669 +en:"Wait...initializing",
  670 +es:""
  671 +}],
  672 +//dicas das ferramentas
  673 +"d1":[
  674 +{
  675 +pt:"Digite as coordenadas de um ponto (X=longitude e Y=latitude) para
  676 +
  677 +localiz&acute;-lo no mapa. O centro do mapa ser&acute; deslocado para
  678 +o
  679 +ponto digitado.",
  680 +en:"Enter the coordinates of a point (X=longitude and Y=latitude) to
  681 +localize it on the map. The center of the map is move to the point
  682 +entered.",
  683 +es:""
  684 +}],
  685 +"d2":[
  686 +{
  687 +pt:"Altera a escala do mapa ajustando-a para mostrar a mesma
  688 +abrang&circ;ncia geogr&aacute;fica da inicializa&ccedil;&atilde;o.",
  689 +en:"Change the scale of the map adjusting it to show the same initial geographical
  690 +cover.",
  691 +es:""
  692 +}],
  693 +"d3":[
  694 +{
  695 +pt:"Amplia o mapa - coloca o ponto clicado no centro da tela ou
  696 +amplia a
  697 +regi&atilde;o indicada por um ret&acirc;ngulo.Ap&oacute;s ativada,
  698 +clique e arraste o mouse sobre o mapa na &aacute;rea de zoom
  699 +desejada.",
  700 +en:"Extends the map - place the clicked point in the center of the
  701 +screen
  702 +or extends the region indicated by a rectangular.After enabled, click
  703 +and drag the mouse over the map in the area of zoom desired.",
  704 +es:""
  705 +}],
  706 +"d4":[
  707 +{
  708 +pt:"Desloca a regi&atilde;o vis&iacute;vel no mapa. Ap&oacute;s
  709 +ativada,
  710 +clique e arraste o mouse sobre o mapa para deslocar a regi&atilde;o
  711 +vis&iacute;vel.",
  712 +en:"Shifts the region visible on the map. Once activated, click and
  713 +drag
  714 +the mouse over the map to move the visible region.",
  715 +es:""
  716 +}],
  717 +"d5":[
  718 +{
  719 +pt:"Amplia o mapa tendo como refer&ecirc;cia o centro atual.",
  720 +en:"Magnify the map with the reference the current center.",
  721 +es:""
  722 +}],
  723 +"d6":[
  724 +{
  725 +pt:"Reduz o mapa tendo como refer&ecirccia o centro atual.",
  726 +en:"Reduces the map as having reference the current center.",
  727 +es:""
  728 +}],
  729 +"d7":[
  730 +{
  731 +pt:"Mostra informa&ccedil;&otilde;es sobre um ponto no mapa.
  732 +Ap&oacute;s
  733 +ativada, pare o mouse por alguns instantes no ponto desejado ou
  734 +clique
  735 +sobre o mesmo.",
  736 +en:"Displays information about a point on the map. Once activated,
  737 +stop
  738 +the mouse for a few moments at the desired point or click on it.",
  739 +es:""
  740 +}],
  741 +"d8":[
  742 +{
  743 +pt:"Mostra a extens&atilde;o geogr&aacute;fica atual em coordenadas
  744 +geogr&aacute;ficas",
  745 +en:"It shows the extent of current geographic coordinates",
  746 +es:""
  747 +}],
  748 +"d9":[
  749 +{
  750 +pt:"Abre-fecha o mapa de refer&ecirc;ncia",
  751 +en:"Open-close the reference map ",
  752 +es:""
  753 +}],
  754 +"d10":[
  755 +{
  756 +pt:"Digite o novo valor de escala e clique no bot&atilde;o aplicar
  757 +para
  758 +alterar a escala do mapa",
  759 +en:"Enter the new value of scale and click the button Apply to
  760 +change
  761 +the scale of the map",
  762 +es:""
  763 +}],
  764 +"d11":[
  765 +{
  766 +pt:"Busca dados na Wikipedia na abrang&ecirc;ncia atual do mapa.
  767 +Fa&ccedil;a um zoom no mapa antes de abrir essa op&ccedil;&atilde;o.
  768 +Regi&ocirc;es muito extensas podem tornar a busca muito demorada",
  769 +en:"Search data on Wikipedia in the current scope of the map. Make a
  770 +zoom on the map before opening this option. Regions very
  771 +extensive can make a very long search ",
  772 +es:""
  773 +}],
  774 +"d12":[
  775 +{
  776 +pt:"Imprime o mapa",
  777 +en:"Print the map",
  778 +es:""
  779 +}],
  780 +"d13":[
  781 +{
  782 +pt:"Localiza o IP do usu&aacute;rio no mapa",
  783 +en:"Locates the user's IP on the map",
  784 +es:""
  785 +}],
  786 +"d14":[
  787 +{
  788 +pt:"Gera arquivo para 3d",
  789 +en:"Generates file for 3d",
  790 +es:""
  791 +}],
  792 +"d15":[
  793 +{
  794 +pt:"Abre o Google Maps, mostrando uma imagem de sat&eacute;lite da
  795 +regi&atilde;o vista no mapa principal",
  796 +en:"Open Google Maps, showing a satellite image of the region's main
  797 +views on the map",
  798 +es:""
  799 +}],
  800 +"d16":[
  801 +{
  802 +pt:"Pesquisa documentos na base de dados Scielo (dados
  803 +preliminares)",
  804 +en:"Search documents in the database Scielo (preliminary data)",
  805 +es:""
  806 +}],
  807 +"d17":[
  808 +{
  809 +pt:"Projeto Confluence. Pontos de intersec&ccedil;&atilde;o de
  810 +coordenadas observadas em campo",
  811 +en:"Confluence Project. Points of intersection of coordinates
  812 +observed in field",
  813 +es:""
  814 +}],
  815 +"d18":[
  816 +{
  817 +pt:"Abre lente de amplia&ccedil;&atilde;o",
  818 +en:"Opens lens to expansion",
  819 +es:""
  820 +}],
  821 +"d19":[
  822 +{
  823 +pt:"Coloca as guias em uma janela m&oacute;vel",
  824 +en:"Open the tabs in a window mobile",
  825 +es:""
  826 +}],
  827 +"d20":[
  828 +{
  829 +pt:"Redesenha o mapa com as configura&ccedil;&ocirc;es iniciais.",
  830 +en:"Reload the map with the initial configurations.",
  831 +es:""
  832 +}],
  833 +"d21":[
  834 +{
  835 +pt:"Mede a dist&acirc;ncia entre dois ou mais pontos clicados no mapa
  836 +
  837 +(menor dist&acirc;ncia). O c&aacute;lculo de dist&acirc;ncia &eacute;
  838 +
  839 +aproximado e sua precis&atilde;o depende da escala do mapa.",
  840 +en:"It measures the distance between two or more clicked points on
  841 +the map (less distance). The calculation of distance is approximate and
  842 +their accuracy depends on the scale of the map.",
  843 +es:""
  844 +}],
  845 +"d22":[
  846 +{
  847 +pt:"Insere pontos no mapa em coordenadas geogr&aacute;ficas. Os
  848 +pontos
  849 +inclu&iacute;dos podem ser transformados em linhas ou
  850 +pol&iacute;gonos.
  851 +Os pontos s&atilde;o armazenados em um tema tempor&aacute;rio,
  852 +podendo-se fazer o download do arquivo shapefile.",
  853 +en:"Insert points on the map in geographical coordinates. Items
  854 +included
  855 +can be converted into lines or polygons. Items are stored in a
  856 +temporary
  857 +layer, can be to download shapefile.",
  858 +es:""
  859 +}],
  860 +"d23":[
  861 +{
  862 +pt:"Insere um gr&aacute;fico no ponto clicado conforme os atributos
  863 +existentes no tema escolhido. O tema deve possuir itens com valores
  864 +num&eacute;ricos na tabela de atributos.",
  865 +en:"Insert a graphic in the clicked point as the exist attributes in the
  866 +chosen layer. The layer must have items with numerical values in
  867 +the
  868 +table of attributes.",
  869 +es:""
  870 +}],
  871 +"d24":[
  872 +{
  873 +pt:"Abre as ferramentas para sele&ccedil;&atilde;o de elementos de um
  874 +
  875 +tema. Os elementos selecionados podem ser utilizados em outras
  876 +opera&ccedil;&ocirc;es, como buffer e sele&ccedil;&atilde;o por
  877 +tema.",
  878 +en:"Opens the tools to select elements of a layer. The elements
  879 +selected
  880 +can be used in other buffer or selection operation by layer .",
  881 +es:""
  882 +}],
  883 +"d25":[
  884 +{
  885 +pt:"Insere texto no mapa clicando em um ponto. Utilize essa
  886 +op&ccedil;&atilde;o para adicionar informa&ccedil;&ocirc;es ao
  887 +mapa.",
  888 +en:"Insert text on the map by clicking on a point. Use this option to
  889 +
  890 +add information on the map.",
  891 +es:""
  892 +}],
  893 +"d26":[
  894 +{
  895 +pt:"Escolha o visual para os botões e outras caracter&iacute;sticas
  896 +visuais do mapa",
  897 +en:"Choose look for the buttons and other map's visual characteristics",
  898 +es:""
  899 +}]
807 900 };
  901 +
808 902 /*
809 903 Variable: g_linguagem
810 904  
... ...
classesjs/configura_compacto.js
1   -eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(c/a))+String.fromCharCode(c%a+161)};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\[\xa1-\xff]+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp(e(c),'g'),k[c])}}return p}('¦Ö={"¥°":[{¢:"O ¤ú &Ü; ¤Â ¦Õ! ¦Ô Ê Ì <a ¤Ä=\'í://¢À.¢«.¢¢.¢¤/Ê\' ¤Ç=¤Á >¤õ</a>",£:"¤¹ å a £û ¦Ó ¤Â. <a ¤Ä=\'í://¢À.¢«.¢¢.¢¤/Ê\' ¤Ç=¤Á >á</a> ­ Ê.",¡:""}],"¥¢":[{¢:"¦× ª ¢ß",£:"¦Ø Ï",¡:""}],"¤×":[{¢:"¢ñ",£:"¢ó",¡:""}],"¤°":[{¢:"¦Û",£:"¦Ú",¡:""}],"¤­":[{¢:"¦Ù",£:"¦Ò",¡:""}],"¤¬":[{¢:"¤Ö/¤Ñ ¦Ñ",£:"¤Ð/¤Ë ¦Ê",¡:""}],"¤±":[{¢:"¤Ö/¤Ñ ¤Ê",£:"¤Ð/¤Ë ¤Ê",¡:""}],"¤·":[{¢:"¤Ï ë ¢¾",£:"¦É ¤¨",¡:""}],"¤¶":[{¢:"¤Ï ´ ¦È",£:"¦Ç ¤¨",¡:""}],"¤³":[{¢:"¢£ ª ü",£:"¦Ë",¡:""}],"¤ª":[{¢:"¤¡",£:"¤¡",¡:""}],"£þ":[{¢:"¦Ì",£:"¦Ð",¡:""}],"¦Ï":[{¢:"¤ÿ ´ §",£:"¦Î ¦Í",¡:""}],"¦Ü":[{¢:"&¹;¦Ý?",£:"&¹;¦í",¡:""}],"¦ì":[{¢:"&¹;¦ë&¼;¦ê",£:"&¹;¦î",¡:""}],"¦ï":[{¢:"&¹;¦ò",£:"&¹;¦ñ",¡:""}],"¦ð":[{¢:"&¹;¦é",£:"&¹;¦è",¡:""}],"¦á":[{¢:"&¹;¤ÿ",£:"&¹;¦à",¡:""}],"£ü":[{¢:"¦ß o ¤ú",£:"¦Þ",¡:""}],"¤§":[{¢:"¦â",£:"¤©",¡:""}],"¤¥":[{¢:"¤û",£:"¤û",¡:""}],"¤Î":[{¢:"¦ã",£:"¦ç",¡:""}],"¤Í":[{¢:"¥§",£:"¥§",¡:""}],"¤Õ":[{¢:"¦æ",£:"¦å",¡:""}],"¤Ó":[{¢:"¢£ ª ¦ä",£:"¦Æ ¢Ø",¡:""}],"¤È":[{¢:"¢£ ª ä",£:"¢Õ ¢Ø",¡:""}],"¤¿":[{¢:"¢£ ª ¦¨&¼;£Í",£:"¦§ ¢Ø",¡:""}],"¤¼":[{¢:"¦¦(¥¯)",£:"¥¯",¡:""}],"¤º":[{¢:"¦¥&â;¦©",£:"¦ª",¡:""}],"¤»":[{¢:"N ä » ¥®",£:"N È ¶ ¥­",¡:""}],"¤Æ":[{¢:"¦­ » ¥®/¤÷",£:"¢Õ ¶ ¥­/¤÷",¡:""}],"¤Å":[{¢:"¦¬&º;&¸;o ª ä",£:"¢Õ ¦«",¡:""}],"¤Ã":[{¢:"¦¤ ª ¢Ò",£:"¦£",¡:""}],"¤½":[{¢:"¥û ª ¥ú",£:"¥ù ¢º",¡:""}],"¤¦":[{¢:"¥ø §",£:"¥ü ©",¡:""}],"¥¤":[{¢:"¥ý §",£:"¦¢ ©",¡:""}],"¤Ý":[{¢:"¦¡ ¥ÿ",£:"¥þ ¦®",¡:""}],"¤ê":[{¢:"¦¯ » ¢¦",£:"¦¿ ­ ¢¦",¡:""}],"¤Ô":[{¢:"¦¾ ª ¦½",£:"¦¼ ¦À",¡:""}],"¦Á":[{¢:"¦Ä",£:"¤ï",¡:""}],"¦Ã":[{¢:"ò o ® ¤õ ² ¢Ö",£:"¦Â ¤ ¢¨ ¦» ­ £²",¡:""}],"¦º":[{¢:"ß ² ¤ô ¾ ¤ó à ®, ¢á-o ¾ n&¸;o · §. é&â;s ¢Ð o ¤Û ´ ®, ¤Ù ¢õ ¢ô ² o § Ç ¤ß, ¾ Ì · ¢µ&¸;o ¢Î ô Ç&¼; ¤å.",£:"á ­ ¥« À ¥ª ¤ ¢¨, ¢ä ø À ¢Í µ ¤ ©. ¥´ ¥³ ¤ ¥± ¨ ¤ ¢î, ¥¨ a ¢ï ¢¿ ­  ¤ü ¤ ©, À Ý ¤ ¢Ý ­ ¢ò Æ ¢à  ¢ø.",¡:""}],"¦³":[{¢:"¦² ¢²&º;&¸;o",£:"¤í ¤ ¢ã",¡:""}],"¦±":[{¢:"¦° ¢²&º;&¸;o ¦´ £¥ ®",£:"¤í ¤ ¢ã",¡:""}],"¦µ":[{¢:"ß ² £× o Ê ¢ª ® · ¦¹ ¢­",£:"£à ¶ ¢­ ¦¸",¡:""}],"¦·":[{¢:"Ì e ò",£:"Ý Þ ¢¡",¡:""}],"¦¶":[{¢:"ò ² ¦ó a ¢Â",£:"¢¡ ­ £ä ¤ ¦ô ¢©",¡:""}],"§Ó":[{¢:"A ½ ´ ® &Ü; §Ò&ã;ó É a ½ ´ §",£:"Ð Ä ¨ ¤ æ å §Ñ ñ ¤ Ä ¨ ¤ ©",¡:""}],"§Ð":[{¢:"A ½ ´ ® &Ü §Ô&ã;ó É a ½ ´ §",£:"Ð Ä ¨ ¤ æ å §Õ ñ ¤ Ä ¨ ¤ ©",¡:""}],"§Ø":[{¢:"A ½ ´ ® n&¸;o &Ü §×",£:"Ð Ä ¨ ¤ æ å ¢Í §Ö",¡:""}],"§Ï":[{¢:"¢Ö",£:"§Î",¡:""}],"§Ç":[{¢:"ß ² ¢Ö à ® ´ §.",£:"á ­ £² ¤ ç ¨ ¤ ©.",¡:""}],"§Æ":[{¢:"§Å",£:"§Ä",¡:""}],"§È":[{¢:"ß ² §É à ® Í ¢Â ª £Þ",£:"á ­ §Í ï æ ¶ ¢© ­ §Ì",¡:""}],"§Ë":[{¢:"§Ê",£:"§Ù",¡:""}],"§Ú":[{¢:"ß ² §é à ® Í ¢Â ª £Þ",£:"á ­ §è ï ç ¶ ¤ ¢© ¨ £á",¡:""}],"§ç":[{¢:"Û ² o ®",£:"Û ­ ¤ ¢¨",¡:""}],"§æ":[{¢:"ß ² §ê o § ª £Ø a ¢Ï §ë o ®",£:"á ­ §î ¤ © ¶ ¢© ­ ¢¥ ¤ §í æ",¡:""}],"§ì":[{¢:"§å&º;&¤ò;¡",£:"§ä",¡:""}],"§Þ":[{¢:"¢ñ",£:"¢ó",¡:""}],"§Ý":[{¢:"¤´ a §Ü\\§Û ´ ®, §ß ô à §à §ã §â Ç §á.",£:"§Ã ¤ §Â ¨ ¤ ç ¥÷ Æ ¤ §¤ ÷  §£ §¢.",¡:""}],"§¦":[{¢:"§§:",£:"§ª",¡:""}],"§©":[{¢:"§¨ o £Ô ú ´ ®, §¡ ² ¦ÿ a ¦ø ´ §.",£:"¤® ¤ £Ó",¡:""}],"¦÷":[{¢:"£¸ £Ô:",£:"î £Ó",¡:""}],"¦ö":[{¢:"¦õ ¢Û · ® É ¢¬ » ¦ù è £È.",£:"¦ú ¦þ µ ¤ æ ¥¦ µ £¿ ê £Û.",¡:""}],"¦ý":[{¢:"£ð...",£:"¦ü...",¡:""}],"¦û":[{¢:"§« ¢· §¬ §¼ · § ² §» §º £È ì à ®, ¢Ä ¢° ¢¬ a þ ª è.",£:"§¹ a î ¢¨ µ ¤ © ­ §½ £Û §¾ µ ¤ ç, £á §Á ¤ ý ¨ ê.",¡:""}],"§À":[{¢:"£º...",£:"¦...",¡:""}],"§¿":[{¢:"§¸ à ¤É ô Ç\\õ §· §° o ¿ \\Ñ §¯ ì Á §® ¢ª ®.",£:"§­ ¤ ¤¾ Æ ¢à  ¢ø §± ¤ ¿ å §² µ §¶ §µ ¨ Æ Ô.",¡:""}],"§´":[{¢:"¤É...",£:"¤¾...",¡:""}],"§³":[{¢:"§ï Á ¤þ £¥ ® ² ¢Ï ¥· ¥¾ ¢¸\\Ñ\\ð, É ¢¬ Í þ ª è.",£:"¢Ü a ¢î Æ ¤ù ­ ¢¥ ¥¸ ¥½ £ù, ¥¦ µ ¤ ý ¨ ê.",¡:""}],"¥¹":[{¢:"¤þ...",£:"¤ù...",¡:""}],"¥¼":[{¢:"¥» a þ ª è ¥º a à ®.",£:"¥Â ¤ ý ¨ ê ¥Á ­ Æ Ô.",¡:""}],"¥À":[{¢:"þ...",£:"ý...",¡:""}],"¥¿":[{¢:"ÿ o £Ï ª £½, ¥Ã a ¥¶\\Ñ\\õ ë £Ø ª ¥ö\\Ñ\\õ ¢ª ®.",£:"¢± ¤ £Ï ¨ £¾, ¥æ ¤ ¥ç ¨ ¤ ¥è ¨ ¥é ¨ ï Ô.",¡:""}],"¥å":[{¢:"¥ä £½...",£:"£¾ ¥à...",¡:""}],"¥ß":[{¢:"¢å ¢Å ö ¢ª ® » ¢· ¢Æ ô ¥â o ¿.",£:"Ð ¢Þ £¦ Æ Ô ¶ a ¢º Æ ¥ã ¤ ¿.",¡:""}],"¥ê":[{¢:"¥ë » ¢Æ...",£:"¢¥ ¶ ¢º",¡:""}],"¥ò":[{¢:"£ð:",£:"¢Ë:"}],"¥ó":[{¢:"£÷ ª ¢¯ £ô",£:"£÷ £ô £Ì",¡:""}],"¥ô":[{¢:"£à ª ö",£:"¥õ Ê",¡:""}],"¥ñ":[{¢:"£æ É £¡ ¢¦",£:"¢¦ ¤« £µ",¡:""}],"¥ð":[{¢:"£æ É £¯",£:"£¯ £µ",¡:""}],"¥ì":[{¢:"¥Ä ¥í ¥î ´ £¡",£:"¥ï ¥Þ ¶ ¤« ¥Ý",¡:""}],"¥Ì":[{¢:"¤¸",£:"¤ï",¡:""}],"¥Í":[{¢:"ß ² ¤ô ¾ ¤ó à ®, ¢á-o ¾ n\\õ · §. é\\¥µ ¢Ð o ¤Û ´ ®, ¤Ù ¢õ ¢ô ² o § Ç ¤ß, ¾ Ì · ¢µ\\õ ¢Î ô Ç\\Ñ ¤å.",£:"á ­ ¥« À ¥ª ¤ ç, ¢ä ø À ¢Í µ ¤ ©. ¥´ ¥³ ¤ ¥± ¨ ¤ ¢î, ¥¨ a ¢ï ¢¿ ­  ¤ü ¤ ©, À Ý ¤ ¢Ý ­ ¢ò Æ ¢à  ¢ø.",¡:""}],"¥Î":[{¢:"¥Ï",£:"¥Ë",¡:""}],"¥Ê":[{¢:"c&â;¥Æ:",£:"¥Å",¡:""}],"¥Ç":[{¢:"¥È",£:"¥É",¡:""}],"¥Ð":[{¢:"¥Ñ ¥Ù",£:"¤© £û",¡:""}],"¥Ú":[{¢:"¤¸",£:"¥Û",¡:""}],"¥Ü":[{¢:"¥Ø",£:"¥×",¡:""}],"¥Ó":[{¢:"¢ñ",£:"¢ó",¡:""}],"¥Ò":[{¢:"¥Ô",£:"¢ð",¡:""}],"¥Õ":[{¢:"¢Ç...",£:"¢È...",¡:""}],"¥Ö":[{¢:"£ó r&¼;§¥...",£:"«¿ ¢Ë...",¡:""}],"ª±":[{¢:"ª° ¢ß...",£:"ª¯ ª²...",¡:""}],"ª³":[{¢:"¢Ç...ª¶ ¤è",£:"¢È...ªµ ¤²...",¡:""}],"ª´":[{¢:"¢Ç...ª®",£:"¢È...ª­",¡:""}],"¤£":[{¢:"£® à ü ª Á Ó (X=£ý e Y=£ú) ² £ÿ&¤¤;-ª§ · §. O ¢§ ´ § Ç&¤¤; ª¦ ² o Ó ª¥.",£:"¢Ü ¤ ¢® ¨ a È (X = Y = £ú £ý) ­ £ÿ\' ø µ ¤ ©. Ð ¢» ¨ ¤ © å\' ¤ã ­ ¤ È ª¤.",¡:""}],"£·":[{¢:"¤´ a ½ ´ § ª¨-a ² ¢Ï a ª© £ç&ª¬;Ù ¢´&¼;£§ ë ª«&º;&¸;o.",£:"¤® ¤ Ä ¨ ¤ © ªª ø ­ ¢¥ ¤ ª· ª¸ ˆ Ù £Ö ªÅ.",¡:""}],"£¹":[{¢:"¤æ o § - ªÄ o Ó £É · ¢§ ë ªÃ ¾ ¥¥ a ¢¶&¸;o ªÆ ¢Ã Á ¥²&¢¹;ªÇ.é&â;s ¢í, Ì e ò o ¿ ì o § Í &¼;ªÊ ª Û ªÉ.",£:"ªÈ ¤ © ªÂ ¤ ¢Ì È ¶ ¤ ¢» ¨ ¤ ªÁ À ª» ¤ ¢¼ ªº ¢Ô a ¥²\\ª¹.é\\¥µ ª¼, Ý Þ ¢¡ ¤ ¿ ¤á ¤ © ¶ ¤ ª½ ¨ Û £¨.",¡:""}],"£´":[{¢:"ªÀ a ¢¶&¸;o ¥¬&ã;ó · §. é&â;s ¢í, Ì e ò o ¿ ì o § ² ª¿ a ¢¶&¸;o ¥¬&ã;ó.",£:"ª¾ ¤ ¢¼ ¤ä µ ¤ ©. ¤ë ¤ì, Ý Þ ¢¡ ¤ ¿ ¤á ¤ © ­ ¤ã ¤ ¤ä ¢¼.",¡:""}],"£³":[{¢:"¤æ o § ¢Ä ¢° ù&¢Ê;ª£ o ¢§ ú.",£:"ª¢ ¤ © ñ ¤ ù\\©æ ¤ ¢» ¤ç.",¡:""}],"¢þ":[{¢:"©å o § ¢Ä ¢° ù&¤Ü o ¢§ ú.",£:"©ä ¤ © à ©ç ù & ¤Ü ¤ ¢» ¤ç.",¡:""}],"¢û":[{¢:"¢å ¢¸&º;&¤ò;¡ ì Á Ó · §. é&â;s ¢í, ©ë o ¿ ¢Ã ¢õ ¢ô · Ó ©ê ¾ Ì ì o ©ã.",£:"©â £ù ©Ü a È µ ¤ ©. ¤ë ¤ì, ©Û ¤ ¿ ¢é a ¢ï ¢¿ ©Ù ¤ £¨ È À Ý µ ø.",¡:""}],"£å":[{¢:"¢å a ©Ý&¸;o ¢´&¼;£§ ú » ü ¢´&¼;£Ò",£:"£é £¦ ¤ £ã ¨ £ì ©Þ ¢®",¡:""}],"£Ý":[{¢:"ÿ-©á o § ª ù&¢Ê;Ù",£:"¤µ-©ß ¤ © ©ì",¡:""}],"£Ü":[{¢:"£® o £¸ ©í ª ½ e Ì · ¢µ&¸;o ¢Î ² ¢Ð a ½ ´ §",£:"¢Ü ¤ î Î ¨ Ä Þ Ý ¤ ¢Ý ­ ¢ò ­ £ä ¤ Ä ¨ ¤ ©",¡:""}],"£Æ":[{¢:"©ú ö Í £ñ Í £ç&¢Ê;Ù ú ´ §. ©ü&º;a Á Û · § ©ý ª ª¡ ¢ü ¢ù&º;&¸;o. ©ÿ&¢³;¡ £ö ©þ ¢Ú ©ø a £ó £ö ©÷",£:"£â ¢Þ µ £ñ ¶ ¤ £ì ©ñ ¨ ¤ ©. ©ð a Û µ ¤ © ©ï ©î ï £°. ©ò ÷ ©ó a £Ê ©ö ¢Ë £Ê ©õ",¡:""}],"£Ä":[{¢:"©ô o §",£:"ªË ¤ ©",¡:""}],"£Á":[{¢:"ªÌ o £Â ´ «¥&¼;£Ù · §",£:"«¤ ¤ «£\'s £Â µ ¤ ©",¡:""}],"£Ð":[{¢:"«¦ ¢¯ ² ¢½",£:"«§ £Ì ¢é ¢½",¡:""}],"¤¢":[{¢:"ÿ o £Ñ ¢ð, ¢á ¢· ¢ß ª «ª&Ü;«© ë ¢¶&¸;o «¨ · § «¢",£:"¢± £Ñ ¢ð, ¢ä a «¡ ªú ¨ ¤ ¢¼\'s ªù ªø µ ¤ ©",¡:""}],"¤Ò":[{¢:"ª÷ ªû Í ¢¬ ª ö ¤î (ö ªü)",£:"£â ªÿ ¶ ¤ ªþ ¤î (ªý ¢Þ)",¡:""}],"£Ç":[{¢:"«« ¤¯. «¬ ª «¹&º;&¸;o ª ü «¸ » «·",£:"¤¯ «º. «» ¨ «¾ ¨ ¢® «½ ¶ «¼",¡:""}],"¢ý":[{¢:"ÿ ¤è ª ¥¥&º;&¸;o",£:"¢± ¤² ¨ «¶",¡:""}],"£«":[{¢:"«µ à «¯ » ¢· ¢Æ m&â;ó",£:"¤µ ¤ «® ¶ a ¢º «­",¡:""}],"¤ñ":[{¢:"¥¡ o § É Ã ¥£&º;&¢³;¡ «°.",£:"¥¡ ¤ © ñ ¤ ¥£\\Ñ\\ð «±.",¡:""}],"¤Ú":[{¢:"«´ a ¢÷&¢¹;Ù «³ «² ¾ ªö ä ªõ · § (ªÚ ¢÷&¢¹;Ù). O c&¼;ªÙ ª ¢÷&¢¹;Ù &Ü; ªØ e ªÛ ªÜ&¸;o ªß ë ½ ´ §.",£:"£é ªÞ ¤ ¢É ªÝ ª× À ªÖ £Õ ¢Ì µ ¤ © (ªÐ ¢É). Ð ªÏ ¨ ¢É å ªÍ Þ £¿ ªÑ ªÒ µ ¤ Ä ¨ ¤ ©.",¡:""}],"¥©":[{¢:"¢ë ä · § » ü ¢´&¼;£Ò. ¢Ñ ä ªà&ã;ªá ¢Ú Ç ªï » ªî ¾ ªí&ã;£Í. ¢Ñ ä s&¸;o ªñ » Á ® ªô&¼;£Ù, ªó-ªò £× o Ê ´ ¢¯ ¢­.",£:"¢Ó £Õ µ ¤ © ¶ £Ö ¢®. £À ªë ÷  ªå ªä ªã À ªâ. £À ªæ ªç ¶ a ªê æ, ÷  ­ Ê ¢­.",¡:""}],"¤ý":[{¢:"¢ë Á ªè&¼;©Ø · Ó £É ©× ¢Å è ¨É · ® ¨È. O ® ¨Ç ¨Ê ¨Ë É ¨Î ¨Í&Ü;¨Ì Í þ ª è.",£:"¢Ó a ¨Æ ¶ È ¢Ì à ¤ ê ¨Å ¶ ¤ ¨¿ Ô. Ð ç ¨¾ ¨½ ¨¼ ñ ¨À ¨Á ¶ ¤ ý ¨ ê.",¡:""}],"¤à":[{¢:"ÿ à ¢Ò ² ¢²&º;&¸;o ª ¢Û ª Á ®. ¢Ñ ¢Û ¨Ï ¢Ú Ç ¨Ð » £­ £ø&º;&¢³;¡, ¢° ¢ö e ¢²&º;&¸;o ¢Ã ®.",£:"¢± ¤ ¨Û ­ ¨Þ £è ¨ a Ô. Ð £è ¨ß ÷  ¨à ¶ £ª £ø\\Ñ\\ð à ¢ö Þ ¢ã ¢Ô Ô.",¡:""}],"¤Þ":[{¢:"¢ë £º · § ¨Ù » Á Ó. ¨Ó ¢ü ¢ù&º;&¸;o ² ¨Ò ¢¸&º;&¢³;¡ ¨Ñ §.",£:"¢Ó ¦ µ ¤ © ¢Ô ¨Ô µ a È. ¨Õ ï £° ­ ¨× ¢¸\\Ñ\\ð ¤ ©.",¡:""}],"£¼":[{¢:"¨Ö o û ² ¢Å ¢µ\\ð e £­ ¨º&ã;§ý §ü ´ §",£:"¨¡ ¨¤ ¨£ ¢é ¤ ¨¢ Þ £ª û §ú ¨ ¤ ©",¡:""}]};¤é="¢";§ñ ¢è=§õ("§ö");§ù(¢è!=§ø){¤é=¢è}§÷=0;¨¥=0;¨¦=0;¨´="¢Á";¨³="";¨²="Å";¨µ="Å";¨¶="¨¹";¨¸="Å";¨·="Å";¨±="Å";¨°="Å";¨ª="Å";¨©="¢Á";¨¨="Å";¨§="Å";¨¬=0;¨¯=¨®;¨­=¨ã;¨ä=©½;©¼=©»;©¾="©¿";©Â="©Á()";©À=©º;©¹="©³";©²="©±";©°="";©´=©µ;©¸=$¥("¥°");©·="¢Á";©¶="©Ã";©Ä=î ¤ø("©Ñ()","©Ð()","©Ï()","©Ò()","©Ó()","©Ö()","©Õ()","©Ô()");©Î=î ¤ø("©Ç()","©Æ()","©Å()","©È()","©É()","©Ì()");©Ë={"©Ê":[{¦:"¥¢",«:"¬:©¯()"},{¦:"¤×",«:"¬:©®()"},{¦:"¤°",«:"¬:¨ò()"},{¦:"¤­",«:"¬:¨ñ()"},{¦:"¤¬",«:"¬:¨ð()"},{¦:"¤±",«:"¬:¨ó()"},{¦:"¤·",«:"¬:¨ô()"},{¦:"¤¶",«:"¬:¨÷()"},{¦:"¤³",«:"¬:¨ö()"},{¦:"¤ª",«:"¬:¨õ()"},{¦:"£þ",«:"¬:¨ï()"}]};¢ç={"¨î":[{¦:$¥("£ü"),«:"¬:¨è = \'¨ç\';¨æ(\'¨å\')"},{¦:$¥("¤§"),«:"¬:¨é()"},{¦:$¥("¤¥"),«:"í://¢.¨ê.¨í/¢â/¤¹"},{¦:$¥("¤Î"),«:"í://¢À.¢«.¢¢.¢¤/¨ì"},{¦:$¥("¤Í"),«:"í://¨ø.¢«.¢¢.¢¤/©¦/£¤.©©?©ª=6"}],"©­":[{¦:$¥("¤Õ"),«:"¬:©¬()"},{¦:$¥("¤Ó"),«:"¬:©«()"},{¦:$¥("¤È"),«:"¬:©¥()"},{¦:$¥("¤¿"),«:"¬:©¤()"},{¦:$¥("¤¼"),«:"¬:¢ö()"},{¦:$¥("¤º"),«:"¬:¨ý()"},{¦:$¥("¤»"),«:"¬:¨ü()"},{¦:$¥("¤Æ"),«:"¬:¨û()"},{¦:$¥("¤Å"),«:"¬:¨ú()"}]};¢ç.¨þ=[{¦:$¥("¤Ã"),«:"¬:¤À(\'1\');¤À(\'2\')"},{¦:$¥("¤½"),«:"¬:¨ÿ()"}];¢ç.¢¯=[{¦:$¥("¤¦"),«:"¬:©£()"},{¦:$¥("¥¤"),«:"¬:©¢()"},{¦:$¥("¤Ý"),«:"¬:©¡()"},{¦:$¥("¤ê"),«:"¬:©à()"},{¦:$¥("¤Ô"),«:"../©§.£¬"}];©¨={"¨ù":[{¯:"¨ë",°:$¥("¤£"),£ß:"©Í X:<Ø Õ=× Ò=\'¨«\' Ú=\'£©\' Ï=¦ Ö=5 Î=\'-Ë\'/>&¹;<Ø Õ=× Ò=\'§ò\' Ú=\'£¢\' Ï=¦ Ö=3 Î=\'Ë\'/>&¹;<Ø Õ=× Ò=\'§ó\' Ú=\'££\' Ï=¦ Ö=5 Î=\'Ë.Ë\'/>&¹;&¹;Y:<Ø Õ=× Ò=\'§ô\' Ú=\'£©\' Ï=¦ Ö=3 Î=\'-Ë\'/>&¹;<Ø Õ=× Ò=\'§û\' Ú=\'£¢\' Ï=¦ Ö=3 Î=\'Ë\'/>&¹;<Ø Õ=× Ò=\'§ÿ\' Ú=\'££\' Ï=¦ Ö=5 Î=\'Ë.Ë\'/><£ê Ú=\'Û\' £î=\'§þ()\' £õ=\\"+$£ò(\\"£ë.£í\\")+\\" Ò=¨» />"},{¯:"£¶",°:$¥("£·"),±:³(){£¶()}},{¯:"¢ÿ",°:$¥("£¹"),±:³(){¢ì(\'¢ÿ\');¢ê=\'£±\'}},{¯:"¢×",°:$¥("£´"),±:³(){¢ì(\'¢×\');¨Ø=\'¢×\';¢ê=\'£±\'}},{¯:"£»",°:$¥("£³"),±:³(){£»()}},{¯:"¢ú",°:$¥("¢þ"),±:³(){¢ú()}},{¯:"¢æ",°:$¥("¢û"),±:³(){¢ì(\'¢æ\');¢ê=\'¢æ\'}},{¯:"¨Ú",°:$¥("£å"),±:³(){¨á(¨â.£ã)}},{¯:"¨Ü",°:$¥("£Ý"),±:³(){¨Ý()}},{¯:"½",°:$¥("£Ü"),£ß:"1:<Ø Õ=\'×\' Ï=\'¦\' ¨Â=\'¬:£ï()\' Ò=¨Ã Ö=¨Ä Î=\'\'/><£ê £õ=\\"+$£ò(\\"£ë.£í\\")+\\" £î=\'¬:£ï()\' />"},{¯:"¢â",°:$¥("£Æ"),±:³(){¢â()}},{¯:"£Ã",°:$¥("£Ä"),±:³(){£Ã()}},{¯:"ªé",°:$¥("£Á"),±:³(){ªì()}},{¯:"ªð",°:$¥("£Ð"),±:³(){ªÓ("ªÔ","ªÕ",ªÎ+"/¢Ò/¢½/£¤.£¬","","","¢½")}},{¯:"¤Ì",°:$¥("¤¢"),±:³(){¤Ì()}},{¯:"£Ú",°:$¥("¤Ò"),±:³(){£Ú()}},{¯:"£Î",°:$¥("£Ç"),±:³(){£Î()}},{¯:"©ù",°:$¥("¢ý"),±:³(){©û()}},{¯:"§ð",°:$¥("£«"),±:³(){©Ú()}},{¯:"©é",°:$¥("¤ñ"),±:³(){©è()}},{¯:"¤â",°:$¥("¤Ú"),±:³(){¤â()}},{¯:"¤Ø",°:$¥("¥©"),±:³(){¤Ø()}},{¯:"¤ö",°:$¥("¤ý"),±:³(){¤ö()}},{¯:"¢¾",°:$¥("¤à"),±:³(){¢¾()}},{¯:"¤ð",°:$¥("¤Þ"),±:³(){¤ð()}},{¯:"û",°:$¥("£¼"),±:"",¢Ù:\'û("û")\'},{¯:"£Å",¢Ù:\'¥á("£Å")\'},{¯:"£Ë",¢Ù:\'¦Å("£Ë")\'}]};',95,981,'es|pt|en|the|trad|text|mapa|of|map|de|url|javascript|to|tema|iddiv|dica|funcaoonclick|para|function|do|on|in|no|atilde|nbsp|ccedil|em|aacute|escala|ou|mouse|or|um|be|as|scale|sim|that|ser|point|com|download|00|clique|na|value|type|The|x41|id|ponto|theme|class|size|digitar|input|ncia|title|zoom|eacute|click|and|Clique|esse|Click|oacute|iacute|pontos|is|issue|subject|atributos|Ap|attributes|da|sobre|http|new|this|x41es|with|arraste|vel|que|x41o|dados|can|it|refer|atual|visual|coordenadas|table|tabela|Abre|drag|gov|Grade|br|show|WMS|centro|layer|order|desse|mma|base|shapefile|coordinates|arquivo|como|Opens|sele|ocirc|geogr|bot|regi|uma|informa|acirc|window|center|region|3d|selecao|moments|mapas|nao|ordem|por|tendo|os|janela|Aguarde|Wait|distance|ecirc|search|clicked|not|aplicar|mostrar|alterar|Os|ferramentas|Insert|by|Point|excluir|pan|grid|constroiconteudo|podem|elementos|Enter|button|data|imagem|will|mostrando|wiki|selection|showing|Mostra|identifica|oMenuData|temp|for|g_operacao|Insere|mudaiconf|ativada|topic|few|Maps|Legenda|apply|Legend|instantes|alguns|buffer|dist|shown|op|zoomoauto|d7|essa|d18|d6|zoomli|servidor|minuto|segundo|index|nesse|shows|fica|desired|grau|other|d19|htm|outras|Digite|GeoRss|option|navega|exclude|d5|d4|connection|zoomtot|d2|novo|d3|texto|zoomiauto|d26|legenda|legend|their|Items|d13|IP|imprimir|d12|menus|d11|d17|descritivos|clicado|very|buscaRapida|file|gonos|confluence|editor|d14|Google|ficas|name|nome|points|geographical|fazer|forma|rio|scielo|descriptive|d10|d9|desenho|conteudo|Download|drawing|Search|extent|change|d8|Conectar|abrang|elements|It|img|tic|current|png|onclick|aplicaescala|procurar|Wikipedia|im|busca|local|src|muito|Upload|opera|information|latitude|open|u1|longitude|p12|localiz|Template|d15|d1|acute|u3|u17|u2|color|System|p11|server|p6|p5|Change|Confluence|p4|p7|lens|p10|Altera|Open|p9|p8|Temas|I3geo|u11|u12|u10|u16|labels|u9|initJanelaZoom|blanck|software|u15|href|u14|u13|target|u8|etiquetas|logo|Disable|google|u5|u4|Cor|Activate|desativa|d16|u7|u21|u6|Ativa|p3|inserexy|aguarde|d21|estado|ecirccia|u19|d25|redesenhado|d24|over|mede|move|visible|mostrado|Amplia|today|lente|g_linguagem|u20|Once|activated|Clear|Scielo|Layers|textofid|d20|otilde|desligar|ligar|aqui|inseregrafico|raster|Array|filter|I3Geo|WikiBook|redesigned|d23|filtro|Propriedades|Redesenha|p2|configura|u18|amplia|based|Blog|wait|d22|disconnect|connect|vis|polygon|poligono|Buffer|p1|status|ret|changing|After|x41s|altera|apenas|only|t29|relacionada|Veja|t30|certain|determinadas|t32|t31|related|See|permitindo|Acesso|code|digo|a11|Sistemas|Systems|a10|font|a7|a8|a9|fonte|a12|Abrir|g4|g3|Mapas|o1|o2|Add|Adiciona|sistema|g1|Themes|g2|directory|files|t34|edit|montaMenuSuspenso|acompanha|tracks|editar|t33|allowing|modification|form|representation|t35|mostra|a6|aos|arquivos|Access|a5|a4|a1|a2|a3|Data|representa|so|Salvar|Message|mensagens|Janela|Save|Carregar|Take|imagens|Pegar|Load|Tools|Barras|Centr|Entorno|Hexagonal|hex|ide|Centroid|distribuition|Distribui|Ponto|pictures|Converter|Limpa|t5|limpa|t4|existente|t6|t8|t7|format|formato|t3|here|Link|links|Gerador|Convert|generator|t1|Drag|t2|Camadas|ativaBuscaRapida|Polygon|Background|fundo|Selection|surrounding|Graticule|Temporizador|properties|Map|p13|Timer|entorno|Size|source|Para|livre|g_traducao|Tipo|Image|Tamanho|Scale|Escala|s1|Ajuda|About|Sobre|Properties|s5|Sistema|Tutoriais|poligonos|Geometries|Geometrias|Tutorials|Files|Arquivo|lise|An|s2|Help|Analysis|s3|s4|Windows|Janelas|mudar|draw|Localize|t22|t21|leganda|seus|Locate|t24|locate|t23|evidence|melhorar|utilize|below|seen|layers|pida|t20|opacidade|Muda|t21a|opacity|Crie|nova|Set|elemento|estacionado|quando|when|parked|t28|t27|element|an|mostradas|Defina|Create|textos|apresentar|camada|display|texts|t26|t25|upon|transparency|Amends|up|sobe|t13|t12a|t14|subir|desce|t15|design|raise|delete|t12|t10|compatible|compat|t9|incompat|incompatible|known|conhecida|t11|down|t16|x41ncia|transpar|t19|t18b|possibilitando|camadas|vistas|possam|inferiores|Options|Op|t18|t17|fall|descer|ajustar|todo|t18a|whole|adjust|Insira|encolheFerramentas|var|xm|xs|yg|pCookie|i3geolingua|g_posicaoLenteX|undefined|if|characteristics|ym|visuais|sticas|zoomPonto|ys|Choose|buttons|look|your|g_posicaoLenteY|g_autoRedesenho|g_barraFerramentas2|g_barraFerramentas1|g_docaguias|g_conectarwms|xg|g_fatordezoom|g_diminuixN|20|g_diminuixM|g_uploadlocal|g_conectargeorss|g_opcoesTemas|g_3dmap|g_embedLegenda|g_mostraRosa|g_visual|g_downloadbase|g_janelaMen|default|caracter|procurarxy|items|have|must|chosen|numerical|values|onchange|escalanum|19|exist|graphic|deve|escolhido|existentes|possuir|itens|ricos|num|valores|selecionados|utilizados|ao|adicionar|Utilize|clicking|Use|Escolha|add|g_tipoacao|clicando|exten|tools|referencia|initJanelaRef|select|selected|used|mensagemf|objmapa|25|g_diminuiyM|abre|ajudaf|sobrei3geo|g_hlpt|abreDoc|wikibooks|localizarxy|wikibooki3geo|org|ajudas|autoredesenha|ativaEntorno|tamanho|opcoesEscala|ativaLogo|queryMap|template|gradeCoord|corFundo|sistemas|botoes|pontosdistri|pontoempoligono|nptPol|centroide|janelas|initJanelaMen|pegaimagens|carregaMapa|salvaMapa|gradeHex|gradePontos|blogs|geradordelinks|g_listaFuncoesBotoes|php|blog|gradePol|analisaGeometrias|analise|opcoesLegenda|tipoimagem|g_sistemas|nenhum|g_tipoimagem|completo|destacaTamanho|75|g_guiaativa|g_entorno|g_mensagempadrao|g_tipotip|4500|103|g_diminuiyN|106|g_mapaRefDisplay|block|g_tempotip|verificaTipDefault|g_funcaoTip|guia1|g_funcoesClickMapaDefault|moveMede|movePan|movecursor|movelentef|moveLonglat|propriedades|g_listaPropriedades|moveSelecaoPoli|localiza|g_funcoesMousemoveMapaDefault|cliqueInseregrafico|cliqueInserexy|cliqueIdentifica|cliqueInseretoponimo|cliqueSelecao|cliqueCapturaPt|cliqueSelecaoPoli|cliqueMede|conforme|fico|at|docaguias|stop|about|extens|geographic|close|convertews|fecha|Displays|mesmo|Reduces|Reduz|x41cia|having|reiniciaMapa|reinicia|desejado|pare|reference|valor|opening|before|Make|scope|Regions|make|Imprime|long|extensive|demorada|tornar|lentei|Busca|lenteDeAumento|Fa|antes|extensas|Regi|abrir|Magnify|cia|entered|digitado|deslocado|lo|ajustando|mesma|adjusting|inicializa|circ|initializing|iniciando|Loading|Lendo|o3|images|o4|o5|Opening|abrindo|same|cover|x41ngulo|indicated|extends|enabled|area|Shifts|deslocar|Desloca|screen|places|tela|coloca|boot|indicada|ngulo|Extends|desejada|rea|Print|Localiza|approximate|g_locaplic|calculation|less|accuracy|depends|wdocaf|400px|200px|more|two|aproximado|lculo|menor|sua|precis|between|measures|depende|inclu|dos|polygons|lines|into|converted|are|stored|gr|ondeestou|temporary|included|zoomIP|pol|linhas|transformados|v3d|armazenados|se|podendo|tempor|clicados|mais|Pesquisa|views|main|image|documentos|preliminares|preliminary|database|documents|satellite|principal|user|Locates|usu|Gera|Generates|vista|lite|sat|Projeto|Pontos|mobile|tabs|guias|iniciais|initials|dois|entre|Mede|Coloca|expansion|campo|observadas|intersec|Project|Points|field|observed|intersection|quick'.split('|'),0,{}))
  1 +eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(c/a))+String.fromCharCode(c%a+161)};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\[\xa1-\xff]+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp(e(c),'g'),k[c])}}return p}('¥Ê={"¤ê":[{¢:"O ¤Ë &Ê; ¤â ¥½! ¥Õ Ã Í <a ¤á=\'ð://¢Ç.ü.ÿ.¢¨/Ã\' ¤æ=¤ú >¤ø</a>",£:"¤Û Ý a ¥Ô ¥Ð ¤â!<a ¤á=\'ð://¢Ç.ü.ÿ.¢¨/Ã\'¤æ=¤ú>¢¡</a>³ Ã.",¡:""}],"¤¨":[{¢:"¥å © ¢î",£:"¥à Ï",¡:""}],"¤¦":[{¢:"¢ß",£:"¢â",¡:""}],"¤´":[{¢:"¥Ü",£:"¥Ý",¡:""}],"¤°":[{¢:"¥Þ",£:"¥ß",¡:""}],"¤±":[{¢:"¤²/¤¤ ¥ä",£:"£õ/£ô ¥ã",¡:""}],"£ö":[{¢:"¤²/¤¤ £ó",£:"£õ/£ô £ó",¡:""}],"£ð":[{¢:"£û Þ ¢á",£:"¥Ï ¤Õ",¡:""}],"£ù":[{¢:"£û · ¥û",£:"¥ó ¤Õ",¡:""}],"¤¢":[{¢:"¢§ © ì",£:"¥ñ",¡:""}],"¤Ò":[{¢:"¤Ú",£:"¤Ú",¡:""}],"¤Ô":[{¢:"¥î",£:"¥º",¡:""}],"¥³":[{¢:"¤º · §",£:"¥¶ ¥§",¡:""}],"¥«":[{¢:"¥ª?",£:"¥¨",¡:""}],"¥Æ":[{¢:"¥Ä&¼;¥Ã",£:"¥¿",¡:""}],"¥¼":[{¢:"¥¬",£:"§²",¡:""}],"§®":[{¢:"§«",£:"§¬",¡:""}],"§º":[{¢:"¤º",£:"§·",¡:""}],"¤Ñ":[{¢:"¦ú o ¤Ë",£:"¦ø",¡:""}],"¤Ï":[{¢:"¦ô",£:"¦ý",¡:""}],"¤Ö":[{¢:"¤Ù",£:"¤Ù",¡:""}],"¤×":[{¢:"¦ÿ",£:"§¾",¡:""}],"¤Ø":[{¢:"¤Ü",£:"¤Ü",¡:""}],"¤¾":[{¢:"§Ù",£:"§Õ",¡:""}],"¤À":[{¢:"¢§ © §Ö",£:"§Ý §ã",¡:""}],"¤¹":[{¢:"¢§ © Ø",£:"¤Ó « £¿",¡:""}],"¤»":[{¢:"¢§ © §â&¼;£¤",£:"¤Ó « §Ó",¡:""}],"¤Á":[{¢:"§Ç(£ò)",£:"£ò",¡:""}],"¤Â":[{¢:"§Á&Û;§Ð",£:"§Î",¡:""}],"¤Ê":[{¢:"N Ø » ¤§",£:"N Ð ¹ ¤¥",¡:""}],"¤Ç":[{¢:"§Ê » ¤§/¤©",£:"¤« ¹ ¤¥/¤©",¡:""}],"¤Ä":[{¢:"¦»&º;&µ;o © Ø",£:"¤« ¦¶",¡:""}],"¤Å":[{¢:"¦· © ¢è",£:"¦¿",¡:""}],"¤Æ":[{¢:"¦À © ¦Æ",£:"¦Ç ¢£",¡:""}],"¤É":[{¢:"¦Ä §",£:"¦Á ¨",¡:""}],"¤È":[{¢:"¦Â §",£:"¦µ ¨",¡:""}],"¤¼":[{¢:"¦´ ¦¨",£:"¦© ¦¦",¡:""}],"¤½":[{¢:"¦¡ » ú",£:"¦¢ ³ ú",¡:""}],"¤¿":[{¢:"¦£ © ¦¤",£:"¦ª ¦«",¡:""}],"¦±":[{¢:"¦³",£:"£Æ",¡:""}],"¦°":[{¢:"é o ­ ¤ø ± ¢ñ",£:"¢Ë ¤ ° ¦¬ ³ ¦­",¡:""}],"¦®":[{¢:"Ô ± £Ì ½ £å Ö ­,¢ï-o ½ n&µ;o ¸ §.ó&Û;s ¢í o £ë · ­,£Ý ¢Ý ¢Ó ± o §  £Ú,½ Í ¸ ¢®&µ;o ¢Û ö Â&¼;£Â.",£:"¦Ê ¤ ° ¶/¦å ¶ ¤ ¨. ù a ¢Ñ ¢Ï ³ ¦ç ¤ ¨ ¢ù Á ¦ã ¤ ¢× ³ ¢þ ô.",¡:""}],"¦à":[{¢:"¦á ¢²&º;&µ;o",£:"¤í ¢¼",¡:""}],"¦è":[{¢:"¦é ¢²&º;&µ;o ¦ï £§ ­",£:"¤í ¢¼",¡:""}],"¦ð":[{¢:"Ô ± £î o à ¢ª ­ ¸ ¦ñ ¢­",£:"¢¡ ³ à ¹ ¢­ ¦î",¡:""}],"¦í":[{¢:"Í e é",£:"¦ê",¡:""}],"¦ë":[{¢:"é ± ¦ì a ¢Â",£:"¢ë ³ £É ¤ ¦Þ ££",¡:""}],"¦Ñ":[{¢:"A À · ­&Ê;¦Ò&Ñ;ï È a À · §",£:"Æ Ä « ¤ ° Ý ¦Ï ë ¤ Ä « ¤ ¨",¡:""}],"¦Ë":[{¢:"A À · ­&Ê ¦Í&Ñ;ï È a À · §",£:"Æ Ä « ¤ ° Ý ¦Î ë ¤ Ä « ¤ ¨",¡:""}],"¦Ô":[{¢:"A À · ­ n&µ;o &Ê ¦Õ",£:"Æ Ä « ¤ ° Ý £¢ ¦Û",¡:""}],"¦×":[{¢:"¢ñ",£:"¦Ø",¡:""}],"§»":[{¢:"Ô ± ¢ñ Ö ­ · §.",£:"¦Ö ° « ¤ ¨.",¡:""}],"¦Ù":[{¢:"¦Ú",£:"£³",¡:""}],"¦Ý":[{¢:"Ô ± ¦Ü Ö ­ Ç ¢Â © £¾",£:"¢Ë ¤ ° £³",¡:""}],"¦Ì":[{¢:"¦Ð",£:"£¬",¡:""}],"¦Ó":[{¢:"Ô ± ¦ß Ö ­ Ç ¢Â © £¾",£:"¢Ë ¤ ° £¬",¡:""}],"¦â":[{¢:"Ò ± o ­",£:"Ò ³ a °",¡:""}],"¦ä":[{¢:"Ô ± ¦æ o § © £ç a ¢à ¦É o ­",£:"¢¡ ³ ¦¯ ¤ ¨ ¹ ££ ³ ¢æ ¤ ¦¥ °",¡:""}],"¦§":[{¢:"¦Ã&º;&¢ç;¡",£:"¦Å",¡:""}],"¦È":[{¢:"¢ß",£:"¢â",¡:""}],"¦¹":[{¢:"£¸ a ¦¸\\¦º · ­,¦¾ ö Ë ¦½ ¦¼ ¦ò  ¦ó.",£:"¢å ¤ ° §Ì.",¡:""}],"§Ë":[{¢:"§Í:",£:"§Ñ",¡:""}],"§Ï":[{¢:"§É o £Ç í · ­.£ï ± §È a ¢ó · §.",£:"¢å ° £Í.",¡:""}],"§Â":[{¢:"£é £Ç:",£:"õ £Í",¡:""}],"§À":[{¢:"§¿ ¢¾ ¸ ­ È ¢¥ » §Ã â £Ó.",£:"§Ä ¢Á ¶ ¤ ° ¢¸ ¶ £Ë £í á.",¡:""}],"§Æ":[{¢:"£Ü...",£:"¢Î...",¡:""}],"§Å":[{¢:"§Ò ¢¯ §à §ß ¸ § ± §Þ §á £Ó à Ö ­,¢é ¢± ¢¥ a ò © â.",£:"§å a õ ° ³ §ä £í §Ü ¶ ¤ §Ô, ¢¸ ¶ ê « á.",¡:""}],"§×":[{¢:"£¦...",£:"§Ø...",¡:""}],"§Û":[{¢:"§Ú Ë £â ö Â&µ;o §½ §¢ o ¿ &Ê; §¡ à ¾ §£ ¢ª ­.",£:"§¤ ¤ §§ ã £­ å £¼ §¦ ¤ ¿ Ý ¢ê ¤ §¥ « ã °.",¡:""}],"¦þ":[{¢:"£â...",£:"¦÷...",¡:""}],"¦ö":[{¢:"¦õ ¾ £« £§ ­ ± ¢à ¦ù ¦ü ¢Æ&º;&¢ç;¡, È ¢¥ Ç ò © â.",£:"¦û ¢¸ ¶ ¤ ê « á.",¡:""}],"§¨":[{¢:"£«...",£:"§©...",¡:""}],"§¶":[{¢:"§µ a ò © â §¸ a Ö ­.",£:"§¹ ¤ ê « á §¼ ³ ã °.",¡:""}],"¥ÿ":[{¢:"ò...",£:"ê...",¡:""}],"§´":[{¢:"è o £· © ¢ó,§³ a §­\\¢Ô\\ø Þ £ç © §ª\\¢Ô\\ø ¢ª ­.",£:"¢Ä ¤ £· « ¢ú,§¯ ¤ §± « ¤ §° « §æ « ¢» ¥Ó.",¡:""}],"¥­":[{¢:"¥¥ ¢ó...",£:"¢ú ¥Á...",¡:""}],"¥¹":[{¢:"¢Ð ¢È î ¢ª ­ » ¢¯ ¢¹ ö ¥Ë o ¿.",£:"Æ ¢ò £ä ã ° ¹ a ¢£ ã ¥É ¤ ¿.",¡:""}],"¥È":[{¢:"¥Í » ¢¹...",£:"¢æ ¹ ¢£",¡:""}],"¥´":[{¢:"£Ü:",£:"¢ô:"}],"¥©":[{¢:"£Ù © ¢¢ £Ø",£:"£Ù £Ø £è",¡:""}],"¥±":[{¢:"¥® © î",£:"¥¯ Ã",¡:""}],"¥°":[{¢:"£ß È £Ò ú",£:"ú £Õ £ì",¡:""}],"¥þ":[{¢:"£ß È £¨",£:"£¨ £ì",¡:""}],"¥ì":[{¢:"¥è ¥é ¥Î · £Ò",£:"¥ú ¥ý ¹ £Õ ¥ø",¡:""}],"¥õ":[{¢:"£º",£:"£Æ",¡:""}],"¥Ö":[{¢:"Ô ± £Ì ½ £å Ö ­,¢ï-o ½ n\\ø ¸ §.ó\\¥Û ¢í o £ë · ­,£Ý ¢Ý ¢Ó ± o §  £Ú,½ Í ¸ ¢®\\ø ¢Û ö Â\\¢Ô £Â.",£:"¢¡ ³ ¥á Á ¥â °,£Ã ô Á £¢ ¶ ¤ ¨.£» ¥Ú ¤ ° ¥Ò,¥Ñ a ¢Ñ ¢Ï ³ å ¢ù ¤ ¨,Á ñ ¹ ¤ ¢× ¢þ ã £­ å £¼.",¡:""}],"¥Ù":[{¢:"¥Ø",£:"¥×",¡:""}],"¥æ":[{¢:"c&Û;¥ç:",£:"¥÷",¡:""}],"¥ö":[{¢:"¥ô",£:"¥ù",¡:""}],"¥ü":[{¢:"¥ò ¥ë",£:"¢¤ ¥ê",¡:""}],"¥í":[{¢:"£º",£:"¥ð",¡:""}],"¥ï":[{¢:"¥²",£:"¥µ",¡:""}],"¥¦":[{¢:"¢ß",£:"¢â",¡:""}],"¥·":[{¢:"¥Â",£:"¢õ",¡:""}],"¥»":[{¢:"¢ã...",£:"ù...",¡:""}],"¥¾":[{¢:"£Ö r&¼;¥Å...",£:"¥À ¢ô...",¡:""}],"¥¸":[{¢:"¥Ì ¢î...",£:"¥Ç ¥¤...",¡:""}],"¦²":[{¢:"¢ã...«· £´",£:"ù...ª© £±...",¡:""}],"ª¨":[{¢:"¢ã...ª§",£:"ù...ªª",¡:""}],"¤Ì":[{¢:"£ê Ë ì © ¾ Ü(X=£¯ e Y=£°)± ª«&£²;-ª® ¸ §.O û · § Â&£²;ª­ ± o Ü ª¬.",£:"£Ê ¤ ¢³ « a Ð(X=£¯ ä Y=£°)³ ª¦ ô ¶ ¤ ¨.Æ ý « ¤ ¨ Ý ¢ö ³ ¤ Ð ª¥.",¡:""}],"¤Í":[{¢:"£¸ a À · § ©þ-a ± ¢à a ©ý £Ä&©ü;ß ¢¬&¼;£ã Þ ©û&º;&µ;o.",£:"¢å ¤ Ä « ¤ ¨ ©ÿ ô ³ ¢æ ¤ ª¡ £¡ £Ð ª¤.",¡:""}],"¤¸":[{¢:"¢ø o §-ª£ o Ü £Î ¸ û Þ ª¢ ½ £¶ a ¢«&µ;o ª¯ ¢¶ ¾ ª°&¢¦;ª½.ó&Û;s ¢Þ,Í e é o ¿ à o § Ç&¼;ª¼ © Ò ª».",£:"ª¾ ¤ ¨-ª¿ ¤ ¢µ Ð ¹ ¤ ý « ¤ ªÂ Á ªÁ ¤ ¢© ªÀ ¢· a ªº.£» ª¹,ñ ä ¢ë ¤ ¿ ¢ê ¤ ¨ ¹ ¤ ª³ « Ò £Û.",¡:""}],"£ü":[{¢:"ª² a ¢«&µ;o ¢ü&Ñ;ï ¸ §.ó&Û;s ¢Þ,Í e é o ¿ à o § ± ª± a ¢«&µ;o ¢ü&Ñ;ï.",£:"ª´ ¤ ¢© ¢÷ ¶ ¤ ¨.£à £á,ñ ä ¢ë ¤ ¿ ¢ê ¤ ¨ ³ ¢ö ¤ ¢÷ ¢©.",¡:""}],"£ý":[{¢:"¢ø o § ¢é ¢± ¢Õ&¢ì;ªµ o û í.",£:"ª¸ ¤ ¨ ë ¤ ¢Ö ¤ ¢´ ý.",¡:""}],"¤¡":[{¢:"ª· o § ¢é ¢± ¢Õ&ª¶ o û í.",£:"©ú ¤ ¨ Ë ©ù ¢Ö ¤ ¢´ ý.",¡:""}],"£ø":[{¢:"¢Ð ¢Æ&º;&¢ç;¡ à ¾ Ü ¸ §.ó&Û;s ¢Þ,©Þ o ¿ ¢¶ ¢Ý ¢Ó ¸ Ü ©Ý ½ Í à o ©Ü.",£:"©ß ¢ý ©à a Ð ¶ ¤ ¨.£à £á,©ã ¤ ¿ ¢Å a ¢Ñ ¢Ï ©â ¤ £Û Ð Á ñ ¶ ô.",¡:""}],"£ñ":[{¢:"¢Ð a ©á&µ;o ¢¬&¼;£ã í » ì ¢¬&¼;¢û",£:"£æ £ä ¤ £÷ « ¢´ ©Û ¢³",¡:""}],"¤£":[{¢:"è-©Ú o § © ¢Õ&¢ì;ß",£:"¢¤-©Ô ¤ ¢Ö ¨ ",¡:""}],"¤à":[{¢:"£ê o £é ©Ó © À e Í ¸ ¢®&µ;o ¢Û ± ¢í a À · §",£:"£Ê ¤ õ Î « Ä ä ñ ¤ ¢× ©Ò ³ £É ¤ Ä « ¤ ¨",¡:""}],"¤ß":[{¢:"©Ñ î Ç £Ï Ç £Ä&¢ì;ß í · §.©Õ&º;a ¾ Ò ¸ § ©Ö © ©Ù £ª £©&º;&µ;o.©Ø&¢°;¡ £× ©× ¢½ ©ä a £Ö £× ©å",£:"¢Î ¢ò ¶ £Ï ¹ ¤ ¢´ ©ó « ¤ ¨.©ò a Ò ¶ ¤ ¨ ©ñ ©ô ¢» ¢ÿ.©õ £Á ©ø ÷ ©÷ a £Á ©ö ¢ô",¡:""}],"¤ñ":[{¢:"©ð o §",£:"©ï ¤ ¨",¡:""}],"¤ü":[{¢:"©é o £È · ©è&¼;£Å ¸ §",£:"©ç ¤ ©æ\'s £È ¶ ¤ ¨",¡:""}],"¤ÿ":[{¢:"©ê ¢¢ ± þ",£:"©ë £è ¢Å þ",¡:""}],"¥¡":[{¢:"è o £Þ ¢õ,¢ï ¢¯ ¢î © ©î&Ê;©í Þ ¢«&µ;o ©ì ¸ § ªÃ",£:"¢¤ £Þ ¢õ,£Ã a ªÄ ªü « ¤ ¢©\'s ªû ªú ¶ ¤ ¨",¡:""}],"¤÷":[{¢:"ªý §ç Ç ¢¥ © î £½(î ªþ)",£:"¢Î «¢ ¹ ¤ «¡ £½ (ªÿ ¢ò)",¡:""}],"¤è":[{¢:"ªù £À.ªø © ªò&º;&µ;o © ì ªñ » ªð",£:"£À ªï.£¿ « ªó « ¢³ ªô ¹ ª÷",¡:""}],"¤å":[{¢:"è £´ © £¶&º;&µ;o",£:"¢Ä £± ³ ªö",¡:""}],"¤ã":[{¢:"ªõ Ë «£ » ¢¯ ¢¹ m&Û;ï",£:"¢¤ ¤ «¤ ¹ a ¢£ «±",¡:""}],"¤ä":[{¢:"«° o § È Ë «¯&º;&¢°;¡ «².",£:"«³ ¤ ¨ ë ¤ £¡ «¶.",¡:""}],"¤ë":[{¢:"«µ a ¢¿&¢¦;ß «´ «® ½ «­ Ø «§ ¸ §(«¦ ¢¿&¢¦;ß).O c&¼;«¥ © ¢¿&¢¦;ß&Ê;«¨ e «© «¬&µ;o «« Þ À · §.",£:"£æ «ª ¤ ¢Ì ªî ªí Á ªÒ ¢µ £Ñ ¶ ¤ ¨(ªÑ ¢Ì).Æ ªÐ « ¢Ì Ý ªÓ ä £Ë ªÔ ª× ¶ ¤ Ä « ¤ ¨.",¡:""}],"¤ï":[{¢:"¢À Ø ¸ § » ì ¢¬&¼;¢û.¢Ã Ø ªÖ&Ñ;ªÕ ¢½  ªÏ » ªÎ ½ ªÈ&Ñ;£¤.¢Ã Ø s&µ;o ªÇ » ¾ ­ ªÆ&¼;£Å,ªÅ-ªÉ £î o à · ¢¢ ¢­.",£:"¢É £Ñ ¶ ¤ ¨ ¹ £Ð ¢³.£Ô ªÊ ÷ å ªÍ ªÌ ªË Á ªØ.£Ô ªÙ ªç ¹ a ªæ °,÷ å ³ à ¢­.",¡:""}],"¤ò":[{¢:"¢À ¾ ªå&¼;ªè ¸ Ü £Î ªé ¢È â ªì ¸ ­ ªë.O ­ ªê ªä ªã È ªÝ ªÜ&Ê;ªÛ Ç ò © â.",£:"¢É a ªÚ ¹ ¤ ¢µ Ð Ë ¤ ªÞ á ¹ ¤ ªß °.Æ ° ªâ ªá ªà ë ©Ð ©Ï ¹ ¤ ê « á.",¡:""}],"¤õ":[{¢:"è Ë ¢è ± ¢²&º;&µ;o © ¢¾ © ¾ ­.¢Ã ¢¾ ¨À ¢½  ¨¿ » £¹ ¨¾&º;&¢°;¡,¢± ¢º e ¢²&º;&µ;o ¢¶ ­.",£:"¢Ä ¤ ¨Á ³ ¨Â ¢Á « a °.Æ ¢Á ¨Å ÷ å ¨Ä ¹ £® ¢º Á ¢¼ ¨Ã ¢· °.",¡:""}],"¤ô":[{¢:"¢À £¦ ¸ § ¨½ » ¾ Ü.£ï £ª £©&º;&µ;o ± ¨¼ ¢Æ&º;&¢°;¡ ¨¶ §.",£:"¢É ¦ ¶ ¤ ¨ ¢· ¨µ ¶ a Ð.¨´ ¢» ¢ÿ ³ ¨³ ¢ý ¶ ¤ ¨.",¡:""}],"¤ì":[{¢:"¨· o ç ± ¢È ¢®\\¨¸ e £¹ ¨»&Ñ;¨º ¨¹ · §",£:"¨Æ ¨Ç ¢Å ¤ ¨Õ ä £® ¨\'s ç ¨Ô",¡:""}]};£µ="¢";¨Ó ¢Ê=¨Ö("¨×");¨Ú(¢Ê!=¨Ù){£µ=¢Ê}¨Ø=0;¨Ò=0;¨Ñ=0;¨Ë="¢Í";¨Ê="";¨É="Å";¨È="Å";¨Ì="¨Í";¨Ð="Å";¨Ï="Å";¨Î="Å";¨²="Å";¨±="Å";§õ="¢Í";§ô="Å";§ó="Å";§ö=0;§÷=§ú;§ù=§ø;§ò=§ñ;§ë=§ê;§é="§è";§ì="§í()";§ð=§ï;§î="§û";§ü="¨«";¨ª="";¨©=¨¬;¨­=$¥("¤ê");¨°="¢Í";¨¯="¨®";¨¨=õ ¤ù("¨§()","¨¡()","§ÿ()","§þ()","§ý()","¨¢()","¨£()","¨¦()");¨¥=õ ¤ù("¨¤()","¨Û()","¨Ü()","©µ()","©´()","©³()");©¶={"©·":[{¦:"¤¨",ª:"¬:©º()"},{¦:"¤¦",ª:"¬:©¹()"},{¦:"¤´",ª:"¬:©¸()"},{¦:"¤°",ª:"¬:©²()"},{¦:"¤±",ª:"¬:©±()"},{¦:"£ö",ª:"¬:©«()"},{¦:"£ð",ª:"¬:©ª()"},{¦:"£ù",ª:"¬:©©()"},{¦:"¤¢",ª:"¬:©¨()"},{¦:"¤Ò",ª:"¬:©¬()"},{¦:"¤Ô",ª:"¬:©­()"}]};¢ð={"©°":[{¦:$¥("¤Ñ"),ª:"¬:©¯ = \'©®\';©»(\'©¼\')"},{¦:$¥("¤Ï"),ª:"¬:©É()"},{¦:$¥("¤Ö"),ª:"ð://¢.©È.©Ç/¢Ò/¤Û"},{¦:$¥("¤×"),ª:"ð://¢Ç.ü.ÿ.¢¨/©Ê"},{¦:$¥("¤Ø"),ª:"ð://©Ë.ü.ÿ.¢¨/©Î/¤ý.©Í?©Ì=6"}],"©Æ":[{¦:$¥("¤¾"),ª:"¬:©Å()"},{¦:$¥("¤À"),ª:"¬:©¿()"},{¦:$¥("¤¹"),ª:"¬:©¾()"},{¦:$¥("¤»"),ª:"¬:©½()"},{¦:$¥("¤Á"),ª:"¬:¢º()"},{¦:$¥("¤Â"),ª:"¬:©À()"},{¦:$¥("¤Ê"),ª:"¬:©Á()"},{¦:$¥("¤Ç"),ª:"¬:©Ä()"},{¦:$¥("¤Ä"),ª:"¬:©Ã()"}]};¢ð.©Â=[{¦:$¥("¤Å"),ª:"¬:¤Ã(\'1\');¤Ã(\'2\')"},{¦:$¥("¤Æ"),ª:"¬:©§()"}];¢ð.¢¢=[{¦:$¥("¤É"),ª:"¬:©¦()"},{¦:$¥("¤È"),ª:"¬:¨ê()"},{¦:$¥("¤¼"),ª:"¬:¨é()"},{¦:$¥("¤½"),ª:"¬:¨è()"},{¦:$¥("¤¿"),ª:"../¨ë.¤û"}];¨ì={"¨ï":[{®:"¨î",¯:$¥("¤Ì"),¤¯:"¨í X:<× Õ=Ù Ì=\'¨ç\' Ú=\'¤Þ\' Ï=¦ Ó=5 Î=\'-É\'/>&æ;<× Õ=Ù Ì=\'¨æ\' Ú=\'¤Ý\' Ï=¦ Ó=3 Î=\'É\'/>&æ;<× Õ=Ù Ì=\'¨à\' Ú=\'¤Î\' Ï=¦ Ó=5 Î=\'É.É\'/>&æ;&æ;Y:<× Õ=Ù Ì=\'¨ß\' Ú=\'¤Þ\' Ï=¦ Ó=3 Î=\'-É\'/>&æ;<× Õ=Ù Ì=\'¨Þ\' Ú=\'¤Ý\' Ï=¦ Ó=3 Î=\'É\'/>&æ;<× Õ=Ù Ì=\'¨Ý\' Ú=\'¤Î\' Ï=¦ Ó=5 Î=\'É.É\'/><¤³ Ú=\'Ò\' ¤¬=\'¨á()\' ¤¶=\\"+$¤µ(\\"¤®.¤­\\")+\\" Ì=¨â />"},{®:"¤Ð",¯:$¥("¤Í"),²:´(){¤Ð()}},{®:"¤·",¯:$¥("¤¸"),²:´(){¢Ù(\'¤·\');¢Ú=\'£ú\'}},{®:"¢Ø",¯:$¥("£ü"),²:´(){¢Ù(\'¢Ø\');¨å=\'¢Ø\';¢Ú=\'£ú\'}},{®:"£þ",¯:$¥("£ý"),²:´(){£þ()}},{®:"£ÿ",¯:$¥("¤¡"),²:´(){£ÿ()}},{®:"¢Ü",¯:$¥("£ø"),²:´(){¢Ù(\'¢Ü\');¢Ú=\'¢Ü\'}},{®:"¨ä",¯:$¥("£ñ"),²:´(){¨ã(¨ð.£÷)}},{®:"¨ñ",¯:$¥("¤£"),²:´(){¨ÿ()}},{®:"À",¯:$¥("¤à"),¤¯:"1:<× Õ=\'Ù\' Ï=\'¦\' ¨þ=\'¬:¤ª()\' Ì=¨ý Ó=©¡ Î=\'\'/><¤³ ¤¶=\\"+$¤µ(\\"¤®.¤­\\")+\\" ¤¬=\'¬:¤ª()\' />"},{®:"¢Ò",¯:$¥("¤ß"),²:´(){¢Ò()}},{®:"¥£",¯:$¥("¤ñ"),²:´(){¥£()}},{®:"©¢",¯:$¥("¤ü"),²:´(){©¥()}},{®:"©¤",¯:$¥("¤ÿ"),²:´(){©£("¨ü","¨û",¨õ+"/¢è/þ/¤ý.¤û","","","þ")}},{®:"¥¢",¯:$¥("¥¡"),²:´(){¥¢()}},{®:"¤ç",¯:$¥("¤÷"),²:´(){¤ç()}},{®:"¤é",¯:$¥("¤è"),²:´(){¤é()}},{®:"¨ô",¯:$¥("¤å"),²:´(){¨ó()}},{®:"¨ò",¯:$¥("¤ã"),²:´(){¨ö()}},{®:"¨÷",¯:$¥("¤ä"),²:´(){¨ú()}},{®:"¤î",¯:$¥("¤ë"),²:´(){¤î()}},{®:"¤ð",¯:$¥("¤ï"),²:´(){¤ð()}},{®:"¤ö",¯:$¥("¤ò"),²:´(){¤ö()}},{®:"¢á",¯:$¥("¤õ"),²:´(){¢á()}},{®:"¤ó",¯:$¥("¤ô"),²:´(){¤ó()}},{®:"ç",¯:$¥("¤ì"),²:"",¢ä:\'ç("ç")\'},{®:"¤þ",¢ä:\'¨ù("¤þ")\'},{®:"£¥",¢ä:\'¨ø("£¥")\'}]};',95,973,'es|pt|en|the|trad|text|mapa|map|de|url|of|javascript|tema|iddiv|dica|layer|para|funcaoonclick|to|function|atilde|on|do|no|in|ccedil|em|aacute|ou|um|mouse|escala|or|ser|download|scale|sim|The|na|com|00|eacute|as|id|clique|value|type|point|iacute|zoom|size|Clique|class|esse|input|pontos|digitar|title|oacute|ponto|is|da|ncia|sobre|attributes|atributos|that|and|be|nbsp|visual|Abre|arraste|table|with|coordenadas|atual|dados|vel|http|click|tabela|Ap|it|new|que|can|x41o|Wait|WMS|centro|mma|center|3d|gov|Click|arquivo|window|Open|base|acirc|Grade|br|region|desse|regi|geogr|shapefile|bot|uma|ocirc|como|sele|coordinates|current|clicked|por|by|based|janela|buffer|this|selection|podem|elementos|dist|Insere|elements|ordem|Os|Opens|for|informa|mapas|os|Insert|temp|Drag|distance|nao|Search|moments|Mostra|few|wiki|instantes|x41|refer|reference|button|pan|mudaiconf|g_operacao|aplicar|identifica|alguns|ativada|Legenda|mostrar|selecao|Legend|Aguarde|constroiconteudo|Change|show|otilde|ferramentas|tendo|over|drag|ecirc|alterar|imagem|mostrando|oMenuData|excluir|data|legenda|search|Maps|move|visible|Amplia|redesigned|legend|ficas|vis|information|apply|option|initial|not|order|gonos|buscaRapida|texto|nesse|GeoRss|op|essa|filtro|down|will|other|longitude|latitude|lens|acute|up|lente|g_linguagem|amplia|editor|Altera|outras|Temas|After|shown|Scielo|desenho|Points|Confluence|very|mostrado|showing|abrang|rio|Layers|nome|IP|change|Enter|their|ligar|name|clicado|Wikipedia|geographical|points|servidor|descritivos|Items|server|busca|muito|local|Upload|redesenhado|desired|procurar|aguarde|Google|Conectar|Once|activated|etiquetas|fica|shows|desligar|It|forma|file|novo|Digite|estado|connection|descriptive|fazer|Utilize|p8|d8|Buffer|logo|Disable|Enable|p7|extent|d7|p9|navega|Cor|d4|d5|zoomiauto|zoomoauto|d6|p10|d9|desativa|polygon|p3|poligono|p2|raster|aplicaescala|Point|onclick|png|tic|conteudo|p5|p6|Ativa|img|p4|im|src|zoomli|d3|u8|Propriedades|u9|u19|u20|u6|u21|u7|u10|u11|initJanelaZoom|u14|u15|u16|u13|u18|u17|u12|I3Geo|d1|d2|segundo|u2|zoomtot|u1|p11|Grid|p12|color|u3|u4|u5|WikiBook|Template|I3geo|Blog|minuto|grau|d11|d10|href|software|d19|d20|d18|target|scielo|d17|confluence|p1|d21|d26|Clear|mede|d22|inserexy|d12|d23|textofid|d25|d24|inseregrafico|d16|aqui|Array|blank|htm|d13|index|menus|d14|d15|google|imprimir|images|editar|g3|properties|Help|a2|Ajuda|s1|Janelas|t33|Download|Data|a4|a3|Adiciona|p13|a1|Add|Map|g4|o3|t34|Timer|o1|s3|livre|o2|Analysis|quick|edit|Mapas|lise|An|pida|s2|Loading|t35|tracks|g_traducao|acompanha|Lendo|mostra|arquivos|Selection|source|wait|status|theme|open|Para|a8|font|fonte|a9|changing|x41s|Escala|Scale|Tamanho|Size|Image|connect|disconnect|surrounding|entorno|Tipo|a10|digo|Acesso|aos|system|sistema|a6|g1|Temporizador|g2|Layer|Graticule|Abrir|Background|Sistemas|a7|a11|code|directory|Systems|Access|fundo|a12|files|a5|t31|Converter|Convert|Gerador|links|whole|pictures|t18a|imagens|Get|Link|generator|here|remove|t3|adjust|t2|t1|o4|Camadas|Pegar|Load|distribution|Barras|transpar|t19|x41ncia|Distribui|inferiores|camadas|possibilitando|Toolbars|Janela|Save|Carregar|Op|Salvar|Options|mensagens|Message|t18b|todo|Turn|t10|t15|incompat|incompatible|compatible|desce|t9|compat|t16|t11|conhecida|Delete|t12|delete|t13|sobe|known|subir|t14|draw|descer|t4|limpa|t17|press|t18|off|ajustar|get|t5|Limpa|dragging|t8|mudar|t7|format|existente|t6|formato|possam|vistas|Sistema|Insira|t28|tooltip|About|apenas|Sobre|Filter|determinadas|System|t27|Tutoriais|estacionado|quando|elemento|Set|element|when|tooltips|t29|filter|representa|Arquivo|Files|altera|s4|allowing|form|modification|Windows|permitindo|t32|Veja|t30|Properties|relacionada|See|s5|t12a|related|mostradas|Tutorials|Localize|t22|Centr|t21|seus|Find|t24|t23|Entorno|melhorar|Muda|Ponto|t20|transparency|opacidade|Centroid|t21a|ide|opacity|Crie|Hexagons|subject|Geometries|poligonos|t25|label|Geometrias|Defina|t26|texts|Polygon|apresentar|camada|nova|textos|hex|grid|display|Create|representation|documentos|block|g_mapaRefDisplay|103|g_diminuiyN|g_funcaoTip|verificaTipDefault|g_tipotip|4500|g_tempotip|106|g_diminuiyM|g_barraFerramentas2|g_barraFerramentas1|g_docaguias|g_fatordezoom|g_diminuixM|25|g_diminuixN|20|completo|g_tipoimagem|cliqueSelecao|cliqueInseretoponimo|cliqueInseregrafico|cliqueInserexy|cliqueMede|cliqueSelecaoPoli|movecursor|g_funcoesMousemoveMapaDefault|cliqueCapturaPt|cliqueIdentifica|g_funcoesClickMapaDefault|destacaTamanho|g_sistemas|nenhum|75|g_mensagempadrao|guia1|g_guiaativa|g_entorno|g_conectarwms|g_uploadlocal|add|Use|clicking|ao|Escolha|x41es|visuais|sticas|caracter|adicionar|clicando|opera|utilizados|selecionados|tools|select|operation|used|selected|Choose|look|g_mostraRosa|g_opcoesTemas|g_3dmap|g_embedLegenda|g_visual|default|g_conectargeorss|g_downloadbase|g_janelaMen|g_autoRedesenho|g_posicaoLenteY|var|characteristics|buttons|pCookie|i3geolingua|g_posicaoLenteX|undefined|if|movePan|moveMede|ys|ym|yg|xs|zoomPonto|procurarxy|mensagemf|exten|g_tipoacao|xm|xg|convertews|pegaimagens|carregaMapa|geradordelinks|g_listaFuncoesBotoes|localiza|localizarxy|botoes|objmapa|referencia|encolheFerramentas|lenteDeAumento|lentei|g_locaplic|docaguias|reinicia|ativaBuscaRapida|montaMenuSuspenso|reiniciaMapa|200px|400px|escalanum|onchange|initJanelaRef|19|ondeestou|wdocaf|v3d|zoomIP|salvaMapa|initJanelaMen|gradeCoord|corFundo|queryMap|ativaLogo|template|autoredesenha|sobrei3geo|g_hlpt|ajudas|ativaEntorno|tamanho|moveSelecaoPoli|moveLonglat|movelentef|g_listaPropriedades|propriedades|opcoesEscala|opcoesLegenda|tipoimagem|ajudaf|abre|gradeHex|gradePontos|gradePol|centroide|nptPol|janelas|pontosdistri|pontoempoligono|analisaGeometrias|analise|org|wikibooks|abreDoc|wikibooki3geo|sistemas|blog|php|blogs|values|numerical|Busca|Apply|valor|close|Fa|antes|extensas|Regi|abrir|fecha|geographic|mesmo|desejado|pare|Displays|about|extens|at|stop|tornar|demorada|user|Locates|usu|Localiza|Gera|Generates|vista|lite|sat|Print|Imprime|before|Make|scope|opening|Regions|long|make|extensive|having|Reduces|inicializa|circ|mesma|ajustando|adjusting|same|tela|coloca|cover|entered|localize|iniciando|o5|Opening|initializing|localiz|digitado|deslocado|lo|indicada|ret|deslocar|Desloca|area|Shifts|cia|ecirccia|Reduz|Magnify|enabled|rectangular|desejada|rea|ngulo|Extends|place|indicated|extends|screen|principal|satellite|podendo|tempor|armazenados|pol|se|included|lines|into|converted|linhas|transformados|calculation|less|more|approximate|accuracy|dos|inclu|depends|polygons|are|graphic|ricos|num|valores|exist|chosen|items|have|must|itens|possuir|gr|temporary|stored|fico|conforme|deve|escolhido|existentes|two|between|Project|campo|observadas|intersec|intersection|observed|Coloca|expansion|field|Pontos|Projeto|views|main|image|Pesquisa|preliminares|preliminary|database|documents|guias|tabs|lculo|menor|clicados|aproximado|sua|measures|depende|precis|mais|dois|configura|Redesenha|mobile|iniciais|Reload|entre|Mede|configurations|abrindo'.split('|'),0,{}))
... ...
classesjs/i3geo_tudo_compacto.js
... ... @@ -191,7 +191,7 @@ eval(function(p,a,c,k,e,d){e=function(c){return(c&lt;a?&#39;&#39;:e(c/a))+String.fromCharCo
191 191  
192 192 eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(c/a))+String.fromCharCode(c%a+161)};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\[\xa1-\xff]+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp(e(c),'g'),k[c])}}return p}('$Ê=¥(g){ö »+"/¢¯/¢Þ/"+¥¾+"/"+g};$Ã=¥(¬,¢÷){¢(è){®.ì(¬).£.©Ô=¢÷}¸{®.ì(¬).£.Ã=¢÷+"¢§"}};$«=¥(¬,¢÷){¢(è){®.ì(¬).£.©Ð=¢÷}¸{®.ì(¬).£.«=¢÷+"¢§"}};¥ ©î(){Ð.¢¥("ª£");Ð.¢¥("ª°");Ð.¢¥("©õ");Ð.¢¥("Å");Ð.¢¥("ª¢");Ð.¢¥("ª¤");Ð.¢¥("©ÿ");Ð.¢¥("ª­");Ð.¢¥("©ñ");Ð.¢¥("©ó");Ð.¢¥("©ò")}¥ ¤«(í,¢÷){®.¨à=í+"="+¢÷}¥ ©ü(í){¡ ¤ß=®.¨à;¡ i=¤ß.¨Ü(í);¢(i==-1){ö £Ý}¡ ¥¹=¤ß.¨Ü(";",i);¢(¥¹==-1){¡ ¥¹=¤ß.·}ö(ª¬(¤ß.§Ç(i,¥¹))).à("=")[1]}¥ ©ô(l){¤«("©ù",l);¢®.¦ë.ªþ(ª)}¥ ªý(){¢(!$i("¢õ")){¡ ±=®.¢´("©");Ñ(±){¬="¢õ";£.Ý="«¦";£.¦ª=0;£.¤ê="¦­";£.¶=¤.w;£.Ï=¤.h;£.¢ä="£Ó ¢þ ©Ñ";£.º="Ó";£.Ã=ï;£.«=é}®.ä.¢©(±)}¢($i("¢õ")){$i("¢õ").µ="";¡ £Ã;¢(¢Õ){£Ã=¿ «¥()}¸{£Ã=¿ «¤()}¢¬=¿ «£(®.ì(\'¢õ\'),£Ã);¢¬.¥º(\'ª÷\',\'§°\');¢¬.¥º(\'ªö\',\'¤ç\');¢¬.¥º(\'ªõ\',\'£Ó\');¢¬.¥º(\'¦Õ\',\'«À\');$i("¢õ").£.º="Þ"}¢(¢Õ){¨«($i("¢õ"))}}¥ «¿(¢Þ){¡ ©Ý=¥(°){Ð.¢¥("Å");¡ ¥½=°.Í.«ª;¡ ¢ó=¿ ¢¡();Â(i=0;i<¥½.·;i++){¡ Ô=¥½[i].à(".");¢((Ô[1]=="Ë")||(Ô[1]=="ñ")||(Ô[1]=="«²")){¢ó.£ð(¥½[i])}}¡ £¬=®.¦£("¨");¡ ¥¼=»+"/¢¯/¢Þ/"+¢Þ+"/";Â(j=0;j<¢ó.·;j++){Â(i=0;i<£¬.·;i++){¢(£¬[i].­.¥ä(¢ó[j])>-1){£¬[i].­=¥¼+¢ó[j]}}}Â(j=0;j<¢ó.·;j++){¡ ¤¼=¢ó[j].à(".");¢($i(¤¼[0])){$i(¤¼[0]).­=¥¼+¢ó[j]}}¡ £¬=¿ ¢¡("¨â","¨¼","£ý");Â(i=0;i<£¬.·;i++){¢($i(£¬[i])){Â(j=0;j<¢ó.·;j++){¡ ¤¼=¢ó[j].à(".");¢(¤¼[0]==£¬[i]){$i(£¬[i]).£.ª·="ª¶(\'"+¥¼+¢ó[j]+"\')"}}}}¥¾=¢Þ};Ð.ø("Å",$¯("ý"));¡ p=»+"/Ú/Ù.Ø?Û=ª¿&³="+³+"&ª¾=¢¯/¢Þ/"+¢Þ;á.Õ(p,"©°",©Ý)}¥ ª½(){¢(!$i("¢å")){¡ ±=®.¢´("©");Ñ(±){¬="¢å";£.º="Þ";£.¢ä="£Ó ¢þ ¢£(¤·,¤·,¤·)";µ=\'<© ×="£Ò">&Î;</©><© ×="£É" ><© ¬="¤Û" £="¢¸:¢£(¤·,¤·,¤·)">\'+©Ö+\'</©></©>\'}®.ä.¢©(±);Ñ($i("¤Û")){£.¨¾="«";£.ªã="¦Ù"}§.£ª("¢å.¹");§.¢å.¹.Ç=¿ §.÷.£¯("¢å",{¶:"ªâ",Ï:"¨ð",£©:´,£È:ª,£Ç:"Ó",¢Ä:ª,¢½:ª,£Ë:ª,£Í:´});§.¢å.¹.Ç.¢ö();¡ ¨ø=¥(){§.¢µ.¢³.¥Õ(§.¢å.¹.Ç.¢Ä,"£à");§.¢å.¹.Ç.¥¥();¤«("¨÷","¢ò")};§.¢µ.¢³.¦Þ(§.¢å.¹.Ç.¢Ä,"£à",¨ø);¤«("¨÷","ü")}§.¢å.¹.Ç.£é();§.¢å.¹.Ç.£þ(é-ªá,¤.h-¨Ç)}¥ ªç(){¢(!$i("¦Ý")){¢(!$i("¤í")){ö}¡ ©¥=$i("¤í").µ;$i("¤í").µ="";¡ ¥¶=0;¢($i("¨ñ")){¥¶=Á($i("¨ñ").£.¶)}¡ w=Á($i("¤í").£.¶)-¥¶;$i("¤í").£.¶="£Ð";¢($i("¢Þ")){$i("¢Þ").£.¶="£Ð";$i("¢Þ").µ=""}¡ ¢¨="¢§";¡ a=¤.h;¡ l=¤.w+w;¤.h=a;¤.w=l;¢(è){¢¨=""}$i("¨").£.¶=l+¢¨;$i("¨").£.Ï=a+¢¨;$i("¢Ã").£.¶=l+¢¨;$i("¢Ã").£.Ï=a+¢¨;$i("¢Ã").£.¤ó=\'¤ò(\'+0+" "+(l*1+2)+" "+(a*1+2)+" "+0+\')\';$i("ªÝ").£.¶=l+1+¥¶+¢¨;$i("§Ü").£.Ï=a+¢¨;$i("§Ü").£.¶=l+¢¨;¢(¥±=="ü"){¡ Ü=["L","O"];Â(l=0;l<Ü.·;l++){¢($i("¨"+Ü[l])){$i("¨"+Ü[l]).£.¶=¤.w+¢¨;$i("¨"+Ü[l]).£.Ï=¤.h+¢¨;$i("¢Ã"+Ü[l]).£.¶=¤.w+¢¨;$i("¢Ã"+Ü[l]).£.Ï=¤.h+¢¨+¢¨;$i("¢Ã"+Ü[l]).£.¤ó=\'¤ò(0 0 0 0)\'}}¡ Ü=["N","S"];Â(l=0;l<Ü.·;l++){¢($i("¨"+Ü[l])){$i("¨"+Ü[l]).£.¶=¤.w*2+¢¨;$i("¨"+Ü[l]).£.Ï=¤.h*2+¢¨;$i("¢Ã"+Ü[l]).£.¶=¤.w*3+¢¨;$i("¢Ã"+Ü[l]).£.Ï=¤.h+¢¨;$i("¢Ã"+Ü[l]).£.¤ó=\'¤ò(0 0 0 0)\'}}}¥·();Ð.ø("Å",$¯("ý"));¡ p=»+"/Ú/Ù.Ø?Û=ªÓ&ªØ="+a+"&«½="+l+"&³="+³;¡ ¢û=¿ ¦ä();¢û.¦×("¦Ö");¢û.Õ(p,"©°",Å);¡ ±=®.¢´("©");±.¬="£ã";±.£.º="Þ";¡ Ô=\'<© ×="£Ò">ªÙ</©>\';Ô+=\'<© ×="£É" ¬="¦Ý"></©>\';±.µ=Ô;®.ä.¢©(±);$i("¦Ý").µ=©¥;§.£ª("£ã.¹");§.£ã.¹.Ç=¿ §.÷.£¯("£ã",{¶:"ªÚ",£©:ª,£È:´,£Ç:"Ó",¢Ä:ª,¢½:ª,£Ë:ª,£Í:´});§.£ã.¹.Ç.¢ö();¢($i(¤.¢Ñ+"ò")){$i(¤.¢Ñ+"ò").µ=""}©³()}¸{§.£ã.¹.Ç.¢ö();§.£ã.¹.Ç.£é()}}¥ ©³(){Â(g=0;g<¦±;g++){¢($i("ð"+g))¡ ¤Ë=$i("ð"+g).§ä}¢(¤Ë){¤Ë.¬="ªÛ";¤Ë.¨²="§³-ªÜ";¡ ô=\'<©¸ ×="§³-ª×" £="¢ä-¶:©¾ ©¾ §ë;¢ä-¢¸:¢£(£­,£­,£­)">\';¢($i(¤.£ç)){$i(¤.£ç).µ=$¯("ªÖ")}¢($i(¤.¢Ñ)){$i(¤.¢Ñ).µ=$¯("ªÒ")}¢($i(¤.¥©)){$i(¤.¥©).µ=$¯("ªÑ")}¢($i(¤.¥«)){$i(¤.¥«).µ=$¯("ªÔ")}Â(g=0;g<¦±;g++){¢($i("ð"+g)){¡ ¥å=$i("ð"+g).µ;¡ ¢¦=¿ ¦Â("&Î;","g");¡ ¥å=¥å.¢î(¢¦,\'\');ô+=\'<©´><a £û="#"><§¶><© ¬="ð\'+g+\'" >\'+¥å+\'</©></§¶></a></©´>\'}}ô+="</©¸>";¤Ë.µ=ô;Â(g=0;g<¦±;g++){¢($i("ð"+g)){ê(\'$i("ð\'+g+\'").À = ¥(){¥¦ = "ð\'+g+\'";¤Å(\'+g+\');}\');$i("ð"+g+"ò").£.ªÞ="¨ð";$i("ð"+g+"ò").£.Ï=¤.h}}}¢($i(¤.£ç)){$i(¤.£ç).À=¥(){¥¦=¤.£ç;¤Å(1)}}¢($i(¤.¢Ñ)){$i(¤.¢Ñ).À=¥(){¥¦=¤.¢Ñ;¤Å(2);¢(!$i("£ä")){¡ ¥Û=¥(°){¢(°.Í==""){¥³("","ü")}¸{Â(j=0;j<°.Í.·;j++){¢(j==°.Í.·-1){¥³(°.Í[j].£Õ,"ü")}¸{¥³(°.Í[j].£Õ,"¢ò")}}}};¡ p=»+"/Ú/Ù.Ø?Û=¥Û&³="+³;á.Õ(p,"¥Û",¥Û)}}}¢($i(¤.¥©)){$i(¤.¥©).À=¥(){¥¦=¤.¥©;¤Å(4);¤.ªæ()}}¢($i(¤.¥«)){$i(¤.¥«).À=¥(){¥¦=¤.¥«;¤Å(5);¢($i("¥à")){$i("¥à").µ==$¯("ý");¡ p=»+"/Ú/Ù.Ø?Û=¥ß&³="+³;á.Õ(p,"¥ß",¥ß)}¸{£¿("¬ ¥à ¢ò §¯")}}}}¥ ¨ó(m){¢(!$i("¤¬")){¡ ±=®.¢´("©");±.¬=\'¤¬\';±.µ=\'<ù ¶="¤µ" £="¢ä: £Ó ¢þ #ªè;"> <ß> <½ À="¨ó()" £="Ä-Ì:«;Ý:â" ×="¨þ"> <¨ ­=\'+$Ê("ªé.Ë")+\' /> </½> <½ £="Ä-Ì:«" ×="¨þ"> <¢ñ £="Ä-Ì:«" ×="ªå" ¢Ü="Ä" ¬="¨ÿ" ¢²="¤µ" Æ="" /> </½></ß> </ù>\';®.ä.¢©(±)}¢(m==£Ý){$i("¤¬").£.¢Ð="¦¡"}¸{$i("¨ÿ").Æ=m;$i("¤¬").£.¢Ð="¢½"}ê(\'®.ì("¤¬").£.\'+¤Ç+\' = é + £¤\');ê(\'®.ì("¤¬").£.\'+¥®+\' = ï + £¤\')}¥ ªä(£ö,¤²,¥ç,¢À,¢Á,¤½){¢($i("£Ô")){$i("£Ô").£.º="Ó"}¡ ©¢=Á(£ö)+0+"¢§";§.£ª("£¼.¹");¢($i("£Û")){§.£¼.¹.Ç.¥¥()}¡ ô=\'<© ×="£Ò">\'+¤½+\'</©><© ×="£É"><¤ì ¥è="Ò" ¬="Ò" ©Ä="Ã" £="¢ä:£Ð ªà ¢þ"></¤ì></©>\';¡ ±=®.¢´("©");Ñ(±){¬="£Û";£.º="Þ";µ=ô}®.ä.¢©(±);¢($i("Ò")){Ñ($i("Ò").£){¶="©æ%";Ï=¤²};$i("£Û").£.º="Þ";$i("Ò").­=¥ç}§.£¼.¹.Ç=¿ §.÷.¢ë("£Û",{¶:©¢,£©:´,£È:´,¢½:ª,¤ì:´});§.£¼.¹.Ç.£þ(é,ï+¤µ);§.£¼.¹.Ç.¢ö();¡ ©Á=¥(){$i("£Û").£.º="Ó";$i("Ò").­="";§.¢µ.¢³.¥Õ(§.£¼.¹.Ç.¢Ä,"£à");§.£¼.¹.Ç.¥¥();¢((ó=="£Ø")||(ó=="¥Ù")||(ó=="¥ì")||(ó=="¥ê")||(ó=="¥ë")){¦Í("¢Ó")}¢($i("£Ô")){$i("£Ô").£.º="Ó"}¢($i("¢õ")){¢¬.¢¥()}§®()};§.¢µ.¢³.¦Þ(§.£¼.¹.Ç.¢Ä,"£à",©Á)}¥ ªß(£ö,¤²){¢($i("£Û")){Ñ($i("£Û")){£.¶=£ö;£.Ï=¤²}}}¥ ªÐ(£ö,¤²,¥ç,¢À,¢Á,¤½){¢(!$i("¥´")){¡ ô=\'<© ×="£Ò">&Î;</©><© ×="£É"><¤ì ¥è="¥¢" ¬="¥¢" ©Ä="Ã" ></¤ì></©></©>\';¡ ±=®.¢´("©");Ñ(±){¬="¥´";£.º="Ó";µ=ô}®.ä.¢©(±)}§.£ª("£Ü.¹");§.£Ü.¹.Ç=¿ §.÷.£¯("¥´",{¶:£ö,£©:´,£È:ª,£Ç:"Ó",¢Ä:ª,¢½:ª,£Ë:ª,£Í:ª});§.£Ü.¹.Ç.£þ(é,ï);§.£Ü.¹.Ç.¢ö();§.£Ü.¹.Ç.£é();Ñ($i("¥¢").£){¶="©æ%";Ï=¤²}$i("¥´").£.º="Þ";$i("¥¢").­=¥ç;¡ ©Ë=¥(){$i("¥´").£.º="Ó";$i("¥¢").­="";§.¢µ.¢³.¥Õ(§.£Ü.¹.Ç.¢Ä,"£à")};§.¢µ.¢³.¦Þ(§.£Ü.¹.Ç.¢Ä,"£à",©Ë)}¥ ªµ(¥î){$i(¥î).£.º="Ó";¢((¥î!="ª¸")&&(¥î!="ª¹")){¢($i("©Å")){$i("©Å").Æ=""}¢($i("¦Æ")){$i("¦Æ").µ="";$i("¦Æ").º="Ó"}¢($i("Ô")){$i("Ô").Æ==""}$i("Ò").­="";$i("¢¤").£.¢Ð="¢½"}¢((ó=="£Ø")||(ó=="¥Ù")||(ó=="¥ì")||(ó=="¥ê")||(ó=="¥ë")){¦Í("¢Ó")}}¥ È(¦»,¤Â,©Í){¢($i("¦Ì")){¢(¤Â==""){$i("¦Ì").µ="-"}¸{ªÁ=©Í;$i("¦Ì").µ="<b>"+¤Â+" </b>"}}¢($i("¤Û")){¢(¤Â==""){¤Â=©Ö}$i("¤Û").µ="<b>"+¤Â+" </b>"}}¥ ¦Í(i){Â(¤À=0;¤À<¤.¤Á.·;¤À++){¢(¤.¤Á[¤À]){¤.¤Á[¤À].µ="";¤.¤Á[¤À].£.º="Ó"}}¤.¤Á=¿ ¢¡();§®();¡ ¥í=["¥Ù","¥ë","¤Ã","¨Û","¥É","¥È","¢Ó","¤Ö","¦Ë","¥ê","¥ì"];Â(¤â=0;¤â<¥í.·;¤â++){¢($i(¥í[¤â]))Ñ($i(¥í[¤â]).£){ªË=0;§¤=1;©Ï=1;§£=\'¢£(¤µ,¤µ,¤µ)\'}}ó=i;¢($i(i)){Ñ($i(i).£){©Ï=\'£Ð\';§¤=\'£Ð\';§£=\'©Ñ\'}}$i("¢¤").£.º="Þ";¢($i("¢õ")){$i("¢õ").£.º="Ó"}©¹(i){£¦"¤Ã":$i("¢¤").­=¢Ê+"/"+"ªÌ.Ë";¢($i("¨")){$i("¨").æ=""}¢ï;£¦"¢Ó":$i("¢¤").­=¢Ê+"/"+"ªÍ.ñ";¢($i("¨")){$i("¨").æ=""}¢ï;£¦"¦Ë":$i("¢¤").­=¢Ê+"/"+"¦Ë.ñ";¢ï;£¦"¥ê":$i("¢¤").­=¢Ê+"/"+"§ÿ.Ë";¢($i("¨")){$i("¨").æ="¤º £² ¨å ªÈ ªÄ"}¢ï;£¦"¥ë":$i("¢¤").­=¢Ê+"/"+"§ÿ.Ë";¢($i("¨")){$i("¨").æ="¤º £² ¨å o ¤½"}¢ï;£¦"¥ì":$i("¢¤").­=¢Ê+"/"+"§ý.Ë";¢($i("¨")){$i("¨").æ="¤º £² ªÅ"}¢ï;£¦"¥Ù":$i("¢¤").­=¢Ê+"/"+"§ý.Ë";¢($i("¨")){$i("¨").æ="¤º £² ¦Ã o ªÇ\\ªê"}¢ï;£¦"¤Ö":$i("¢¤").­=¢Ê+"/"+"ªë.Ë";¢($i("¨")){$i("¨").æ=""}¢ï}}¥ ¤Å(ð){¢($i("ð"+ð)){¡ ¥Ê=[1,2,3,4,5,6,7,8,9,¢Ë];Â(j=0;j<¥Ê.·;j++){¢($i("ð"+¥Ê[j])){¦È=¥Ê[j];¢($i("ð"+¦È+"ò")){$i("ð"+¦È+"ò").£.º="Ó"}}}¢($i("ð"+ð+"ò")){$i("ð"+ð+"ò").£.º="Þ"}¸{£¿("O ¦» ð"+ð+"ò ¢ò «³.")}}}¥ ¢°(){¦.ø=¥(¢Ö,¤½){§.£ª("¢°."+¢Ö);ê(\'§.¢°.\'+¢Ö+\' = ¿ §.÷.£¯("¨­",{¶:"«´",£©:´,£Ç:"Ó",¢Ä:ª,£Ë:´,£Í:ª})\');ê(\'§.¢°.\'+¢Ö+\'.«¯("<¼ £=¢Ì-¢²:«®; >"+¤½+"</¼>")\');ê(\'§.¢°.\'+¢Ö+\'.ä.£.Ï="«©"\');ê(\'§.¢°.\'+¢Ö+\'.««("<¼><¨ ­=\\\'"+»+"/¢¯/¢°.ñ\\\' /></¼>")\');ê(\'§.¢°.\'+¢Ö+\'.¢ö(®.ä)\');ê(\'§.¢°.\'+¢Ö+\'.£þ(\'+é+\',\'+ï+\')\');ê(\'§.¢°.\'+¢Ö+\'.£é()\')};¦.¢¥=¥(¢Ö){¢($i("¨­")){¢(ê(\'§.¢°.\'+¢Ö)){¢($i(ê(\'§.¢°.\'+¢Ö+".¬"))){ê(\'§.¢°.\'+¢Ö+\'.¥¥()\')}}}}}¥ ¨«(¤±){¤±.î=¥(){¢($i("¢¤")){$i("¢¤").£.º="Þ"}¢($i("¨¦")){$i("¨¦").£.º="Ó"}¦.­=«¬;¢(¤.¢æ!="¤Ü"){¤.¢æ="¢ò";§´()}¢($i("¢±")){$i("¢±").£.º="Ó"}¦.¦ý=¥(¤¯){¢($i("¢±")){$i("¢±").£.º="Ó"}¥»(¤¯);¢(«­!=""){$i("¢¤").£.º="Ó";$i("«µ").£.¤ó=\'¤ò(\'+(¾.£½-§ö)+" "+(¾.£®-¢Ë)+" "+(¾.£½-¢Ë)+" "+(¾.£®-§ö)+\')\'}¢($i("¨")&&(§¬=="ü")){¡ ¢À=¾.¢à-§â-§à;¡ ¢Á=¾.¢ß-§ß-§á;¢(¥±=="¢ò"){¡ l=0;¢(Á($i("¢¹").£.«)){¡ l=Á($i("¢¹").£.«)}$i("¨").£.«=¢À-l;¡ t=0;¢(Á($i("¢¹").£.Ã)){¡ t=Á($i("¢¹").£.Ã)}$i("¨").£.Ã=¢Á-t}¸{$«("¨",¤.w*-1+¢À);$«("¥¬",¤.w*-1+¢À);$«("¥§",¤.w+¢À);$«("¥¤",¤.w*-3+¢À);$«("¥¨",¤.w*-1+¢À);$Ã("¨",¤.h*-1+¢Á);$Ã("¥¬",¤.h*-1+¢Á);$Ã("¥§",¤.h*-1+¢Á);$Ã("¥¨",¤.h*-1+¢Á);$Ã("¥¤",¤.h*-1+¢Á)}}¤.«¶()}};¤±.þ=¥(){¤.¢æ="¥Æ";È(¦,\'\');¢($i("¢¤")){$i("¢¤").£.º="Ó"}};¤±.«¾=¥(){$i("¢¤").£.º="Ó";¢((ó=="¤Ã")||(ó=="£Ø")){$i("¢¤").£.º="Ó";Ñ($i("£Î").£){¶=0;Ï=0;¢Ð="¢½";º="Ó"}££=¾.¢à;¢ù=¾.¢ß;©»=0;©½=0}¢($i("¨")&&(ó=="¢Ó")){§¬="ü";§â=Á($i("¢Ã").£.«);§ß=Á($i("¢Ã").£.Ã);§à=¾.£®;§á=¾.£½;¨°=¾.¤õ;§í=¾.¤ü}};¤±.À=¥(){¤.«Á()};¤±.¨Ã=¥(){¢(ó=="¤Ã"){¦õ("¦ù")}¢(ó=="£Ø"){¦õ("¦ù")}¢($i("¨")&&(ó=="¢Ó")){§¬="¢ò";¡ ¥Ë=(§í*-1)+¾.¤ü;¡ ¥¿=(¨°*-1)+¾.¤õ;¡ £Ù=¤.£Ú;¡ £Ù=£Ù.à(" ");¡ ¨Õ=(£Ù[0]*1)-¥¿;¡ ¨Ñ=(£Ù[2]*1)-¥¿;¡ ¨Ò=(£Ù[1]*1)-¥Ë;¡ ¨Í=(£Ù[3]*1)-¥Ë;¢((¥¿==0)||(¥Ë==0)){Ð.ø("Å",$¯("ý"));¡ p=»+"/Ú/Ù.Ø?Û=¢Ó&x="+¾.£®+"&y="+¾.£½+"&³="+³;á.Õ(p,"¢Ó",Å);ö}¡ ¨Ì=¨Õ+" "+¨Ò+" "+¨Ñ+" "+¨Í;Ð.ø("Å",$¯("ý"));¡ p=»+"/Ú/Ù.Ø?Û=¥þ&¤ù="+¨Ì+"&³="+³;á.Õ(p,"¥ÿ",Å)}}}¥ «¸(¤Í){¡ ¤Ì="«·";¡ §·="£Ð";¢((¤Í==1)&&(!$i("¥Ó"))){¡ ±=®.¢´("©");Ñ(±){¬="£ü";£.º="Þ";£.¢ä="£Ó ¢þ ¤ç"}¢(è){±.£.¤Ò=\'¤Ñ(¢ü=¦ç)\'}¸{±.£.¢ü=.¨ª}¡ Ô=\'<© ×="£Ò">&Î;</©>\';Ô+=\'<© ×="£É" £="£¾-¢¸:¢£(¢Û,¢Û,¢Û);¶=\'+¤Ì+\'¢§" >\';¢($i("¤Ã")){¢(¢Õ){Ô+=\'<© £="Ä-Ì:«¹;¤ê:«º;«:«»" >\'}Ô+=\'<© ¬="¨â" î="È(¦,\\\'«¨ o ¢¼ ¨· o ¨³ ¨µ.\\\',\\\'\\\')" À="¥É()" ></©><© ¬="£ý" ¥è="£ý" «§="0" £¹:¨ã="¨ã:¨»" §²:ªô="0" §²:ªó="0" §²:ªò="ªñ" æ="ªí" >\';Ô+=\'<© ¬="¥Ñ" ><¨ ªì="" ­="\'+$Ê("¨».Ë")+\'" /></©></©>\';Ô+=\'<© ¬=¨¼ î="È(¦,\\\'ªî o ¢¼ ¨· o ¨³ ¨µ.\\\',\\\'\\\')" À="¥È()" ></©>\';¢(¢Õ){Ô+=\'</©>\'}}Ô+=\'<© ¬="¥Ó" £="«:\'+§·+\'" ></©></©>\';±.µ=Ô;®.ä.¢©(±);¢($i("§½")){$i("¥Ó").µ=$i("§½").µ+"<ù><ß><½>&Î;</½></ß></ù>";$i("§½").µ=""}§.£ª("£ü.¹");§.£ü.¹.Ç=¿ §.÷.£¯("£ü",{¶:¤Ì,£©:´,£È:´,£Ç:"Ó",¢Ä:ª,¢½:ª,£Ë:ª,£Í:´});§.£ü.¹.Ç.¢ö();¥æ=§.÷.ªï.ªð("£ý","¥Ñ",0,¨Ç);¥æ.ªø=¥(¨À){¢º=(¨À-§À)/5};¥æ.¨É(§À,ª);¢($i("£ý")){$i("£ý").¨Ã=¥(){©Ã();¢º=0;¥æ.¨É(§À,ª)}}¢($i("¥Ñ")){$i("¥Ñ").¦ý=¥(){¡ ¤¦=¤.w;¡ £Ì=¤.h;¡ ¥Î=0;¡ ¤å=0;¡ ¥Ò=Á(¤.£»);¢((¢º>0)&&(¢º<7)){¢º=¢º+1;¡ ¥Ð=Á($i("¨").£.Ï);¡ ¥Ï=Á($i("¨").£.¶);£Ì=¤.h/¢º;¤¦=¤.w/¢º;¡ t=Á($i("¨").£.Ã);¡ l=Á($i("¨").£.«);¥Î=t+((¥Ð-£Ì)*.5);¢(è){¤å=0}¸{¤å=l+((¥Ï-¤¦)*.5)}¡ ¥Í=£Ì/¤.h;¥Ò=Á(¤.£»/¥Í)}¢((¢º<0)&&(¢º>-7)){¢º=¢º-1;¡ ¥Ð=Á($i("¨").£.Ï);¡ ¥Ï=Á($i("¨").£.¶);£Ì=¤.h*¢º*-1;¤¦=¤.w*¢º*-1;¡ t=Á($i("¨").£.Ã);¡ l=Á($i("¨").£.«);¥Î=t-((£Ì-¥Ð)*.5);¤å=l-((¤¦-¥Ï)*.5);¡ ¥Í=£Ì/¤.h;¥Ò=Á(¤.£»/¥Í)}$i("¨").£.¶=¤¦;$i("¨").£.Ï=£Ì;$Ã("¨",¥Î);$«("¨",¤å);¢($i("¥À")){$i("¥À").Æ=¥Ò}}}ö}¢((¤Í==1)&&($i("¥Ó"))){§.£ü.¹.Ç.£é()}¢((¤Í==2)&&(!$i("¥×"))){¡ ±=®.¢´("©");Ñ(±){¬="£ÿ";£.º="Þ";£.¢ä="£Ó ¢þ ¤ç"}¢(è){±.£.¤Ò=\'¤Ñ(¢ü=¦ç)\'}¸{±.£.¢ü=.¨ª}¡ Ô=\'<© ×="£Ò">&Î;</©>\';Ô+=\'<© ×="£É" £="£¾-¢¸:¢£(¢Û,¢Û,¢Û);¶=\'+¤Ì+\'¢§" >\';Ô+=\'<© ¬="¥×" £="«:\'+§·+\';Ã:-©ð;" ></©></©>\';±.µ=Ô;®.ä.¢©(±);¢($i("§¹")){$i("¥×").µ=$i("§¹").µ;$i("§¹").µ=""}§.£ª("£ÿ.¹");§.£ÿ.¹.Ç=¿ §.÷.£¯("£ÿ",{¶:¤Ì,£©:´,£È:´,£Ç:"Ó",¢Ä:ª,¢½:ª,£Ë:ª,£Í:´});§.£ÿ.¹.Ç.¢ö();ö}¢((¤Í==2)&&($i("¥×"))){§.£ÿ.¹.Ç.£é()}}¥ ©ê(){¢(!$i("¥Ö")){¡ ±=®.¢´("©");Ñ(±){¬="¥Ö";£.º="Ó";£.§£="¤ç"}¡ ô=\'<© ×="£Ò">©ï&ª±;©þ</©>\';ô+=\'<© ×="£É" £="Ä-Ì:«;ª¦:ª¥;" ¬="©ý" î="É:©Ç(¦)" À="É:©ç()">\';ô+=\'<¨ £="Ý:â;" ¬=¨¥ ­="" />\';ô+=\'<© £="Ä-Ì:«;¢Ì-¢²:£Ð" ¬="ª¡" ></©></©>\';±.µ=ô;®.ä.¢©(±);$i("¨¥").£.Ï=¤.ª²+"¢§"}$i("¥Ö").£.º="Þ";§.£ª("£³.¹");§.£³.¹.Ç=¿ §.÷.£¯("¥Ö",{¶:"ªª",£©:´,£È:ª,£Ç:"ª«",¢Ä:ª,¢½:ª,£Ë:ª,£Í:´});§.£³.¹.Ç.¢ö();¢(è){§.£³.¹.Ç.£þ((é+¤.w-§ú),ï+4)}¸{§.£³.¹.Ç.£þ((é+¤.w-§ú),ï+4)}¡ ©í=¥(){§.¢µ.¢³.¥Õ(§.£³.¹.Ç.¢Ä,"£à");§.£³.¹.Ç.¥¥();¤«("¨Ð","Ó")};¤«("¨Ð","Þ");¤.ª¯()}¥ ¤ø(¢Ç){£è=¢Ç;£ó(¤.¥á);¤.¥á=£ø(\'§Å()\',(©ë));£ô("©û");¢($i("¥Ì")){$i("¥Ì").£.º="Þ";¢(è){£ù=¥Ô.x-¢Ë;£÷=¥Ô.y-¢ç;Ñ($i("¥Ì").£){©Ð=£ù+®.ä.¥¸;©Ô=£÷+®.ä.¥£}}¢(¢Õ){¡ l=¥Ô.x;¡ t=¥Ô.y+®.ä.¥£;Ñ($i("¥Ì").£){«=l;Ã=t}}}}¥ ª³(){¢($i("¦û")){¢($i("¦û").£.¢Ð=="¢½"){¡ ¥Â=(¾.¢à-é)*2.¦ÿ;¡ ¥Ã=(¾.¢ß-ï)*2.¦ÿ;¡ ¨ô="¤ò("+(¥Ã-£ñ)+" "+(¥Â+£ñ)+" "+(¥Ã+£ñ)+" "+(¥Â-£ñ)+")";Ñ($i("¦û").£){¤ó=¨ô;ê(¥®+"= (ï - (¥Ã - £ñ)) + £¤");ê(¤Ç+"= (é - (¥Â - £ñ)) + £¤")}}}}¥ ¥É(){Ð.ø("Å",$¯("ý"));¢º=0;¡ p=»+"/Ú/Ù.Ø?Û=¦ð&©¤=2&³="+³;£è="¥Ä";á.Õ(p,"¦ð",Å)}¥ ¥È(){Ð.ø("Å",$¯("ý"));¢º=0;¡ p=»+"/Ú/Ù.Ø?Û=¦ï&©¤=2&³="+³;£è="¥Ä";á.Õ(p,"¦ï",Å)}¥ ¦õ(¢Ç){¡ ¢«=$i("£Î");©¹(¢Ç){£¦"ª®":¢«.£.º="Þ";¢ì=¾.¢à;¢Ý=¾.¢ß;¢(è){¢((¢ì>££)&&((¢ì-££-2)>0)){Ñ(¢«.£){¶=¢ì-££-2}}¢((¢Ý>¢ù)&&((¢Ý-¢ù-2)>0)){Ñ(¢«.£){Ï=¢Ý-¢ù-2}}¢(¢ì<££){Ñ(¢«.£){«=¢ì;¶=££-¢ì+2}}¢(¢Ý<¢ù){Ñ(¢«.£){Ã=¢Ý;Ï=¢ù-¢Ý+2}}}¸{¢(¢ì>££){Ñ(¢«.£){¶=¢ì-££-¢ç+"¢§"}}¢(¢Ý>¢ù){Ñ(¢«.£){Ï=¢Ý-¢ù-¢ç+"¢§"}}¢(¢ì<££){Ñ(¢«.£){«=¢ì+"¢§";¶=££-¢ì+¢ç+"¢§"}}¢(¢Ý<¢ù){Ñ(¢«.£){Ã=¢Ý+"¢§";Ï=¢ù-¢Ý+¢ç+"¢§"}}}¢ï;£¦"¦ù":­Ã=1;ê(\'¦ø = Á(®.ì("£Î").£.\'+¤Ç+")");ê(\'¦÷ = Á(®.ì("£Î").£.\'+¥®+")");­Â=Á(¢«.£.¶)-é;­Á=Á(¢«.£.Ï)-ï;£Ñ=¦ø+(Á(¢«.£.¶))-é;£Â=¦÷+(Á(¢«.£.Ï))-ï;¢è=¤.£Ú.à(" ");¢¢=((¢è[0]*-1)-(¢è[2]*-1))/(©»-1);ã=((¢è[1]*1)-(¢è[3]*1))/(©½-1);¢(ã<0)ã=ã*-1;¢À=£µ*£Ñ;¢Á=£µ*£Â;£â=(¢è[0]*1)+¢À;¤é=(¢è[3]*1)-¢Á;£Ñ=¦ø-é;£Â=¦÷-ï;¢(ã<0)ã=ã*-1;¢À=£µ*£Ñ;¢Á=£µ*£Â;£¹=(¢è[0]*1)+¢À;¤Ï=(¢è[3]*1)-¢Á;v=£¹+" "+¤Ï+" "+£â+" "+¤é;¢(ó!="£Ø"){¢(£â!=£¹){¤.£Ú=v;Ð.ø("Å",$¯("ý"));¡ p=»+"/Ú/Ù.Ø?Û=¥þ&¤ù="+v+"&³="+³;á.Õ(p,"¥ÿ",Å)}}¸{¢(£â!=£¹){¡ £§=(è)?®.¢×("Ò").®:$i("Ò").£ò;¡ ¢Ç="¤÷";¢(£§.ì("©º")){¢Ç=£§.ì("©º").Æ}¢(¤.¦«==""){£¿("­Ä û ­Å");ö}¢((¢Ç!="­Ç")&&(¢Ç!="­Æ")){Ð.ø("Å",$¯("ý"));¡ p=»+"/Ú/Ù.Ø?Û=£Ø&¤ù="+v+"&³="+³+"&¢Ç="+¢Ç+"&û="+¤.¦«;á.Õ(p,"£Ø",Å)}}}Ñ(¢«.£){¢Ð="¦¡";¶=0;Ï=0}®.ì("¢¤").£.º="Þ";¢ï}}¥ ­¿(){¡ ¦ü=¤Ð($i("¦³").Æ,$i("§Ë").Æ,$i("§Ù").Æ);¡ §¢=¤Ð($i("§Û").Æ,$i("§¦").Æ,$i("¦À").Æ);¡ ©À=¥(°){¢(°.Í.¨ý!=£Ý){Ð.ø("Å",$¯("ý"));¡ p=»+"/Ú/Ù.Ø?Û=©è&¥Á=¥Á&­º=­¹&£Þ="+°.Í.­¸+" "+°.Í.¨ý+"&³="+³;á.Õ(p,"§¡",Å)}¸{£¿("­» ­¼ ­¾ ­½ a ­È.")}};¡ p=»+"/Ú/Ù.Ø?Û=¨ù&³="+³;á.Õ(p,"¨ù",©À)}¥ §¡(){¢($i("¦³")){¡ ¦ü=¤Ð($i("¦³").Æ,$i("§Ë").Æ,$i("§Ù").Æ);¡ §¢=¤Ð($i("§Û").Æ,$i("§¦").Æ,$i("¦À").Æ);Ð.ø("Å",$¯("ý"));¡ p=»+"/Ú/Ù.Ø?Û=©è&¥Á=¥Á&£Þ="+¦ü+" "+§¢+"&³="+³;á.Õ(p,"§¡",Å)}}¥ ©ç(){¾.¤û=¾.¤û-Á(§.£³.¹.Ç.©Ú.£.«)-5;¾.¤ú=¾.¤ú-Á(§.£³.¹.Ç.©Ú.£.Ã)-¦ÿ;¡ p=»+"/Ú/Ù.Ø?Û=¢Ó&¤×="+¤.£»+"&¢Ç=§Ê&x="+¾.¤û+"&y="+¾.¤ú+"&³="+³;á.Õ(p,"¢Ó",Å)}¥ ©Ç(ò){ò.¦ý=¥(¤¯){¢(è){¥»(ò)}¸{¥»(¤¯)}}}¥ ©Ã(){¢($i("¥À")){¡ ¦þ=$i("¥À").Æ}¸{¡ ¦þ=¤.£»}Ð.ø("Å",$¯("ý"));¡ p=»+"/Ú/Ù.Ø?Û=­É&¤×="+¦þ+"&³="+³;£è="­Ô";á.Õ(p,"­Ó",Å)}¥ ­Õ(){Ð.ø("Å",$¯("ý"));¡ p=»+"/Ú/Ù.Ø?Û=¥þ&¤ù="+¤.­Ö+"&³="+³;£è="¥Ä";á.Õ(p,"¥ÿ",Å)}¥ ¤Þ(¥¡){¢(¥¡=="¤Ó"){¡ y=¤.h/6;¡ x=¤.w/2}¢(¥¡=="¤Ø"){¡ y=¤.h-(¤.h/6);¡ x=¤.w/2}¢(¥¡=="¤æ"){¡ x=¤.w-(¤.w/6);¡ y=¤.h/2}¢(¥¡=="¤Æ"){¡ x=¤.w/6;¡ y=¤.h/2}Ð.ø("Å",$¯("ý"));¡ p=»+"/Ú/Ù.Ø?Û=¢Ó&¤×="+¤.£»+"&x="+x+"&y="+y+"&³="+³;£è="¥Ä";á.Õ(p,"¢Ó",Å)}¥ ­Ø(){¢(¥±=="ü"){¡ Ü=["L","O","N","S"];Â(l=0;l<Ü.·;l++){¢($i("¨"+Ü[l])){$i("¨"+Ü[l]).£.º="Ó";$i("¨"+Ü[l]).­=""}}$«("¨",0);$Ã("¨",0);¥±="¢ò";£¿("¨¢ ­×");$i("¨").£.¢Ð="¢½";$i("¨").£.º="Þ"}¸{§ø();¡ Ü=["L","O","N","S"];Â(l=0;l<Ü.·;l++){¢($i("¨"+Ü[l])){$i("¨"+Ü[l]).£.¶=¤.w;$i("¨"+Ü[l]).£.Ï=¤.h;$i("¨"+Ü[l]).£.º="Þ"}}¥±="ü";¨ä();£¿("¨¢ ­Ò. o ­Ñ ¨± ¢¼ ­Ì ­Ë ­Ê.")}}¥ §ø(){¡ ¨©=(¤.h/2)*-1;¡ ¦é=¤.w/2;¡ £í=¤.h+(¤.h/2);¡ ¤®=¤.w/2;¡ §å=¤.w+(¤.w/2);¡ §ã=¤.h/2;¡ §é=(Á(¤.w/2))*-1;¡ ¦è=¤.h/2;¡ u=¢®.¦ë.­Í+"\\/\\/"+¢®.¦ë.­Î+¤.­Ð+"?§¨="+¤.­Ï;u+="&¦Õ=§¨&¤ë="+¤.£Ú+"&­·="+¦é+" "+¦è+"&­¶=¬þ";¡ ¤Ø=u+"&¥Å="+¤®/2+" "+£í/2;¡ ¤Ó=u+"&¥Å="+¦é/2+" "+¨©/2;¡ ¤æ=u+"&¥Å="+§å/2+" "+§ã/2;¡ ¤Æ=u+"&¥Å="+§é/2+" "+¦è/2;$i("¥¬").­=¤Ø;$i("¥¨").­=¤Ó;$i("¥§").­=¤æ;$i("¥¤").­=¤Æ}¥ ¨ä(){$«("¨",¤.w*-1);$«("¥¬",¤.w*-1);$«("¥§",¤.w);$«("¥¤",¤.w*-3);$«("¥¨",¤.w*-1);$Ã("¨",¤.h*-1);$Ã("¥¬",¤.h*-1);$Ã("¥§",¤.h*-1);$Ã("¥¨",¤.h*-1);$Ã("¥¤",¤.h*-1)}¥ §´(){¢(!$i("¢±")){¡ ±=®.¢´("©");±.¬="¢±";±.£.¤ê="¦­";¢(è){±.£.¤Ò="¤Ñ(¢ü=¦ç)"}®.ä.¢©(±)}¢((¤.¢æ=="¥Æ")||(¤.¢æ=="¤Ü")){ö}¢((¤.¢æ=="ü")&&(£è=="¤Ö")&&($i("¢±").£.º!="Þ")){Ñ($i("¢±")){£.Ã=¾.¢ß+¨Ä;£.«=¾.¢à;µ="<ù £=\'Ä-Ì:«\'><ß><½ £=\'Ä-Ì:«\'>¬ý...</½></ß></ù>";£.º="Þ"}ê(¬ü)}¢(($i("£Î"))&&(¤.¢æ=="ü")&&(®.ì("¢¤").£.º=="Þ")&&($i("£Î").£.¢Ð!="¢½")){¢((ó=="¤Ã")||(ó=="¨Û")||(ó=="¢Ó")){¢(¬ÿ=="ü"){¢(è){$i("¢±").£.¤Ò="¤Ñ(¢ü=0)"}¸{$i("¢±").£.¢ü="5"}¡ ¢â="<ù ¬=\'­¡\' ><ß>";¢(è){¡ s=" £=\\"¤Ò:\'¤Ñ(¢ü=0)\'\\" "}¢(¢Õ){¡ s=" £=\'¢ü:0\' "}¢â+="<½ "+s+" ></½>";¢â+="<½><¨ æ=\'¤Ó\' ­=\'"+$Ê("­£.Ë")+"\' À=\\"¤Þ(\'¤Ó\')\\" /></½>";¢â+="<½ "+s+" ></½></ß>";¢â+="<ß><½><¨ æ=\'¤Æ\' ­=\'"+$Ê("­¢.Ë")+"\' À=\\"¤Þ(\'¤Æ\')\\" /></½>";¢â+="<½><ù><ß>";¢â+="<½><¨ æ=\'¦ð\' À=\'¥É()\' ­=\'"+$Ê("¬û.Ë")+"\' </½>";¢â+="<½><¨ æ=\'¦ï\' À=\'¥È()\' ­=\'"+$Ê("¬õ.Ë")+"\' </½>";¢â+="</ß></ù></½>";¢â+="<½><¨ æ=\'¤æ\' ­=\'"+$Ê("¬ô.Ë")+"\' À=\\"¤Þ(\'¤æ\')\\" /></½></ß>";¢â+="<ß><½ "+s+" ></½><½><¨ æ=\'¤Ø\' ­=\'"+$Ê("¬ö.Ë")+"\' À=\\"¤Þ(\'¤Ø\')\\" /></½><½ "+s+" ></½></ß></ù>";Ñ($i("¢±")){µ=¢â;£.Ã=¾.¢ß-§ó;£.«=¾.¢à-§ó;£.º="Þ"}È(\'\',\'§¥ ¬ø ­¤ ­¥ ­± £² ­° ¢· ¢¼. §¥ §¶ x £² ¥Æ ­¯ ­² ­³ ©Þ\\¢Ù\\§«.\',\'\');ö}}}¢((¤.¢æ!="¤Ü")&&($i("¢±").£.º!="Þ")){¤.¢æ="ü"}£ø(\'§´()\',«Ã)}¥ ­µ(){¡ p=»+"/Ú/Ù.Ø?Û=¤Ö&£ë=¢±&£Þ="+¾.¤õ+","+¾.¤ü+"&­´=5&³="+³;¡ ¢û=¿ ¦ä();¢û.­®(ª);¢û.¦×("¦Ö");¢û.Õ(p,"¤Ö",¨Ú)}¥ ¨Ú(°){¡ °=°.Í;¢((°!="£°")&&(°!=¤Ä)){¢($i("¨")){$i("¨").æ=""}¢(°!=""){¡ ¢­="<© ¬=\'§»\' £=\'Ä-Ì:«;£¾-¢¸:¢£(£­,£­,£­)\'><¼ £=\'¢¸:¨Ý;Ý:â;Ä-Ì:«\' À=\'É:¤.¢æ=\\"¤Ü\\"\'>¥Æ&Î;&Î;</¼>";¢­+="<¼ £=\'¢¸:¨Ý;Ý:â;Ä-Ì:«\' À=\'É:¤.¤Á.£ð($i(\\"¢±\\"));$i(\\"¢±\\").¬=\\"\\";$i(\\"§»\\").µ =\\"\\";$i(\\"§»\\").¬ =\\"\\"\' >­¦</¼></©>";¡ ¢»=°.à("!");Â(û=0;û<¢».·;û++){¡ §¿=¢»[û].à("@");¢(¨¿=="¨Á"){¢­+="<¼ £=\'Ä-Ì:«;¢Ì-¢²:§¼\'><b>"+§¿[0]+"</b></¼><¢¿>"}¡ ¥Ç=§¿[1].à("*");Â(¤þ=0;¤þ<¥Ç.·;¤þ++){¢(¥Ç[¤þ]!=""){¡ §¾=¥Ç[¤þ].à("##");Â(¢ø=0;¢ø<§¾.·;¢ø++){¡ ¥Ø=§¾[¢ø].à("#");¢(¨¿=="¨Á"){¢­=¢­+"<¼ ×=\'¨Ó\' £=\'Ä-Ì:«;¢Ì-¢²:§¼\'>"+¥Ø[0]+" <i>"+¥Ø[1]+"</i></¼><¢¿>"}¸{¢­=¢­+"<¼ ×=\'¨Ó\' £=\'Ä-Ì:«;¢Ì-¢²:§¼\'><i>"+¥Ø[1]+"</i></¼><¢¿>"}}}}}¢($i("¢å")){$i("¤Û").µ=¢­}¸{$i("¢±").µ="<ù £=\'Ä-Ì:«\'><ß><½ £=\'Ä-Ì:«\'>"+¢­+"</½></ß></ù>";Ñ($i("¢±").£){Ã=¾.¢ß-¢Ë;«=¾.¢à-¨Ä;º="Þ"}}}}}¥ ­Ú(¢ø){¡ Ô=¢ø.à("*");¡ ¢ø="<ù>";Â(i=0;i<Ô.·;i++){¡ t=Ô[i];¡ t=t.à(",");¢ø+="<ß £=\'Ä-Ì:«\'><½ £=\'£¾-¢¸:¢£("+t[1]+","+t[2]+","+t[3]+")\'>&Î;&Î;</½><½ £=\'Ä-Ì:«\'>"+t[0]+"</½></ß>"}¢ø+="</ù>";¢(!$i("£æ")){¡ ±=®.¢´("©");¡ Ô=\'<© ×="£Ò">®©</©>\';Ô+=\'<© ×="£É">\';Ô+=\'<© ¬="¨¸" ></©></©>\';Ñ(±){¬="£æ";£.º="Þ";£.¨¾="«";µ=Ô}®.ä.¢©(±);§.£ª("£æ.¹");§.£æ.¹.Ç=¿ §.÷.£¯("£æ",{¶:"®«",£©:ª,£È:´,£Ç:"Ó",¢Ä:ª,¢½:ª,£Ë:ª,£Í:´})}$i("¨¸").µ=¢ø;§.£æ.¹.Ç.¢ö();§.£æ.¹.Ç.£é()}¥ §ª(§©){¡ p=»+"/Ú/Ù.Ø?Û=§ª&³="+³+"&û="+§©.¥è+"&®¥="+§©.Æ;á.Õ(p,"§ª",Å)}¥ ®¤(){¢(¢®.¤¶.¢×["Ò"]){¢(¢Õ){¢($i("Ò")){¡ £§=$i("Ò").£ò}}¸{¢(®.¢×("Ò")){¡ £§=®.¢×("Ò").®}}¢(£§){¢(£§.ì("§¨")){¢(¢®.¤¶.¢×["Ò"].¨Þ){¢®.¤¶.¢×["Ò"].¨Þ()}}}}}¥ ®¯(){¢($i("Ò")){¢(¢®.¤¶.¢×["Ò"]){¡ ¤´=(è)?®.¢×("Ò").®:$i("Ò").£ò;¢(¤´.ì("®°")){$i("Ò").­=»+"/§§/®»/¥ú.¥ò"}}}}¥ ®º(){¢($i("Ò")){¢(¢®.¤¶.¢×["Ò"]){¡ ¤´=(è)?®.¢×("Ò").®:$i("Ò").£ò;¢(¤´.ì("®¼")){$i("Ò").­=»+"/§§/®½/¥ú.¥ò"}}}}¥ ®¿(){¢($i("Ò")){¢(¢®.¤¶.¢×["Ò"]){¡ ¤´=(è)?®.¢×("Ò").®:$i("Ò").£ò;¢(¤´.ì("®¹")){$i("Ò").­=»+"/§§/®¸/¥ú.¥ò"}}}}¥ ¥ð(){¡ §­=¨Ï(®.ì("£ä").Æ);¡ §æ=¥(°){¢(!°.Í){$i("¥ï").µ="<¼ £=\'¢¸:§°\'>§ò §¯<¢¿><¢¿></¼>";ö}¡ °=°.Í;¢((°!="£°")&&(°!=¤Ä)){¡ ô="";Â(¢ã=0;¢ã<°.·;¢ã++){¡ £À=°[¢ã].¨î;Â(¢Ø=0;¢Ø<£À.·;¢Ø++){¡ ¤î=£À[¢Ø].©Ü;¡ ¤³=£À[¢Ø].¢»;Â(ÿ=0;ÿ<¤³.·;ÿ++){¢(¤³[ÿ].¢ý!=" "){¡ ú="<a £û=\'"+¤³[ÿ].¢ý+"\' ¥Þ=\'¥Ý\'>&Î;¦ã</a>"}¡ ¢É=¤³[ÿ].¢É;¡ ¢Ô="<¢ñ £=\'Ä-Ì:«;Ý:â;\' À=\'¤ø(\\"¤÷\\")\' ×=\'¥Ü\' £=\'Ý:â\' ¢Ü=\'£Á\' Æ=\'"+¢É+"\' î=\\"É:È(¦,\'§¥ £² §ê ¦å ¨Ø ®³ û, ®²-o ¦å n\\§« ¢· ¢¼. ®±\\®´ ®µ o ®· ¨± û, ¢° ®¶ ­ý £² o ¢¼ §ð ­ü, ¦å ¤º ¢· ­æ\\§« ­å ­ä §ð\\¢Ù ­ç.\',\'¥Ú\')\\" þ=\\"É:È(¦,\'\')\\" /> ("+¤î+")";¡ ¢í=¢Ô+(¤³[ÿ].í)+ú+"<¢¿>";ô+=¢í}}}¢(ô!=""){$i("¥ï").µ=ô+"<¢¿>"}¸{$i("¥ï").µ="<¼ £=\'¢¸:§°\'>§ò §¯<¢¿><¢¿></¼>"}}};¡ p=»+"/Ú/Ù.Ø?Û=¥ð&§­="+§­+"&³="+³;á.Õ(p,"¥ð",§æ)}¥ ­è(¢Å){¡ ¢é=(¤.¢»).à(";");¢(!®.ì("§ñ"+¢Å)){Â(l=0;l<¢é.·;l++){¡ ²=¢é[l].à("*");¢(²[0]==¢Å){¡ ¤¾="§ç.Ë";¢(²[8]==¤Ä){²[8]="¢ò"}¢(²[6]*1<¤.£»*1){¡ ¤¾="­ê.Ë";¡ ¥é=$¯("­é")}¢(²[6]*1>¤.£»*1){¡ ¤¾="­ã.Ë";¡ ¥é=$¯("­â")}¢(²[6]==0){¡ ¤¾="§ç.Ë";¡ ¥é=$¯("­Ý")}ç="&Î;<¨ ¬=\'¤¾"+²[0]+"\' ­=\'"+$Ê(¤¾)+"\' æ=\'"+¥é+"\' \\>";ç+="&Î;<¨ ¬=\'§ñ"+²[0]+"\' ­=\'"+$Ê("x.ñ")+"\' æ=\'"+$¯("­Ü")+"\' À=\'­Û(\\""+²[0]+"\\")\' î=\\"É:È(¦,\'"+$¯("­Þ")+"\',\'­ß\')\\" þ=\\"É:È(¦,\'\')\\" \\>";ç+="&Î;<¨ ­=\'"+$Ê("¨®.ñ")+"\' æ=\'"+$¯("­á")+"\' À=\'­à(\\""+²[0]+"\\")\' î=\\"É:È(¦,\'"+$¯("­ë")+"\',\'¨®\')\\" þ=\\"É:È(¦,\'\')\\" \\>";ç+="&Î;<¨ ­=\'"+$Ê("¨¤.ñ")+"\' æ=\'"+$¯("­ì")+"\' À=\'­÷(\\""+²[0]+"\\")\' î=\\"É:È(¦,\'"+$¯("­ö")+"\',\'¨¤\')\\" þ=\\"É:È(¦,\'\')\\" \\>";ç+="&Î;<¨ ­=\'"+$Ê("£Ú.ñ")+"\' æ=\'"+$¯("­ø")+"\' À=\'­ù(\\""+²[0]+"\\")\' î=\\"É:È(¦,\'"+$¯("­û")+"\',\'\')\\" þ=\\"É:È(¦,\'\')\\" \\>";¢Â.å("­ú"+²[0],ç,õ,´,ª,ª,²[0]);¢(§÷=="ü"){¢Â.å("¢ô"+²[0],$¯("­õ"),õ,ª,ª,ª,²[0])}¢Â.å("¦¬"+²[0],$¯("­ô"),õ,ª,ª,ª,²[0]);¢(§÷=="ü"){¡ Ê="";¢(¢Õ){¡ Ê="<¨ ­=\'"+»+"/¢¯/£õ.ñ\' ¶=\'0\' Ï=\'­ï\' />"}¢((²[4]!=0)||(²[8]=="ü")){ç="<¼ À=\'­î(\\""+²[0]+"\\")\'>"+Ê+"<¨ ­=\'"+$Ê("£¥.Ë")+"\' î=\\"É:È(¦,\'"+$¯("­í")+"\',\'\')\\" þ=\\"É:È(¦,\'\')\\" />&Î;"+$¯("­ð")+" </¼><¢ñ ×=¦Ô ¢Ü=Ä ¢²=3 Æ=\'"+²[3]+"\' ¬=\'ß"+²[0]+"\' />";¢Â.å("­ñ"+²[0],ç,õ,´,ª,´,"¢ô"+²[0])}ç="<¼ À=\'­ó(\\""+²[0]+"\\")\'>"+Ê+"<¨ ­=\'"+$Ê("£¥.Ë")+"\' î=\\"É:È(¦,\'"+$¯("­ò")+"\',\'\')\\" þ=\\"É:È(¦,\'\')\\" />&Î;"+$¯("¬ò")+" </¼><¢ñ ×=¦Ô ¢Ü=Ä ¢²=¢Ë Æ=\'\' ¬=\'¬ñ"+²[0]+"\' />";¢Â.å("«ó"+²[0],ç,õ,´,ª,´,"¢ô"+²[0]);¢((²[4]<3)&&(²[9]!=7)){ç="<¼ À=\'«ò(\\""+²[0]+"\\")\'>"+Ê+"<¨ ­="+$Ê("£¥.Ë")+" î=\\"É:È(¦,\'"+$¯("«ñ")+"\',\'\')\\" þ=\\"É:È(¦,\'\')\\" />&Î;"+$¯("«ô")+" </¼>";¢Â.å("«õ"+²[0],ç,õ,´,ª,´,"¢ô"+²[0]);ç="<¼ À=\'«÷(\\""+²[0]+"\\")\'>"+Ê+"<¨ ­="+$Ê("£¥.Ë")+" î=\\"É:È(¦,\'"+$¯("«ö")+"\',\'\')\\" þ=\\"É:È(¦,\'\')\\" />&Î;"+$¯("«ð")+" </¼>";¢Â.å("«ï"+²[0],ç,õ,´,ª,´,"¢ô"+²[0]);ç="<¼ À=\'«ê(\\""+²[0]+"\\")\'>"+Ê+"<¨ ­="+$Ê("£¥.Ë")+" î=\\"É:È(¦,\'"+$¯("«é")+"\',\'\')\\" þ=\\"É:È(¦,\'\')\\" />&Î;"+$¯("«è")+" </¼>";¢Â.å("©Æ"+²[0],ç,õ,´,ª,´,"¢ô"+²[0]);ç="<¼ À=\'«ë(\\""+²[0]+"\\")\'>"+Ê+"<¨ ­="+$Ê("£¥.Ë")+" î=\\"É:È(¦,\'"+$¯("«ì")+"\',\'\')\\" þ=\\"É:È(¦,\'\')\\" />&Î;"+$¯("«î")+" </¼>";¢Â.å("«í"+²[0],ç,õ,´,ª,´,"¢ô"+²[0]);ç="<¼ À=\'«ø(\\""+²[0]+"\\")\'>"+Ê+"<¨ ­="+$Ê("£¥.Ë")+" î=\\"É:È(¦,\'"+$¯("«ù")+"\',\'\')\\" þ=\\"É:È(¦,\'\')\\" />&Î;"+$¯("¬¥")+" </¼>";¢Â.å("¬¤"+²[0],ç,õ,´,ª,´,"¢ô"+²[0])}¢(²[4]<4){ç="<¼ À=\'¬¦(\\""+²[0]+"\\")\'>"+Ê+"<¨ ­=\'"+$Ê("£¥.Ë")+"\' î=\\"É:È(¦,\'"+$¯("¬§")+"\',\'\')\\" þ=\\"É:È(¦,\'\')\\" />&Î;"+$¯("¬©")+" </¼>";¢Â.å("©Æ"+²[0],ç,õ,´,ª,´,"¢ô"+²[0])}ç="<¼ À=\'¬¨(\\""+²[0]+"\\")\'>"+Ê+"<¨ ­=\'"+$Ê("£¥.Ë")+"\' î=\\"É:È(¦,\'"+$¯("¬£")+"\',\'\')\\" þ=\\"É:È(¦,\'\')\\" />&Î;"+$¯("¬¢")+" </¼>";¢Â.å("«ü"+²[0],ç,õ,´,ª,´,"¢ô"+²[0])}¢Â.å("","",õ,´,ª,ª,²[0]);¢ï}}}¡ û=¢Å.à("¦¬");¢(û.·==2){¡ ©ß=¥(°){¢(°.Í!=¤Ä){¡ °=°.Í;¢(°[0]){¢((¢Õ)&&(!°[0].¢Ò)){£¸=°}¸{¡ i=°[0].¢Ò;¡ ¢¦=¿ ¦Â("«ú","g");¡ i=i.¢î(¢¦,\'Ë\');¡ £¸="<¨ ­=\'"+i+"\' />"}°=""}¸{¡ ¤§=°.à("#");¢(¤§.·>1){¡ ¤§=°.à("|");¡ £¸="<ù >";Â(¤ï=0;¤ï<¤§.·;¤ï++){¡ ¤¿=¤§[¤ï].à("#");¡ ¬=¤¿[0]+"-"+¤¿[1];¡ ¢¦=¿ ¦Â("\'","g");¡ «ý=¤¿[3].¢î(¢¦,\'"\');£¸+="<ß £=\'¢ä-Ã:£Ó ¢þ ¢£(£­,£­,£­);\'><½><¨ ­=\'"+¤¿[4]+"\' </½><½ £=\'Ä-Ì:«\'>"+¤¿[2]+"</½></ß>"}£¸+="</ù><¢¿>"}¸{£¸=°}}¢(!$i(£¡+"¦Ï")){¦Ã="<© £=\'Ä-Ì:«\' ¬=\'"+£¡+"¦Ï"+"\'>"+£¸+"</©>";¢Â.å(£¡+"«þ",¦Ã,õ,´,ª,ª,£¡)}¸{$i(£¡+"¦Ï").µ=£¸}}};£¡=¢Å;û=û[1];¡ p=»+"/Ú/Ù.Ø?Û=¬¡&«ÿ=«ç.¥ò&û="+û+"&³="+³;á.Õ(p,"«Ï",©ß)}}¥ ¨ò(¢Å){£¡=¢Å;¢((¢Å.¥ä("«Î")>-1)&&(©®.¥ä(¢Å)==-1)){¡ ¥ñ=¢Å.à("_");¡ p=»+"/Ú/Ù.Ø?Û=«Í&¤ý="+¥ñ[1]+"&©Ü="+¥ñ[2]+"&³="+³+"&£Õ="+¥ñ[3];á.Õ(p,"«Ð",©¿)}}¥ ¥³(£Õ,¦á){¡ p=»+"/Ú/Ù.Ø?Û=«Ñ&³="+³+"&£Õ="+£Õ+"&¦á="+¦á;á.Õ(p,"¥³",©á)}¥ ©á(°){¢((°.Í!="£°")&&(°.Í!=¤Ä)){¡ ¢È=°.Í.¢Ú[°.Í.¢Ú.·-2].£Õ;¢($i("£ä")){¡ ¤¼=$i("£ä").Æ}¢(!®.ì("£ä")){¡ ¤¸="<© £=\'Ä-Ì:«;\'><ù «Ó=\'0\' «Ò=\'0\' ><ß><½ £=\'Ä-Ì:«;¢Ì-¢²:¦Ù;\'>";¤¸=¤¸+"<¨ ­=\'"+»+"/¢¯/£õ.ñ\' Ï=0 />";¤¸=¤¸+"<p>&Î;"+$¯("¨ú")+"<¢ñ ×=\'¦Ô\' ¢Ü=\'Ä\' ¬=\'£ä\' ¢²=\'¢ç\' Æ=\'\' /><¨ æ=\'"+$¯("¨ú")+"\' ­=\'"+$Ê("£¥.Ë")+"\' À=\'¥ð()\' £=\'Ý:â\'/></½></ß></ù><¢¿>";$i(¤.¢Ñ+"ò").µ=¤¸+"<© £=\'Ä-Ì:«;¢Ì-¢²:¦Ù;\' ¬=\'¥ï\' ></©></©>"}¢(!$i("¨ö")){¡ £Å="";¢(«Ì=="ü"){£Å+="<© ¬=\'¨ö\' £=\'¶:¥°%;«:¥­;Ý:â;Ä-Ì:«;¢Ì-¢²:¤ÿ;\' À=\'£Å()\'><¨ ­=\'"+$Ê("£Å.ñ")+"\' £=\'Ý:â;Ä-Ì:«\' />&Î;"+$¯("«Ë")+"</©>"}¢(«Æ=="ü"){£Å+="<© £=\'¶:¥°%;«:¥­;Ý:â;Ä-Ì:«;¢Ì-¢²:¤ÿ;\' À=\'«Å()\'><¨ ­=\'"+$Ê("«Ä-s.ñ")+"\' £=\'Ý:â;Ä-Ì:«\' />&Î;"+$¯("«Ç")+"</©>"}¢(«È=="ü"){£Å+="<© £=\'¶:¥°%;«:¥­;Ý:â;Ä-Ì:«;¢Ì-¢²:¤ÿ;\' À=\'«Ê()\'><¨ ­=\'"+$Ê("«É.ñ")+"\' £=\'Ý:â;Ä-Ì:«\' />&Î;"+$¯("«Ô")+"</©>"}¢(«Õ=="ü"){£Å+="<© £=\'¶:¥°%;«:¥­;Ý:â;Ä-Ì:«;¢Ì-¢²:¤ÿ;\' À=\'«á()\'><¨ ­=\'"+»+"/¢¯/«à-1.Ë\' £=\'Ý:â;Ä-Ì:«\' />&Î;"+$¯("«ß")+"</©>"}$i(¤.¢Ñ+"ò").µ+=£Å;¢(¤.¨è=="ü"){¡ Ô="<© £=\'¶:¥°%;«:¥­;Ý:â;Ä-Ì:«;¢Ì-¢²:¤ÿ;\' À=\'¨è()\'><¨ ­=\'"+»+"/¢¯/«â.Ë\' £=\'Ý:â;Ä-Ì:«\' />&Î;"+$¯("«ã")+"</©>";$i(¤.¢Ñ+"ò").µ+=Ô}}¢á=¿ ©¯();¢á=©±("¢á"+¢È,"©¬",¤.¢Ñ+"ò",£Ý);¡ ¦à=$¯("«å");¢(¢È!=""){¦à+=" - "+¢È}¢á.å("¥ô"+¢È,"<b>"+¦à+"</b>",»+"/¢¯/¢Þ/"+¥¾+"/¢».Ë",ª,ª,ª,£Ý);¢á.«ä=¨ò;Â(i=0;i<°.Í.¢Ú.·;i++){¢(°.Í.¢Ú[i].í){¢á.å("¤ý"+i+"a"+¢È,°.Í.¢Ú[i].í,»+"/¢¯/¢Þ/"+¥¾+"/©©-s.ñ",ª,ª,ª,"¥ô"+¢È);¡ £À=°.Í.¢Ú[i].¨î;¡ ¢ê="¢£(£«,£«,£«)";Â(¢Ø=0;¢Ø<£À.·;¢Ø++){¢(è)¡ ¤î="<¼ £=\'£¾-¢¸:"+¢ê+"\' >"+£À[¢Ø].í+"</¼>";¸ ¡ ¤î="<¼ £=\'£¾-¢¸:"+¢ê+"\' ><¨ ­=\'"+»+"/¢¯/£õ.ñ\' ¶=\'0\' Ï=\'¢ç\' />"+£À[¢Ø].í+"</¼>";¢á.å("©¶"+i+"_"+¢Ø+"a"+"¤ý"+i+"_"+¢È,¤î,õ,ª,ª,´,"¤ý"+i+"a"+¢È);¢(¢ê=="¢£(£«,£«,£«)"){¡ ¢ê="¢£(£ï,£ï,£ï)"}¸{¡ ¢ê="¢£(£«,£«,£«)"}}¡ ¦Ò=°.Í.¢Ú[i].«Ö;Â(¤ô=0;¤ô<¦Ò.·;¤ô++){¡ ¢·=¦Ò[¤ô];¡ í=¢·.í;¡ ú=¢·.¢ý;¢(ú!=" "){¡ ú="<a £û="+ú+" ¥Þ=\'¥Ý\'>&Î;¦ã</a>"}¡ ¢É=¢·.¢É;¡ ¢Ô="<¢ñ £=\'Ä-Ì:«;Ý:â;\' À=\'¤ø(\\"¤÷\\")\' ×=\'¥Ü\' £=\'Ý:â\' ¢Ü=\\"£Á\\" Æ="+¢É+" î=\\"É:È(¦,\'"+$¯("¦Ü")+"\',\'¥Ú\')\\" þ=\\"É:È(¦,\'\')\\" />";¢(è)¢í="&Î;"+¢Ô+í+ú;¸ ¢í="<¼><¨ ­=\'"+»+"/¢¯/£õ.ñ\' ¶=\'0\' Ï=\'¢ç\' />"+¢Ô+í+ú+"</¼>";¢á.å("©¶"+i+"_"+¢Ø+"_"+¤ô+"_"+¢È,¢í,õ,´,ª,´,"¤ý"+i+"a"+¢È)}}¢(°.Í.¢Ú[i].¦â){Â(ÿ=0;ÿ<°.Í.¢Ú[i].¦â.·;ÿ++){¡ ¢·=°.Í.¢Ú[i].¦â[ÿ];¡ í=¢·.í;¡ ú=¢·.¢ý;¢(ú!=" "){¡ ú="<a £û="+ú+" ¥Þ=\'¥Ý\'>&Î;¦ã</a>"}¡ ¢É=¢·.¢É;¡ ¢Ô="<¢ñ £=\'Ä-Ì:«;Ý:â;\' À=\'¤ø(\\"¤÷\\")\' ×=\'¥Ü\' £=\'Ý:â\' ¢Ü=\'£Á\' Æ="+¢É+" î=\\"É:È(¦,\'"+$¯("¦Ü")+"\',\'¥Ú\')\\" þ=\\"É:È(¦,\'\')\\" />";¢(è)¢í="&Î;"+¢Ô+í+ú;¸ ¢í="<¼><¨ ­=\'"+»+"/¢¯/£õ.ñ\' ¶=\'0\' Ï=\'¢ç\' />"+¢Ô+í+ú+"</¼>";¢á.å("û"+i+""+ÿ+"a"+¢È,¢í,õ,´,ª,ª,"¥ô"+¢È)}¢á.å("","",õ,´,ª,ª,"¥ô"+¢È)}}¢(«Û!=""){©­(°.Í.¢Ú[°.Í.¢Ú.·-1].¬«)}}}¥ ©¿(°){¢((°.Í!="£°")&&(°.Í!=¤Ä)){¡ ¢ê="¢£(¦Ä,¦Ê,¦É)";Â(ÿ=0;ÿ<°.Í.¢».·;ÿ++){¡ í=°.Í.¢»[ÿ].í;¡ ú=°.Í.¢»[ÿ].¢ý;¢(ú!=" "){¡ ú="<a £û="+ú+" ¥Þ=\'¥Ý\'>&Î;"+$¯("¬Ü")+"</a>"}¡ ¢É=°.Í.¢»[ÿ].¢É;¡ ¢Ô="<¢ñ £=\'Ä-Ì:«;Ý:â;\' À=\'¤ø(\\"¤÷\\")\' ×=\'¥Ü\' £=\'Ý:â\' ¢Ü=\\"£Á\\" Æ="+¢É+" î=\\"É:È(¦,\'"+$¯("¦Ü")+"\',\'¥Ú\')\\" þ=\\"É:È(¦,\'\')\\" />";¢(è)¢í="<¼ £=\'£¾-¢¸:"+¢ê+"\' æ=\'"+$¯("©§")+" "+¢É+"\'>"+¢Ô+í+ú+"</¼>";¸ ¢í="<¼ £=\'£¾-¢¸:"+¢ê+"\' æ=\'"+$¯("©§")+" "+¢É+"\'><¨ ­=\'"+»+"/¢¯/£õ.ñ\' ¶=\'0\' Ï=\'¢ç\' />"+¢Ô+í+ú+"</¼>";¢á.å("û"+¢Ø+""+ÿ,¢í,õ,´,ª,ª,£¡);¢(¢ê=="¢£(¦Ä,¦Ê,¦É)"){¡ ¢ê="¢£(£ï,£ï,£ï)"}¸{¡ ¢ê="¢£(¦Ä,¦Ê,¦É)"}}¢á.å("¬Ð","",õ,´,ª,ª,£¡);©®+=","+£¡}}¥ ©­(£Æ){¢(£Æ.·>0){¤¥=¿ ©¯();¤¥=©±("¤¥","©¬",¤.¢Ñ+"ò",£Ý);¤¥.å("©²","<b>"+$¯("¬Ó")+"</b>",»+"/¢¯/¢».Ë",ª,ª,ª,£Ý);Â(¢ã=0;¢ã<£Æ.·;¢ã++){¡ ©¦=£Æ[¢ã].§Ô;¤¥.å("£Æ"+¢ã,©¦,»+"/¢¯/©©-s.ñ",ª,ª,ª,"©²");¡ ¤©=£Æ[¢ã].¬Ô;Â(£º=0;£º<¤©.·;£º++){¡ ©¡=¤©[£º].§Ô;¡ ¨í=¤©[£º].¬Ö;¡ w=¤©[£º].W;¡ h=¤©[£º].H;¡ ¢Ô="<¨ æ=\'"+$¯("¬Õ")+"\' ­=\'"+$Ê("¬à.ñ")+"\' £=\'Ý:â;Ä-Ì:«\' À=\'¬ì(\\""+¨í+"\\",\\""+w+"\\",\\""+h+"\\")\' />&Î;";¤¥.å("£Æ"+¢ã+"¬ë"+£º,¢Ô+©¡,õ,´,ª,´,"£Æ"+¢ã)}}}}¥ ¥ß(°){¡ ô="<¢¿>";¡ ¢¼=°.Í.¬î;Â(¢ð=0;¢ð<¢¼.·;¢ð++){¡ í=¢¼[¢ð].§Ô;¡ ¬ð=¢¼[¢ð].¬ï;¡ ¢Ò=¢¼[¢ð].¬ê;¡ ¢»=¢¼[¢ð].¬é;¡ ©Ê=¢¼[¢ð].¬ä;¡ £Ö=¢¼[¢ð].¬ã;¡ §Ï=¢¼[¢ð].¬â;¡ §Ð=¢¼[¢ð].¬å;¡ ¢ý=»+"/¬æ.Ø?¬è="+¢»+"&¬ç="+©Ê;¢(£Ö!=""){¢ý+="&¬Ï="+£Ö}¢(§Ï!=""){¢ý+="&"+§Ï}¢(§Ð!=""){¡ ¢ý=§Ð}ô+="<©><a £û=\'"+¢ý+"\'><¨ ­=\'"+¢Ò+"\'></a></©><¢¿>";ô+="<©><p>"+í+"</p></©><¢¿>"}$i("¥à").µ=ô}¥ ¬·(¢Å){¢(¢Å.¥ä("û")==0){¢($i(¢Å).£×==ª){$i(¢Å).£×=´}¸{$i(¢Å).£×=ª}}}¥ ¬µ(§è){¡ ¥ã=§è.§ä.¬¸;Â(¢·=0;¢·<¥ã.·;¢·++){¢(¥ã[¢·].¢Ü=="£Á"){ö ¥ã[¢·].Æ}}}¥ £ô(£ë){¢(£ë=="¬»"){¤¨=0;£ó(¤.¢Æ);£ó(¤.¤è);¤.¢Æ="";¤.¤è="";¤.¢Æ="";¢($i("¢Æ")){$i("¢Æ").£.º="Ó"}}¢(£ë=="§î"){¢(($i("¢Æ"))&&(¤¨>0)){$i("¢Æ").£.º="Þ"}¢(¤¨>0){¤.¢Æ=£ø(\'£ô("§ì")\',¤¨)}¢(($i("¢Æ"))&&(¤¨>0)){$i("¢Æ").µ=¤¨/§Æ;¤.¤è=£ø(\'£ô("§Ì")\',§Æ)}}¢(£ë=="§ì"){£ó(¤.¢Æ);£ó(¤.¤è);§Å();£ô("§î")}¢(£ë=="§Ì"){¢($i("¢Æ")){$i("¢Æ").µ=Á($i("¢Æ").µ)-1;¤.¤è=£ø(\'£ô("§Ì")\',§Æ)}}}¥ §Å(){£ó(¤.¥á);¤.¥á="";¤.¦«="";¢($i(¤.£ç+"ò")){¡ ¢Ï=$i(¤.£ç+"ò").¦£("¢ñ");¡ ¥µ=¿ ¢¡();¡ ¥ó=¿ ¢¡();Â(i=0;i<¢Ï.·;i++){¢(¢Ï[i].¢Ü=="£Á"){¢(¢Ï[i].£×==´){¥ó.£ð(¢Ï[i].Æ)}¢(¢Ï[i].£×==ª){¥µ.£ð(¢Ï[i].Æ)}}}¡ ¤Î=¥ ¤Î(°){¢($i("£ä")){¡ g=$i(¤.¢Ñ+"ò");¡ ¢Ï=g.¦£("¢ñ");¡ ¥â=¿ ¢¡();Â(i=0;i<¢Ï.·;i++){¢(¢Ï[i].¢Ü=="£Á"){¢(¢Ï[i].£×==ª){¥â.£ð(¢Ï[i].Æ);¢Ï[i].£×=´}}}¢(¥â.·>0){Ð.¢¥("¤É");Ð.ø("Å",$¯("ý"));¡ Ô=¥(°){Ð.¢¥("Å");¢(°.Í.£°){£¿(°.Í.£°);ö}Å("")};¡ p=»+"/Ú/Ù.Ø?Û=¬®&¢»="+(¥â.¦¶())+"&³="+³;á.Õ(p,"¬­",Ô)}¸{Ð.¢¥("¤É");Ð.ø("Å",$¯("ý"));Å("")}}¸{Ð.¢¥("¤É");Ð.ø("Å",$¯("ý"));Å("")}};¢((¥ó.·>0)||(¥µ.·>0)){Ð.ø("¤É",$¯("ý"));¡ p=»+"/Ú/Ù.Ø?Û=¬¯&¨Ø="+(¥ó.¦¶())+"&§ê="+(¥µ.¦¶())+"&³="+³;á.Õ(p,"¬°",¤Î)}¸{¤Î()}Ð.¢¥("¤É")}¸{¤Î()}}¥ ¬½(¬É){}¥ ¥·(){é=0;ï=0;¥²=0;¤ä=0;¢(!$i("¢¹")){ö}¢($i("¢¹").£.«){é+=Á($i("¢¹").£.«)}¢($i("¢¹").£.Ã){ï+=Á($i("¢¹").£.Ã)}¡ ¢¶=$i("¢¹");¢($i("¨")){¡ ¢¶=$i("§Ü")}¢($i("¨È")){¡ ¢¶=$i("¨È")}¨Å((¢¶.¥¯)&&(¢¶.¥¯.¬!="¢¹")){¢¶=¢¶.¥¯;é=é+¢¶.¨Æ;ï=ï+¢¶.¨º}¢($i("¨")){$«("¢Ã",é);$Ã("¢Ã",ï);¢($i("¢¹").£.«){$«("¢Ã",é-Á($i("¢¹").£.«))}¢($i("¢¹").£.Ã){$Ã("¢Ã",ï-Á($i("¢¹").£.Ã))}}¢($i("§Ê")){¡ ¢¶=$i("§Ê");¨Å(¢¶.¥¯.¬!="¢¹"){¢¶=¢¶.¥¯;¥²=¥²+¢¶.¨Æ;¤ä=¤ä+¢¶.¨º}}¢($i("¢°")){$Ã("¢°",ï);$«("¢°",é)}}¥ ¬Ç(){¡ ¤ñ=$i("ò").£;¢($i("¨")){ê("¤ñ."+¥®+"= ¾.¢ß + 5 + £¤");ê("¤ñ."+¤Ç+"= ¾.¢à + 5 + £¤")}¸{ê("¤ñ."+¥®+"= ¾.¢ß - ¢ç + £¤");ê("¤ñ."+¤Ç+"= ¾.¢à + ¢ç + £¤")}¢($i("£Î")){¡ ¢«=$i("£Î");¢(¢«.£.¢Ð!="¢½"){Ñ(¢«.£){«=¾.¢à+£¤;Ã=¾.¢ß+£¤}}}}¥ ¥»(¤¯){¡ e=(¢Õ)?¤¯:¢®.¬Æ;¢(è){¡ §×=e.¤­+®.ä.¥£;¡ §É=e.£ú+®.ä.¥¸;¥·();¡ £Ñ=e.£ú-é+®.ä.¥¸;¡ £Â=e.¤­-ï+®.ä.¥£;¡ §µ=e.£ú-¥²+®.ä.¥¸;¡ §Ý=e.¤­-¤ä+®.ä.¥£}¸{¡ §×=e.¤­+¢®.§Ã;¡ §É=e.£ú+¢®.§Ò;¥·();¡ £Ñ=e.£ú-é+§Ò;¡ £Â=e.¤­-ï+§Ã;¡ §µ=e.£ú-¥²+§Ò;¡ §Ý=e.¤­-¤ä+§Ã}¡ ¤Ú=¨õ(£Ñ,£Â,£µ,¤.£Ú);¡ §È=¨é(¤Ú[0],¤Ú[1]);Ñ(¾){¤õ=¤Ú[0];¤ü=¤Ú[1];©¨=§È[0];©ª=§È[1];¢à=§É;¢ß=§×;£®=£Ñ;£½=£Â;¤û=§µ;¤ú=§Ý}¢(¤.¢æ!="¤Ü"){¤.¢æ="¢ò"}¬Ã=""}¥ ¬Ä(©Ó){¢($i("¥ª")){¡ q="<ù ×=¬Â ><ß><½><¨ ­=\\""+¢Ê+"/¬Á.ñ\\" æ=\'©Þ&¬¾;&¬¿;¬À\' À=\'¬Å()\' £=\'Ý:â\'/></½>";Â(i=0;i<©Ó;i++){q=q+"<½><¨ ­=\\""+¢Ê+"/£á.Ë\\" ¬=f"+i+" î=\'¨ß(¦);È(¦,\\"¬Ì - ¤º £² ¬Í\\",\\"£á\\")\' þ=\\"É:È(¦,\'\')\\" À=\'¨Ê(¦)\' /></½>";¡ §û=¿ ¨¶();¢ª[i]=§û}¡ ¨§="</ß></ù>";®.ì("¥ª").µ=q+¨§}}¥ ¬Ë(§Ø,¢÷){¡ £´=-1;¢($i("¥ª")){¡ £Ä=¢ª.·;¢(¢ª[£Ä-1].¢Ò!=" "){§Ä()}Â(i=0;i<£Ä;i++){¢((ê("¢ª["+i+"]."+§Ø+" == \' \'"))&&(£´<0)){£´=i}}ê("¢ª["+(£´)+"]."+§Ø+"=\'"+¢÷+"\'")}}¥ ¬Ê(){¡ £´=-1;¢($i("¥ª")){¡ £Ä=¢ª.·;¢(¢ª[£Ä-1].¢Ò!=" "){§Ä()}Â(i=0;i<£Ä;i++){¢((¢ª[i].¢Ò==" ")&&(£´<0)){£´=i}}$i("f"+£´).­=¢Ê+"/¨Ö.Ë"}}¥ ¨ß(o){¢($i("¥ª")){¡ v=(o.¬).¢î("f","");¢(¢ª[v].¢Ò!=" "){$i("¨").­=¢ª[v].¢Ò}}}¥ §Ä(){£Ï=0;¡ £Ä=¢ª.·;Â(i=0;i<£Ä;i++){$i("f"+i).­=¢Ê+"/£á.Ë";Ñ(¢ª[i]){¢Ò=" ";¤×=" ";¦¬=" ";£Ö=" ";¨¹=" "}}}¥ ¨Ê(o){¡ £á=(o.¬).¢î("f","");¢(¢ª[£á].£Ö!=" "){¡ p=»+"/Ú/Ù.Ø?Û=¥þ&¤ù="+¢ª[£á].£Ö+"&³="+³;Ð.ø("Å",$¯("ý"));á.Õ(p,"¥ÿ",Å)}¸{£¿("¬È ¢ò ¬¼")}}¥ ¬±(){¥ö=¿ ¢¡();Â(i=0;i<¢ª.·;i++){$i("f"+i).­=¢Ê+"/£á.Ë";¢(¢ª[i].¢Ò!=" "){¥ö[i]=¿ ¬²();¥ö[i].­=¢ª[i].¢Ò}}§Ú(0)}¥ §Ú(£Ï){¢(£Ï<¢ª.·){$i("¨").­=¥ö[£Ï].­;$i("f"+£Ï).­=¢Ê+"/¨Ö.Ë";£Ï=£Ï+1;¡ £§=(è)?®.¢×("Ò").®:$i("Ò").£ò;¡ ¨Â=£§.ì("¬¬").Æ;t=£ø(\'§Ú(\'+£Ï+\')\',¨Â)}}¥ ¨¶(){¦.¢Ò=" ";¦.¤×=" ";¦.¦¬=" ";¦.£Ö=" ";¦.¨¹=" "}¥ ¬³(§Í,¦¯,§Õ,¦©){¡ ¢Î=¬´.¬º;¡ £¶=Ö.¢ÿ*¦¯/¦®;¡ £·=Ö.¢ÿ*¦©/¦®;¡ ¤à=Ö.¢ÿ*§Í/¦®;¡ ¤Ô=Ö.¢ÿ*§Õ/¦®;¢(¦¯>0){£¶=Ö.¢ÿ/2-£¶}¢(¦¯<0){£¶=Ö.¢ÿ/2+£¶}¢(§Í<0){¤à=Ö.¢ÿ*2-¤à}¢(¦©>0){£·=Ö.¢ÿ/2-£·}¢(¦©<0){£·=Ö.¢ÿ/2+£·}¢(§Õ<0){¤Ô=Ö.¢ÿ*2-¤Ô}¡ £â=¢Î*Ö.¦¤(¤à)*Ö.£ê(£¶);¡ ¤é=¢Î*Ö.£ê(¤à)*Ö.£ê(£¶);¡ §Ö=¢Î*Ö.¦¤(£¶);¡ £¹=¢Î*Ö.¦¤(¤Ô)*Ö.£ê(£·);¡ ¤Ï=¢Î*Ö.£ê(¤Ô)*Ö.£ê(£·);¡ §Ó=¢Î*Ö.¦¤(£·);¡ d=Ö.¦Ð((£â-£¹)*(£â-£¹)+(¤é-¤Ï)*(¤é-¤Ï)+(§Ö-§Ó)*(§Ö-§Ó));¡ §õ=Ö.¬¹((¢Î*¢Î+¢Î*¢Î-d*d)/(2*¢Î*¢Î));ö §õ*¢Î}¥ ¤Ð(¤Ê,©Ù,§þ){¡ §Ñ=\'¬¶\';¢(¤Ê<0){¤Ê=¤Ê*-1;§Ñ=\'©é\'}©Î=§þ/¬Î;©Ø=©Ù/£ß;¡ ¥ù=(¤Ê*1)+(©Ø*1)+(©Î*1);¢(§Ñ==\'©é\'){¥ù=¥ù*-1}ö(¥ù)}¥ ¨õ(¤¡,¤£,£µ,¤ë){¢(è){¤¡=¤¡-2.2;¤£=¤£-2.7}¢(¢Õ){¤¡=¤¡-0.¦±;¤£=¤£-1.¬í}¡ ¢À=£µ*¤¡;¡ ¢Á=£µ*¤£;¡ ¢è=¤ë.à(" ");¡ ¨ü=(¢è[0]*1)+¢À;¡ ¨ë=(¢è[3]*1)-¢Á;¡ ¢­=¿ ¢¡();¢­[0]=¨ü;¢­[1]=¨ë;ö(¢­)}¥ ¨é(x,y){¡ m=0;¡ s=0;¡ ¢¢=Á(x);¢(¢¢>0){¡ ¢ú=x-¢¢}¢(¢¢<0){¢ú=(x*-1)-(¢¢*-1)}¢¢=¢¢;¢(¢ú!=0){¡ ¥ü=¢ú*£ß;¡ m=Á(¢ú*£ß);¡ ¤¤=¥ü-m;¡ £ù=m;¢(¤¤!=0){¡ s=¤¤*£ß;¡ s=(s+"_").§Ç(0,5);¡ ¤®=s}¸{s="£¢.£¢"}}¸{¡ £ù="£¢";¡ ¤®="£¢.£¢"}¢(m.·==2){m="0"+m+""}¢(s*1<¢Ë){s="0"+s}¡ ¨ì=¢¢+" "+£ù+" "+¤®;¡ m=0;¡ s=0;¡ ã=Á(y);¢(ã>0){¡ ¢ú=y-ã}¢(ã<0){¡ ¢ú=(y*-1)-(ã*-1)}ã=ã;¢(¢ú!=0){¡ ¥ü=¢ú*£ß;¡ m=Á(¢ú*£ß);¡ ¤¤=¥ü-m;¡ £÷=m;¢(¤¤!=0){¡ s=¤¤*£ß;s=(s+"_").§Ç(0,5);¡ £í=s}¸{¡ s="£¢.£¢"}}¸{¡ £÷="£¢";¡ £í="£¢.£¢"}¢(m.·==2){m="0"+m}¢(s*1<¢Ë){s="0"+s}¡ ©£=ã+" "+£÷+" "+£í;¡ ¢­=¿ ¢¡();¢­[0]=¨ì;¢­[1]=©£;¢($i("¬á")){$i("¦³").Æ=¢¢;$i("§Ë").Æ=£ù;$i("§Ù").Æ=¤®;$i("§Û").Æ=ã;$i("§¦").Æ=£÷;$i("¦À").Æ=£í}ö ¢­}¥ ¬Ñ(¦¹,¦µ,¦·){¢(!¦·){¡ ¦·=¢®.®}¡ ¢¶=¦·.ì("¨");¤ë=¤.£Ú;¦¾=¤ë.à(" ");¦¹=(¦¾[0]*-1)-(¦¹*-1);¦µ=(¦µ*-1)+(¦¾[3]*1);c=¤.¬Ò*1;£Þ=¿ ¢¡();£Þ[0]=(¦¹/c)+é;£Þ[1]=(¦µ/c)+ï;ö(£Þ)}¥ ¬×(){¦.x=0;¦.y=0}¥ ¬Ø(){¦.¤õ=0;¦.¤ü=0;¦.©¨=\'\';¦.©ª=\'\';¦.¢à=0;¦.¢ß=0;¦.£®=0;¦.£½=0;¦.¤û=0;¦.¤ú=0}¥ ¬Þ(){¦.¬ß=¿ ¢¡();¦.¬Ý=¿ ¢¡();¦.¬Ù=¿ ¢¡();¦.¤¹=¿ ¢¡();¦.¤»=¿ ¢¡();¦.¥û=¿ ¢¡();¦.¥õ=¿ ¢¡();¦.¤§=¿ ¢¡()}¥ ¬Ú(¢Ç,¦»,n){¢(¢¬){¢(¢Ç="¬Û"){¦Ú{¢(¢Õ){¢¬.£Ã.¬ª(¦»,0,0,¾.£®,¾.£½)}¸{¡ r=$i(¢¬.§Á.¬);r.«Ú(r.«Ù);¡ ã=¾.£½;¡ ¢¢=¾.£®-(¤.w/2);¢(ã>¢¾.¥õ[n-1]){¡ ã=ã-2}¢(¢¢>((¢¾.¥û[n-1])-(¤.w/2))){¡ ¢¢=¢¢-3}¢®.¥÷=¾.£®;¢¬.£Ã.¦Ñ(¢¬.¦Õ,¢¬.«×,¢¬.«Ø,¢¬.¦Ø,(¢¾.¥û[n-1])-(¤.w/2),¢¾.¥õ[n-1],¢¢,ã)}}¦Ó(e){¢®.¥÷=n+" £° ¦Û «Ý a ¤ï "}}¢(¢Ç="«Þ"){¢(¢Õ){¡ ¢¢=Ö.¥ý(((¢¾.¤¹[n])*1)-((¢¾.¤¹[n-1])*1),2);¡ ã=Ö.¥ý(((¢¾.¤»[n])*1)-((¢¾.¤»[n-1])*1),2);¡ w=Ö.¦Ð(¢¢+ã);¦Ú{¢¬.£Ã.¦Ñ(\'¨ê\',\'\',\'¢£(¢Û,¢Û,¢Û)\',¢¬.¦Ø,¢¾.¤¹[n-1]-é,¢¾.¤»[n-1]-ï,w,w)}¦Ó(e){¢®.¥÷=n+" £° ¦Û ©ã o ©à"}}¸{¡ ¢¢=Ö.¥ý(((¢¾.¤¹[n])*1)-((¢¾.¤¹[n-1])*1),2);¡ ã=Ö.¥ý(((¢¾.¤»[n])*1)-((¢¾.¤»[n-1])*1),2);¡ w=Ö.¦Ð(¢¢+ã);¦Ú{¢¬.£Ã.¦Ñ(\'¨ê\',\'\',\'¢£(¢Û,¢Û,¢Û)\',¢¬.¦Ø,¢¾.¥û[n-1]-w,¢¾.¥õ[n-1]-w,w*2,w*2)}¦Ó(e){¢®.¥÷=n+" £° ¦Û ©ã o ©à"}}}}}¥ «æ(©È,©Ì){¢(!$i("¤ã")){¡ ±=®.¢´("©");±.¬="¤ã";Ñ(±.£){¤ê="¦­";Ã=Á($i("¨").£.Ã);«=Á($i("¨").£.«)}®.ä.¢©(±)}¡ §Á=$i("¤ã");¡ ±=®.¢´("©");Ñ(±.£){¤ê="¦­";¦ª=©Â;Ã=(©Ì-2)+"¢§";«=(©È-2)+"¢§";¶="¦¦";Ï="¦¦"}¡ ¦¨=®.¢´("¨");¦¨.­=»+"/¢¯/«û.ñ";Ñ(¦¨.£){¶="¦¦";Ï="¦¦";¦ª=©Â}±.¢©(¦¨);§Á.¢©(±)}¥ §®(){¢($i("¤ã")){$i("¤ã").µ=""}¢($i("§ô")){$i("§ô").£.º="Ó"}}¥ ®¾(){¢(!$i("£Ô")){¡ ±=®.¢´("©");±.¬="£Ô";±.£.¦ª=1;±.µ=\'<¢Ì ®£="®¢" ¢²=0></¢Ì>\';±.î=¥(){$i("£Ô").£.º="Ó"};®.ä.¢©(±)}}§.÷.¢ë=¥(¤¢,¤ð){¢(­þ.·>0){§.÷.¢ë.¦ê.§ü.Õ(¦,¤¢,¤ð)}};§.÷.¢ë.¨½="§³-­ÿ";§.÷.¢ë.¨´="®¡";§.¨Ù(§.÷.¢ë,§.÷.£¯,{¦§:¥(¤¢,¤ð){§.÷.¢ë.¦ê.¦§.Õ(¦,¤¢);¦.®¦.¨û(§.÷.¢ë);¡ ë=§.¢µ.ë,¢³=§.¢µ.¢³,¤Ù=¦.®§,¤Ý=®.¢´("®­"),¦¢=¦.¬+"®®";¤Ý.¬=¦¢;¤Ý.¨²=§.÷.¢ë.¨´;ë.®¬(¤Ù,§.÷.¢ë.¨½);¦.®¨=¤Ý;¥ ¦Î(){¡ ¦ô=¦,¨¡=¦.®ª,¤°=¦.ä,§Þ=¦.©å,¦½,¦æ,¦¼,¦î,¦ñ,¦ò,¦í,¦²;¤Ù.¢©(¤Ý);¦.¦°=¿ §.¢µ.­Ù(¦¢,¦.¬);¦.¦°.­«(¦¢);¦.¦°.­¬=¥(e){¦½=¤Ù.­ª;¦æ=¤Ù.¦ó;¢(§.­©.­§.­¨&&®.­­=="¬ù"){¦²=0}¸{¦î=Á(ë.¤ª(¤°,"¬÷"),¢Ë),¦ñ=Á(ë.¤ª(¤°,"§¤"),¢Ë),¦ò=Á(ë.¤ª(¤°,"¬ó"),¢Ë),¦í=Á(ë.¤ª(¤°,"¬ú"),¢Ë),¦²=¦î+¦ñ+¦ò+¦í}¦ô.¦¸.©Û("¶",¦½+"¢§");¦¼=[¢³.¨Ë(e),¢³.¦Å(e)]};¦.¦°.¨ç=¥(e){¡ ¦ì=[¢³.¨Ë(e),¢³.¦Å(e)],¨á=¦ì[0]-¦¼[0],¨Î=¦ì[1]-¦¼[1],©ä=Ö.¨×(¦½+¨á,¢Ë),¨Ô=Ö.¨×(¦æ+¨Î,¢Ë),¤ö=(¨Ô-(§Þ.¦ó+¨¡.¦ó+¦²));¦ô.¦¸.©Û("¶",©ä+"¢§");¢(¤ö<0){¤ö=0}¤°.£.Ï=¤ö+"¢§";¢($i("Ò")){$i("Ò").£.Ï=¤ö}}};¥ ¦ú(){¦Î.Õ(¦);¦.©¼("©«",¦ú)};¥ ¦ö(){¢(!¦.©å){¦.­À("")}¢(¦.¦¸.®À("¢½")){¦Î.Õ(¦)}¸{¦.§±("©«",¦ú)}¦.©¼("¨ï",¦ö)};¦.§±("¨ï",¦ö);¢(¤ð){¦.¦¸.ª§(¤ð,ª)}¦.ª©.¨û(§.÷.¢ë)},¦¶:¥(){ö"¢ë "+¦.¬}});¥ ª¨(){¡ ë=§.¢µ.ë;¡ ¢³=§.¢µ.¢³;¡ £å=§.¢µ.©÷;§.£Ê.¤á="";§.£Ê.§Î={¦§:¥(){¢($i("£¨")){¿ §.¢µ.©ø("£¨")}¡ ¢é=¤.¢».à(";");Â(i=0;i<¢é.·;i=i+1){¡ ²=¢é[i].à("*");¢($i("¦Á"+²[0])){¿ §.£Ê.¤á("¦Á"+²[0])}}}};§.£Ê.¤á=¥(¬,¨£,¨¬){§.£Ê.¤á.¦ê.§ü.Õ(¦,¬,¨£,¨¬);¦.§¸=¦.§¸||§;¡ ¤¢=¦.§º();ë.£±(¤¢,"¢ü",0.©ì);¦.¦¿=´;¦.¦º=0};§.¨Ù(§.£Ê.¤á,§.¢µ.©ú,{¨¨:¥(x,y){¦.§¸.«Â(¦.¬+" ¨¨");¡ £ì=¦.§º();¡ ¤È=¦.¤Õ();ë.£±(¤È,"¢Ð","¦¡");£ì.µ=¤È.µ;ë.£±(£ì,"¢¸",ë.¤ª(¤È,"¢¸"));ë.£±(£ì,"§ï",ë.¤ª(¤È,"§ï"));ë.£±(£ì,"¢ä","§ë ¢þ ¤ç");ë.£±(£ì,"z-¥ú","ªü")},ªú:¥(e){¡ ¦ß=¦.¤Õ();¡ ¦¥=¦.§º();ë.£±(¦¥,"¢Ð","");¡ a=¿ §.¢µ.ªû(¦¥,{ªÿ:{«¡:ë.«¢(¦ß)}},0.2,§.¢µ.ªù.«¼);¡ ¨¯=¦¥.¬;¡ §ù=¦.¬;a.ª´.§±(¥(){ë.£±(¨¯,"¢Ð","¦¡");ë.£±(§ù,"¢Ð","")});a.«°();¢($i("£¨")){$i("£¨").£.¢ä="£Ð ¢þ ©·"}},«±:¥(e,¬){¢(£å.¦Ç.ªÆ.·===1){¡ ©Õ=£å.¦Ç.ªÃ;¡ ©Ò=£å.¦Ç.ªÉ;¢(!©Ò.ªÊ(©Õ)){¡ ¦´=ë.©µ(¬);¢(£å.©×(¬).¬!="£¨"){¡ §Â=®.¢´("¢¿");§Â.¢©(¦.¤Õ());¦´.¢©(§Â)}£å.ªÂ();¢(£å.©×(¬).¬=="£¨"){¡ û=(¦.¤Õ()).¬.à("¦Á")[1];Ð.ø("Å",$¯("ý"));¡ p=»+"/Ú/Ù.Ø?Û=ªº&¢»="+û+"&³="+³;á.Õ(p,"ªÀ",Å);¤.¦«=""}¸{¡ ¥ø=$i("¢Â").¦£("¢ñ");¡ ¢é=¿ ¢¡();Â(i=0;i<¥ø.·;i=i+1){¢(¥ø[i].¢Ü=="£Á"){¡ ©â=¥ø[i].Æ;¢é.£ð(©â)}}¡ ¢é=¢é.ª¼(\',\');¡ p=»+"/Ú/Ù.Ø?Û=¨æ&¢é="+¢é+"&³="+³;¡ ¢û=¿ ¦ä();¢û.¦×("¦Ö");¢û.Õ(p,"¨æ",Å)}}}},¨ç:¥(e){¡ y=¢³.¦Å(e);¢(y<¦.¦º){¦.¦¿=ª}¸ ¢(y>¦.¦º){¦.¦¿=´}¦.¦º=y},ªÕ:¥(e,¬){¡ ¦ß=¦.¤Õ();¡ ¦´=ë.©µ(¬);¢($i("£¨")&&¬=="£¨"){$i("£¨").£.¢ä="£Ó ¢þ ©·"}¸{¦´.£.©É="ªÏ"}},ª»:¥(e,¬){$i(¬).£.©É="Ó"}});¢³.ªÎ(§.£Ê.§Î.¦§,§.£Ê.§Î,ª)}¥ ¨Ï(¢Í){¡ ¢¦=/\\¢Ù|\\¢Ù|\\¢Ù|\\¢Ù/£î;¢Í=¢Í.¢î(¢¦,"a");¡ ¢¦=/\\¢Ù/£î;¢Í=¢Í.¢î(¢¦,"e");¡ ¢¦=/\\¢Ù/£î;¢Í=¢Í.¢î(¢¦,"i");¡ ¢¦=/\\¢Ù|\\¢Ù/£î;¢Í=¢Í.¢î(¢¦,"o");¡ ¢¦=/\\¢Ù/£î;¢Í=¢Í.¢î(¢¦,"c");¡ ¢¦=/\\¢Ù/£î;¢Í=¢Í.¢î(¢¦,"u");ö(¢Í)}¥ ©ö(){}¥ «Ü(){}',95,1267,'var|if|style|objmapa|function|this|YAHOO|img|div|true|left|id|src|document|trad|retorno|novoel|ltema|g_sid|false|innerHTML|width|length|else|xp|display|g_locaplic|span|td|objposicaocursor|new|onclick|parseInt|for|top|text|ajaxredesenha|value|panel|mostradicasf|javascript|im|png|align|data|nbsp|height|objaguarde|with|wdocai|none|temp|call|Math|class|php|mapa_controle|classesphp|funcao|letras|cursor|block|tr|split|cpObj|pointer|dy|body|createItem|title|tnome|navm|imagemxi|eval|Dom|getElementById|nome|onmouseover|imagemyi|guia|gif|obj|g_tipoacao|ins|imgBranco|return|widget|abre|table|lk|tema|sim|o1|onmouseout|st|Array|dx|rgb|imgh|fecha|re|px|pos|appendChild|quadrosfilme|bx|richdraw|res|window|imagens|aguarde|tip|size|Event|createElement|util|dc|no|color|i3geo|g_fatordezoom|temas|mapa|visible|pontosdistobj|br|nx|ny|mytreeview1|corpoMapa|close|itemID|tempoRedesenho|tipo|idarvore|tid|g_localimg|10|font|palavra|er|iguias|visibility|guiaMenu|imagem|pan|inp|navn|aguardeId|frames|sg|x41|grupos|250|type|py|visual|telay|telax|mytreeview2|setas|ig|border|janelaMen|parado|15|amext|lista|cor|ResizePanel|ppx|nomeTema|replace|break|ig1|input|nao|imgs|opc|divGeometriasTemp|render|valor|par|boxyini|restod|cp|opacity|link|solid|PI|g_arvoreClick|00|boxxini|g_postpx|tic|case|doc|lixeira|fixedcenter|namespace|230|elementos|240|imgx|Panel|erro|setStyle|para|janelaRef|muda|g_celula|radlat1|radlat2|tabela|x2|ig2|scale|janelaDoca|imgy|background|alert|ngSgrupo|checkbox|yfig|renderer|nquadros|upload|sis|underlay|constraintoviewport|bd|example|draggable|nh|modal|box1|janima|0px|xfig|hd|1px|boxg|idmenu|extensao|checked|selecaobox|ex|extent|wdoca|janelaDoca2|null|xy|60|click|quadro|x1|janelaguias|buscatema|DDM|legendagr|guiaTemas|g_operacao|show|sin|opcao|dragEl|sy|gi|255|push|40|contentDocument|clearTimeout|autoRedesenho|branco|wlargura|my|setTimeout|mx|clientX|href|janelaBotoes1|vertBGDiv|moveTo|janelaBotoes2|xfign|el|yfign|restos|mytreeviewS|nw|linhas|g_autoRedesenho|funcoes|getStyle|iCookie|mensagem|clientY|sx|exy|oBody|docMapa|waltura|ngTema|docel|50|parent|170|insp|xtela|clique|ytela|busca|texto|farol|colunas|ot|objtips|dica|zoomli|undefined|mostraguiaf|oeste|g_tipoleft|clickEl|remapa|cd|gpai|wj|qual|remapaAdicNovos|y2|convdmsddf|alpha|filter|norte|radlong2|getEl|identifica|escala|sul|oInnerElement|teladd|janelaMenTexto|cancela|oResizeHandle|panFixo|cookies|radlong1|DDList|ko|pontosins|imagemyref|nl|leste|gray|contaTempoRedesenho|y1|position|imgext|iframe|contemFerramentas|nomeSgrupo|linha|userConfig|obje|rect|clip|sgt|ddx|nBodyHeight|adiciona|mudaboxnf|ext|refy|refx|ddy|grupo|ocorrencia|11px|direcao|wdocai2|scrollTop|imgO|destroy|g_guiaativa|imgL|imgN|guiaLegenda|lugarquadros|guiaListaMapas|imgS|5px|g_tipotop|offsetParent|98|g_entorno|imagemxref|pegaListaDeGrupos|wdoca2|tsl|wef|calcposf|scrollLeft|fim|editCommand|capturaposicao|caminho|imgstemp|g_visual|distx|escalanum|pin|esq|topo|navega|imgxy|parar|ocorrencias|zoomoauto|zoomiauto|fs|disty|aplicari|fatorEscala|nt|velhow|velhoh|vertHandleDiv|ns|maisBotoes1|objposicaomouse|removeListener|winRef|maisBotoes2|valores|inseregrafico|ligadesliga|pegalistademenus|inputsb|blank|target|pegaMapas|banners|tempo|ta|nos|search|tituloguia|verticalSlider|wsrc|name|mfarol|inserexy|textofid|selecao|objetos|odoca|achados|procurartemas|codigos|htm|tsd|item1|yimg|preLoad|status|els|dd|index|ximg|mm|pow|mudaext|mudaExtensao|hidden|sResizeHandleId|getElementsByTagName|cos|proxy|4px|init|novoimg|ltb|zIndex|temaAtivo|legenda|absolute|180|lta|ddResize|12|nBodyOffset|xg|destEl|vy|toString|docmapa|cfg|vx|lastY|objeto|aStartPos|nStartWidth|varimgext|goingUp|ys|arrastar_|RegExp|incluir|251|getPageY|wdocadiv|interactionInfo|jj|184|246|mede|ajuda|mudaiconf|initResizeFunctionality|verdiv|sqrt|create|ngtSgrupo|catch|digitar|mode|JSON|set_response_type|lineWidth|10px|try|ao|a8|conteudojanelaguias|addListener|srcEl|nometemas|listasistemas|temasraiz|fonte|cpaint|ou|nStartHeight|90|oy|nnx|superclass|location|aNewPos|nBodyBottomPadding|nBodyBorderTopWidth|afasta|aproxima|nBodyBorderBottomWidth|nBodyTopPadding|offsetHeight|me|zoomboxf|onBeforeRender|piy|pix|termina|onBeforeShow|lente|xxx|onmousemove|nova|25|zoomPonto|yyy|borderColor|borderBottomWidth|Clique|ym|ferramentas|map|leg|inverteStatusClasse|x41o|g_panM|procurar|limpacontainerf|encontrado|red|subscribe|state|yui|verificaTip|xreffig|em|recuo|logger|barraDeBotoes2|getDragEl|cabecatip|9pt|barraDeBotoes1|pares|titulo|35|container|brd|pageYOffset|rebobinaf|remapaf|1000|substring|teladms|storage1|ref|xm|contagem|lga|DDApp|outros|lkd|sinal|pageXOffset|z2|NOME|lgb|z1|storage|variavel|xs|filmeanimarodaf|yg|contemImg|yreffig|oFooter|topinicial|clicinicialx|clicinicialy|leftinicial|ly|parentNode|lx|resultadoProcurar|maisamarelo|celula|ox|ligar|2px|redesenha|ddinicialy|ativa|backgroundColor|ser|idx|Nada|27|mostradistancia|theta|destacaTamanho|g_opcoesTemas|geraURLentorno|thisid|160|qu|constructor|ic_seleciona|cs|ic_xy|oHeader|Entorno|sGroup|desce|imagemReferencia|janelaMenu|finalq|startDrag|nny|85|ativaClicks|config|wait|sobe|proxyid|ddinicialx|do|className|centro|CSS_RESIZE_HANDLE|atual|quadrofilme|mantendo|contemleggr|referencia|offsetTop|slider|vertMenosZoom|CSS_PANEL_RESIZE|textAlign|g_tipotip|offsetFromStart|completo|ti|onmouseup|20|while|offsetLeft|70|openlayers_OpenLayers_Container|setValue|filmezf|getPageX|nex|novoyf|nOffsetY|removeAcentos|g_mapaRefDisplay|novoxf|novoyi|tiptexto|nNewHeight|novoxi|quadro1|max|desligar|extend|mostraTip|zoomlo|indexOf|navy|panTogoogle|filmef|cookie|nOffsetX|vertMaisZoom|role|ajustaEntorno|inserir|reordenatemas|onDrag|navegacaoDir|convdmsf|circ|latdd|xv|executar|subgrupos|beforeRender|auto|encolheFerramentas|expandeGrupo|mensagemf|clipt|calcddf|uplocal|g_janelaMen|escondeMen|localizaIP|a1|fire|longdd|latitude|tdclara|mensagemt|nomeFunc|wlargura_|yv|nivel|novono|nomeSis|a10|dmsx|folder|dmsy|beforeShow|default|pegavalSistemas|g_arvoreClicks|Object|mudaQS|treeviewNew|Sitem1|ativaGuias|li|get|sgrupo_|blue|ul|switch|tipoOperacao|tamanhox|unsubscribe|tamanhoy|0pt|processaTemas|mostraIP|escondeWdoca|2000|aplicaescala|valign|wdocain|temap7|movimentoRef|xi|textDecoration|ligados|escondeWdoca2|yi|hlpt|spm|borderLeftWidth|pixelLeft|black|region|qs|pixelTop|pt|g_mensagempadrao|getDDById|mpg|cm|element|setProperty|subgrupo|monta|op|expandeLegendaVer|raio|processaGrupos|itema|desenhar|nNewWidth|footer|100|clicouRef|zoomponto|negativo|initJanelaRef|4000|67|escondeRef|trataErro|Refer|6px|ajaxEscalaGrafica|aguardedoc|montaMapa|trocalingua|ajaxiniciaParametros|borra|DragDropMgr|DDTarget|i3geolingua|DDProxy|reinicia|pCookie|mapaReferencia|ncia|ajaxLegenda|refmensagem|ajaxCorpoMapaEntorno|ajaxdestaca|ajaxCorpoMapa|3px|padding|applyConfig|ativaDragDrop|initEvent|156px|shadow|unescape|ajaxReferencia|desloca|atualizaReferencia|ajaxabrelente|ecirc|refheight|movelentef|onComplete|wdocafechaf|url|backgroundImage|wdocaref|wdocac|excluitema|onDragOut|join|initJanelaMen|diretorio|listaArquivos|excluiTemas|g_hlpt|refreshCache|point|ponto|selecionar|drop|gr|um|sourceRegion|intersect|borderWidth|ic_zoom|icon_pan|onDOMReady|underline|wdocaf2|g3|g2|mudatamanho|g4|onDragOver|g1|nav|altura|Guias|268px|guiasYUI|navset|mst|overflow|redimwdocaf|white|267|266px|fontSize|wdocaf|textocb|atualizaLegendaHTML|docaguias|000000|excluir|x41fico|ic_identifica|alt|Zoom|Reduz|Slider|getVertSlider|200|valuemax|valuemin|valuenow|linewidth|linecolor|fillcolor|onChange|Easing|endDrag|Motion|5000|criaContainerRichdraw|reload|points|to|getXY|RichDrawEditor|VMLRenderer|SVGRenderer|crosshair|tabindex|Amplia|20px|arquivos|setHeader|g_quadrooriginal|g_destaca|12px|setBody|animate|onDragDrop|jpg|existe|240px|div_d|verificaMousemoveMapa|36px|initJanelaZoom|center|relative|9px|easeOut|largura|onmousedown|mudaVisual|line|verificaClickMapa|log|g_tempotip|connected|downloadbase|g_downloadbase|a3|g_conectarwms|cmdLink|conectarwms|a2|g_uploadlocal|pegalistadetemas|sgrupo|criaLegenda|pegaListaDeTemas|pegalistadegrupos|cellpadding|cellspacing|a4|g_conectargeorss|temasgrupo|fillColor|lineColor|lastChild|removeChild|g_locsistemas|testafuncoes|movimentar|insereCirculo|a5|georss|conectargeorss|desktop|a6|itemExpand|a7|inseremarcaf|legenda2|t27|t26|etiquetas|filtrof|t28|temap5|t29|temap4|t25|t22|procuraratribf|temap2|t23|temap3|t24|toponimiaf|tabelaf|t30|tiff|dot1|temap8|exp|ver|template|criaLegendaHTML|t35|t34|temap6|t31|editaLegenda|t32|destacaTema|t33|resize|sistemas|tempoanima|adicionaTema|adtema|ligatemas|ligaDesligaTemas|filmeanimaf|Image|calculadistancia|6366|pegaTema|positivo|arvoreclick|childNodes|acos|707|desativa|definida|processevent1|ccedil|otilde|es|icon_menuarrow|tablefilme|ajaxTip|gerafilmef|opcoesQuadros|event|movecursor|Extensao|exy1|avancaQuadro|gravaQuadro|Quadro|restaurar|3600|mapext|vazio|convddtela|cellsize|a11|FUNCOES|a12|ABRIR|posicaomouse|posicaocursor|dist|desenhoRichdraw|resizeLinha|a9|ypt|pontosdist|xpt|open|localizarxy|OUTROS|EXTENSAO|LIGADOS|LINK|ms_criamapa|layers|temasa|TEMAS|IMAGEM|func|abreSistema|05|mapas|DESCRICAO|descricao|nn|t21|paddingTop|rosaleste|rosacentroo|rosasul|borderTopWidth|nas|BackCompat|paddingBottom|rosacentrol|g_funcaoTip|Pesquisando|off|g_mostraRosa|rosaV|rosaoeste|rosanorte|pontas|da|fixar|ua|ie|env|offsetWidth|setHandleElId|onMouseDown|compatMode|set_persistent_connection|de|navegar|rosa|mostrar|essa|resolucao|verificaTipDefault|map_scalebar_status|mapsize|longitude|14|tamanho|Nao|foi|identificar|possivel|zoomIP|setFooter|yfig0|xfig0|md|Nenhum|ativo|inverte|limpa|localizacao|mudaescala|mais|demorar|pode|protocol|host|mapfile|cgi|desenho|ativado|mudaEscala|outras|zoomtot|extentTotal|desativado|ativaEntorno|DragDrop|legendaGrafico|excluitemaf|t12|t11|t12a|exclui|sobetemaf|t13|t10|maisvermelho|que|aplicar|bot|mostrado|expandeTema|t9|maisverde|t14|t15|t19|mudatranspf|13|t20|temap1|t21a|mudanomef|t18b|t18a|t16|descetemaf|t17|zoomtemaf|temap0|t18|redesenhado|instantes|arguments|resizepanel|resizehandle|Arial|face|atualizagoogle|classe|beforeInitEvent|innerElement|resizeHandle|Legenda|header|250px|addClass|DIV|_resizehandle|atualizascielo|resultadoscielo|Ap|mostrando|esse|x41s|alterar|alguns|estado|wiki|resultadowiki|atualizaconfluence|scielo|resultadoconfluence|confluence|criaboxg|atualizawiki|getProperty'.split('|'),0,{}))
193 193  
194   -eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(c/a))+String.fromCharCode(c%a+161)};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\[\xa1-\xff]+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp(e(c),'g'),k[c])}}return p}('¦Ö={"¥°":[{¢:"O ¤ú &Ü; ¤Â ¦Õ! ¦Ô Ê Ì <a ¤Ä=\'í://¢À.¢«.¢¢.¢¤/Ê\' ¤Ç=¤Á >¤õ</a>",£:"¤¹ å a £û ¦Ó ¤Â. <a ¤Ä=\'í://¢À.¢«.¢¢.¢¤/Ê\' ¤Ç=¤Á >á</a> ­ Ê.",¡:""}],"¥¢":[{¢:"¦× ª ¢ß",£:"¦Ø Ï",¡:""}],"¤×":[{¢:"¢ñ",£:"¢ó",¡:""}],"¤°":[{¢:"¦Û",£:"¦Ú",¡:""}],"¤­":[{¢:"¦Ù",£:"¦Ò",¡:""}],"¤¬":[{¢:"¤Ö/¤Ñ ¦Ñ",£:"¤Ð/¤Ë ¦Ê",¡:""}],"¤±":[{¢:"¤Ö/¤Ñ ¤Ê",£:"¤Ð/¤Ë ¤Ê",¡:""}],"¤·":[{¢:"¤Ï ë ¢¾",£:"¦É ¤¨",¡:""}],"¤¶":[{¢:"¤Ï ´ ¦È",£:"¦Ç ¤¨",¡:""}],"¤³":[{¢:"¢£ ª ü",£:"¦Ë",¡:""}],"¤ª":[{¢:"¤¡",£:"¤¡",¡:""}],"£þ":[{¢:"¦Ì",£:"¦Ð",¡:""}],"¦Ï":[{¢:"¤ÿ ´ §",£:"¦Î ¦Í",¡:""}],"¦Ü":[{¢:"&¹;¦Ý?",£:"&¹;¦í",¡:""}],"¦ì":[{¢:"&¹;¦ë&¼;¦ê",£:"&¹;¦î",¡:""}],"¦ï":[{¢:"&¹;¦ò",£:"&¹;¦ñ",¡:""}],"¦ð":[{¢:"&¹;¦é",£:"&¹;¦è",¡:""}],"¦á":[{¢:"&¹;¤ÿ",£:"&¹;¦à",¡:""}],"£ü":[{¢:"¦ß o ¤ú",£:"¦Þ",¡:""}],"¤§":[{¢:"¦â",£:"¤©",¡:""}],"¤¥":[{¢:"¤û",£:"¤û",¡:""}],"¤Î":[{¢:"¦ã",£:"¦ç",¡:""}],"¤Í":[{¢:"¥§",£:"¥§",¡:""}],"¤Õ":[{¢:"¦æ",£:"¦å",¡:""}],"¤Ó":[{¢:"¢£ ª ¦ä",£:"¦Æ ¢Ø",¡:""}],"¤È":[{¢:"¢£ ª ä",£:"¢Õ ¢Ø",¡:""}],"¤¿":[{¢:"¢£ ª ¦¨&¼;£Í",£:"¦§ ¢Ø",¡:""}],"¤¼":[{¢:"¦¦(¥¯)",£:"¥¯",¡:""}],"¤º":[{¢:"¦¥&â;¦©",£:"¦ª",¡:""}],"¤»":[{¢:"N ä » ¥®",£:"N È ¶ ¥­",¡:""}],"¤Æ":[{¢:"¦­ » ¥®/¤÷",£:"¢Õ ¶ ¥­/¤÷",¡:""}],"¤Å":[{¢:"¦¬&º;&¸;o ª ä",£:"¢Õ ¦«",¡:""}],"¤Ã":[{¢:"¦¤ ª ¢Ò",£:"¦£",¡:""}],"¤½":[{¢:"¥û ª ¥ú",£:"¥ù ¢º",¡:""}],"¤¦":[{¢:"¥ø §",£:"¥ü ©",¡:""}],"¥¤":[{¢:"¥ý §",£:"¦¢ ©",¡:""}],"¤Ý":[{¢:"¦¡ ¥ÿ",£:"¥þ ¦®",¡:""}],"¤ê":[{¢:"¦¯ » ¢¦",£:"¦¿ ­ ¢¦",¡:""}],"¤Ô":[{¢:"¦¾ ª ¦½",£:"¦¼ ¦À",¡:""}],"¦Á":[{¢:"¦Ä",£:"¤ï",¡:""}],"¦Ã":[{¢:"ò o ® ¤õ ² ¢Ö",£:"¦Â ¤ ¢¨ ¦» ­ £²",¡:""}],"¦º":[{¢:"ß ² ¤ô ¾ ¤ó à ®, ¢á-o ¾ n&¸;o · §. é&â;s ¢Ð o ¤Û ´ ®, ¤Ù ¢õ ¢ô ² o § Ç ¤ß, ¾ Ì · ¢µ&¸;o ¢Î ô Ç&¼; ¤å.",£:"á ­ ¥« À ¥ª ¤ ¢¨, ¢ä ø À ¢Í µ ¤ ©. ¥´ ¥³ ¤ ¥± ¨ ¤ ¢î, ¥¨ a ¢ï ¢¿ ­  ¤ü ¤ ©, À Ý ¤ ¢Ý ­ ¢ò Æ ¢à  ¢ø.",¡:""}],"¦³":[{¢:"¦² ¢²&º;&¸;o",£:"¤í ¤ ¢ã",¡:""}],"¦±":[{¢:"¦° ¢²&º;&¸;o ¦´ £¥ ®",£:"¤í ¤ ¢ã",¡:""}],"¦µ":[{¢:"ß ² £× o Ê ¢ª ® · ¦¹ ¢­",£:"£à ¶ ¢­ ¦¸",¡:""}],"¦·":[{¢:"Ì e ò",£:"Ý Þ ¢¡",¡:""}],"¦¶":[{¢:"ò ² ¦ó a ¢Â",£:"¢¡ ­ £ä ¤ ¦ô ¢©",¡:""}],"§Ó":[{¢:"A ½ ´ ® &Ü; §Ò&ã;ó É a ½ ´ §",£:"Ð Ä ¨ ¤ æ å §Ñ ñ ¤ Ä ¨ ¤ ©",¡:""}],"§Ð":[{¢:"A ½ ´ ® &Ü §Ô&ã;ó É a ½ ´ §",£:"Ð Ä ¨ ¤ æ å §Õ ñ ¤ Ä ¨ ¤ ©",¡:""}],"§Ø":[{¢:"A ½ ´ ® n&¸;o &Ü §×",£:"Ð Ä ¨ ¤ æ å ¢Í §Ö",¡:""}],"§Ï":[{¢:"¢Ö",£:"§Î",¡:""}],"§Ç":[{¢:"ß ² ¢Ö à ® ´ §.",£:"á ­ £² ¤ ç ¨ ¤ ©.",¡:""}],"§Æ":[{¢:"§Å",£:"§Ä",¡:""}],"§È":[{¢:"ß ² §É à ® Í ¢Â ª £Þ",£:"á ­ §Í ï æ ¶ ¢© ­ §Ì",¡:""}],"§Ë":[{¢:"§Ê",£:"§Ù",¡:""}],"§Ú":[{¢:"ß ² §é à ® Í ¢Â ª £Þ",£:"á ­ §è ï ç ¶ ¤ ¢© ¨ £á",¡:""}],"§ç":[{¢:"Û ² o ®",£:"Û ­ ¤ ¢¨",¡:""}],"§æ":[{¢:"ß ² §ê o § ª £Ø a ¢Ï §ë o ®",£:"á ­ §î ¤ © ¶ ¢© ­ ¢¥ ¤ §í æ",¡:""}],"§ì":[{¢:"§å&º;&¤ò;¡",£:"§ä",¡:""}],"§Þ":[{¢:"¢ñ",£:"¢ó",¡:""}],"§Ý":[{¢:"¤´ a §Ü\\§Û ´ ®, §ß ô à §à §ã §â Ç §á.",£:"§Ã ¤ §Â ¨ ¤ ç ¥÷ Æ ¤ §¤ ÷  §£ §¢.",¡:""}],"§¦":[{¢:"§§:",£:"§ª",¡:""}],"§©":[{¢:"§¨ o £Ô ú ´ ®, §¡ ² ¦ÿ a ¦ø ´ §.",£:"¤® ¤ £Ó",¡:""}],"¦÷":[{¢:"£¸ £Ô:",£:"î £Ó",¡:""}],"¦ö":[{¢:"¦õ ¢Û · ® É ¢¬ » ¦ù è £È.",£:"¦ú ¦þ µ ¤ æ ¥¦ µ £¿ ê £Û.",¡:""}],"¦ý":[{¢:"£ð...",£:"¦ü...",¡:""}],"¦û":[{¢:"§« ¢· §¬ §¼ · § ² §» §º £È ì à ®, ¢Ä ¢° ¢¬ a þ ª è.",£:"§¹ a î ¢¨ µ ¤ © ­ §½ £Û §¾ µ ¤ ç, £á §Á ¤ ý ¨ ê.",¡:""}],"§À":[{¢:"£º...",£:"¦...",¡:""}],"§¿":[{¢:"§¸ à ¤É ô Ç\\õ §· §° o ¿ \\Ñ §¯ ì Á §® ¢ª ®.",£:"§­ ¤ ¤¾ Æ ¢à  ¢ø §± ¤ ¿ å §² µ §¶ §µ ¨ Æ Ô.",¡:""}],"§´":[{¢:"¤É...",£:"¤¾...",¡:""}],"§³":[{¢:"§ï Á ¤þ £¥ ® ² ¢Ï ¥· ¥¾ ¢¸\\Ñ\\ð, É ¢¬ Í þ ª è.",£:"¢Ü a ¢î Æ ¤ù ­ ¢¥ ¥¸ ¥½ £ù, ¥¦ µ ¤ ý ¨ ê.",¡:""}],"¥¹":[{¢:"¤þ...",£:"¤ù...",¡:""}],"¥¼":[{¢:"¥» a þ ª è ¥º a à ®.",£:"¥Â ¤ ý ¨ ê ¥Á ­ Æ Ô.",¡:""}],"¥À":[{¢:"þ...",£:"ý...",¡:""}],"¥¿":[{¢:"ÿ o £Ï ª £½, ¥Ã a ¥¶\\Ñ\\õ ë £Ø ª ¥ö\\Ñ\\õ ¢ª ®.",£:"¢± ¤ £Ï ¨ £¾, ¥æ ¤ ¥ç ¨ ¤ ¥è ¨ ¥é ¨ ï Ô.",¡:""}],"¥å":[{¢:"¥ä £½...",£:"£¾ ¥à...",¡:""}],"¥ß":[{¢:"¢å ¢Å ö ¢ª ® » ¢· ¢Æ ô ¥â o ¿.",£:"Ð ¢Þ £¦ Æ Ô ¶ a ¢º Æ ¥ã ¤ ¿.",¡:""}],"¥ê":[{¢:"¥ë » ¢Æ...",£:"¢¥ ¶ ¢º",¡:""}],"¥ò":[{¢:"£ð:",£:"¢Ë:"}],"¥ó":[{¢:"£÷ ª ¢¯ £ô",£:"£÷ £ô £Ì",¡:""}],"¥ô":[{¢:"£à ª ö",£:"¥õ Ê",¡:""}],"¥ñ":[{¢:"£æ É £¡ ¢¦",£:"¢¦ ¤« £µ",¡:""}],"¥ð":[{¢:"£æ É £¯",£:"£¯ £µ",¡:""}],"¥ì":[{¢:"¥Ä ¥í ¥î ´ £¡",£:"¥ï ¥Þ ¶ ¤« ¥Ý",¡:""}],"¥Ì":[{¢:"¤¸",£:"¤ï",¡:""}],"¥Í":[{¢:"ß ² ¤ô ¾ ¤ó à ®, ¢á-o ¾ n\\õ · §. é\\¥µ ¢Ð o ¤Û ´ ®, ¤Ù ¢õ ¢ô ² o § Ç ¤ß, ¾ Ì · ¢µ\\õ ¢Î ô Ç\\Ñ ¤å.",£:"á ­ ¥« À ¥ª ¤ ç, ¢ä ø À ¢Í µ ¤ ©. ¥´ ¥³ ¤ ¥± ¨ ¤ ¢î, ¥¨ a ¢ï ¢¿ ­  ¤ü ¤ ©, À Ý ¤ ¢Ý ­ ¢ò Æ ¢à  ¢ø.",¡:""}],"¥Î":[{¢:"¥Ï",£:"¥Ë",¡:""}],"¥Ê":[{¢:"c&â;¥Æ:",£:"¥Å",¡:""}],"¥Ç":[{¢:"¥È",£:"¥É",¡:""}],"¥Ð":[{¢:"¥Ñ ¥Ù",£:"¤© £û",¡:""}],"¥Ú":[{¢:"¤¸",£:"¥Û",¡:""}],"¥Ü":[{¢:"¥Ø",£:"¥×",¡:""}],"¥Ó":[{¢:"¢ñ",£:"¢ó",¡:""}],"¥Ò":[{¢:"¥Ô",£:"¢ð",¡:""}],"¥Õ":[{¢:"¢Ç...",£:"¢È...",¡:""}],"¥Ö":[{¢:"£ó r&¼;§¥...",£:"«¿ ¢Ë...",¡:""}],"ª±":[{¢:"ª° ¢ß...",£:"ª¯ ª²...",¡:""}],"ª³":[{¢:"¢Ç...ª¶ ¤è",£:"¢È...ªµ ¤²...",¡:""}],"ª´":[{¢:"¢Ç...ª®",£:"¢È...ª­",¡:""}],"¤£":[{¢:"£® à ü ª Á Ó (X=£ý e Y=£ú) ² £ÿ&¤¤;-ª§ · §. O ¢§ ´ § Ç&¤¤; ª¦ ² o Ó ª¥.",£:"¢Ü ¤ ¢® ¨ a È (X = Y = £ú £ý) ­ £ÿ\' ø µ ¤ ©. Ð ¢» ¨ ¤ © å\' ¤ã ­ ¤ È ª¤.",¡:""}],"£·":[{¢:"¤´ a ½ ´ § ª¨-a ² ¢Ï a ª© £ç&ª¬;Ù ¢´&¼;£§ ë ª«&º;&¸;o.",£:"¤® ¤ Ä ¨ ¤ © ªª ø ­ ¢¥ ¤ ª· ª¸ ˆ Ù £Ö ªÅ.",¡:""}],"£¹":[{¢:"¤æ o § - ªÄ o Ó £É · ¢§ ë ªÃ ¾ ¥¥ a ¢¶&¸;o ªÆ ¢Ã Á ¥²&¢¹;ªÇ.é&â;s ¢í, Ì e ò o ¿ ì o § Í &¼;ªÊ ª Û ªÉ.",£:"ªÈ ¤ © ªÂ ¤ ¢Ì È ¶ ¤ ¢» ¨ ¤ ªÁ À ª» ¤ ¢¼ ªº ¢Ô a ¥²\\ª¹.é\\¥µ ª¼, Ý Þ ¢¡ ¤ ¿ ¤á ¤ © ¶ ¤ ª½ ¨ Û £¨.",¡:""}],"£´":[{¢:"ªÀ a ¢¶&¸;o ¥¬&ã;ó · §. é&â;s ¢í, Ì e ò o ¿ ì o § ² ª¿ a ¢¶&¸;o ¥¬&ã;ó.",£:"ª¾ ¤ ¢¼ ¤ä µ ¤ ©. ¤ë ¤ì, Ý Þ ¢¡ ¤ ¿ ¤á ¤ © ­ ¤ã ¤ ¤ä ¢¼.",¡:""}],"£³":[{¢:"¤æ o § ¢Ä ¢° ù&¢Ê;ª£ o ¢§ ú.",£:"ª¢ ¤ © ñ ¤ ù\\©æ ¤ ¢» ¤ç.",¡:""}],"¢þ":[{¢:"©å o § ¢Ä ¢° ù&¤Ü o ¢§ ú.",£:"©ä ¤ © à ©ç ù & ¤Ü ¤ ¢» ¤ç.",¡:""}],"¢û":[{¢:"¢å ¢¸&º;&¤ò;¡ ì Á Ó · §. é&â;s ¢í, ©ë o ¿ ¢Ã ¢õ ¢ô · Ó ©ê ¾ Ì ì o ©ã.",£:"©â £ù ©Ü a È µ ¤ ©. ¤ë ¤ì, ©Û ¤ ¿ ¢é a ¢ï ¢¿ ©Ù ¤ £¨ È À Ý µ ø.",¡:""}],"£å":[{¢:"¢å a ©Ý&¸;o ¢´&¼;£§ ú » ü ¢´&¼;£Ò",£:"£é £¦ ¤ £ã ¨ £ì ©Þ ¢®",¡:""}],"£Ý":[{¢:"ÿ-©á o § ª ù&¢Ê;Ù",£:"¤µ-©ß ¤ © ©ì",¡:""}],"£Ü":[{¢:"£® o £¸ ©í ª ½ e Ì · ¢µ&¸;o ¢Î ² ¢Ð a ½ ´ §",£:"¢Ü ¤ î Î ¨ Ä Þ Ý ¤ ¢Ý ­ ¢ò ­ £ä ¤ Ä ¨ ¤ ©",¡:""}],"£Æ":[{¢:"©ú ö Í £ñ Í £ç&¢Ê;Ù ú ´ §. ©ü&º;a Á Û · § ©ý ª ª¡ ¢ü ¢ù&º;&¸;o. ©ÿ&¢³;¡ £ö ©þ ¢Ú ©ø a £ó £ö ©÷",£:"£â ¢Þ µ £ñ ¶ ¤ £ì ©ñ ¨ ¤ ©. ©ð a Û µ ¤ © ©ï ©î ï £°. ©ò ÷ ©ó a £Ê ©ö ¢Ë £Ê ©õ",¡:""}],"£Ä":[{¢:"©ô o §",£:"ªË ¤ ©",¡:""}],"£Á":[{¢:"ªÌ o £Â ´ «¥&¼;£Ù · §",£:"«¤ ¤ «£\'s £Â µ ¤ ©",¡:""}],"£Ð":[{¢:"«¦ ¢¯ ² ¢½",£:"«§ £Ì ¢é ¢½",¡:""}],"¤¢":[{¢:"ÿ o £Ñ ¢ð, ¢á ¢· ¢ß ª «ª&Ü;«© ë ¢¶&¸;o «¨ · § «¢",£:"¢± £Ñ ¢ð, ¢ä a «¡ ªú ¨ ¤ ¢¼\'s ªù ªø µ ¤ ©",¡:""}],"¤Ò":[{¢:"ª÷ ªû Í ¢¬ ª ö ¤î (ö ªü)",£:"£â ªÿ ¶ ¤ ªþ ¤î (ªý ¢Þ)",¡:""}],"£Ç":[{¢:"«« ¤¯. «¬ ª «¹&º;&¸;o ª ü «¸ » «·",£:"¤¯ «º. «» ¨ «¾ ¨ ¢® «½ ¶ «¼",¡:""}],"¢ý":[{¢:"ÿ ¤è ª ¥¥&º;&¸;o",£:"¢± ¤² ¨ «¶",¡:""}],"£«":[{¢:"«µ à «¯ » ¢· ¢Æ m&â;ó",£:"¤µ ¤ «® ¶ a ¢º «­",¡:""}],"¤ñ":[{¢:"¥¡ o § É Ã ¥£&º;&¢³;¡ «°.",£:"¥¡ ¤ © ñ ¤ ¥£\\Ñ\\ð «±.",¡:""}],"¤Ú":[{¢:"«´ a ¢÷&¢¹;Ù «³ «² ¾ ªö ä ªõ · § (ªÚ ¢÷&¢¹;Ù). O c&¼;ªÙ ª ¢÷&¢¹;Ù &Ü; ªØ e ªÛ ªÜ&¸;o ªß ë ½ ´ §.",£:"£é ªÞ ¤ ¢É ªÝ ª× À ªÖ £Õ ¢Ì µ ¤ © (ªÐ ¢É). Ð ªÏ ¨ ¢É å ªÍ Þ £¿ ªÑ ªÒ µ ¤ Ä ¨ ¤ ©.",¡:""}],"¥©":[{¢:"¢ë ä · § » ü ¢´&¼;£Ò. ¢Ñ ä ªà&ã;ªá ¢Ú Ç ªï » ªî ¾ ªí&ã;£Í. ¢Ñ ä s&¸;o ªñ » Á ® ªô&¼;£Ù, ªó-ªò £× o Ê ´ ¢¯ ¢­.",£:"¢Ó £Õ µ ¤ © ¶ £Ö ¢®. £À ªë ÷  ªå ªä ªã À ªâ. £À ªæ ªç ¶ a ªê æ, ÷  ­ Ê ¢­.",¡:""}],"¤ý":[{¢:"¢ë Á ªè&¼;©Ø · Ó £É ©× ¢Å è ¨É · ® ¨È. O ® ¨Ç ¨Ê ¨Ë É ¨Î ¨Í&Ü;¨Ì Í þ ª è.",£:"¢Ó a ¨Æ ¶ È ¢Ì à ¤ ê ¨Å ¶ ¤ ¨¿ Ô. Ð ç ¨¾ ¨½ ¨¼ ñ ¨À ¨Á ¶ ¤ ý ¨ ê.",¡:""}],"¤à":[{¢:"ÿ à ¢Ò ² ¢²&º;&¸;o ª ¢Û ª Á ®. ¢Ñ ¢Û ¨Ï ¢Ú Ç ¨Ð » £­ £ø&º;&¢³;¡, ¢° ¢ö e ¢²&º;&¸;o ¢Ã ®.",£:"¢± ¤ ¨Û ­ ¨Þ £è ¨ a Ô. Ð £è ¨ß ÷  ¨à ¶ £ª £ø\\Ñ\\ð à ¢ö Þ ¢ã ¢Ô Ô.",¡:""}],"¤Þ":[{¢:"¢ë £º · § ¨Ù » Á Ó. ¨Ó ¢ü ¢ù&º;&¸;o ² ¨Ò ¢¸&º;&¢³;¡ ¨Ñ §.",£:"¢Ó ¦ µ ¤ © ¢Ô ¨Ô µ a È. ¨Õ ï £° ­ ¨× ¢¸\\Ñ\\ð ¤ ©.",¡:""}],"£¼":[{¢:"¨Ö o û ² ¢Å ¢µ\\ð e £­ ¨º&ã;§ý §ü ´ §",£:"¨¡ ¨¤ ¨£ ¢é ¤ ¨¢ Þ £ª û §ú ¨ ¤ ©",¡:""}]};¤é="¢";§ñ ¢è=§õ("§ö");§ù(¢è!=§ø){¤é=¢è}§÷=0;¨¥=0;¨¦=0;¨´="¢Á";¨³="";¨²="Å";¨µ="Å";¨¶="¨¹";¨¸="Å";¨·="Å";¨±="Å";¨°="Å";¨ª="Å";¨©="¢Á";¨¨="Å";¨§="Å";¨¬=0;¨¯=¨®;¨­=¨ã;¨ä=©½;©¼=©»;©¾="©¿";©Â="©Á()";©À=©º;©¹="©³";©²="©±";©°="";©´=©µ;©¸=$¥("¥°");©·="¢Á";©¶="©Ã";©Ä=î ¤ø("©Ñ()","©Ð()","©Ï()","©Ò()","©Ó()","©Ö()","©Õ()","©Ô()");©Î=î ¤ø("©Ç()","©Æ()","©Å()","©È()","©É()","©Ì()");©Ë={"©Ê":[{¦:"¥¢",«:"¬:©¯()"},{¦:"¤×",«:"¬:©®()"},{¦:"¤°",«:"¬:¨ò()"},{¦:"¤­",«:"¬:¨ñ()"},{¦:"¤¬",«:"¬:¨ð()"},{¦:"¤±",«:"¬:¨ó()"},{¦:"¤·",«:"¬:¨ô()"},{¦:"¤¶",«:"¬:¨÷()"},{¦:"¤³",«:"¬:¨ö()"},{¦:"¤ª",«:"¬:¨õ()"},{¦:"£þ",«:"¬:¨ï()"}]};¢ç={"¨î":[{¦:$¥("£ü"),«:"¬:¨è = \'¨ç\';¨æ(\'¨å\')"},{¦:$¥("¤§"),«:"¬:¨é()"},{¦:$¥("¤¥"),«:"í://¢.¨ê.¨í/¢â/¤¹"},{¦:$¥("¤Î"),«:"í://¢À.¢«.¢¢.¢¤/¨ì"},{¦:$¥("¤Í"),«:"í://¨ø.¢«.¢¢.¢¤/©¦/£¤.©©?©ª=6"}],"©­":[{¦:$¥("¤Õ"),«:"¬:©¬()"},{¦:$¥("¤Ó"),«:"¬:©«()"},{¦:$¥("¤È"),«:"¬:©¥()"},{¦:$¥("¤¿"),«:"¬:©¤()"},{¦:$¥("¤¼"),«:"¬:¢ö()"},{¦:$¥("¤º"),«:"¬:¨ý()"},{¦:$¥("¤»"),«:"¬:¨ü()"},{¦:$¥("¤Æ"),«:"¬:¨û()"},{¦:$¥("¤Å"),«:"¬:¨ú()"}]};¢ç.¨þ=[{¦:$¥("¤Ã"),«:"¬:¤À(\'1\');¤À(\'2\')"},{¦:$¥("¤½"),«:"¬:¨ÿ()"}];¢ç.¢¯=[{¦:$¥("¤¦"),«:"¬:©£()"},{¦:$¥("¥¤"),«:"¬:©¢()"},{¦:$¥("¤Ý"),«:"¬:©¡()"},{¦:$¥("¤ê"),«:"¬:©à()"},{¦:$¥("¤Ô"),«:"../©§.£¬"}];©¨={"¨ù":[{¯:"¨ë",°:$¥("¤£"),£ß:"©Í X:<Ø Õ=× Ò=\'¨«\' Ú=\'£©\' Ï=¦ Ö=5 Î=\'-Ë\'/>&¹;<Ø Õ=× Ò=\'§ò\' Ú=\'£¢\' Ï=¦ Ö=3 Î=\'Ë\'/>&¹;<Ø Õ=× Ò=\'§ó\' Ú=\'££\' Ï=¦ Ö=5 Î=\'Ë.Ë\'/>&¹;&¹;Y:<Ø Õ=× Ò=\'§ô\' Ú=\'£©\' Ï=¦ Ö=3 Î=\'-Ë\'/>&¹;<Ø Õ=× Ò=\'§û\' Ú=\'£¢\' Ï=¦ Ö=3 Î=\'Ë\'/>&¹;<Ø Õ=× Ò=\'§ÿ\' Ú=\'££\' Ï=¦ Ö=5 Î=\'Ë.Ë\'/><£ê Ú=\'Û\' £î=\'§þ()\' £õ=\\"+$£ò(\\"£ë.£í\\")+\\" Ò=¨» />"},{¯:"£¶",°:$¥("£·"),±:³(){£¶()}},{¯:"¢ÿ",°:$¥("£¹"),±:³(){¢ì(\'¢ÿ\');¢ê=\'£±\'}},{¯:"¢×",°:$¥("£´"),±:³(){¢ì(\'¢×\');¨Ø=\'¢×\';¢ê=\'£±\'}},{¯:"£»",°:$¥("£³"),±:³(){£»()}},{¯:"¢ú",°:$¥("¢þ"),±:³(){¢ú()}},{¯:"¢æ",°:$¥("¢û"),±:³(){¢ì(\'¢æ\');¢ê=\'¢æ\'}},{¯:"¨Ú",°:$¥("£å"),±:³(){¨á(¨â.£ã)}},{¯:"¨Ü",°:$¥("£Ý"),±:³(){¨Ý()}},{¯:"½",°:$¥("£Ü"),£ß:"1:<Ø Õ=\'×\' Ï=\'¦\' ¨Â=\'¬:£ï()\' Ò=¨Ã Ö=¨Ä Î=\'\'/><£ê £õ=\\"+$£ò(\\"£ë.£í\\")+\\" £î=\'¬:£ï()\' />"},{¯:"¢â",°:$¥("£Æ"),±:³(){¢â()}},{¯:"£Ã",°:$¥("£Ä"),±:³(){£Ã()}},{¯:"ªé",°:$¥("£Á"),±:³(){ªì()}},{¯:"ªð",°:$¥("£Ð"),±:³(){ªÓ("ªÔ","ªÕ",ªÎ+"/¢Ò/¢½/£¤.£¬","","","¢½")}},{¯:"¤Ì",°:$¥("¤¢"),±:³(){¤Ì()}},{¯:"£Ú",°:$¥("¤Ò"),±:³(){£Ú()}},{¯:"£Î",°:$¥("£Ç"),±:³(){£Î()}},{¯:"©ù",°:$¥("¢ý"),±:³(){©û()}},{¯:"§ð",°:$¥("£«"),±:³(){©Ú()}},{¯:"©é",°:$¥("¤ñ"),±:³(){©è()}},{¯:"¤â",°:$¥("¤Ú"),±:³(){¤â()}},{¯:"¤Ø",°:$¥("¥©"),±:³(){¤Ø()}},{¯:"¤ö",°:$¥("¤ý"),±:³(){¤ö()}},{¯:"¢¾",°:$¥("¤à"),±:³(){¢¾()}},{¯:"¤ð",°:$¥("¤Þ"),±:³(){¤ð()}},{¯:"û",°:$¥("£¼"),±:"",¢Ù:\'û("û")\'},{¯:"£Å",¢Ù:\'¥á("£Å")\'},{¯:"£Ë",¢Ù:\'¦Å("£Ë")\'}]};',95,981,'es|pt|en|the|trad|text|mapa|of|map|de|url|javascript|to|tema|iddiv|dica|funcaoonclick|para|function|do|on|in|no|atilde|nbsp|ccedil|em|aacute|escala|ou|mouse|or|um|be|as|scale|sim|that|ser|point|com|download|00|clique|na|value|type|The|x41|id|ponto|theme|class|size|digitar|input|ncia|title|zoom|eacute|click|and|Clique|esse|Click|oacute|iacute|pontos|is|issue|subject|atributos|Ap|attributes|da|sobre|http|new|this|x41es|with|arraste|vel|que|x41o|dados|can|it|refer|atual|visual|coordenadas|table|tabela|Abre|drag|gov|Grade|br|show|WMS|centro|layer|order|desse|mma|base|shapefile|coordinates|arquivo|como|Opens|sele|ocirc|geogr|bot|regi|uma|informa|acirc|window|center|region|3d|selecao|moments|mapas|nao|ordem|por|tendo|os|janela|Aguarde|Wait|distance|ecirc|search|clicked|not|aplicar|mostrar|alterar|Os|ferramentas|Insert|by|Point|excluir|pan|grid|constroiconteudo|podem|elementos|Enter|button|data|imagem|will|mostrando|wiki|selection|showing|Mostra|identifica|oMenuData|temp|for|g_operacao|Insere|mudaiconf|ativada|topic|few|Maps|Legenda|apply|Legend|instantes|alguns|buffer|dist|shown|op|zoomoauto|d7|essa|d18|d6|zoomli|servidor|minuto|segundo|index|nesse|shows|fica|desired|grau|other|d19|htm|outras|Digite|GeoRss|option|navega|exclude|d5|d4|connection|zoomtot|d2|novo|d3|texto|zoomiauto|d26|legenda|legend|their|Items|d13|IP|imprimir|d12|menus|d11|d17|descritivos|clicado|very|buscaRapida|file|gonos|confluence|editor|d14|Google|ficas|name|nome|points|geographical|fazer|forma|rio|scielo|descriptive|d10|d9|desenho|conteudo|Download|drawing|Search|extent|change|d8|Conectar|abrang|elements|It|img|tic|current|png|onclick|aplicaescala|procurar|Wikipedia|im|busca|local|src|muito|Upload|opera|information|latitude|open|u1|longitude|p12|localiz|Template|d15|d1|acute|u3|u17|u2|color|System|p11|server|p6|p5|Change|Confluence|p4|p7|lens|p10|Altera|Open|p9|p8|Temas|I3geo|u11|u12|u10|u16|labels|u9|initJanelaZoom|blanck|software|u15|href|u14|u13|target|u8|etiquetas|logo|Disable|google|u5|u4|Cor|Activate|desativa|d16|u7|u21|u6|Ativa|p3|inserexy|aguarde|d21|estado|ecirccia|u19|d25|redesenhado|d24|over|mede|move|visible|mostrado|Amplia|today|lente|g_linguagem|u20|Once|activated|Clear|Scielo|Layers|textofid|d20|otilde|desligar|ligar|aqui|inseregrafico|raster|Array|filter|I3Geo|WikiBook|redesigned|d23|filtro|Propriedades|Redesenha|p2|configura|u18|amplia|based|Blog|wait|d22|disconnect|connect|vis|polygon|poligono|Buffer|p1|status|ret|changing|After|x41s|altera|apenas|only|t29|relacionada|Veja|t30|certain|determinadas|t32|t31|related|See|permitindo|Acesso|code|digo|a11|Sistemas|Systems|a10|font|a7|a8|a9|fonte|a12|Abrir|g4|g3|Mapas|o1|o2|Add|Adiciona|sistema|g1|Themes|g2|directory|files|t34|edit|montaMenuSuspenso|acompanha|tracks|editar|t33|allowing|modification|form|representation|t35|mostra|a6|aos|arquivos|Access|a5|a4|a1|a2|a3|Data|representa|so|Salvar|Message|mensagens|Janela|Save|Carregar|Take|imagens|Pegar|Load|Tools|Barras|Centr|Entorno|Hexagonal|hex|ide|Centroid|distribuition|Distribui|Ponto|pictures|Converter|Limpa|t5|limpa|t4|existente|t6|t8|t7|format|formato|t3|here|Link|links|Gerador|Convert|generator|t1|Drag|t2|Camadas|ativaBuscaRapida|Polygon|Background|fundo|Selection|surrounding|Graticule|Temporizador|properties|Map|p13|Timer|entorno|Size|source|Para|livre|g_traducao|Tipo|Image|Tamanho|Scale|Escala|s1|Ajuda|About|Sobre|Properties|s5|Sistema|Tutoriais|poligonos|Geometries|Geometrias|Tutorials|Files|Arquivo|lise|An|s2|Help|Analysis|s3|s4|Windows|Janelas|mudar|draw|Localize|t22|t21|leganda|seus|Locate|t24|locate|t23|evidence|melhorar|utilize|below|seen|layers|pida|t20|opacidade|Muda|t21a|opacity|Crie|nova|Set|elemento|estacionado|quando|when|parked|t28|t27|element|an|mostradas|Defina|Create|textos|apresentar|camada|display|texts|t26|t25|upon|transparency|Amends|up|sobe|t13|t12a|t14|subir|desce|t15|design|raise|delete|t12|t10|compatible|compat|t9|incompat|incompatible|known|conhecida|t11|down|t16|x41ncia|transpar|t19|t18b|possibilitando|camadas|vistas|possam|inferiores|Options|Op|t18|t17|fall|descer|ajustar|todo|t18a|whole|adjust|Insira|encolheFerramentas|var|xm|xs|yg|pCookie|i3geolingua|g_posicaoLenteX|undefined|if|characteristics|ym|visuais|sticas|zoomPonto|ys|Choose|buttons|look|your|g_posicaoLenteY|g_autoRedesenho|g_barraFerramentas2|g_barraFerramentas1|g_docaguias|g_conectarwms|xg|g_fatordezoom|g_diminuixN|20|g_diminuixM|g_uploadlocal|g_conectargeorss|g_opcoesTemas|g_3dmap|g_embedLegenda|g_mostraRosa|g_visual|g_downloadbase|g_janelaMen|default|caracter|procurarxy|items|have|must|chosen|numerical|values|onchange|escalanum|19|exist|graphic|deve|escolhido|existentes|possuir|itens|ricos|num|valores|selecionados|utilizados|ao|adicionar|Utilize|clicking|Use|Escolha|add|g_tipoacao|clicando|exten|tools|referencia|initJanelaRef|select|selected|used|mensagemf|objmapa|25|g_diminuiyM|abre|ajudaf|sobrei3geo|g_hlpt|abreDoc|wikibooks|localizarxy|wikibooki3geo|org|ajudas|autoredesenha|ativaEntorno|tamanho|opcoesEscala|ativaLogo|queryMap|template|gradeCoord|corFundo|sistemas|botoes|pontosdistri|pontoempoligono|nptPol|centroide|janelas|initJanelaMen|pegaimagens|carregaMapa|salvaMapa|gradeHex|gradePontos|blogs|geradordelinks|g_listaFuncoesBotoes|php|blog|gradePol|analisaGeometrias|analise|opcoesLegenda|tipoimagem|g_sistemas|nenhum|g_tipoimagem|completo|destacaTamanho|75|g_guiaativa|g_entorno|g_mensagempadrao|g_tipotip|4500|103|g_diminuiyN|106|g_mapaRefDisplay|block|g_tempotip|verificaTipDefault|g_funcaoTip|guia1|g_funcoesClickMapaDefault|moveMede|movePan|movecursor|movelentef|moveLonglat|propriedades|g_listaPropriedades|moveSelecaoPoli|localiza|g_funcoesMousemoveMapaDefault|cliqueInseregrafico|cliqueInserexy|cliqueIdentifica|cliqueInseretoponimo|cliqueSelecao|cliqueCapturaPt|cliqueSelecaoPoli|cliqueMede|conforme|fico|at|docaguias|stop|about|extens|geographic|close|convertews|fecha|Displays|mesmo|Reduces|Reduz|x41cia|having|reiniciaMapa|reinicia|desejado|pare|reference|valor|opening|before|Make|scope|Regions|make|Imprime|long|extensive|demorada|tornar|lentei|Busca|lenteDeAumento|Fa|antes|extensas|Regi|abrir|Magnify|cia|entered|digitado|deslocado|lo|ajustando|mesma|adjusting|inicializa|circ|initializing|iniciando|Loading|Lendo|o3|images|o4|o5|Opening|abrindo|same|cover|x41ngulo|indicated|extends|enabled|area|Shifts|deslocar|Desloca|screen|places|tela|coloca|boot|indicada|ngulo|Extends|desejada|rea|Print|Localiza|approximate|g_locaplic|calculation|less|accuracy|depends|wdocaf|400px|200px|more|two|aproximado|lculo|menor|sua|precis|between|measures|depende|inclu|dos|polygons|lines|into|converted|are|stored|gr|ondeestou|temporary|included|zoomIP|pol|linhas|transformados|v3d|armazenados|se|podendo|tempor|clicados|mais|Pesquisa|views|main|image|documentos|preliminares|preliminary|database|documents|satellite|principal|user|Locates|usu|Gera|Generates|vista|lite|sat|Projeto|Pontos|mobile|tabs|guias|iniciais|initials|dois|entre|Mede|Coloca|expansion|campo|observadas|intersec|Project|Points|field|observed|intersection|quick'.split('|'),0,{}))
  194 +eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(c/a))+String.fromCharCode(c%a+161)};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\[\xa1-\xff]+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp(e(c),'g'),k[c])}}return p}('¥Ê={"¤ê":[{¢:"O ¤Ë &Ê; ¤â ¥½! ¥Õ Ã Í <a ¤á=\'ð://¢Ç.ü.ÿ.¢¨/Ã\' ¤æ=¤ú >¤ø</a>",£:"¤Û Ý a ¥Ô ¥Ð ¤â!<a ¤á=\'ð://¢Ç.ü.ÿ.¢¨/Ã\'¤æ=¤ú>¢¡</a>³ Ã.",¡:""}],"¤¨":[{¢:"¥å © ¢î",£:"¥à Ï",¡:""}],"¤¦":[{¢:"¢ß",£:"¢â",¡:""}],"¤´":[{¢:"¥Ü",£:"¥Ý",¡:""}],"¤°":[{¢:"¥Þ",£:"¥ß",¡:""}],"¤±":[{¢:"¤²/¤¤ ¥ä",£:"£õ/£ô ¥ã",¡:""}],"£ö":[{¢:"¤²/¤¤ £ó",£:"£õ/£ô £ó",¡:""}],"£ð":[{¢:"£û Þ ¢á",£:"¥Ï ¤Õ",¡:""}],"£ù":[{¢:"£û · ¥û",£:"¥ó ¤Õ",¡:""}],"¤¢":[{¢:"¢§ © ì",£:"¥ñ",¡:""}],"¤Ò":[{¢:"¤Ú",£:"¤Ú",¡:""}],"¤Ô":[{¢:"¥î",£:"¥º",¡:""}],"¥³":[{¢:"¤º · §",£:"¥¶ ¥§",¡:""}],"¥«":[{¢:"¥ª?",£:"¥¨",¡:""}],"¥Æ":[{¢:"¥Ä&¼;¥Ã",£:"¥¿",¡:""}],"¥¼":[{¢:"¥¬",£:"§²",¡:""}],"§®":[{¢:"§«",£:"§¬",¡:""}],"§º":[{¢:"¤º",£:"§·",¡:""}],"¤Ñ":[{¢:"¦ú o ¤Ë",£:"¦ø",¡:""}],"¤Ï":[{¢:"¦ô",£:"¦ý",¡:""}],"¤Ö":[{¢:"¤Ù",£:"¤Ù",¡:""}],"¤×":[{¢:"¦ÿ",£:"§¾",¡:""}],"¤Ø":[{¢:"¤Ü",£:"¤Ü",¡:""}],"¤¾":[{¢:"§Ù",£:"§Õ",¡:""}],"¤À":[{¢:"¢§ © §Ö",£:"§Ý §ã",¡:""}],"¤¹":[{¢:"¢§ © Ø",£:"¤Ó « £¿",¡:""}],"¤»":[{¢:"¢§ © §â&¼;£¤",£:"¤Ó « §Ó",¡:""}],"¤Á":[{¢:"§Ç(£ò)",£:"£ò",¡:""}],"¤Â":[{¢:"§Á&Û;§Ð",£:"§Î",¡:""}],"¤Ê":[{¢:"N Ø » ¤§",£:"N Ð ¹ ¤¥",¡:""}],"¤Ç":[{¢:"§Ê » ¤§/¤©",£:"¤« ¹ ¤¥/¤©",¡:""}],"¤Ä":[{¢:"¦»&º;&µ;o © Ø",£:"¤« ¦¶",¡:""}],"¤Å":[{¢:"¦· © ¢è",£:"¦¿",¡:""}],"¤Æ":[{¢:"¦À © ¦Æ",£:"¦Ç ¢£",¡:""}],"¤É":[{¢:"¦Ä §",£:"¦Á ¨",¡:""}],"¤È":[{¢:"¦Â §",£:"¦µ ¨",¡:""}],"¤¼":[{¢:"¦´ ¦¨",£:"¦© ¦¦",¡:""}],"¤½":[{¢:"¦¡ » ú",£:"¦¢ ³ ú",¡:""}],"¤¿":[{¢:"¦£ © ¦¤",£:"¦ª ¦«",¡:""}],"¦±":[{¢:"¦³",£:"£Æ",¡:""}],"¦°":[{¢:"é o ­ ¤ø ± ¢ñ",£:"¢Ë ¤ ° ¦¬ ³ ¦­",¡:""}],"¦®":[{¢:"Ô ± £Ì ½ £å Ö ­,¢ï-o ½ n&µ;o ¸ §.ó&Û;s ¢í o £ë · ­,£Ý ¢Ý ¢Ó ± o §  £Ú,½ Í ¸ ¢®&µ;o ¢Û ö Â&¼;£Â.",£:"¦Ê ¤ ° ¶/¦å ¶ ¤ ¨. ù a ¢Ñ ¢Ï ³ ¦ç ¤ ¨ ¢ù Á ¦ã ¤ ¢× ³ ¢þ ô.",¡:""}],"¦à":[{¢:"¦á ¢²&º;&µ;o",£:"¤í ¢¼",¡:""}],"¦è":[{¢:"¦é ¢²&º;&µ;o ¦ï £§ ­",£:"¤í ¢¼",¡:""}],"¦ð":[{¢:"Ô ± £î o à ¢ª ­ ¸ ¦ñ ¢­",£:"¢¡ ³ à ¹ ¢­ ¦î",¡:""}],"¦í":[{¢:"Í e é",£:"¦ê",¡:""}],"¦ë":[{¢:"é ± ¦ì a ¢Â",£:"¢ë ³ £É ¤ ¦Þ ££",¡:""}],"¦Ñ":[{¢:"A À · ­&Ê;¦Ò&Ñ;ï È a À · §",£:"Æ Ä « ¤ ° Ý ¦Ï ë ¤ Ä « ¤ ¨",¡:""}],"¦Ë":[{¢:"A À · ­&Ê ¦Í&Ñ;ï È a À · §",£:"Æ Ä « ¤ ° Ý ¦Î ë ¤ Ä « ¤ ¨",¡:""}],"¦Ô":[{¢:"A À · ­ n&µ;o &Ê ¦Õ",£:"Æ Ä « ¤ ° Ý £¢ ¦Û",¡:""}],"¦×":[{¢:"¢ñ",£:"¦Ø",¡:""}],"§»":[{¢:"Ô ± ¢ñ Ö ­ · §.",£:"¦Ö ° « ¤ ¨.",¡:""}],"¦Ù":[{¢:"¦Ú",£:"£³",¡:""}],"¦Ý":[{¢:"Ô ± ¦Ü Ö ­ Ç ¢Â © £¾",£:"¢Ë ¤ ° £³",¡:""}],"¦Ì":[{¢:"¦Ð",£:"£¬",¡:""}],"¦Ó":[{¢:"Ô ± ¦ß Ö ­ Ç ¢Â © £¾",£:"¢Ë ¤ ° £¬",¡:""}],"¦â":[{¢:"Ò ± o ­",£:"Ò ³ a °",¡:""}],"¦ä":[{¢:"Ô ± ¦æ o § © £ç a ¢à ¦É o ­",£:"¢¡ ³ ¦¯ ¤ ¨ ¹ ££ ³ ¢æ ¤ ¦¥ °",¡:""}],"¦§":[{¢:"¦Ã&º;&¢ç;¡",£:"¦Å",¡:""}],"¦È":[{¢:"¢ß",£:"¢â",¡:""}],"¦¹":[{¢:"£¸ a ¦¸\\¦º · ­,¦¾ ö Ë ¦½ ¦¼ ¦ò  ¦ó.",£:"¢å ¤ ° §Ì.",¡:""}],"§Ë":[{¢:"§Í:",£:"§Ñ",¡:""}],"§Ï":[{¢:"§É o £Ç í · ­.£ï ± §È a ¢ó · §.",£:"¢å ° £Í.",¡:""}],"§Â":[{¢:"£é £Ç:",£:"õ £Í",¡:""}],"§À":[{¢:"§¿ ¢¾ ¸ ­ È ¢¥ » §Ã â £Ó.",£:"§Ä ¢Á ¶ ¤ ° ¢¸ ¶ £Ë £í á.",¡:""}],"§Æ":[{¢:"£Ü...",£:"¢Î...",¡:""}],"§Å":[{¢:"§Ò ¢¯ §à §ß ¸ § ± §Þ §á £Ó à Ö ­,¢é ¢± ¢¥ a ò © â.",£:"§å a õ ° ³ §ä £í §Ü ¶ ¤ §Ô, ¢¸ ¶ ê « á.",¡:""}],"§×":[{¢:"£¦...",£:"§Ø...",¡:""}],"§Û":[{¢:"§Ú Ë £â ö Â&µ;o §½ §¢ o ¿ &Ê; §¡ à ¾ §£ ¢ª ­.",£:"§¤ ¤ §§ ã £­ å £¼ §¦ ¤ ¿ Ý ¢ê ¤ §¥ « ã °.",¡:""}],"¦þ":[{¢:"£â...",£:"¦÷...",¡:""}],"¦ö":[{¢:"¦õ ¾ £« £§ ­ ± ¢à ¦ù ¦ü ¢Æ&º;&¢ç;¡, È ¢¥ Ç ò © â.",£:"¦û ¢¸ ¶ ¤ ê « á.",¡:""}],"§¨":[{¢:"£«...",£:"§©...",¡:""}],"§¶":[{¢:"§µ a ò © â §¸ a Ö ­.",£:"§¹ ¤ ê « á §¼ ³ ã °.",¡:""}],"¥ÿ":[{¢:"ò...",£:"ê...",¡:""}],"§´":[{¢:"è o £· © ¢ó,§³ a §­\\¢Ô\\ø Þ £ç © §ª\\¢Ô\\ø ¢ª ­.",£:"¢Ä ¤ £· « ¢ú,§¯ ¤ §± « ¤ §° « §æ « ¢» ¥Ó.",¡:""}],"¥­":[{¢:"¥¥ ¢ó...",£:"¢ú ¥Á...",¡:""}],"¥¹":[{¢:"¢Ð ¢È î ¢ª ­ » ¢¯ ¢¹ ö ¥Ë o ¿.",£:"Æ ¢ò £ä ã ° ¹ a ¢£ ã ¥É ¤ ¿.",¡:""}],"¥È":[{¢:"¥Í » ¢¹...",£:"¢æ ¹ ¢£",¡:""}],"¥´":[{¢:"£Ü:",£:"¢ô:"}],"¥©":[{¢:"£Ù © ¢¢ £Ø",£:"£Ù £Ø £è",¡:""}],"¥±":[{¢:"¥® © î",£:"¥¯ Ã",¡:""}],"¥°":[{¢:"£ß È £Ò ú",£:"ú £Õ £ì",¡:""}],"¥þ":[{¢:"£ß È £¨",£:"£¨ £ì",¡:""}],"¥ì":[{¢:"¥è ¥é ¥Î · £Ò",£:"¥ú ¥ý ¹ £Õ ¥ø",¡:""}],"¥õ":[{¢:"£º",£:"£Æ",¡:""}],"¥Ö":[{¢:"Ô ± £Ì ½ £å Ö ­,¢ï-o ½ n\\ø ¸ §.ó\\¥Û ¢í o £ë · ­,£Ý ¢Ý ¢Ó ± o §  £Ú,½ Í ¸ ¢®\\ø ¢Û ö Â\\¢Ô £Â.",£:"¢¡ ³ ¥á Á ¥â °,£Ã ô Á £¢ ¶ ¤ ¨.£» ¥Ú ¤ ° ¥Ò,¥Ñ a ¢Ñ ¢Ï ³ å ¢ù ¤ ¨,Á ñ ¹ ¤ ¢× ¢þ ã £­ å £¼.",¡:""}],"¥Ù":[{¢:"¥Ø",£:"¥×",¡:""}],"¥æ":[{¢:"c&Û;¥ç:",£:"¥÷",¡:""}],"¥ö":[{¢:"¥ô",£:"¥ù",¡:""}],"¥ü":[{¢:"¥ò ¥ë",£:"¢¤ ¥ê",¡:""}],"¥í":[{¢:"£º",£:"¥ð",¡:""}],"¥ï":[{¢:"¥²",£:"¥µ",¡:""}],"¥¦":[{¢:"¢ß",£:"¢â",¡:""}],"¥·":[{¢:"¥Â",£:"¢õ",¡:""}],"¥»":[{¢:"¢ã...",£:"ù...",¡:""}],"¥¾":[{¢:"£Ö r&¼;¥Å...",£:"¥À ¢ô...",¡:""}],"¥¸":[{¢:"¥Ì ¢î...",£:"¥Ç ¥¤...",¡:""}],"¦²":[{¢:"¢ã...«· £´",£:"ù...ª© £±...",¡:""}],"ª¨":[{¢:"¢ã...ª§",£:"ù...ªª",¡:""}],"¤Ì":[{¢:"£ê Ë ì © ¾ Ü(X=£¯ e Y=£°)± ª«&£²;-ª® ¸ §.O û · § Â&£²;ª­ ± o Ü ª¬.",£:"£Ê ¤ ¢³ « a Ð(X=£¯ ä Y=£°)³ ª¦ ô ¶ ¤ ¨.Æ ý « ¤ ¨ Ý ¢ö ³ ¤ Ð ª¥.",¡:""}],"¤Í":[{¢:"£¸ a À · § ©þ-a ± ¢à a ©ý £Ä&©ü;ß ¢¬&¼;£ã Þ ©û&º;&µ;o.",£:"¢å ¤ Ä « ¤ ¨ ©ÿ ô ³ ¢æ ¤ ª¡ £¡ £Ð ª¤.",¡:""}],"¤¸":[{¢:"¢ø o §-ª£ o Ü £Î ¸ û Þ ª¢ ½ £¶ a ¢«&µ;o ª¯ ¢¶ ¾ ª°&¢¦;ª½.ó&Û;s ¢Þ,Í e é o ¿ à o § Ç&¼;ª¼ © Ò ª».",£:"ª¾ ¤ ¨-ª¿ ¤ ¢µ Ð ¹ ¤ ý « ¤ ªÂ Á ªÁ ¤ ¢© ªÀ ¢· a ªº.£» ª¹,ñ ä ¢ë ¤ ¿ ¢ê ¤ ¨ ¹ ¤ ª³ « Ò £Û.",¡:""}],"£ü":[{¢:"ª² a ¢«&µ;o ¢ü&Ñ;ï ¸ §.ó&Û;s ¢Þ,Í e é o ¿ à o § ± ª± a ¢«&µ;o ¢ü&Ñ;ï.",£:"ª´ ¤ ¢© ¢÷ ¶ ¤ ¨.£à £á,ñ ä ¢ë ¤ ¿ ¢ê ¤ ¨ ³ ¢ö ¤ ¢÷ ¢©.",¡:""}],"£ý":[{¢:"¢ø o § ¢é ¢± ¢Õ&¢ì;ªµ o û í.",£:"ª¸ ¤ ¨ ë ¤ ¢Ö ¤ ¢´ ý.",¡:""}],"¤¡":[{¢:"ª· o § ¢é ¢± ¢Õ&ª¶ o û í.",£:"©ú ¤ ¨ Ë ©ù ¢Ö ¤ ¢´ ý.",¡:""}],"£ø":[{¢:"¢Ð ¢Æ&º;&¢ç;¡ à ¾ Ü ¸ §.ó&Û;s ¢Þ,©Þ o ¿ ¢¶ ¢Ý ¢Ó ¸ Ü ©Ý ½ Í à o ©Ü.",£:"©ß ¢ý ©à a Ð ¶ ¤ ¨.£à £á,©ã ¤ ¿ ¢Å a ¢Ñ ¢Ï ©â ¤ £Û Ð Á ñ ¶ ô.",¡:""}],"£ñ":[{¢:"¢Ð a ©á&µ;o ¢¬&¼;£ã í » ì ¢¬&¼;¢û",£:"£æ £ä ¤ £÷ « ¢´ ©Û ¢³",¡:""}],"¤£":[{¢:"è-©Ú o § © ¢Õ&¢ì;ß",£:"¢¤-©Ô ¤ ¢Ö ¨ ",¡:""}],"¤à":[{¢:"£ê o £é ©Ó © À e Í ¸ ¢®&µ;o ¢Û ± ¢í a À · §",£:"£Ê ¤ õ Î « Ä ä ñ ¤ ¢× ©Ò ³ £É ¤ Ä « ¤ ¨",¡:""}],"¤ß":[{¢:"©Ñ î Ç £Ï Ç £Ä&¢ì;ß í · §.©Õ&º;a ¾ Ò ¸ § ©Ö © ©Ù £ª £©&º;&µ;o.©Ø&¢°;¡ £× ©× ¢½ ©ä a £Ö £× ©å",£:"¢Î ¢ò ¶ £Ï ¹ ¤ ¢´ ©ó « ¤ ¨.©ò a Ò ¶ ¤ ¨ ©ñ ©ô ¢» ¢ÿ.©õ £Á ©ø ÷ ©÷ a £Á ©ö ¢ô",¡:""}],"¤ñ":[{¢:"©ð o §",£:"©ï ¤ ¨",¡:""}],"¤ü":[{¢:"©é o £È · ©è&¼;£Å ¸ §",£:"©ç ¤ ©æ\'s £È ¶ ¤ ¨",¡:""}],"¤ÿ":[{¢:"©ê ¢¢ ± þ",£:"©ë £è ¢Å þ",¡:""}],"¥¡":[{¢:"è o £Þ ¢õ,¢ï ¢¯ ¢î © ©î&Ê;©í Þ ¢«&µ;o ©ì ¸ § ªÃ",£:"¢¤ £Þ ¢õ,£Ã a ªÄ ªü « ¤ ¢©\'s ªû ªú ¶ ¤ ¨",¡:""}],"¤÷":[{¢:"ªý §ç Ç ¢¥ © î £½(î ªþ)",£:"¢Î «¢ ¹ ¤ «¡ £½ (ªÿ ¢ò)",¡:""}],"¤è":[{¢:"ªù £À.ªø © ªò&º;&µ;o © ì ªñ » ªð",£:"£À ªï.£¿ « ªó « ¢³ ªô ¹ ª÷",¡:""}],"¤å":[{¢:"è £´ © £¶&º;&µ;o",£:"¢Ä £± ³ ªö",¡:""}],"¤ã":[{¢:"ªõ Ë «£ » ¢¯ ¢¹ m&Û;ï",£:"¢¤ ¤ «¤ ¹ a ¢£ «±",¡:""}],"¤ä":[{¢:"«° o § È Ë «¯&º;&¢°;¡ «².",£:"«³ ¤ ¨ ë ¤ £¡ «¶.",¡:""}],"¤ë":[{¢:"«µ a ¢¿&¢¦;ß «´ «® ½ «­ Ø «§ ¸ §(«¦ ¢¿&¢¦;ß).O c&¼;«¥ © ¢¿&¢¦;ß&Ê;«¨ e «© «¬&µ;o «« Þ À · §.",£:"£æ «ª ¤ ¢Ì ªî ªí Á ªÒ ¢µ £Ñ ¶ ¤ ¨(ªÑ ¢Ì).Æ ªÐ « ¢Ì Ý ªÓ ä £Ë ªÔ ª× ¶ ¤ Ä « ¤ ¨.",¡:""}],"¤ï":[{¢:"¢À Ø ¸ § » ì ¢¬&¼;¢û.¢Ã Ø ªÖ&Ñ;ªÕ ¢½  ªÏ » ªÎ ½ ªÈ&Ñ;£¤.¢Ã Ø s&µ;o ªÇ » ¾ ­ ªÆ&¼;£Å,ªÅ-ªÉ £î o à · ¢¢ ¢­.",£:"¢É £Ñ ¶ ¤ ¨ ¹ £Ð ¢³.£Ô ªÊ ÷ å ªÍ ªÌ ªË Á ªØ.£Ô ªÙ ªç ¹ a ªæ °,÷ å ³ à ¢­.",¡:""}],"¤ò":[{¢:"¢À ¾ ªå&¼;ªè ¸ Ü £Î ªé ¢È â ªì ¸ ­ ªë.O ­ ªê ªä ªã È ªÝ ªÜ&Ê;ªÛ Ç ò © â.",£:"¢É a ªÚ ¹ ¤ ¢µ Ð Ë ¤ ªÞ á ¹ ¤ ªß °.Æ ° ªâ ªá ªà ë ©Ð ©Ï ¹ ¤ ê « á.",¡:""}],"¤õ":[{¢:"è Ë ¢è ± ¢²&º;&µ;o © ¢¾ © ¾ ­.¢Ã ¢¾ ¨À ¢½  ¨¿ » £¹ ¨¾&º;&¢°;¡,¢± ¢º e ¢²&º;&µ;o ¢¶ ­.",£:"¢Ä ¤ ¨Á ³ ¨Â ¢Á « a °.Æ ¢Á ¨Å ÷ å ¨Ä ¹ £® ¢º Á ¢¼ ¨Ã ¢· °.",¡:""}],"¤ô":[{¢:"¢À £¦ ¸ § ¨½ » ¾ Ü.£ï £ª £©&º;&µ;o ± ¨¼ ¢Æ&º;&¢°;¡ ¨¶ §.",£:"¢É ¦ ¶ ¤ ¨ ¢· ¨µ ¶ a Ð.¨´ ¢» ¢ÿ ³ ¨³ ¢ý ¶ ¤ ¨.",¡:""}],"¤ì":[{¢:"¨· o ç ± ¢È ¢®\\¨¸ e £¹ ¨»&Ñ;¨º ¨¹ · §",£:"¨Æ ¨Ç ¢Å ¤ ¨Õ ä £® ¨\'s ç ¨Ô",¡:""}]};£µ="¢";¨Ó ¢Ê=¨Ö("¨×");¨Ú(¢Ê!=¨Ù){£µ=¢Ê}¨Ø=0;¨Ò=0;¨Ñ=0;¨Ë="¢Í";¨Ê="";¨É="Å";¨È="Å";¨Ì="¨Í";¨Ð="Å";¨Ï="Å";¨Î="Å";¨²="Å";¨±="Å";§õ="¢Í";§ô="Å";§ó="Å";§ö=0;§÷=§ú;§ù=§ø;§ò=§ñ;§ë=§ê;§é="§è";§ì="§í()";§ð=§ï;§î="§û";§ü="¨«";¨ª="";¨©=¨¬;¨­=$¥("¤ê");¨°="¢Í";¨¯="¨®";¨¨=õ ¤ù("¨§()","¨¡()","§ÿ()","§þ()","§ý()","¨¢()","¨£()","¨¦()");¨¥=õ ¤ù("¨¤()","¨Û()","¨Ü()","©µ()","©´()","©³()");©¶={"©·":[{¦:"¤¨",ª:"¬:©º()"},{¦:"¤¦",ª:"¬:©¹()"},{¦:"¤´",ª:"¬:©¸()"},{¦:"¤°",ª:"¬:©²()"},{¦:"¤±",ª:"¬:©±()"},{¦:"£ö",ª:"¬:©«()"},{¦:"£ð",ª:"¬:©ª()"},{¦:"£ù",ª:"¬:©©()"},{¦:"¤¢",ª:"¬:©¨()"},{¦:"¤Ò",ª:"¬:©¬()"},{¦:"¤Ô",ª:"¬:©­()"}]};¢ð={"©°":[{¦:$¥("¤Ñ"),ª:"¬:©¯ = \'©®\';©»(\'©¼\')"},{¦:$¥("¤Ï"),ª:"¬:©É()"},{¦:$¥("¤Ö"),ª:"ð://¢.©È.©Ç/¢Ò/¤Û"},{¦:$¥("¤×"),ª:"ð://¢Ç.ü.ÿ.¢¨/©Ê"},{¦:$¥("¤Ø"),ª:"ð://©Ë.ü.ÿ.¢¨/©Î/¤ý.©Í?©Ì=6"}],"©Æ":[{¦:$¥("¤¾"),ª:"¬:©Å()"},{¦:$¥("¤À"),ª:"¬:©¿()"},{¦:$¥("¤¹"),ª:"¬:©¾()"},{¦:$¥("¤»"),ª:"¬:©½()"},{¦:$¥("¤Á"),ª:"¬:¢º()"},{¦:$¥("¤Â"),ª:"¬:©À()"},{¦:$¥("¤Ê"),ª:"¬:©Á()"},{¦:$¥("¤Ç"),ª:"¬:©Ä()"},{¦:$¥("¤Ä"),ª:"¬:©Ã()"}]};¢ð.©Â=[{¦:$¥("¤Å"),ª:"¬:¤Ã(\'1\');¤Ã(\'2\')"},{¦:$¥("¤Æ"),ª:"¬:©§()"}];¢ð.¢¢=[{¦:$¥("¤É"),ª:"¬:©¦()"},{¦:$¥("¤È"),ª:"¬:¨ê()"},{¦:$¥("¤¼"),ª:"¬:¨é()"},{¦:$¥("¤½"),ª:"¬:¨è()"},{¦:$¥("¤¿"),ª:"../¨ë.¤û"}];¨ì={"¨ï":[{®:"¨î",¯:$¥("¤Ì"),¤¯:"¨í X:<× Õ=Ù Ì=\'¨ç\' Ú=\'¤Þ\' Ï=¦ Ó=5 Î=\'-É\'/>&æ;<× Õ=Ù Ì=\'¨æ\' Ú=\'¤Ý\' Ï=¦ Ó=3 Î=\'É\'/>&æ;<× Õ=Ù Ì=\'¨à\' Ú=\'¤Î\' Ï=¦ Ó=5 Î=\'É.É\'/>&æ;&æ;Y:<× Õ=Ù Ì=\'¨ß\' Ú=\'¤Þ\' Ï=¦ Ó=3 Î=\'-É\'/>&æ;<× Õ=Ù Ì=\'¨Þ\' Ú=\'¤Ý\' Ï=¦ Ó=3 Î=\'É\'/>&æ;<× Õ=Ù Ì=\'¨Ý\' Ú=\'¤Î\' Ï=¦ Ó=5 Î=\'É.É\'/><¤³ Ú=\'Ò\' ¤¬=\'¨á()\' ¤¶=\\"+$¤µ(\\"¤®.¤­\\")+\\" Ì=¨â />"},{®:"¤Ð",¯:$¥("¤Í"),²:´(){¤Ð()}},{®:"¤·",¯:$¥("¤¸"),²:´(){¢Ù(\'¤·\');¢Ú=\'£ú\'}},{®:"¢Ø",¯:$¥("£ü"),²:´(){¢Ù(\'¢Ø\');¨å=\'¢Ø\';¢Ú=\'£ú\'}},{®:"£þ",¯:$¥("£ý"),²:´(){£þ()}},{®:"£ÿ",¯:$¥("¤¡"),²:´(){£ÿ()}},{®:"¢Ü",¯:$¥("£ø"),²:´(){¢Ù(\'¢Ü\');¢Ú=\'¢Ü\'}},{®:"¨ä",¯:$¥("£ñ"),²:´(){¨ã(¨ð.£÷)}},{®:"¨ñ",¯:$¥("¤£"),²:´(){¨ÿ()}},{®:"À",¯:$¥("¤à"),¤¯:"1:<× Õ=\'Ù\' Ï=\'¦\' ¨þ=\'¬:¤ª()\' Ì=¨ý Ó=©¡ Î=\'\'/><¤³ ¤¶=\\"+$¤µ(\\"¤®.¤­\\")+\\" ¤¬=\'¬:¤ª()\' />"},{®:"¢Ò",¯:$¥("¤ß"),²:´(){¢Ò()}},{®:"¥£",¯:$¥("¤ñ"),²:´(){¥£()}},{®:"©¢",¯:$¥("¤ü"),²:´(){©¥()}},{®:"©¤",¯:$¥("¤ÿ"),²:´(){©£("¨ü","¨û",¨õ+"/¢è/þ/¤ý.¤û","","","þ")}},{®:"¥¢",¯:$¥("¥¡"),²:´(){¥¢()}},{®:"¤ç",¯:$¥("¤÷"),²:´(){¤ç()}},{®:"¤é",¯:$¥("¤è"),²:´(){¤é()}},{®:"¨ô",¯:$¥("¤å"),²:´(){¨ó()}},{®:"¨ò",¯:$¥("¤ã"),²:´(){¨ö()}},{®:"¨÷",¯:$¥("¤ä"),²:´(){¨ú()}},{®:"¤î",¯:$¥("¤ë"),²:´(){¤î()}},{®:"¤ð",¯:$¥("¤ï"),²:´(){¤ð()}},{®:"¤ö",¯:$¥("¤ò"),²:´(){¤ö()}},{®:"¢á",¯:$¥("¤õ"),²:´(){¢á()}},{®:"¤ó",¯:$¥("¤ô"),²:´(){¤ó()}},{®:"ç",¯:$¥("¤ì"),²:"",¢ä:\'ç("ç")\'},{®:"¤þ",¢ä:\'¨ù("¤þ")\'},{®:"£¥",¢ä:\'¨ø("£¥")\'}]};',95,973,'es|pt|en|the|trad|text|mapa|map|de|url|of|javascript|tema|iddiv|dica|layer|para|funcaoonclick|to|function|atilde|on|do|no|in|ccedil|em|aacute|ou|um|mouse|escala|or|ser|download|scale|sim|The|na|com|00|eacute|as|id|clique|value|type|point|iacute|zoom|size|Clique|class|esse|input|pontos|digitar|title|oacute|ponto|is|da|ncia|sobre|attributes|atributos|that|and|be|nbsp|visual|Abre|arraste|table|with|coordenadas|atual|dados|vel|http|click|tabela|Ap|it|new|que|can|x41o|Wait|WMS|centro|mma|center|3d|gov|Click|arquivo|window|Open|base|acirc|Grade|br|region|desse|regi|geogr|shapefile|bot|uma|ocirc|como|sele|coordinates|current|clicked|por|by|based|janela|buffer|this|selection|podem|elementos|dist|Insere|elements|ordem|Os|Opens|for|informa|mapas|os|Insert|temp|Drag|distance|nao|Search|moments|Mostra|few|wiki|instantes|x41|refer|reference|button|pan|mudaiconf|g_operacao|aplicar|identifica|alguns|ativada|Legenda|mostrar|selecao|Legend|Aguarde|constroiconteudo|Change|show|otilde|ferramentas|tendo|over|drag|ecirc|alterar|imagem|mostrando|oMenuData|excluir|data|legenda|search|Maps|move|visible|Amplia|redesigned|legend|ficas|vis|information|apply|option|initial|not|order|gonos|buscaRapida|texto|nesse|GeoRss|op|essa|filtro|down|will|other|longitude|latitude|lens|acute|up|lente|g_linguagem|amplia|editor|Altera|outras|Temas|After|shown|Scielo|desenho|Points|Confluence|very|mostrado|showing|abrang|rio|Layers|nome|IP|change|Enter|their|ligar|name|clicado|Wikipedia|geographical|points|servidor|descritivos|Items|server|busca|muito|local|Upload|redesenhado|desired|procurar|aguarde|Google|Conectar|Once|activated|etiquetas|fica|shows|desligar|It|forma|file|novo|Digite|estado|connection|descriptive|fazer|Utilize|p8|d8|Buffer|logo|Disable|Enable|p7|extent|d7|p9|navega|Cor|d4|d5|zoomiauto|zoomoauto|d6|p10|d9|desativa|polygon|p3|poligono|p2|raster|aplicaescala|Point|onclick|png|tic|conteudo|p5|p6|Ativa|img|p4|im|src|zoomli|d3|u8|Propriedades|u9|u19|u20|u6|u21|u7|u10|u11|initJanelaZoom|u14|u15|u16|u13|u18|u17|u12|I3Geo|d1|d2|segundo|u2|zoomtot|u1|p11|Grid|p12|color|u3|u4|u5|WikiBook|Template|I3geo|Blog|minuto|grau|d11|d10|href|software|d19|d20|d18|target|scielo|d17|confluence|p1|d21|d26|Clear|mede|d22|inserexy|d12|d23|textofid|d25|d24|inseregrafico|d16|aqui|Array|blank|htm|d13|index|menus|d14|d15|google|imprimir|images|editar|g3|properties|Help|a2|Ajuda|s1|Janelas|t33|Download|Data|a4|a3|Adiciona|p13|a1|Add|Map|g4|o3|t34|Timer|o1|s3|livre|o2|Analysis|quick|edit|Mapas|lise|An|pida|s2|Loading|t35|tracks|g_traducao|acompanha|Lendo|mostra|arquivos|Selection|source|wait|status|theme|open|Para|a8|font|fonte|a9|changing|x41s|Escala|Scale|Tamanho|Size|Image|connect|disconnect|surrounding|entorno|Tipo|a10|digo|Acesso|aos|system|sistema|a6|g1|Temporizador|g2|Layer|Graticule|Abrir|Background|Sistemas|a7|a11|code|directory|Systems|Access|fundo|a12|files|a5|t31|Converter|Convert|Gerador|links|whole|pictures|t18a|imagens|Get|Link|generator|here|remove|t3|adjust|t2|t1|o4|Camadas|Pegar|Load|distribution|Barras|transpar|t19|x41ncia|Distribui|inferiores|camadas|possibilitando|Toolbars|Janela|Save|Carregar|Op|Salvar|Options|mensagens|Message|t18b|todo|Turn|t10|t15|incompat|incompatible|compatible|desce|t9|compat|t16|t11|conhecida|Delete|t12|delete|t13|sobe|known|subir|t14|draw|descer|t4|limpa|t17|press|t18|off|ajustar|get|t5|Limpa|dragging|t8|mudar|t7|format|existente|t6|formato|possam|vistas|Sistema|Insira|t28|tooltip|About|apenas|Sobre|Filter|determinadas|System|t27|Tutoriais|estacionado|quando|elemento|Set|element|when|tooltips|t29|filter|representa|Arquivo|Files|altera|s4|allowing|form|modification|Windows|permitindo|t32|Veja|t30|Properties|relacionada|See|s5|t12a|related|mostradas|Tutorials|Localize|t22|Centr|t21|seus|Find|t24|t23|Entorno|melhorar|Muda|Ponto|t20|transparency|opacidade|Centroid|t21a|ide|opacity|Crie|Hexagons|subject|Geometries|poligonos|t25|label|Geometrias|Defina|t26|texts|Polygon|apresentar|camada|nova|textos|hex|grid|display|Create|representation|documentos|block|g_mapaRefDisplay|103|g_diminuiyN|g_funcaoTip|verificaTipDefault|g_tipotip|4500|g_tempotip|106|g_diminuiyM|g_barraFerramentas2|g_barraFerramentas1|g_docaguias|g_fatordezoom|g_diminuixM|25|g_diminuixN|20|completo|g_tipoimagem|cliqueSelecao|cliqueInseretoponimo|cliqueInseregrafico|cliqueInserexy|cliqueMede|cliqueSelecaoPoli|movecursor|g_funcoesMousemoveMapaDefault|cliqueCapturaPt|cliqueIdentifica|g_funcoesClickMapaDefault|destacaTamanho|g_sistemas|nenhum|75|g_mensagempadrao|guia1|g_guiaativa|g_entorno|g_conectarwms|g_uploadlocal|add|Use|clicking|ao|Escolha|x41es|visuais|sticas|caracter|adicionar|clicando|opera|utilizados|selecionados|tools|select|operation|used|selected|Choose|look|g_mostraRosa|g_opcoesTemas|g_3dmap|g_embedLegenda|g_visual|default|g_conectargeorss|g_downloadbase|g_janelaMen|g_autoRedesenho|g_posicaoLenteY|var|characteristics|buttons|pCookie|i3geolingua|g_posicaoLenteX|undefined|if|movePan|moveMede|ys|ym|yg|xs|zoomPonto|procurarxy|mensagemf|exten|g_tipoacao|xm|xg|convertews|pegaimagens|carregaMapa|geradordelinks|g_listaFuncoesBotoes|localiza|localizarxy|botoes|objmapa|referencia|encolheFerramentas|lenteDeAumento|lentei|g_locaplic|docaguias|reinicia|ativaBuscaRapida|montaMenuSuspenso|reiniciaMapa|200px|400px|escalanum|onchange|initJanelaRef|19|ondeestou|wdocaf|v3d|zoomIP|salvaMapa|initJanelaMen|gradeCoord|corFundo|queryMap|ativaLogo|template|autoredesenha|sobrei3geo|g_hlpt|ajudas|ativaEntorno|tamanho|moveSelecaoPoli|moveLonglat|movelentef|g_listaPropriedades|propriedades|opcoesEscala|opcoesLegenda|tipoimagem|ajudaf|abre|gradeHex|gradePontos|gradePol|centroide|nptPol|janelas|pontosdistri|pontoempoligono|analisaGeometrias|analise|org|wikibooks|abreDoc|wikibooki3geo|sistemas|blog|php|blogs|values|numerical|Busca|Apply|valor|close|Fa|antes|extensas|Regi|abrir|fecha|geographic|mesmo|desejado|pare|Displays|about|extens|at|stop|tornar|demorada|user|Locates|usu|Localiza|Gera|Generates|vista|lite|sat|Print|Imprime|before|Make|scope|opening|Regions|long|make|extensive|having|Reduces|inicializa|circ|mesma|ajustando|adjusting|same|tela|coloca|cover|entered|localize|iniciando|o5|Opening|initializing|localiz|digitado|deslocado|lo|indicada|ret|deslocar|Desloca|area|Shifts|cia|ecirccia|Reduz|Magnify|enabled|rectangular|desejada|rea|ngulo|Extends|place|indicated|extends|screen|principal|satellite|podendo|tempor|armazenados|pol|se|included|lines|into|converted|linhas|transformados|calculation|less|more|approximate|accuracy|dos|inclu|depends|polygons|are|graphic|ricos|num|valores|exist|chosen|items|have|must|itens|possuir|gr|temporary|stored|fico|conforme|deve|escolhido|existentes|two|between|Project|campo|observadas|intersec|intersection|observed|Coloca|expansion|field|Pontos|Projeto|views|main|image|Pesquisa|preliminares|preliminary|database|documents|guias|tabs|lculo|menor|clicados|aproximado|sua|measures|depende|precis|mais|dois|configura|Redesenha|mobile|iniciais|Reload|entre|Mede|configurations|abrindo'.split('|'),0,{}))
195 195  
196 196 eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(c/a))+String.fromCharCode(c%a+161)};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\[\xa1-\xff]+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp(e(c),'g'),k[c])}}return p}('¢ ¥µ(){£(¶=="ÿ"){$i("ã").´.Þ="£·";¡ n=¤.Ç.Ï;£(n>0){¡ d=¢À(¤.Ç[n-1],¤.Ø[n-1],¬.Ã,¬.Å);£(¸.¢è>¤º){¡ d=¢Á(d)}µ{d=d+"";d=d.â(".");¡ ¢¸=d[1].¤´(0,3);d=d[0]+"."+¢¸;d=d*1}¡ ¢Ö=d+¤.×[n-1];£($i("¢á")){$i("¢á").Ù=" ¥¦ ¥¨.= "+¢Ö+" ¥¯= "+d+" ¥®"}¢ô("¤¯",¤.è[n-1],n)}}}¢ ¥´(){£(((¶=="¥¸")||(¶=="¤Û"))&&($i("¤ê").´.¤ÿ=="£¼")){¥³("¤ß")}}¢ ¥¤(){£($i("¤·")){$i("¤·").Ù=¬.£û+" "+¬.£®}}¢ ¥¾(){£(¶=="£±"){¡ n=¤.Ç.Ï;£(n>0){¡ d=¢À(¤.Ç[n-1],¤.Ø[n-1],¬.Ã,¬.Å);£(¸.¢è>¤º){¡ d=¢Á(d)}µ{d=d+"";d=d.â(".");¡ ¢¸=d[1].¤´(0,3);d=d[0]+"."+¢¸;d=d*1}¡ ¢Ö=d+¤.×[n-1];¢ô("¤¯",¤.è[n-1],n)}}}¢ ¤è(){£(¶=="¤û"){£($i("Î")){¡ ¦=(å)?².¢£("Î").²:$i("Î").¢¦}¡ x=¬.£û.â(" ");¡ y=¬.£®.â(" ");£(¦.«("£Ü")){¦.«("£Ü").­=x[0]}£(¦.«("£é")){¦.«("£é").­=x[1]}£(¦.«("£î")){¦.«("£î").­=x[2]}£(¦.«("£å")){¦.«("£å").­=y[0]}£(¦.«("£ß")){¦.«("£ß").­=y[1]}£(¦.«("£°")){¦.«("£°").­=y[2]}}}¢ ¤Ø(){£(¶=="£ª"){ª("¢ÿ","Ö",¥+\'/©/£ª/¨.§?&x=\'+¬.Ã+\'&y=\'+¬.Å+\'&¥·=\'+¸.¢è,"","","¥²")}}¢ ¥¹(){£(¶=="¢Ò"){¡ n=¤.Ç.Ï;¤.Ç[n]=¬.Ã;¤.Ø[n]=¬.Å;£($i("¢ï").´.Þ=="ç"){ª("¤°","¢±",¥+\'/©/£ì/¨.§\',"")}¡ ¦=(å)?².¢£("Î").²:$i("Î").¢¦;¡ ¼=¦.«("¤µ").Ù;¼=¼+"<È ´=\'á-é:¢Ô\' >"+¬.Ã+" "+¬.Å+"</È><ê>";¦.«("¤µ").Ù=¼;£(ñ==""){Ê("¢Ê ® ¢§ ü ¥¶")}µ{».Â("±",$Ä("Æ"));¡ p=¥+"/º/½.¾?¿=¤½&®="+ñ+"&¢Ï="+¬.Ã+" "+¬.Å+"&¯="+¯;À.Á(p,"¤½",±)}}}¢ ¤õ(){£(¶=="ô"){£($i("¢ï").´.Þ=="ç"){ª("¤°","¢±",¥+\'/©/ô/¨.§\',"")}¡ ¦=(å)?².¢£("Î").²:$i("Î").¢¦;¡ ®=¦.«("¢ß").­;¡ í=¦.«("w").­;¡ ¢»=¦.«("¢»").­;¡ ¢Ø=¦.«("£§").­;£(®==""){Ê("¢Ê ® ¢§ ü ¤í ¤ì ¤ø")}µ{¡ ¢ñ=æ ¤ç();¡ g=¦.«("¤æ");¡ Ò=g.£Ö("¢¯");¢È(i=0;i<Ò.Ï;i++){£(Ò[i].ú==Û){¡ £¥=Ò[i].Ü;¡ c=¦.«("¤Ã"+£¥).­;¢ñ.¤Ú(£¥+","+c)}}¡ ¢·=¢ñ.¤ô("*");£(¢·==""){Ê("¢Ê ¢Ë ¤ü ¥»")}µ{».Â("±",$Ä("Æ"));¡ p=¥+"/º/½.¾?¿=¤¶&Ý=¥¼&®="+®+"&x="+¬.Ã+"&y="+¬.Å+"&¢·="+¢·+"&¢Ø="+¢Ø+"&í="+í+"&¢»="+¢»+"&¯="+¯;À.Á(p,"¤¶",±)}}}}¢ ¥Æ(){£(¶=="ò"){¡ n=¤.Ç.Ï;¤.Ç[n]=¬.Ã;¤.Ø[n]=¬.Å;£($i("¢ï").´.Þ=="ç"){ò()}¡ ¦=(å)?².¢£("Î").²:$i("Î").¢¦;Ó=¦.«("Ó").­;¡ f=¦.«("¤Ê").­;¡ t=¦.«("¢ú").­;¡ a=¦.«("¤Ë").­;¡ ¢µ=¦.«("¥Ç").­;£(¢µ==""){¢µ="¢®"}¡ ¢Ó=¦.«("£§").­;£(¢Ó==""){¢Ó="¢®"}¡ ¤Ç=¦.«("¤Æ").­;¡ ¤À=¦.«("¤Â").­;¡ c=¦.«("¥Ã").­;¡ m=¦.«("¥¿").­;£(m==""){m="¢®"}¡ ¢´=¦.«("¥À").­;£(¢´==""){¢´="¢®"}¡ ¤Î=¦.«("¥Â").­;¡ ¤Ä=¦.«("¥¥").­;¡ ¤Ð=¦.«("¤Ñ").­;¡ ¤¾=¦.«("¤¢").­;¡ ¤¡=¦.«("£ÿ").­;¡ ¤§=¦.«("¤¥").­;¡ ¤£=¦.«("¤¤").­;¡ £õ=¦.«("£ô").­;¡ £ó=¦.«("£ò").­;¡ ¢à=¢(£ù){£(Ó==""){».¢û("±");Ó=£ù.¤ý}£(Ó!=" "){».Â("±",$Ä("Æ"));¡ p=¥+"/º/½.¾?¿=¤þ&¢Ð="+ñ+"¥§&Ý=¥±&¢Ï="+¬.Ã+" "+¬.Å+"&Ó="+Ó+"&£ò="+£ó+"&£ô="+£õ+"&¤¥="+¤§+"&¤¤="+¤£+"&£ÿ="+¤¡+"&¤¢="+¤¾+"&¤Ñ="+¤Ð+"&¥Á="+¢´+"&¥º="+¤Î+"&¥ª="+¤Ä+"&¥°="+m+"&¤Ã="+c+"&¤Â="+¤À+"&¤Æ="+¤Ç+"&£§="+¢Ó+"&¥È="+¢µ+"&¤Ë="+a+"&¢ú="+t+"&¤Ê="+f+"&¯="+¯;À.Á(p,"¤ë",±)}};£(¦.«("¤é").­=="¤î"){¥½("¢à(\'\')")}µ{Ó="";£((¦.«("¢ß"))&&(¦.«("£Á"))){¡ ®=¦.«("¢ß").­;¡ ¢Ë=¦.«("£Á").­;».Â("±",$Ä("Æ"));¡ p=¥+"/º/½.¾?¿=£Â&¢Ï="+¬.Ã+","+¬.Å+"&¤ª=5&®="+®+"&¢Ë="+¢Ë+"&¯="+¯;À.Á(p,"£Â",¢à)}}}}¢ ¥¢(){£(¶=="à"){¡ ¦=(å)?².¢£("Î").²:$i("Î").¢¦;¡ Ý="¥«";£(¦.«("£½")){Ý=¦.«("£½").­}£(¸.ø==""){Ê("¢Ê ® ¥­");¢â}¡ ¢ê=¦.«("¥¡").­;£((Ý!="¥£")&&(Ý!="¤à")){».Â("±",$Ä("Æ"));¡ p=¥+"/º/½.¾?¿=¤×&®="+¸.ø+"&Ý="+Ý+"&¢Ï="+¬.Ã+" "+¬.Å+"&¢ê="+¢ê+"&¯="+¯;À.Á(p,"¥Å",±)}}}¢ ¥Ä(){£(¶=="ÿ"){¡ n=¤.Ç.Ï;¤.Ç[n]=¬.Ã;¤.Ø[n]=¬.Å;¤.£¨[n]=¬.¢Ä;¤.£â[n]=¬.¢Ç;¤.Ì[n]=¬.£ã;¤.Í[n]=¬.£ä;¤.×[n]=0;Õ.¢Â=n;£á{£(¢×){¤.è[n]=°.ö.ù(°.÷,°.¢¤,°.ý,°.¢¥,¤.Ì[n],¤.Í[n],¤.Ì[n],¤.Í[n])}µ{¤.è[n]=°.ö.ù(°.÷,°.¢¤,°.ý,°.¢¥,(¤.Ì[n])-(¸.w/2),¤.Í[n],(¤.Ì[n])-(¸.w/2),¤.Í[n])}}£í(e){Õ.¢Â=n+" ¢Ã £ï £Ä a £ë £ç "+e.£è}£(n>0){¡ d=¢Á(¢À(¤.Ç[n-1],¤.Ø[n-1],¬.Ã,¬.Å));¤.×[n]=d+¤.×[n-1];£($i("¢Í")&&$i("¢Í").ú==Û){¢ô("¥©","",n);£(å){¤.è[n]=°.ö.ù(°.÷,°.¢¤,°.ý,°.¢¥,(¤.Ì[n-1])-(¸.w/2),¤.Í[n-1],(¤.Ì[n])-(¸.w/2),¤.Í[n])}}}£Ê(¬.¢Ä,¬.¢Ç)}}¢ ¥¬(){£(¶=="£±"){¡ n=¤.Ç.Ï;¤.Ç[n]=¬.Ã;¤.Ø[n]=¬.Å;¤.£¨[n]=¬.¢Ä;¤.£â[n]=¬.¢Ç;¤.Ì[n]=¬.£ã;¤.Í[n]=¬.£ä;¤.×[n]=0;Õ.¢Â=n;£á{£(¢×){¤.è[n]=°.ö.ù(°.÷,°.¢¤,°.ý,°.¢¥,¤.Ì[n],¤.Í[n],¤.Ì[n],¤.Í[n])}µ{¤.è[n]=°.ö.ù(°.÷,°.¢¤,°.ý,°.¢¥,(¤.Ì[n])-(¸.w/2),¤.Í[n],(¤.Ì[n])-(¸.w/2),¤.Í[n])}}£í(e){Õ.¢Â=n+" ¢Ã £ï £Ä a £ë £ç "+e.£è}£(n>0){¡ d=¢Á(¢À(¤.Ç[n-1],¤.Ø[n-1],¬.Ã,¬.Å));¤.×[n]=d+¤.×[n-1]}£Ê(¬.¢Ä,¬.¢Ç)}}¢ ¤Þ(){ª("·","ï",¥+"/©/¤á/¨.§","","","¤â")}¢ ¤å(){ª("·","ï",¥+"/©/¤ä/¨.§","","","¤ã £Ð")}¢ ¤Ý(){ª("·","¢ª",¥+"/©/¤Ü/¨.§?¤Ö="+Õ.¤Õ,"","","¤Ô £Ð")}¢ £×(){ª("¤Ù","¢Ý",¥+"/©/£×/¨.§","","","¤ó ¤ö")}¢ ¤÷(){ª("£Ô","¢ù",¥+"/©/¤ú/¨.§","","","¤ù")}¢ £Ù(){ª("·","¹",¥+"/©/£Ù/¨.§","","","¤ò")}¢ ¤ñ(){¡ p=¥+"/º/½.¾?¿=£Ó&¯="+¯;À.Á(p,"£Ó",±)}¢ ¢ú(){ª("¢ª","¢ù",¥+"/©/¤ï/¨.§","","","¤ð")}¢ £ø(){ª("·","¤Ó",¥+"/©/£ø/¨.§","","","§Ê ä ¢©")}¢ ¦é(){ª("£Ô","¢ù",¥+"/©/¦ê/¨.§","","","¦ë")}¢ ¦ì(®){£($i("£Ò")){$i("£Ò").õ=""}£($i(¸.£Ñ+"£Õ")){¡ Ò=$i(¸.£Ñ+"£Õ").£Ö("¢¯");¢È(i=0;i<Ò.Ï;i++){£((Ò[i].¢å=="£Ã")&&(Ò[i].­==®)&&(Ò[i].ú==Û)){Ê("¦è o ® ¦ç ä ¦ã");¢â}}}».Â("£Ø","¦ä...¦å ¢©");¦æ=®;¡ p=¥+"/º/½.¾?¿=¦í&®="+®+"&¯="+¯;À.Á(p,"¦î",£Ø)}¢ ¦õ(®){Ú="£Ç";¡ p=².«("¦ö"+®).¢Æ.¢Æ.¢Æ;£­{p.£È(p.£Ï[0])}¦÷(p.£Ï.Ï>0);p.¢Æ.£È(p);».Â("±",$Ä("Æ"));¡ p=¥+"/º/½.¾?¿=£Ç&¦ø="+®+"&¯="+¯;À.Á(p,"¦ô",±);¸.ø=""}¢ ¦ó(®){».Â("±",$Ä("Æ"));¡ p=¥+"/º/½.¾?¿=¦ï&®="+®+"&¯="+¯;À.Á(p,"¦ð",±)}¢ ¦ñ(®){».Â("±",$Ä("Æ"));¡ p=¥+"/º/½.¾?&¿=¦ò&®="+®+"&¯="+¯;À.Á(p,"¦â",±)}¢ ¦á(®){».Â("±",$Ä("Æ"));¡ p=¥+"/º/½.¾?¿=¦Ñ&®="+®+"&¯="+¯;À.Á(p,"¦Ò",±)}¢ ¦Ó(£É){Ú="£Æ";».Â("±",$Ä("Æ"));¡ p=¥+"/º/½.¾?¿=£Æ&®="+¦Ô(£É)+"&¯="+¯;À.Á(p,"¦Ð",±)}¢ ¦Ï(³){Ú="¦Ë";£($i("£Í"+³)){¡ Ñ=$i("£Í"+³).­}µ{Ê("£Ë £Ú ¢Ã")}£(Ñ!=""){».Â("±",$Ä("Æ"));¡ p=¥+"/º/½.¾?¿=¦Ì&®="+³+"&Ñ="+Ñ+"&¯="+¯;À.Á(p,"¦Í",±)}µ{Ê("¦Î n\\ð ¢§.")}}¢ ¦Õ(³){Ú="£ê";£($i("£Ì"+³)){¡ Ñ=$i("£Ì"+³).­}µ{Ê("£Ë £Ú ¢Ã")}£(Ñ!=""){¡ p=$i("£Û"+³);$i("£Û"+³).Ù=Ñ;».Â("±",$Ä("Æ"));¡ p=¥+"/º/½.¾?¿=£ê&®="+³+"&Ñ="+Ñ+"&¯="+¯;À.Á(p,"¦Ö",±)}µ{Ê("¦Ý n\\ð ¢§")}}¢ ¦Þ(³){ª("£ü","¢¢",¥+"/©/¦ß/¨.§?®="+³,"","","¦à&¢½;¦Ü")}¢ ¦Û(³){ª("¦×","Ö",¥+"/©/¦Ø/¨.§?®="+³,"","","¦Ù")}¢ à(){£(¶!="à"){¶="à";Ð("à");¤=æ ¢¨();¸.ø="";£¹();ª("¢É","£µ",¥+\'/©/à/¨.§\',"","","£¬&££;&û;o")}µ{Ð("¢¬")}}¢ £Ý(){£(¦Ú=="¤²"){Ê("¦ù\\¦ú\\ð n\\𠧺\\§»")}µ{ª("¹","·",¥+"/©/£Ý/¨.§","","","§¼&££;&û;o ä ¤È")}}¢ £à(){ª("¹","Ö",¥+"/©/£à/¨.§","","","§½ §¹ ¢÷&¢½;£ð")}¢ §¸(){ª("¹","¢±",¥+"/©/§´/¨.§","","","§µ §¶ ¢÷&¢½;£ð")}¢ £À(){ª("¹","ï",¥+"/©/£À/¨.§","","","§·")}¢ £«(){ª("¹","ï",¥+"/©/£«/¨.§","","","§¾\\§¿")}¢ §Æ(){¶="à";Ð("à");¤=æ ¢¨();¸.ø="";ª("¤Å","¹",¥+\'/©/§Ç/¨.§\',"","","£¬&££;&û;o")}¢ ÿ(){£(!$i("ã")){¡ É=².¢¶("È");É.Ü="ã";¡ ¼=\'<È ¢ë="§È" >&£Å</È>\';¼+=\'<È ¢ë="§É" ´="¢¡-¢Ñ:¢Î;£©:£¯;" >\';¼+=\'<È ´="¢¡-¢Ñ:¢Î;£©:£¯;" Ü="¢á" ></È>\';¼+=\'<È ´="¢¡-¢Ñ:¢Î;á-é:§Å" >\';¼+="<£¾ ´=\'§Ä:§À;¢ä:¢ç;¢¡-¢Ñ:¢Î;\' >";¼+="<¢¯ ´=\'¢ä:¢ç\' ¢å=\'£Ã\' Ü=\'¢Í\' \'ú\' />§Á</£¾>";¼+=\'</È>\';¼+=\'</È>\';É.Ù=¼;É.´.¤±="§Â";².¢ü.¢²(É);$i(\'¢Í\').ú=Û}£(¶!="ÿ"){Ô.§Ã("ó.î");Ô.ó.î.þ=æ Ô.§³.§²("ã",{í:¥É,§£:£²,§¤:Û,§¥:"ç",¢þ:Û,£¼:Û,§¡:Û,¦ÿ:£²});Ô.ó.î.þ.¦û();Ô.ó.î.þ.¦ü(¦ý+¦þ,§¦);¡ £³=¢(){°.¢û();Ô.£».£º.§§(Ô.ó.î.þ.¢þ,"£ñ")};Ô.£».£º.§®(Ô.ó.î.þ.¢þ,"£ñ",£³);Ð("ÿ");¤=æ ¢¨();$i("ã").´.Þ="£·";£¹()}µ{Ð("¢¬");°.¢û();£($i("ã")){$i("ã").´.Þ="ç"}}}¢ ¢Ò(){£(¶!="¢Ò"){¡ Ë=¢î.¢é()+"a";Ë=Ë.â(".");ñ="¢Ð"+Ë[1];Ð("¢Ò");¤=æ ¢¨();ª("¹","·",¥+\'/©/£ì/¨.§\',"","","¤É")}µ{Ð("¢¬")}}¢ ô(){£(¶!="ô"){¡ Ë=¢î.¢é()+"§¯";Ë=Ë.â(".");ñ="¢Ð"+Ë[1];Ð("ô");ª("¹","·",¥+\'/©/ô/¨.§\',"","","¤É")}µ{Ð("¢¬")}}¢ §°(){ª("¹","Ö",¥+"/©/§±/¨.§","","","¢³ ä ¤È")}¢ §­(){ª("¹","Ö",¥+"/©/§¬/¨.§","","","¢³ ä ¢÷&¢½;¤Ï")}¢ §¨(){ª("¹","Ö",¥+"/©/§©/¨.§","","","¢³ ä §ª&§«;¤Ï")}¢ ¦Ê(){ª("·","ï",¥+"/©/¦É/¨.§","","","¢³ ä ¥è")}¢ ¥é(³){ª("£ý","¢¢",¥+"/©/¢ã/¨.§?®="+³,"","","¥ê")}¢ ¥ë(³){ª("¤Å","¹",¥+"/©/¥ç/¨.§?®="+³,"","","¥æ")}¢ ¥â(³){ª("¹","·",¥+"/©/¥ã/¨.§?®="+³,"","","¥ä")}¢ ¥å(){ª("·","¢Ý",¥+"/©/¥ì/¨.§","","","¤¦")}¢ ¥í(£þ,¢ì){¥ô("¥õ","¥ö",¥+"/©/¥÷/¨.§?¦="+£þ+"&¢ì="+¢ì,"","","¤¨")}¢ ¥ó(³){ª("¥ò","¢¢",¥+"/©/¥î/¨.§?®="+³,"","","¤¦")}¢ ¥ï(){ª("£ý","£ü",¥+"/©/¥ð/¨.§","","","¥ñ&¥á;¥à")}¢ £ö(){ª("¹","·",¥+"/©/£ö/¨.§","","","¥Ð")}¢ £÷(){ª("¹","·",¥+"/©/£÷/¨.§","","","¥Ñ")}¢ ¤¿(){ª("¹","·",¥+"/©/¤¿/¨.§","","","¥Ò")}¢ ¥Ó(¢Ù,w,h){£(¢Ù!=""){ª(w+"£ú",h+"£ú",¢Ù,"","","¥Ï")}µ{Ê("¥Î\\ð n\\ð ¢§")}}¢ ¤©(){ª("·","¢±",¥+"/©/¤©/¨.§","","","¥Ê")}¢ ¥Ë(¢Å){£($i("¢°")){¡ ¼="<¢¯ ¢Û=\'¥Ì:¥Í.­=\\"\\"\' Ü=¤¹ £æ=\'¥Ô o Ó ü ¢ã\' ¢å=¢¡ é=¥Õ ¢ë=¥Ü ­=\'"+$Ä("¥Ý")+"\' />";¼+="<¢« õ=\'"+¥+"/¢Ú/¥Þ.£Î\' ¢Û=\'¢°()\' />";$i(¢Å).Ù=¼}}¢ ¢°(){¢ý();£($i("¢°")){£($i("¤¹").­==""){Ê("¥ß ¥Û ¥Ú ü ¢ã!");¢â}ª("·","¢Ý",¥+"/©/¥Ö/¨.§","","","¥× ¥Ø")}}¢ ¤»(){Ú="¢¹";ª("¢ÿ","£¦",¥+"/©/¤»/¨.§","","","¥Ù")}¢ ¥ø(){¢ý();Ú="¢¹";£(¢×){ª("¢¢","¢¢",¥+"/©/¤³/¨.§","","","¤­ ¤¬")}µ{ª("¢É","¢É",¥+"/©/¤³/¨.§","","","¤­ ¤¬")}}¢ ¤«(){Ú="¢¹";ª("¢ÿ","£¦",¥+"/©/¤«/¨.§","","","¥ù")}¢ £¡(){Ú="¢¹";ª("Ö","£¦",¥+"/©/£¡/¨.§","","","£¡");¢ý()}¢ ¦¹(){£(!$i("¢Õ")){¡ É=².¢¶("È");É.Ü=\'¢Õ\';É.´.¦º=\'¦»(¢¾,¢¾,¢¾,¢¾)\';¡ ¢º=².¢¶("¢«");¢º.õ="";¢º.Ü=\'¦¼\';É.¢²(¢º);².¢ü.¢²(É);¡ É=².¢¶("È");É.Ü=\'¢Ì\';².¢ü.¢²(É)}¦¸($i(\'¢Ì\').´){£´=\'1\'+¦·;¤±="¦³"}£(¢ó=="¤®"){$i("¢Õ").´.Þ="ç";$i("¢Ì").´.Þ="ç";$i(\'¢Ì\').´.£´=0;¢ó="¤²"}µ{¢ó="¤®";».Â("¤¼",$Ä("Æ"));¡ p=¥+"/º/½.¾?¿=¦´&¤ª=1.5&¯="+¯;À.Á(p,"¢Õ",¤¼)}}¢ ¦µ(){£($i("¦¶")){£(å){¡ ß=Õ.¢¼("",¦½,"í=¤Ò,¤Á=¤Ì,¤Í=¤¸,£¸=¤¸")}£(¢×){¡ ß=Õ.¢¼("","¤¨","í=¤Ò,¤Á=¤Ì,¤Í,£¸")}ß.².ì("<p ´=\'á-é: ¢Ô; á-¢Þ: £¢, £¤, ¢õ, ¢ö-¢í;\'>¦¾ ¦Å o ¦Æ&û;o ¢Ö ¦Ç £­ ¦È ¦Ä a ¢© ü ¦Ã o ¢æ<ê>");¡ ¢ø="<ê><b>N&û;o ¦¿ ¢Ú ¦À.";¢È(i=1;i<(¢­.Ï);i++){£(¢­[i].¢©!=" "){ß.².ì("<p ´=\'á-é: ¢Ô; á-¢Þ: £¢, £¤, ¢õ, ¢ö-¢í;\'>¦Á: "+i+"<ê>");ß.².ì("<p ´=\'á-é: ¢Ô; á-¢Þ: £¢, £¤, ¢õ, ¢ö-¢í;\'>¦Â&¦²;¦±: "+¢­[i].¦¡+"<ê>");ß.².ì("<¢« õ="+¢­[i].¢©+">");ß.².ì("<¢« õ="+¢­[i].¦¢+">");¢ø="<ê>¦£"}}ß.².ì(¢ø)}}¢ ¦¤(){Õ.¢¼(¥+"/¥ÿ/¨.¥þ")}¢ ¥ú(){Õ.¢¼(¥+"/¥û.§")}¢ ¢æ(³){ª("·","¢ª",¥+"/©/¢æ/¨.§?®="+³,"","","¥ü")}¢ ¥ý(){ª("¢ª","¢ª",¥+"/©/¦¥/¨.§",¢¿.x-£¶,¢¿.y-¦¦,"¦­")}¢ ¦®(){ª("Ö","·",¥+"/©/¦¯/¨.§",¢¿.x-£¶,¢¿.y-¦°,"¦¬")}¢ £¿(){ª("£µ","ï",¥+"/©/£¿/¨.§","","","¦«")};¢ ¢ð(){».Â("±",$Ä("Æ"));¡ p=¥+"/º/½.¾?¿=¢ð&¯="+¯;À.Á(p,"¢ð",±)}¢ ò(){£(¶!="ò"){¡ Ë=¢î.¢é()+"b";Ë=Ë.â(".");ñ="¢Ð"+Ë[1];Ð("ò");¤=æ ¢¨();¶="ò";ª("¢É","Ö",¥+"/©/¦§/¨.§","","","¦¨")}µ{Ð("¢¬")}}¢ ¢Ü(¢Å){£(¸.£Þ!=""){¡ l=¸.£Þ.â(",");¡ ¢ò="";¢È(ë=0;ë<l.Ï;ë++){¢ò+="<¢« £æ=\'¦© ¢Ü - "+l[ë]+"\' ´=¢ä:¢ç ¢Û=\'¦ª(\\""+l[ë]+"\\")\' õ=\'"+¥+"/¢Ú/¢Ü/"+l[ë]+".£Î\' />&£Å;"}$i(¢Å).Ù=¢ò}}¢ §¢(){}',95,612,'var|function|if|pontosdistobj|g_locaplic|doc|htm|index|ferramentas|wdocaf|getElementById|objposicaocursor|value|tema|g_sid|richdraw|ajaxredesenha|document|idtema|style|else|g_tipoacao|300px|objmapa|400px|classesphp|objaguarde|ins|mapa_controle|php|funcao|cpObj|call|abre|ddx|trad|ddy|o1|xpt|div|novoel|alert|temp|ximg|yimg|wdocai|length|mudaiconf|valor|iguias|texto|YAHOO|window|250px|dist|ypt|innerHTML|g_operacao|true|id|tipo|display|wi|selecao|font|split|mostradistancia|de|navm|new|none|linhas|size|br|li|write|width|xp|180px|x41o|g_nomepin|textofid|janelaDocamede|inseregrafico|src|renderer|mode|temaAtivo|create|checked|atilde|para|lineColor|panel|mede|text|340px|frames|fillColor|lineWidth|contentDocument|definido|pontosdist|imagem|150px|img|pan|quadrosfilme|off|input|buscaRapida|200px|appendChild|Grade|fcs|cf|createElement|itens|decimal|navega|novoimg|inclinacao|open|iacute|0px|objposicaomouse|calculadistancia|parseInt|status|erro|telax|iddiv|parentNode|telay|for|360px|Nenhum|item|boxlente|pararraios|left|xy|pin|align|inserexy|cs|12px|lente|da|navn|shadow_height|endereco|imagens|onclick|visual|280px|family|temasLigados|digi|mostradistancia_calculo|return|busca|cursor|type|download|pointer|scale|random|tolerancia|class|elemento|serif|Math|wdoca|reiniciaMapa|listadeitens|visuais|g_lenteaberta|desenhoRichdraw|helvetica|sans|pol|mensagem|170px|tamanho|fecha|body|criaboxg|close|450px|confluence|verdana|ccedil|arial|it|190px|sombra|xtela|padding|identifica|centroide|Sele|do|dmsy|3px|iys|selecaopoli|false|escondeWdocamede|borderWidth|320px|75|block|scrollbars|criaContainerRichdraw|Event|util|visible|tipoOperacao|span|imprimir|buffer|itemsel|identificaunico|checkbox|desenhar|nbsp|limpasel|excluitema|removeChild|celula|inseremarcaf|Ocorreu|nn|tr|png|childNodes|mapa|guiaTemas|img_d|ativalogo|210px|obj|getElementsByTagName|convertews|ajaxdestaca|template|um|nometema|ixg|pontosdistri|listavisual|iym|pontoempoligono|try|ytela|imgx|imgy|iyg|title|base|message|ixm|mudanome|linha|inserexy2|catch|ixs|ao|gono|click|position|pos|partials|pl|conectarwms|conectarwfs|tipoimagem|retorno|px|dmsx|350px|550px|janela|minfeaturesize|mf|mindistance|oy|offsety|offsetx|Legenda|ox|Cor|upload|resolucao|scielo|maps|Google|sim|resizeLinha|270px|borderColor|nao|googlemaps|substr|resultado|insereSHPgrafico|longlat|yes|valorBuscaRapida|500000|wiki|ajaxabrelente|insereSHP|md|conectargeorss|ys|height|sombray|cor|fys|500px|sombrax|xs|pontos|Insere|fonte|angulo|650|resizable|fxs|gonos|forca|force|550|220px|Carrega|location|urlatual|selecaopt|cliqueIdentifica|440px|push|selecaobox|carregamapa|carregaMapa|autoredesenha|desloca|inverte|opcoes_autoredesenha|Temporizador|Salva|salvamapa|salvaMapa|listai|Array|cliqueCapturaPt|tipoInsere|box1|insereFeature|os|pegar|digitando|opcoes_tamanho|Tamanho|ativaLogo|Template|Web|join|cliqueInseregrafico|service|queryMap|dados|Querymap|opcoes_querymap|capturaponto|foi|data|inserefeature|visibility|toleranciapt|cliqueSelecao|limpa|moveLonglat|frentey|Dist|topo|acum|insereCirculo|shadowsizey|adiciona|cliqueSelecaoPoli|ativo|km|atual|outlinecolor|ANNOTATION|Identifica|zoomboxf|movePan|moveMede|editar|escala|zoomli|cliqueInserexy|shadowsizex|escolhido|pizza|eval|moveSelecaoPoli|mascara|frentes|shadowcolor|frentex|frente|cliqueMede|selecaoPT|cliqueInseretoponimo|fundoc|fundo|220|Upload|ativaBuscaRapida|javascript|this|Endere|Sistemas|WMS|WFS|GeoRSS|abreSistema|digite|30|buscarapida|Busca|rapida|Wiki|palavra|uma|digitar|o2|tic|Digite|rios|oacute|etiquetas|etiqueta|Etiquetas|opcoesLegenda|Tabela|tabela|coordenadas|procuraratribf|Procurar|tabelaf|opcoes_legenda|abreCor|legenda|navegacaoDir|navegacaodir|Diret|490px|editaLegenda|wdocaf2|390px|230px|colorpicker|google|Scielo|downloadbase|datadownload|Download|opcoesQuadros|html|documentacao|extensao|referencia|Fim|abreDoc|opcoes_quadros|160|inseretxt|Texto|muda|mudaVisual|Imprimir|Escala|Quadros|opcoesEscala|opcoes_escala|260|ncia|eacute|red|crialente|pegaimagens|lugarquadros|g_postpx|with|lenteDeAumento|clip|rect|lenteimg|null|Click|existem|guardadas|Imagem|Abrang|fazer|sobre|com|bot|direita|mouse|gradecoord|gradeCoord|transparencia|mudatransp|mudaTransparencia|Valor|mudatranspf|selecaoLimpa|zoomtema|zoomTema|limpaseltemaf|pegaTema|mudanomef|mudaNome|480px|filtro|Filtro|g_r|filtrof|mia|Nome|toponimiaf|toponimia|Topon|zoomtemaf|desceTema|destacar|Aguarde|gerando|g_destaca|antes|Desligue|corFundo|opcoes_fundo|Fundo|destacaTema|geradestaque|geraDestaque|sobetema|sobeTema|descetemaf|descetema|sobetemaf|excluiTemas|excluitemaf|idx|while|temas|Op|x41|render|moveTo|imagemxi|150|modal|draggable|testaferramentas|fixedcenter|constraintoviewport|underlay|imagemyi|removeListener|gradeHex|gradehex|hex|aacute|gradepol|gradePol|addListener|gr|gradePontos|gradepontos|Panel|widget|nptpol|Pontos|por|Entorno|nptPol|em|dispon|x41vel|Distribui|Ponto|Centr|x41ide|navy|Raios|gray|namespace|color|10px|analisaGeometrias|analisageometrias|hd|bd|Tipo'.split('|'),0,{}))
197 197  
... ...