Revision 18873

View differences:

tags/tmp_build/frameworks/_fwAndami/.externalToolBuilders/Ant.launch
1
<?xml version="1.0" encoding="UTF-8"?>
2
<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
4
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
5
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/>
6
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,auto,"/>
7
<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/>
8
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/_fwAndami/build.xml}"/>
9
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
10
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
11
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
12
</launchConfiguration>
0 13

  
tags/tmp_build/frameworks/_fwAndami/docs/Servicios para los plugins.txt
1
1 Ejecuci?n en segundo plano.
2

  
3
	Es conveniente que la interfaz est? siempre en funcionamiento,
4
nunca bloqueada, aunque sea s?lo para mostrar al usuario que el
5
programa est? procesando. Para ello hay que realizar las tareas
6
que puedan tomar demasiado tiempo en un thread a parte. La
7
clase PluginServices proporciona un m?todo est?tico 
8
backgroundExecution al cual se le pasa un objeto Runnable, que
9
es ejecutado en segundo plano, dejando el thread de la interfaz
10
libre para responder pero con sus eventos bloqueados con el fin
11
de que la interfaz responda y se redibuje, pero se ignoren los
12
eventos que produce el usuario mientras se procesa la petici?n
0 13

  
tags/tmp_build/frameworks/_fwAndami/docs/funcionamiento class loader.txt
1
En Andami, el class loader de cada plugin delega primero en el classloader del sistemaes decir, que si se ejecuta desde eclipse buscar? por todos los jars que haya en el classpath del proyecto, y si se ejecuta desde la linea de comandos, buscar? en la variable de entorno CLASSPATH o en el argumento -classpath que se pase como par?metro a java.
2

  
3
Si el class loader del sistema no satisface la b?squeda, se buscar? en los jars especificados por el config.xml del plugin que intenta cargar la clase y si no se encuentra en dichos jars, se buscar? en los jars de los plugins de los cuales depende el plugin que intenta cargar la clase.
4

  
5
Por otra parte, FMap tiene un directorio de drivers en los que vas dejando los jars y autom?ticamente los procesa FMap. Sin embargo, FMap no conoce que es usado por Andami, y de hecho, FMap puede ser usado desde otros entornos, por lo que no usa directamente el class loader del plugin que tiene la librer?a fmap.jar en el config.xml. Usa su propio class loader, que est? definido en el proyecto driver-manager. Este class loader busca en los jars que hay en el mismo directorio del driver y de no encontrarla ?stos, delega en el classloader padre. El class loader padre, en el caso de gvSIG con Andami es el class loader del plugin que accede al driver.
0 6

  
tags/tmp_build/frameworks/_fwAndami/docs/Andami developer guide.html
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<html>
3
<head>
4
  <meta content="text/html; charset=ISO-8859-1"
5
 http-equiv="content-type">
6
  <title>Andami developer guide</title>
7
<link href="style.css" rel="stylesheet" type="text/css">
8
</head>
9
<body>
10
<table width="90%" border="0">
11
  <tr>
12
    <td class="Nivel2"><a href="#Introduccion"><strong><font color="#FFFFFF">Introducci&oacute;n</font></strong></a></td>
13
  </tr>
14
  <tr>
15
    <td class="Nivel2"><a href="#Creacion_de_plugins"><font color="#FFFFFF"><strong>Creaci&oacute;n 
16
      de plugins</strong></font></a></td>
17
  </tr>
18
  <tr>
19
    <td class="Nivel2"><a href="#Funcionamiento_del_class_loader"><strong><font color="#FFFFFF">Funcionamiento 
20
      del class loader</font></strong></a></td>
21
  </tr>
22
  <tr>
23
    <td class="Nivel2"><a href="#Servicios_a_los_plugins"><font color="#FFFFFF"><strong>Servicios 
24
      a los plugins</strong></font></a></td>
25
  </tr>
26
  <tr>
27
    <td><strong>&nbsp;&nbsp;&nbsp; <a
28
 href="#Ejecucion_en_segundo_plano">Ejecuci&oacute;n en segundo plano</a></strong></td>
29
  </tr>
30
  <tr>
31
    <td><strong>&nbsp;&nbsp;&nbsp; <a href="#Acceso_a_las_extensiones">Acceso 
32
      a las extensiones</a></strong></td>
33
  </tr>
34
  <tr>
35
    <td class="urbanismo"><strong>&nbsp;&nbsp;&nbsp; <a href="#Persistencia_de_los_plugins">Persistencia 
36
      de los plugins</a></strong></td>
37
  </tr>
38
  <tr>
39
    <td><strong>&nbsp;&nbsp;&nbsp; <a href="#popupmenus">Pop-up menus</a></strong></td>
40
  </tr>
41
  <tr>
42
    <td><strong>&nbsp;&nbsp;&nbsp; <a href="#Vistas">Vistas</a></strong></td>
43
  </tr>
44
  <tr>
45
    <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="#SingletonView">SingletonView's</a></td>
46
  </tr>
47
</table>
48

  
49

  
50

  
51
<p> <strong><font size="+1"><a name="Introduccion"></a>Introducci&oacute;n</font></strong></p>
52
<p> &nbsp;&nbsp;&nbsp; Andami es un framework orientado a plugins construido sobre 
53
  swing que permite la construcci&oacute;n de forma r&aacute;pida y extensible 
54
  de aplicaciones MDI (Multiple Document Interface). Tiene ya implementadas muchas 
55
  de las funcionalidades requeridas para este tipo de aplicaciones tales como 
56
  un men&uacute; Ventana, en la que van apareciendo las ventanas que se abren, 
57
  soporte para el traducciones, configuraci&oacute;n personalizada para cada usuario, 
58
  actualizaciones autom&aacute;ticas, tanto del propio Andami como de los plugins, 
59
  persistencia del tama&ntilde;o y posici&oacute;n de la ventana, del idioma, 
60
  distintos tipos de vista, con la finalidad de facilitar la programaci&oacute;n 
61
  de ventanas especiales, ... Todo esto adem&aacute;s de tener ya solventados 
62
  los problemas t&iacute;picos de la programaci&oacute;n de un entorno como &eacute;ste 
63
  que no son pocos.<br>
64
  <br>
65
  &nbsp;&nbsp;&nbsp; Adem&aacute;s, Andami est&aacute; dise&ntilde;ada de forma 
66
  que la propia l&oacute;gica MDI puede ser reemplazada. Si en lugar de una aplicaci&oacute;n 
67
  estilo arcView, se quiere que cada vista que se a&ntilde;ada, se haga en una 
68
  ventana de windows nueva (de las que aparecen en la barra de estado) o una vista 
69
  como la de Eclipse, no hay m&aacute;s que desarrollar el plugin adecuado.<br>
70
  <br>
71
  &nbsp;&nbsp;&nbsp; Andami est&aacute; dise&ntilde;ada para ser amistosa con 
72
  el usuario y para ello incorpora la posibilidad de a&ntilde;adir tooltips y 
73
  enabletexts a los botones. El tooltip es el texto que aparece cuando el rat&oacute;n 
74
  se detiene sobre un bot&oacute;n o men&uacute;. El enableText es el texto que 
75
  aparece en el caso anterior cuando el bot&oacute;n est&aacute; desactivado, 
76
  permitiendo mostrar al usuario qu&eacute; es lo que debe hacer para que dicho 
77
  bot&oacute;n se active (o cualquier otro mensaje).<br>
78
  <br>
79
  &nbsp;&nbsp;&nbsp; Por &uacute;ltimo, Andami tiene una gesti&oacute;n de errores 
80
  que agradar&aacute; a cualquier programador, ya que en casos de errores graves, 
81
  el propio framework avisa de dicho fallo y aconseja al usuario salvar los cambios 
82
  y reiniciar el programa, a parte de que toda excepci&oacute;n no capturada por 
83
  el usuario se redirige a un fichero de log configurable en el que se escribir&aacute; 
84
  su traza.<br>
85
</p>
86
<p> <strong><font size="+1"><a name="Creacion_de_plugins"></a>Creaci&oacute;n 
87
  de plugins</font></strong></p>
88
<p> &nbsp;&nbsp;&nbsp; Andami gira en torno al concepto de plugin. Andami mantiene 
89
  un directorio como directorio de los plugins, que se puede cambiar en cualquier 
90
  momento. Un plugin viene definido por la existencia de un subdirectorio dentro 
91
  del directorio de los plugins, siendo el nombre del plugin el nombre de dicho 
92
  directorio. Dentro de dicho directorio debe haber un fichero config.xml en el 
93
  que se configuran los puntos de entrada y salida del plugin (men&uacute;es, 
94
  barras de herramientas, etiquetas de la barra de estado, men&uacute;es contextuales), 
95
  las librer&iacute;as que va a usar, el paquete de traducciones, los plugins 
96
  de los que depende, etc. El fichero plugin-config.xsd contiene el esquema que 
97
  ha de seguir este fichero y est&aacute;n comentados todos los elementos. En 
98
  el CorePlugin que viene con Adami se puede ver un ejemplo de config.xml.<br>
99
  <br>
100
  &nbsp;&nbsp;&nbsp; Las rutas de los directorios son siempre relativas al directorio 
101
  del plugin y los textos de los men&uacute;es, tooltips y enabletext's son claves 
102
  en el fichero de traducciones en caso de que haya y textos literales en caso 
103
  de que no haya traducciones. El fichero de traducciones es un fichero de propiedades 
104
  com&uacute;n: ver ResourceBundle en la API de Java.<br>
105
  <br>
106
  &nbsp;&nbsp;&nbsp; Dentro de los plugins aparece el concepto de extensi&oacute;n. 
107
  Una extensi&oacute;n es instalada por los plugins mediante la implementaci&oacute;n 
108
  de la interfaz com.iver.andami.plugins.Extension y la instalaci&oacute;n de 
109
  unos controles geobernados por &eacute;sta en el fichero config.xml. Mediante 
110
  esta implementaci&oacute;n se le dice a Andami la condici&oacute;n que se debe 
111
  cumplir para que los controles sean visibles o est&eacute;n activos. Adem&aacute;s 
112
  se implementa la acci&oacute;n a llevar a cabo cuando se selecciona uno de los 
113
  men&uacute;es o botones asociados a la extensi&oacute;n. Cabe resaltar que Andami 
114
  crea una instancia de cada extensi&oacute;n configurada en config.xml, por lo 
115
  que las clases que implementen la interfaz Extension deben de tener un constructor 
116
  sin argumentos.<br>
117
  <br>
118
  &nbsp;&nbsp;&nbsp; En los tag 'extension' existe un atributo class-name en el 
119
  que se especifica la clase que gobierna el punto de extensi&oacute;n que se 
120
  est&aacute; definiendo. Esta clase deber&aacute; implementar la interfaz com.iver.andami.plugins.Extension 
121
  y ser&aacute; mediante &eacute;sta que gobernar&aacute; los men&uacute;es y 
122
  botones asociados a este punto de extensi&oacute;n<br>
123
  <br>
124
  &nbsp;&nbsp;&nbsp; Una problema com&uacute;n en este framework es no ver c&oacute;mo 
125
  se mantiene la informaci&oacute;n del proyecto concreto que se est&aacute; desarrollando. 
126
  El lugar adecuado es una de las extensiones instaladas. Por ejemplo en el caso 
127
  de gvSIG est&aacute; la extensi&oacute;n com.iver.cit.gvsig.ProjectExtension, 
128
  en la cual hay un atributo Project que es la ra&iacute;z del &aacute;rbol jer&aacute;rquico 
129
  del cual penden las vistas, mapas, tablas, ... Adem&aacute;s esta extensi&oacute;n 
130
  tiene un m&eacute;todo getProject que devuelve la referencia al proyecto, de 
131
  manera que se puede acceder desde cualquier punto de la aplicaci&oacute;n. Para 
132
  ver el acceso a las instancias de las extensiones ver <a href="#Acceso_a_las_extensiones">acceso 
133
  a las extensiones</a></p>
134
<p><br>
135
  <font size="+1"><strong><a name="Funcionamiento_del_class_loader"></a>Funcionamiento 
136
  del class loader</strong></font></p>
137
<p> En Andami, el class loader de cada plugin delega primero en el classloader 
138
  del sistemaes decir, que si se ejecuta desde eclipse buscar&aacute; por todos 
139
  los jars que haya en el classpath del proyecto, y si se ejecuta desde la linea 
140
  de comandos, buscar&aacute; en la variable de entorno CLASSPATH o en el argumento 
141
  -classpath que se pase como par&aacute;metro a java.<br>
142
  <br>
143
  Si el class loader del sistema no satisface la b&uacute;squeda, se buscar&aacute; 
144
  en los jars del directorio especificado por el config.xml del plugin que intenta 
145
  cargar la clase y si no se encuentra en dichos jars, se buscar&aacute; en los 
146
  jars de los plugins de los cuales depende el plugin que intenta cargar la clase.<br>
147
  <br>
148
  <strong><font size="+1"><a name="Servicios_a_los_plugins"></a>Servicios 
149
  a los plugins</font></strong></p>
150
<p><br>
151
&nbsp;&nbsp;&nbsp; Andami ofrece a los plugins distintos servicios 
152
  a trav&eacute;s de la clase PluginServices en cuyo javadoc se puede obtener 
153
  informaci&oacute;n sobre como usarlos. Existen unos servicios gen&eacute;ricos 
154
  que vienen dados por m&eacute;todos est&aacute;ticos de dicha clase y luego 
155
  est&aacute; el m&eacute;todo getPluginServices que obtiene una instancia de 
156
  esta clase espec&iacute;fica del plugin, mediante la cual puede acceder a servicios 
157
  concretos de cada plugin, traducciones, persistencia, directorio del plugin, 
158
  ...<br>
159
  &nbsp;<br>
160
  <strong><a name="Ejecucion_en_segundo_plano"></a>Ejecuci&oacute;n en segundo 
161
  plano</strong><br>
162
  &nbsp;&nbsp;&nbsp; Es conveniente que la interfaz gr&aacute;fica est&eacute; 
163
  siempre en funcionamiento, nunca bloqueada, aunque sea s&oacute;lo para mostrar 
164
  al usuario que el programa est&aacute; procesando. Para ello hay que realizar 
165
  las tareas que puedan tomar demasiado tiempo en un thread a parte. La clase 
166
  PluginServices proporciona un m&eacute;todo est&aacute;tico backgroundExecution 
167
  al cual se le pasa un objeto Runnable, que es ejecutado en segundo plano, dejando 
168
  el thread de la interfaz libre para responder pero con sus eventos bloqueados 
169
  con el fin de que la interfaz responda y se redibuje, pero se ignoren los eventos 
170
  que produce el usuario mientras se procesa la petici&oacute;n<br>
171
  <br>
172
  <a name="Acceso_a_las_extensiones"></a><strong>Acceso a las extensiones</strong><br>
173
  &nbsp;&nbsp;&nbsp; Para acceder a la instancia de una extensi&oacute;n 
174
  se puede usar simplemente el m&eacute;todo de PluginServices getExtension(Class) 
175
  a la cual habr&aacute; que pasar como par&aacute;metro la clase de la extensi&oacute;n 
176
  a la que se quiere acceder. Dicho m&eacute;todo retorna un objeto Extensi&oacute;n 
177
  y por tanto habr&aacute; que hacer casting a la clase concreta de dicha extensi&oacute;n, 
178
  habiendo obtenido as&iacute; la referencia a la instancia de la extensi&oacute;n 
179
  deseada.<br>
180
  &nbsp;&nbsp;&nbsp; A la hora de desarrollar habr&aacute; que tener en el build 
181
  path del entorno de desarrollo que se use, el jar del plugin dentro del cual 
182
  est&aacute; la extensi&oacute;n que se quiere obtener, para poder pasarle como 
183
  par&aacute;metro a getExtension(Class) la clase de la misma.<br>
184
  <br>
185
  <strong><a name="Persistencia_de_los_plugins"></a>Persistencia de 
186
  los plugins</strong><br>
187
  &nbsp;&nbsp;&nbsp; Uno de los servicios que ofrece Andami a los 
188
  plugins es la facilidad de guardar datos gen&eacute;ricos de los mismos en el 
189
  directorio del usuario de manera que cada usuario mantiene su propia configuraci&oacute;n 
190
  de los plugins. Para ello, las instancias de PluginServices contienen una propiedad 
191
  persistentXML que puede ser obtenida y asignada y que es de tipo XMLEntity, 
192
  pudiendo a&ntilde;adir informaci&oacute;n de tipo b&aacute;sico (String, int, 
193
  long, ...) a dicha instancia y siendo esta informaci&oacute;n persistente entre 
194
  ejecuciones.<br>
195
  <br>
196
  <strong><a name="popupmenus"></a>Pop-up menus</strong><br>
197
  &nbsp;&nbsp;&nbsp;&nbsp; Otro servicio proporcionado por Andami es el de pop-up 
198
  menu's extensibles. Mediante el XML se puede definir un pop-up menu con un nombre 
199
  y unas entradas al igual que cualquier otro men&uacute;, con la &uacute;nica 
200
  diferencia que para mostrar el popup men&uacute; habr&aacute; que registrar 
201
  un listener de la siguiente manera:<br>
202
</p>
203
<div style="text-align: center;">
204
<pre><>public void addPopupMenuListener(String name, Component c, ActionListener listener)</><br></pre>
205
</div>
206
&nbsp;&nbsp;&nbsp; Lo cual har&aacute; que al pinchar con el
207
bot&oacute;n derecho sobre el componente 'c' aparezca el men&uacute;
208
'name' del fichero de configuraci&oacute;n del plugin y al seleccionar
209
cualquier entrada se ejecutar&aacute; el ActionListener que se pasa
210
como par&aacute;metro.<br>
211
<br>
212
&nbsp;&nbsp;&nbsp; Estos men&uacute;es son extensibles porque cualquier
213
otro plugin puede a&ntilde;adir entradas a dicho men&uacute; en su
214
propio fichero config.xml referenciando el men&uacute; al que quiere
215
extender mediante el nombre del plugin m&aacute;s el nombre del
216
men&uacute;. Un ejemplo. Tenemos un plugin llamado com.iver.cit.gvsig
217
que instala un men&uacute; de la siguiente manera:<br>
218
<pre>		&lt;popupMenu name="cascada"&gt;<br>			&lt;entry text="Cascada" <br>				tooltip="cascada_tooltip" <br>				enableText="cascada_enable" actionCommand="CASCADA"/&gt;<br>			&lt;entry text="Tile" <br>				tooltip="tile_tooltip" <br>				enableText="cascada_enable" actionCommand="CASCADA"/&gt;<br>		&lt;/popupMenu&gt;<br></pre>
219
y tenemos otro plugin que quiere a&ntilde;adir una entrada a dicho
220
men&uacute;. Para ello deber&aacute; de incluir un fragmento similar a
221
este en su fichero config.xml:<br>
222
<pre>		&lt;popupMenu name="com.iver.cit.gvsig.cascada"&gt;<br>			&lt;entry text="Nueva entrada" actionCommand="NUEVA"/&gt;<br>		&lt;/popupMenu&gt;<br></pre>
223
y adem&aacute;s deber&aacute; de registrarse como listener de la manera
224
que se explic&oacute; anteriormente.<br>
225
<br>
226
<strong><a name="Vistas"></a>Vistas</strong><br>
227
&nbsp;&nbsp;&nbsp; El servicio m&aacute;s importante que
228
proporciona Andami es el de a&ntilde;adir vistas al marco principal.
229
Podemos calsificar las vistas por varios criterios:<br>
230
<ul>
231
  <li>Por su modalidad</li>
232
  <ul>
233
    <li>Modales</li>
234
    <li>No modales</li>
235
  </ul>
236
</ul>
237
<ul>
238
  <li>Por su contenido</li>
239
  <ul>
240
    <li>Singleton (Contenido identificable)</li>
241
    <li>Normales (Contenido no identificable)</li>
242
  </ul>
243
</ul>
244
&nbsp;&nbsp;&nbsp; Para crear una vista hay que hacer una clase que
245
derive de JPanel en la que se pone toda la funcionalidad como si de un
246
di&aacute;logo normal se tratara. Adem&aacute;s esta clase ha de
247
implementar la interfaz View la cual proporciona un m&eacute;todo
248
getViewInfo que es invocado una vez en la vida de la vista. Este objeto
249
contiene las caracter&iacute;sticas que tendr&aacute; la vista:
250
maximizable, resizable, title, ... y puede ser actualizado en cualquier
251
momento, reflej&aacute;ndose estos cambios de manera autom&aacute;tica
252
en la interfaz de usuario. Una vez implementada la vista, hay que
253
a&ntilde;adirla al manger MDI, que es el encargado de manejar toda la
254
l&oacute;gica relacionada con las vistas. Para obtener una referencia
255
al manager MDI la clase PluginServices tiene un m&eacute;todo
256
getMDIManager, el cual a su vez tiene un m&eacute;todo addView mediante
257
el cual se puede a&ntilde;adir la vista.<br>
258
<br>
259
&nbsp;&nbsp;&nbsp; Si durante la ejecuci&oacute;n se quiere cambiar
260
alguna propiedad de la vista tal como el tama&ntilde;o, la
261
posici&oacute;n o el
262
t&iacute;tulo, s&oacute;lo hay que acceder al objeto ViewInfo de la
263
misma y realizar los cambios de la manera deseada. El siguiente trozo
264
de c&oacute;digo cambia el t&iacute;tulo de una ventana (se supone que
265
es ejecutado desde la clase que implementa View).<br>
266
<pre>	PluginServices.getMDIManager().getViewInfo(this).setTitle("Nuevo t&iacute;tulo");<br></pre>
267
&nbsp;&nbsp;&nbsp; Puede ser necesario que algunas vistas realicen
268
alg&uacute;n tipo de procesamiento al ser activadas pero esto no se
269
sabe cuando ocurre ya que lo que se entrega al manager MDI es un
270
JPanel. Para recibir los eventos sobre las vistas, adem&aacute;s de
271
implementar View hay que implementar ViewListener la cual
272
proporcionar&aacute; los m&eacute;todos que ser&aacute;n invocados
273
cuando sucedan los eventos oportunos en las vistas.<br>
274
<br>
275
<big><a name="SingletonView"></a>SingletonView<br>
276
</big>&nbsp;&nbsp;&nbsp; Un tipo especial de vistas son las
277
SingletonView. Su principal caracter&iacute;stica es que se les define
278
el contenido de las mismas, de manera que cuando hay una SingletonView
279
minimizada en el proyecto y se intenta a&ntilde;adir un JPanel con el
280
mismo contenido, en lugar de aparecer otra ventana en el escritorio, lo
281
que sucede es que la ventana que estaba minimizada se restaura a su
282
posici&oacute;n anterior. Para esto, el m&eacute;todo addView devuelve
283
una referencia a la vista que se muestra, sea esta la que se
284
est&aacute; a&ntilde;adiendo o la que ya est&aacute; a&ntilde;adida.
285
Adem&aacute;s, al cerrar dicha ventana se guardan las dimensiones y la
286
posici&oacute;n de las mismas, de manera que al volverla a abrir se
287
recuerdan estos datos.<br>
288
</body>
289
</html>
0 290

  
tags/tmp_build/frameworks/_fwAndami/gvsig.sh
1
#!/bin/sh
2
[ -x /usr/bin/dirname ] && cd `dirname $0`
3
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH":../../libs/
4
java -Djava.library.path=/usr/lib:/home/cesar/libs -cp andami.jar:lib/beans.jar:./lib/castor-0.9.5.3-xml.jar:lib/commons-dbcp-1.0-dev-20020806.zip:lib/commons-codec-1.3.jar:lib/commons-collections-3.1.zip:lib/commons-pool-1.2.zip:/lib/crimson.jar:lib/gvsig-i18n.jar:./lib/javaws.jar:lib/JWizardComponent.jar:./lib/iver-utiles.jar:./lib/log4j-1.2.8.jar:lib/looks-2.0.2.jar:lib/tempFileManager.jar:./lib/xerces_2_5_0.jar:./lib/xml-apis.jar:./lib/kxml2.jar -Xmx500M com.iver.andami.Launcher gvSIG gvSIG/extensiones "$@"
0 5

  
tags/tmp_build/frameworks/_fwAndami/build.xml
1
<project name="_fwAndami" default="create-jar" basedir=".">
2
	<!-- set global properties for this build -->
3
	<property name="src" location="src" />
4
	<property name="build" location="bin" />
5
	<property name="dist" location="dist" />
6
	<property name="lib" location="lib" />
7
	<property name="appDir" location="gvSIG" />
8
	<property name="extensiones" location="${appDir}/extensiones" />
9
	<property name="build-doc" value="build-doc"/>
10
	<property name="jarName" value="andami.jar"/>
11
	<property name="debug" value="off" />
12
	<import file="compile-classpath.xml"/>
13
	<property name="webapps" location="c:\webservers\jakarta-tomcat-5.0.25\webapps\" />
14
	<property name="webdir" location="web" />
15
	<property name="keystore" location="keystore" />
16
	<property name="schemas" location="schemas" />
17
	<property name="JavaSourceVersion" value="1.4"/>
18
	<property name="JavaTargetVersion" value="1.4"/>
19

  
20
	<target name="init">
21
		<!-- Create the time stamp -->
22
		<tstamp />
23
		<echo>
24
			Compiling ${ant.project.name}...
25
		</echo>
26
	</target>
27

  
28
    <target name="batch-build"
29
    	    description="compile the sources, create the jar file for Andami framework"
30
    	    depends="init,compile,create-jar">
31
    </target>
32

  
33
    <target name="compile" description="compile the source" >
34
        <!-- Compile the Java code from ${src} to ${build} -->
35
    	<mkdir dir="${build}" />
36
        <javac	srcdir="${src}"
37
				destdir="${build}"
38
        		source="${JavaSourceVersion}"
39
				target="${JavaTargetVersion}"
40
				debug="${debug}"
41
	        	encoding="${encoding}"
42
				debuglevel="${debuglevel}">
43
        	<classpath refid="_fwAndami.compile-classpath"/>
44
        </javac>
45
    	<copy todir="${build}">
46
    		<fileset
47
    			dir="${src}"
48
    			excludes="**/*.java"/>
49
		</copy>
50
    </target>
51

  
52
	<!--Crea un jar con el codigo de andami-->
53
	<target name="create-jar" description="Crea el jar de la aplicacion">
54
        <copy todir="${build}/com/iver/andami/">
55
                <fileset dir="config" includes="*.properties" />
56
        </copy>
57
    	<mkdir dir="${appDir}" />
58
		<jar destfile="${jarName}" basedir="${build}" />
59
	</target>
60

  
61
	  <target name="clean" description="delete binaries and jar files" >
62
	    <!-- Delete the ${build} and ${dist} directory trees -->
63
	    <delete dir="${build}"/>
64
	    <delete dir="${dist}"/>
65
	    <delete file="${jarName}"/>
66
	    <delete dir="${appDir}"/>
67
	  </target>
68

  
69
    <target name="build-doc" depends="" description="Genera un zip con la documentación">
70
		<javadoc
71
			packagenames="com.iver.andami.*"
72
			sourcepath="src"
73
			defaultexcludes="yes"
74
			destdir="${build-doc}/andami-api"
75
			windowtitle="andami API">
76
		</javadoc>
77
	</target>
78

  
79

  
80
	<!-- Genera las clases a partir de los esquemas -->
81
	<target name="generate-andami-config-classes">
82

  
83
		<delete>
84
			<fileset dir="${src}" includes="com/iver/andami/config/generate/**" />
85
		</delete>
86
		<java classname="org.exolab.castor.builder.SourceGenerator">
87
			<classpath>
88
				<pathelement path="lib/castor-0.9.5.3-xml.jar" />
89
				<pathelement path="lib/xerces_2_5_0.jar" />
90
			</classpath>
91
			<arg value="-i" />
92
			<arg value="${schemas}/andami-config.xsd" />
93
			<arg value="-package" />
94
			<arg value="com.iver.andami.config.generate" />
95
			<arg value="-dest" />
96
			<arg value="${src}" />
97
		</java>
98
	</target>
99

  
100
	<!-- Genera las clases a partir de los esquemas -->
101
	<target name="generate-plugin-config">
102
		<delete>
103
			<fileset dir="${src}" includes="com/iver/andami/plugins/config/generate/**" />
104
		</delete>
105
		<java classname="org.exolab.castor.builder.SourceGenerator">
106
			<classpath>
107
				<pathelement path="lib/castor-0.9.5.3-xml.jar" />
108
				<pathelement path="lib/xerces_2_5_0.jar" />
109
			</classpath>
110
			<arg value="-i" />
111
			<arg value="${schemas}/plugin-config.xsd" />
112
			<arg value="-package" />
113
			<arg value="com.iver.andami.plugins.config.generate" />
114
			<arg value="-dest" />
115
			<arg value="${src}" />
116
		</java>
117
	</target>
118

  
119
	<!-- Genera las clases a partir de los esquemas -->
120
	<target name="generate-plugin-persistence">
121
		<delete>
122
			<fileset dir="${src}" includes="com/iver/andami/persistence/generate/**" />
123
		</delete>
124
		<java classname="org.exolab.castor.builder.SourceGenerator">
125
			<classpath>
126
				<pathelement path="lib/castor-0.9.5.3-xml.jar" />
127
				<pathelement path="lib/xerces_2_5_0.jar" />
128
			</classpath>
129
			<arg value="-i" />
130
			<arg value="${schemas}/plugin-persistence.xsd" />
131
			<arg value="-package" />
132
			<arg value="com.iver.andami.persistence.generate" />
133
			<arg value="-dest" />
134
			<arg value="${src}" />
135
		</java>
136

  
137
	</target>
138

  
139
	<!--Copia los jar que hay en el subdirectorio lib al directorio web-->
140
	<target name="move-jars" description="Pone todos los jar en el directorio web" depends="create-jar">
141
		<copy todir="${webdir}">
142
			<fileset dir="lib" includes="**/*" />
143
		</copy>
144
	</target>
145

  
146
	<!--Comprime las extensiones en un zip y las mete en el directorio web-->
147
	<target name="extensiones" description="Copia el directorio de extensiones">
148
		<zip zipfile="${webdir}/extensiones.zip">
149
			<fileset dir="${extensiones}" includes="**/*" excludes="CVS" excludesfile=".cvsignore" />
150
		</zip>
151
	</target>
152

  
153
</project>
0 154

  
tags/tmp_build/frameworks/_fwAndami/.classpath
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="src" path="src"/>
4
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5
	<classpathentry kind="lib" path="lib/castor-0.9.5.3-xml.jar"/>
6
	<classpathentry kind="lib" path="lib/log4j-1.2.8.jar"/>
7
	<classpathentry kind="lib" path="lib/javaws.jar"/>
8
	<classpathentry kind="lib" path="lib/iver-utiles.jar" sourcepath="/libIverUtiles/src"/>
9
	<classpathentry kind="lib" path="lib/tempFileManager.jar"/>
10
	<classpathentry kind="lib" path="lib/xml-apis.jar"/>
11
	<classpathentry kind="lib" path="lib/crimson.jar"/>
12
	<classpathentry kind="lib" path="lib/xerces_2_5_0.jar"/>
13
	<classpathentry kind="lib" path="lib/commons-dbcp-1.0-dev-20020806.zip"/>
14
	<classpathentry kind="lib" path="lib/commons-pool-1.2.zip"/>
15
	<classpathentry kind="lib" path="lib/commons-collections-3.1.zip"/>
16
	<classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/>
17
	<classpathentry kind="lib" path="lib/xmlrpc-2.0.1.jar"/>
18
	<classpathentry kind="lib" path="lib/beans.jar" sourcepath="/libUI/src"/>
19
	<classpathentry kind="lib" path="lib/gvsig-i18n.jar" sourcepath="/libInternationalization/src"/>
20
	<classpathentry kind="lib" path="lib/looks-2.0.2.jar"/>
21
	<classpathentry exported="true" kind="lib" path="lib/JWizardComponent.jar"/>
22
	<classpathentry kind="lib" path="lib/jcalendar.jar"/>
23
	<classpathentry kind="lib" path="lib/kxml2.jar"/>
24
	<classpathentry kind="lib" path="lib/jh.jar"/>
25
	<classpathentry kind="output" path="bin"/>
26
</classpath>
0 27

  
tags/tmp_build/frameworks/_fwAndami/gpl.txt
1
		    GNU GENERAL PUBLIC LICENSE
2
		       Version 2, June 1991
3

  
4
 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5
                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
6
 Everyone is permitted to copy and distribute verbatim copies
7
 of this license document, but changing it is not allowed.
8

  
9
			    Preamble
10

  
11
  The licenses for most software are designed to take away your
12
freedom to share and change it.  By contrast, the GNU General Public
13
License is intended to guarantee your freedom to share and change free
14
software--to make sure the software is free for all its users.  This
15
General Public License applies to most of the Free Software
16
Foundation's software and to any other program whose authors commit to
17
using it.  (Some other Free Software Foundation software is covered by
18
the GNU Library General Public License instead.)  You can apply it to
19
your programs, too.
20

  
21
  When we speak of free software, we are referring to freedom, not
22
price.  Our General Public Licenses are designed to make sure that you
23
have the freedom to distribute copies of free software (and charge for
24
this service if you wish), that you receive source code or can get it
25
if you want it, that you can change the software or use pieces of it
26
in new free programs; and that you know you can do these things.
27

  
28
  To protect your rights, we need to make restrictions that forbid
29
anyone to deny you these rights or to ask you to surrender the rights.
30
These restrictions translate to certain responsibilities for you if you
31
distribute copies of the software, or if you modify it.
32

  
33
  For example, if you distribute copies of such a program, whether
34
gratis or for a fee, you must give the recipients all the rights that
35
you have.  You must make sure that they, too, receive or can get the
36
source code.  And you must show them these terms so they know their
37
rights.
38

  
39
  We protect your rights with two steps: (1) copyright the software, and
40
(2) offer you this license which gives you legal permission to copy,
41
distribute and/or modify the software.
42

  
43
  Also, for each author's protection and ours, we want to make certain
44
that everyone understands that there is no warranty for this free
45
software.  If the software is modified by someone else and passed on, we
46
want its recipients to know that what they have is not the original, so
47
that any problems introduced by others will not reflect on the original
48
authors' reputations.
49

  
50
  Finally, any free program is threatened constantly by software
51
patents.  We wish to avoid the danger that redistributors of a free
52
program will individually obtain patent licenses, in effect making the
53
program proprietary.  To prevent this, we have made it clear that any
54
patent must be licensed for everyone's free use or not licensed at all.
55

  
56
  The precise terms and conditions for copying, distribution and
57
modification follow.
58

59
		    GNU GENERAL PUBLIC LICENSE
60
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
61

  
62
  0. This License applies to any program or other work which contains
63
a notice placed by the copyright holder saying it may be distributed
64
under the terms of this General Public License.  The "Program", below,
65
refers to any such program or work, and a "work based on the Program"
66
means either the Program or any derivative work under copyright law:
67
that is to say, a work containing the Program or a portion of it,
68
either verbatim or with modifications and/or translated into another
69
language.  (Hereinafter, translation is included without limitation in
70
the term "modification".)  Each licensee is addressed as "you".
71

  
72
Activities other than copying, distribution and modification are not
73
covered by this License; they are outside its scope.  The act of
74
running the Program is not restricted, and the output from the Program
75
is covered only if its contents constitute a work based on the
76
Program (independent of having been made by running the Program).
77
Whether that is true depends on what the Program does.
78

  
79
  1. You may copy and distribute verbatim copies of the Program's
80
source code as you receive it, in any medium, provided that you
81
conspicuously and appropriately publish on each copy an appropriate
82
copyright notice and disclaimer of warranty; keep intact all the
83
notices that refer to this License and to the absence of any warranty;
84
and give any other recipients of the Program a copy of this License
85
along with the Program.
86

  
87
You may charge a fee for the physical act of transferring a copy, and
88
you may at your option offer warranty protection in exchange for a fee.
89

  
90
  2. You may modify your copy or copies of the Program or any portion
91
of it, thus forming a work based on the Program, and copy and
92
distribute such modifications or work under the terms of Section 1
93
above, provided that you also meet all of these conditions:
94

  
95
    a) You must cause the modified files to carry prominent notices
96
    stating that you changed the files and the date of any change.
97

  
98
    b) You must cause any work that you distribute or publish, that in
99
    whole or in part contains or is derived from the Program or any
100
    part thereof, to be licensed as a whole at no charge to all third
101
    parties under the terms of this License.
102

  
103
    c) If the modified program normally reads commands interactively
104
    when run, you must cause it, when started running for such
105
    interactive use in the most ordinary way, to print or display an
106
    announcement including an appropriate copyright notice and a
107
    notice that there is no warranty (or else, saying that you provide
108
    a warranty) and that users may redistribute the program under
109
    these conditions, and telling the user how to view a copy of this
110
    License.  (Exception: if the Program itself is interactive but
111
    does not normally print such an announcement, your work based on
112
    the Program is not required to print an announcement.)
113

114
These requirements apply to the modified work as a whole.  If
115
identifiable sections of that work are not derived from the Program,
116
and can be reasonably considered independent and separate works in
117
themselves, then this License, and its terms, do not apply to those
118
sections when you distribute them as separate works.  But when you
119
distribute the same sections as part of a whole which is a work based
120
on the Program, the distribution of the whole must be on the terms of
121
this License, whose permissions for other licensees extend to the
122
entire whole, and thus to each and every part regardless of who wrote it.
123

  
124
Thus, it is not the intent of this section to claim rights or contest
125
your rights to work written entirely by you; rather, the intent is to
126
exercise the right to control the distribution of derivative or
127
collective works based on the Program.
128

  
129
In addition, mere aggregation of another work not based on the Program
130
with the Program (or with a work based on the Program) on a volume of
131
a storage or distribution medium does not bring the other work under
132
the scope of this License.
133

  
134
  3. You may copy and distribute the Program (or a work based on it,
135
under Section 2) in object code or executable form under the terms of
136
Sections 1 and 2 above provided that you also do one of the following:
137

  
138
    a) Accompany it with the complete corresponding machine-readable
139
    source code, which must be distributed under the terms of Sections
140
    1 and 2 above on a medium customarily used for software interchange; or,
141

  
142
    b) Accompany it with a written offer, valid for at least three
143
    years, to give any third party, for a charge no more than your
144
    cost of physically performing source distribution, a complete
145
    machine-readable copy of the corresponding source code, to be
146
    distributed under the terms of Sections 1 and 2 above on a medium
147
    customarily used for software interchange; or,
148

  
149
    c) Accompany it with the information you received as to the offer
150
    to distribute corresponding source code.  (This alternative is
151
    allowed only for noncommercial distribution and only if you
152
    received the program in object code or executable form with such
153
    an offer, in accord with Subsection b above.)
154

  
155
The source code for a work means the preferred form of the work for
156
making modifications to it.  For an executable work, complete source
157
code means all the source code for all modules it contains, plus any
158
associated interface definition files, plus the scripts used to
159
control compilation and installation of the executable.  However, as a
160
special exception, the source code distributed need not include
161
anything that is normally distributed (in either source or binary
162
form) with the major components (compiler, kernel, and so on) of the
163
operating system on which the executable runs, unless that component
164
itself accompanies the executable.
165

  
166
If distribution of executable or object code is made by offering
167
access to copy from a designated place, then offering equivalent
168
access to copy the source code from the same place counts as
169
distribution of the source code, even though third parties are not
170
compelled to copy the source along with the object code.
171

172
  4. You may not copy, modify, sublicense, or distribute the Program
173
except as expressly provided under this License.  Any attempt
174
otherwise to copy, modify, sublicense or distribute the Program is
175
void, and will automatically terminate your rights under this License.
176
However, parties who have received copies, or rights, from you under
177
this License will not have their licenses terminated so long as such
178
parties remain in full compliance.
179

  
180
  5. You are not required to accept this License, since you have not
181
signed it.  However, nothing else grants you permission to modify or
182
distribute the Program or its derivative works.  These actions are
183
prohibited by law if you do not accept this License.  Therefore, by
184
modifying or distributing the Program (or any work based on the
185
Program), you indicate your acceptance of this License to do so, and
186
all its terms and conditions for copying, distributing or modifying
187
the Program or works based on it.
188

  
189
  6. Each time you redistribute the Program (or any work based on the
190
Program), the recipient automatically receives a license from the
191
original licensor to copy, distribute or modify the Program subject to
192
these terms and conditions.  You may not impose any further
193
restrictions on the recipients' exercise of the rights granted herein.
194
You are not responsible for enforcing compliance by third parties to
195
this License.
196

  
197
  7. If, as a consequence of a court judgment or allegation of patent
198
infringement or for any other reason (not limited to patent issues),
199
conditions are imposed on you (whether by court order, agreement or
200
otherwise) that contradict the conditions of this License, they do not
201
excuse you from the conditions of this License.  If you cannot
202
distribute so as to satisfy simultaneously your obligations under this
203
License and any other pertinent obligations, then as a consequence you
204
may not distribute the Program at all.  For example, if a patent
205
license would not permit royalty-free redistribution of the Program by
206
all those who receive copies directly or indirectly through you, then
207
the only way you could satisfy both it and this License would be to
208
refrain entirely from distribution of the Program.
209

  
210
If any portion of this section is held invalid or unenforceable under
211
any particular circumstance, the balance of the section is intended to
212
apply and the section as a whole is intended to apply in other
213
circumstances.
214

  
215
It is not the purpose of this section to induce you to infringe any
216
patents or other property right claims or to contest validity of any
217
such claims; this section has the sole purpose of protecting the
218
integrity of the free software distribution system, which is
219
implemented by public license practices.  Many people have made
220
generous contributions to the wide range of software distributed
221
through that system in reliance on consistent application of that
222
system; it is up to the author/donor to decide if he or she is willing
223
to distribute software through any other system and a licensee cannot
224
impose that choice.
225

  
226
This section is intended to make thoroughly clear what is believed to
227
be a consequence of the rest of this License.
228

229
  8. If the distribution and/or use of the Program is restricted in
230
certain countries either by patents or by copyrighted interfaces, the
231
original copyright holder who places the Program under this License
232
may add an explicit geographical distribution limitation excluding
233
those countries, so that distribution is permitted only in or among
234
countries not thus excluded.  In such case, this License incorporates
235
the limitation as if written in the body of this License.
236

  
237
  9. The Free Software Foundation may publish revised and/or new versions
238
of the General Public License from time to time.  Such new versions will
239
be similar in spirit to the present version, but may differ in detail to
240
address new problems or concerns.
241

  
242
Each version is given a distinguishing version number.  If the Program
243
specifies a version number of this License which applies to it and "any
244
later version", you have the option of following the terms and conditions
245
either of that version or of any later version published by the Free
246
Software Foundation.  If the Program does not specify a version number of
247
this License, you may choose any version ever published by the Free Software
248
Foundation.
249

  
250
  10. If you wish to incorporate parts of the Program into other free
251
programs whose distribution conditions are different, write to the author
252
to ask for permission.  For software which is copyrighted by the Free
253
Software Foundation, write to the Free Software Foundation; we sometimes
254
make exceptions for this.  Our decision will be guided by the two goals
255
of preserving the free status of all derivatives of our free software and
256
of promoting the sharing and reuse of software generally.
257

  
258
			    NO WARRANTY
259

  
260
  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
262
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
263
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
264
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
265
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
266
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
267
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
268
REPAIR OR CORRECTION.
269

  
270
  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
271
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
272
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
273
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
274
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
275
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
276
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
277
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
278
POSSIBILITY OF SUCH DAMAGES.
279

  
280
		     END OF TERMS AND CONDITIONS
281

282
	    How to Apply These Terms to Your New Programs
283

  
284
  If you develop a new program, and you want it to be of the greatest
285
possible use to the public, the best way to achieve this is to make it
286
free software which everyone can redistribute and change under these terms.
287

  
288
  To do so, attach the following notices to the program.  It is safest
289
to attach them to the start of each source file to most effectively
290
convey the exclusion of warranty; and each file should have at least
291
the "copyright" line and a pointer to where the full notice is found.
292

  
293
    <one line to give the program's name and a brief idea of what it does.>
294
    Copyright (C) <year>  <name of author>
295

  
296
    This program is free software; you can redistribute it and/or modify
297
    it under the terms of the GNU General Public License as published by
298
    the Free Software Foundation; either version 2 of the License, or
299
    (at your option) any later version.
300

  
301
    This program is distributed in the hope that it will be useful,
302
    but WITHOUT ANY WARRANTY; without even the implied warranty of
303
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
304
    GNU General Public License for more details.
305

  
306
    You should have received a copy of the GNU General Public License
307
    along with this program; if not, write to the Free Software
308
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
309

  
310

  
311
Also add information on how to contact you by electronic and paper mail.
312

  
313
If the program is interactive, make it output a short notice like this
314
when it starts in an interactive mode:
315

  
316
    Gnomovision version 69, Copyright (C) year name of author
317
    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318
    This is free software, and you are welcome to redistribute it
319
    under certain conditions; type `show c' for details.
320

  
321
The hypothetical commands `show w' and `show c' should show the appropriate
322
parts of the General Public License.  Of course, the commands you use may
323
be called something other than `show w' and `show c'; they could even be
324
mouse-clicks or menu items--whatever suits your program.
325

  
326
You should also get your employer (if you work as a programmer) or your
327
school, if any, to sign a "copyright disclaimer" for the program, if
328
necessary.  Here is a sample; alter the names:
329

  
330
  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
331
  `Gnomovision' (which makes passes at compilers) written by James Hacker.
332

  
333
  <signature of Ty Coon>, 1 April 1989
334
  Ty Coon, President of Vice
335

  
336
This General Public License does not permit incorporating your program into
337
proprietary programs.  If your program is a subroutine library, you may
338
consider it more useful to permit linking proprietary applications with the
339
library.  If this is what you want to do, use the GNU Library General
340
Public License instead of this License.
0 341

  
tags/tmp_build/frameworks/_fwAndami/theme/andami-theme.xml
1
<AndamiProperties>
2
	<ApplicationImages>
3
		<SplashImages>
4
			<!--Splash path="theme/logoIver.png" timer="1000"/-->
5
			<Splash path="theme/logo_es.png" timer="10000"/>
6
		</SplashImages>
7
		<!--BackgroundImage path="theme/logo_es.png"/-->
8
		<!--WallpaperType value="CENTERED"/-->
9
		<Icon path="theme/logoGVA.gif"/>
10
	</ApplicationImages>
11
	<ApplicationName value="gvSIG 1.1.2"/>
12
</AndamiProperties>
0 13

  
tags/tmp_build/frameworks/_fwAndami/theme/logo_es.png
1
?PNG
2

3

+IHDR????6?bKGD???????	pHYsaa???itIME?%,3D? IDATx??y?lYY??}?z??L}??@O?2?? -?+*?Q0dp1Q???h??'1?8?5?9FQ?qB?m?LB?MO4t7?}??s???P??{???UU??[?9??p???|??a?]U{???L?G????????x?p?+????????????	$#####HFFFFF&???????L ?@222222?dddddd?????????????	$#####HFFFFF&??????L ?@2222222?dddddd????????????	$#####HFFFFFF&??????L ?@222222?dddddd?????????????	$#####HFFFFF&??????L ?@222222?dddddd????????????	$######HFFFFF&??????L ?@2222222?dddddd????????????	$#####HFFFFFF&??????L ?@222222?dddddd?????????????	$#####HFFFFF&??????L ?@222222?dddddd????????????	$######HFFFFF&???????t?W????XA?`?Q??T??q<zj?=k???Km?H?Dgq-O)??Y?2?R?}?6?j??Po@??@P	?b?P??3H$b???T%~P??8?q??S??\??+?u??Wt?w??	$#?)?Nb?G`p2??@#I(??K#?S?0??????,?
+?"?.$??K?
4
8?`???C??????OF&????)?Nb??P?M??$#?AOd 
5
*P?.?F??  ??x"YD???Q?E
6
???l?K?s??J?a?8??z??z???+Y_???L ?????m?Z25??[ ????&?PB?T?3!S(1T?DAA?H2?D??P?N?#z0??r'??L#???)?????83?????
7
?????fd????
+?G??aD???6??&?A?(*>E?Lq?????R(+??D
+?x??@???F?P?E'^P????q[$???%+p`???Gy?_??????:#HF?_Za[??8 ?(??U~?*?HCS?JQ<?
+Dqc"1?FOCt?Ls$aJH$rD??A?-?{????qK?t??&?b?E&?V??
8
??Q?~/|?W???#HF?F????l?????D	B-PXH???4i?!?&z
+?#??????'??&^??Kj?]e4^g?o?jx0b?J?????\?|??????[????	$#?(?`??l??B
9
Ca1?ZH^?"(?QS?9g# PBZ??Eg?$UQM<?D
+?b?q8i???
+??j,K?c?9.fQf?d??O???"p??Y???????|~dd???I??sw?????C??$"??y
10
?(BCK???V??sSR!y(?N<G XL?????%/??[???`"?sq;???b8	eB:n?qne??????^??\?????|???@>_22?ddX?GO?b??????????BB*4??R???!+<??}?;?:I?Hb^%z1?v
11
??????.c2?R`?r?$?D,?????8??A??\?sq
+a??p???<??u_???O??L OM???lh?U?CL& 4yS?P???M???h?D?F?F???U$?P>y?*?Uc?8L&)?4?g?1 `?9?&?aDq?WD??"??+?$?????e\?5???ht?|?b?a:????E/??|2ed?x?x???w$kM???J]B??+?B??2??b?z?Qiiu?Q???/?<b?;??H,??wl?SSHC?d?????0?F??b(K!X$$????D0?t??F?n?d?C???n??c??7?15???*??++???????du9j??S??J'%???????aCN?+?B?F???C?j???*????*?|?6?0)????M???1s?4?
+iz'?L?????p?$"A??b?Id????t???W????D&cO)`A1_?x???z/?????L O2l~???'y???P?zTk
12
?P+???*?%??Vh"Z?AKDG??
13
+U?0?9????N??7?7D?????b%?6~?8/b??\2?L?h???s)0)b?+y$N:?L$??`????N?Z?!??#???`????r???s.#H?E??{?n1?'?^GE:?????b?1???b?J????qj,T??J?v?|	??????vl??G??c"?]???'B????M
+~??W??B?d?b?M????ufC\?<??e?Kr)Z{/nZ??oy1/???_F&????:F?!?????*?I?0z???J?/)?
+#$?P??0?a,$o?????d??CRil??j???{hE?tj?w?|X#??$?v???sa?????r?0?1?.&S2):)??:????4???RgI?#?????K?O?L y???si?$C???D???
+y?0?B	a??~?$??P????1?n>nw?5IT$v?VH??j???+R?Y???c?>?k?O?????9d2????H
14
]I?x%?4??.?o??c???*+V???q???Y?zF>)32?d|?CO?77???b?
15
5N?1LJ4?cx??'???#6Bus?<GL??**????T?.a?f?|l?$C?6HFH:WM??h????&?4s?uL?P???"%???!2??up?h?5?;I$u??\??(	e??z?]????7?7??L ??^???????????<V??O!????z?)??UR??????h????????????kx!??I??4??w?3?-,&L$N?;L%?M????:?)?5?-IL4??*}?C
16
?_???En??+x????|?fd??#?r9w[?&??c?a>&?]?:???^"??}4??1??$.??oY?T?ds?-?v??$w?i??i????"???U?4g;CcMg?1?$k?????7?'Ws?^MUlb
17
??{O??????8??+??U??'lF&????U?d??S!?d?
18
?%j5???z???>VA{??z?r+?n?4Jq2?9??,&a??w0&?vq7????m?.^D?C4?H?#??r??96??H?y?X?G?%?z??0?fe?N->?uy?7*?`??K?O?L ??=????C?X9?4iQUQ-?c?\GH?C??mL?z??J??K?QJ?ie
+??B!??V??\?5??F?vXk?????d?>Z?i???Lh??4????Q?w?P?n??~???R[o?Z??C??_[????<???@2?7???g?d??6?????C???C??1?
+?G?m?b.?(????)4?`
19
65???N#?????????MH?38o^#K??Des??????)??D2i,?*@?5??5?[e???<?h`?;T??
+D5_???w???Y/??/X??_??q?V,?[?\????b????J/?*J?jR-G=??O?L?n???w???k??/?L `??n??MUp?D}Ma#B??aT????J?j???2??N???WV??Tc+???\?Hl?;???6v?=?EN2?\??='?<i??f??`?/??R????9?_??w
+??g?7?%xs1=c?+??????#??|??~	?=>?7b!??mZmZ???*?R_q?n?Y3???y:[G??u??9w?<????|???}{??s?? ?	?E{?1zz???Q>V??
+?????mB??/7?z?
+?6P?}:???Z
+????8??6?M???>S?;?o#??)I21?-?????aoWw)3?&?/??9???ospV??t??x6???^fP?2
20
?K{???w???.?????????^???%|????????????>??W??!?n$V}??u??
21
+?Y??:t?@wt??AX???]??K9?????s?G???Ky???????Og?x?????'????????^?
22
???????[?$????a~???nA?Ft????eE5???!??EZ?
23
??b??G? ???9??P?6?sBa??i?a95?O?e?&???r-K/5B?Sk??.UX??Ez??[D?m??Je?o?PB?+?y?????W??kx?|??+[|??6?{_????`??S'9?q??z????????Y?;???9~?N.???|!e?x*buu???????>?K?a???\??	V!???O?????f[??~@?a??QM&N?????HaN???;??9?Jy?2T??@??Ik?5??h??4?l,????V;	?s??>F7%??Fs?
24
T;?P?.#?D?/0-?=?872??t??~?w???3Gf>?????????5_	{6?Z]????'Np??666?*?????????o]?m??i??dm}-_D?@2????}??gy?K??G?????U$Kr?1???>?b?#?0+Lsc?c?C???F?]!eL;?gV?n~5?ky???0?`o????Q?XC?,?i??&!?FN???4I??&???<5?????&T??.????`A?W?m??BD?f<??=??;n?'?G?tw??????????x?k???????8s?'???3???8K????8??w?{????????????/?L Oe????????2)???S???=?&?r[?l??F?C??Yiz??s?p???Cjq???j??a??~??jVW?F?L[??mMHBfC`M?h?????`
25
@?b?`??|A??!?H?0*?NjA???=+yt?????m?j?7|????w
+_??/??w??nn?8y?1N?9?3?ll??_vn??2?~n???x?QN????(??	$?)O ?;??a??>z???||	??\?I?*UZI?B7?????0?i?z??Q?X?7s?|????H?n?o????]<?`P?l^?????c??$8?fxT?-?
26
??`????d???s?Y[?~?#??;?????#??E???c????bXy?????????>}???s?e?$W?x??????????E?	$#?>?>z??p?R???G?#??<?!??a??SW?6F?<(??c+o6?,??\??U??kh???????W?L???,Pl66?e0?y?M???O????`(??t?S#*?*x+P:)???F?c8?>?$?[??5>z?^?_?3???Ty??Y??u??Kyl???'?bk0b??Y??dss?AUP
+????cg????3yd??H<??N)?44)?@??G??FC)?A????#D??90L???`v??&?nl????v????????F???|??^???L?g?A?Y???fR?E5?>?K???????a?F??
27
B??LM???S????????????n?v???w?????7?q??
+?8?5???????_?~???3_3Or?>????V8w?Q??S%?1??@?>R?Q???-?-??F? &?i?????8%??]??lwf7??e????yS?m??????C5%????
+?9?-??5??c&?5]??	?o?.j*?eX9?^??y5?{x?G??????s??
+e}???????p?_?5,??~o??_????|???N??>???L ???(b??W5?j?
28
,??I??=?*U[?$Kj?D???2?m???]??&???i???J?cm?^":???f>C?0v?i6??o+??ODb?	j?C?e?2?j_Py?R%?F9}`e?`?W??;?????S???????'?=??_?^???mruq?????1>|o?`2?dd$[x??X.=?OI?P??R???F??????'????AnU?c???9??<g?0?????????X???!?IB?^????~?9^??L???(Ps?uV?K
29
??T?kP/?
30
?$`.9????~???_?|x????a??XX??m?m??>??????S9?q~?Ctx<??<???(9V?X???^[?X?j?x?4l?vh?i?u???K??~?B??T??6??K?7??&??*?f5?N{F&??Xi\??D??j?jzAsr1???1?.?A@Z?0?/?????
31
?q?]N?p?????|?_?X__??[????O=???~?w?I?w<_0???h?#??$?'???Z?(?-?AL??jCL+???
+j?i^(?hym?\??_??l?m????n{
32
?
33
??G?].??H?;????9??fEW?_E/M?&??k
34
[???;?jx{D,????w??O???????w???Gk???????'??K&????}=}?????F<??D?8?V?!?}}T???b^???f?+;??`??zh?????F?>v?Ks?#sBc??y?
35
?I?I?k??IO?{T????96?#???h??5!?????x??#???+??5??h?^J?SPV5???????c?????~[??w????I2?dd4?u?N,??mX?hPc6?6L????c5]
+?6??n7??Z?g%.s??yg?2?1???e??|KS?p?!?"9??????5??q?R??L?q?nA?#??E??1??????o?5-y??/??????J&?????=??8?[7?X2(?i?y	?6D?(u????????1??u?.?9a&Z?I?M?7??u??h??????"?v???8fw??m\q???v5N+????01?8qNA?j]`??????u?2??a???o?????p??<?E_?????/?L U???yxTS"\k???_?~???|	%X??????!??^C?2???M3?u?p???"Z???2?h?a?y????`i???]m???;'????x>t	??u?28F^????pc}u??~?>:N?[??D??<????}g?z?0???oSWU?p2?dd?;?n?'?*?8????F?FC$S?c?j??$?a??o????Lz???Ao??I?h?d?J?BJ?xh?_?sH???+h2??E?k^?&ysX????s?(??????PPY??w%?(+??F]'?D???.?<?ca?2??[???&~????YZ??M???-?????)_8?@2?????)???, ??p?V?C?????8?a?BW:
+]??>?ul???????.??j?=?)?>	????["9K0?i?????? ??O???,?Y????NT?+??C:??%?F??J??FTG?o?~?|???????O>?H?bq??B????S?????}??|=??@2fq?C?s?9?Nj??e,???0FV"?L?Ki6qB?Q;$J?2?=??ss?????C?o?x??q>g?8?"Q??u????4??P???
36
?K?=7bm?u??U??B@?>?u?g?s???%K=?CA?&Q??P????????????T?n~???????/??????0b?2??`!V^?????%C;?c?h??V?m?y????I?V?w??-?2>?v'?c???q?co?y\3a???v????u?e]??2e???+?EN????*???K???w??o??-???C?S???
+y??
37
{zT??'???<?{????w?r_??W??)13?_C@x??(D?A???r?3|?????U??????C?!??n?q?????!???/_?(?
38
?`???q?%??????	ZS?9?w?????????v?_?
+??`??Q????G?+??U???E???????????d?x*??:???{?#C$P,@s?}?+??j?C??`????{??7_???!?b3mT???:.7?{p?c[?{??????x=B!X?y????"????~????? IDAT*G?P???K???p???}?1?[%?X????jOQ,p?g>u?????$?X??B?^8?9?+9?U??#?!_?C.???|?????W?:_T9???T???????????5??||V?0????n?7????Q???F???d7cu:`??i&?'!??A%???`?	???????h+???
+?v)??u_???$j?4X?E?0\fc??a??A??mas(l??????UW??'~?/??_??/???q???s?n?[??
+????9}??QyA???[O????5P??????2????@?*??6?x??>?G&?????4???!??
39
??O(?XZ??Pq?h?C?bp?B\?8'??^?nT/?-?4??F?v??t:?c^??????s?mo??O?.?>???4?#??? ???`??9??9?J???Q	???r???y?+?}6_???n?{????^?x?0?$?=F?aP)?`*e?Vz??B???G???[?_?W?k+H?????d2gU?<B?? q?#?+Ja8??C??s=?s??Q?W??Uys?M=?yJ???'?o?=#?&G???4????*Z??R??nk???L??N???@,v9?,??!????B?~+pj?Y_??q??co?^o{?`????N?;?be0?U)?2????+GT????)?+?:?KvG&??rH????hR?P_!>I?k?! n??K#?n:S??K?&???I??j?[????AMM?h?????pZ{N?n??D)???1?j<???0?3??^??3?? ???T??P??-?K^rs?X??C?$r~<v???s!?7?:??CTF????U+?j?%?!???Qox	w}?|me?x2C??	?G0?E?G??B??$???b?R??.F??????h??lG?<??????n??'??v????.??7k]????|S?Kw?Iz??K????D?J'?WFN?ju?^??j???v????=x????;~???<?6?OU|U?j?	U0jU?4z?g?RF#?io???R?8QC?W?????|?e?xR?a??)j?"	>i_???:.??iQ?`%?/??+5W?E??KM?ngx?-?>??m?L?oD????-6?]????"?f3dw???k4??3+K?H??nv? Qq
+Q<1???M?Uo?i0X?;Y\Z?#?=???{???????G??h?W# xU????a????W?????w?.`:nT??T?q???S?u??2?d<)??t??????A??s?C?Vq???S??iL?7??yD?\???zCtp?????????b?i
40
)6=???>?U4?77?$?q?N-I??Y1???????????????l?:?b???9??A???}R?1X?t?????R.???ue9Oy????3?V??P??((?:?/??3?==	d??N?AE
+KS'?p???n?W???	$?I??o|?P?h?M'?h?????VM?????-1tR?hyM?C???84bI0????NC=I@??K?3L6?FxM?}??j?s???`?,}??]??w?XEAb(+??Ii7??S?#?]Y[????
+^??o??#?'???C?Lc?y??5PV??+?_?2???FPF??Tt?f(??v??W?r?C?B{#Wa=???$EA?.?????3?SK?B????f??vJqX????.????K`?r?A??{c???>X?*?$i?{?????l??3??vxj,??)2I??Y???????k????c???J????XueuJ??T)???H??b?O?{??_7?0???4???u:?TC1|?)2?\?6zu`??*??j?1d<?Y?'?z?,kO>p???xS??2?d<?P$?v'?jA+??y????+?lM??t??qt??)?}{??i?? n??C_?O???1,?qin????????5Tx9?y;,]Us?Io????mtn|3??7??Ed??HL??BHM??YE\?i??Y?t?9?.??|?????%??,?>????M?-??Zv????????C??????8Y??{o4?AU?6)T?2??:?c??*???@#?y5????#?????????w?/?????	$??????ga
+?P?	?B?#Vba<P*?~?]Zw??;q_??W~?	???&???Y?ljmG?)?????^??????n??e?8(C?N?o?'?~????N????I????s's??L????????4?4???????cS?.%??x?P/???????G?o?/??]CW??"-???0????*??2J?Vz????moB$??]???bn?G?
41
C??????I??y?b???1H?>q?<E???U??J???F?(`?~???'L6Z????ug?
42
"?????P?D?g(????6G?:
+u`??a?J?y????v?G`~n?I????{[m8L?! ?8Bp?
43
A%?f?Z?~\Z??????o??????{wTa??m'0#h"
+???*eX)?Z?F?6?^?cK
+LYDQ
44
?w? (???C?z?A???p???|?e$?I?rc?/??!????|?@X?<Hj0??P?@(?j???y????OB?????1????MoN??n????3??G??k?r?[?>?=???2\) ???}??}??RR??R???nR??\??d^?c^?*????h/?'^?4??APq??dR?[?cS??(p????_??]=????w?No{:E?!?R??P?0?S?`m??:?G???i2??	?-?%G?PQ??{??????=|?w|{??2?d\??
+:E??R?$T%?P!??Zf?????8??J??o??G??/D??<c?????/??_??????y?2???7?m?'?*P?F?_?,?v??_E????m?Ma???fXJu??o????3??vz;???`?x????
+
+?>?$?:E???i??I????????????Q??}CM??:??}??B?Cu?-?3???D$??1*?5?u???w????!?????O??8?a>V?L?LB??"??&?h,?'?T0?@.y????#<z;r??`?zX?Vn???????.?Rd??????ed?UP??K
45
_-????[???z'??v?x??7?I2?,?co????3??)?u??]0??~??e?c????
46
?b?uj?_\t?<??????~??tk????"$?v?2?Z?*??4?Wzc???y?m???s????!?Q?l?S???>S?/H???????s1M?a?\?T1?c????????Z?.???A?J??*.$?t?????b???cS[}?wc??i??@?b#??So&<???o??Tg%JB+?T0??hB[?vs?nXo??9?4?%0+???T@T
47
?
+k??H?b???S???????:?;?????oF0?P?1???7???a??7j?U??
48
!:6b????"5t8`??s?=w?/H??0<?.???J)?hl??0??????$??l<_,??l??*i??47	?????\o??t?U$??????n??EV/K%?c???z?f?k?1???M,M?h?L%?H?kyDL?M??<7C-jR???????N??3=>??s?]???x#??f?Q??J???W#o?^?Hf??Y?P??$v?c?9t?4?[U}?????/?L ;??i	n??@??C0E??d2_??6??????v?.?w??+?W?,$<????w??=WC??)?3??????????%LTx?3?w???B?8B????g????????Bk?#????XN46?>t?g?ys??n?????g??Na>@?J?WF>?{?1??????Ps1??"#??k|?*j:+?????/H???SA!x?i?O??]??GL???Cv????8I?8??5???!??C?????^?w???????F???SiHcHS?P???vE??Y??_?????hVl5??vH?Y?G?b???q???['m#E???p?????:???gr??c??*?>??d????0????1????l?t?u)|h8|?L?3?d\?X????Ly?d??'?#5H?X????A4??D?\?][\f????nJ ????|9??Y}u?w??C??	s?SE??qs???A5+?B?H??????n?X{/I-&??Te??"V8?"???N?????iW_?g8w??yd??p0??R?P?P?Q??*??`??Pc???"????4?????Ci????aV???qQct???)?????I#??*?~?T???e{???'m?Aw???avf?)?|	?#?3???^:?C8{???Myap?|????UVM?????b?????]?0+??y-Rmv???Jg&?6??P8??k?O f?h??>?s?*?j
+?=?R??VF!?%?4???r?M????????I?Ti???uN?:?/?L +V?#P???$???W?^?8?e2W?j?????^??/?5?4?X???X9?c???	Bq}????V_5?R	??R????y;3???;?.a<?????t???.???(
49
(????????????;G????5?aks?J%?GM"?4?#???f?Qal??w?d?ZO?*??X(YZ]???#?"??q??+??D????$&??|?,?l?b??????a??i???X*?A???<??W??A?KS9???????sq?{:?Yc7????;SY?????e??n?bw?2??*%:o?K4??
+????.?*T?
50
eYQ?D!P??m?2R?*6?
+O?F?bk?8?4b??????Y+H?EYUB38"??x$j?? ??]?;??p???f_??Yc???lJ???nPPd?2??O????????68????}??<??i/???8??g?L?Eg?U;???>u??9?0???"t
51
?p?PeU???v??e9bTyJ??H#??*o?fqx??R??s?pt????????bq?G??a&?????`EL?kM13t?J?W?p?9???-4??f{/??*u??F?vab?
+?????nw?ttk??hh_?'?????3??y????x?y????i&???V??Xs<??(????pE??t??e??X\Z??o_??J?Qm?ul??~?c2?????d???'??m??,?GU?????S'?	$?b???`5?????????Ix+?jj???:==??z
+6|\7
52
J??`79?v*?r?u??y??_E????r?8O?TD1}????;eH??M?f2?Ww???+;Cg?$?.?@
53
??P
54
???
55
?N???eY^x?P???:?A?,Pi?R?2ah?`??p?????q+?XW?8???/?L #?Jxtq?8U???|?????HS???+??I?[???S?u????N?m??????qa#@????14?o?"?????NS6:???Ag?y?????Zw?V?=$???
56
??%?K(???Z?`??45:E??$??3?B(R???u?^????kF!??g}T?`??T?*Sjmz??m??"SJKsfL??? _?O"d5???48?1X??2b????J??hcI]~??FPX?;u'??'(|Q<?n?'t?}???????D?6???v7??;
+??`????V?????x[2?E$??AW?
+????-?mC?r"??,L???MS?$?]c^?.?!gLD???fp.P8????3T???={?VUQjT??@?@
+??8??M?K? GL[
57
L?? ???45?1eQ?L %n??a??V??F/??"??$z??R??????O??Z???)???????	??qX???`??a?~??g}o?@~>??Dw?O????*o?vH???1'??&??C\??2????"?b??9
58
H[1?????<B!1}T?@?p??_?G?0?x?084??????OL?Wf????c??M??c????b!?sT!?1H??g=-??A*?5?:a'jj??V??Y=1a?zfa?????3??g<??3??se????jV?A????H ??a?,????RvH??46?'Y?n?M?h?>?c??L?G#$6??Za??c?A=???u`5}?~?I?.?_??2?\fk?Wv?W???l?j??<v???W?#?VL&???"??P?v??)mW???"hL??'??M?6T?Fe?3?d\???<??)A???UR?p|?7u?
+?KP??4??L???z?_?J?G???|????}C3??3?g/A%??;????N???(?????w???|??g??/?J?{?7???+/???Q??T6?9??_???Jq?????x??????oY?|???ep^?X??n???EC????????G???J|J2??X?*?3?9???????????C??'.????6ck?h?H?A??
+F???_???L?N??R${?	??B?R.$_??@2.N??i?4YkGOi?Jr?X-??v%?N7w???($??C??a?gfjM&????	????:??5~?????.??s???o,x?o?5w??A??AO?????]u?$????U??~????;?????????`??&y??b&t?$?8???C?[???q~??<??d=??G??O-??KV{1?Ko??2????gS?3?E
59
??gM(?N?p?%?C??}H$d?bi???b&???&.
+??
60
??y????)????5?
61
???L???/G???(0>??N???=??{??>??????7x?????}????????G<?????8?d?Ju[^?B??V
62
?w??q?>?+7?mkf5?SBp?\Y??%:W~???m?]?\~Q??)??'zt:0?<?????w?>???.?qgg??????)I?|?I??cg???#?q?c<??????
63
??????I?\?????}?l?F"?d? ;;?'e??K3?N???c???rs????)>?y????Yhe?t&??^s/h??Ve?2)?7k?????U???xl7??`?wu?"??;y4??I?}???^?????"?d8????%>????w|Wx?Uk?,????ly?x
+??X?>U?]??:t??&?#??T0?j-(?N&??d\?!,-b?Vu??ks<??jK??f?f?g"??f?%.nc??zGb'??"??|???y???=N???????K?*?J??m;>u???x??6???-v???????B?@?Y!???v????r{?????5[?????<??,n??_z?????rIra&y??v t(u??/???FHw?????m???8}??????,r??W??A????m?  i(??=???K??t=?k|?\
64
??"A0??ic?t+A?NG?	$?b??K!?Uv?hX?b3:	AL????qkZ??a??hC??1?}(??*???8y???+3.?o?????????UMB_K??/?b?/|?"??????w??6oz?)~d??~?:X?O?r?)u%?6-F[?s>h+?5?u;_??~??w?A?[?=7?>y??q?V????`/b?i?Z=?7?~	S????(K??j??sf?<?A]W?7=s???????#1??C-?HL?#t???B9C?????TDL&??(???
65
,ME?????r?3?d\?8?_??W
66
???P8????????1???H{??`?n?(^?&?j$L?L???.r?M????;?|?+????r	?-['?]????????????adP??D?<?IR?qv?Q?x??D???
67
\????? IDAT~??3????????F??a???J??%?(!?
68
?y??(?R?N??j@6{#n~?^?????W}????G?<z??y??s??G)]A?jH?s=?:?6A??l?2?Tb<??M?\&?D(t2?w2^?$?R?D@?f?q?fd??\a?,W???lW?2?i??13c??bHhlC???	???/?,?????M(d?\W4??!???V?x:?*?XM?w?[???HO4=?7?	?I??q?(8???????g???p>???!Qmm,??+b?R?S#???8??v`X*7^]?{??s	d???Cu?????g?9s$?C?@L??9????ET?????i??t?[??5?/?D0??P?C??/?'r?)?????M?IM?x?-?
69
W??x??V?????|???G^?????q_]c,?D?$M($??]s?????&U?I?%CR?$???,?r
+o&}??$?h??D??/9N??????d,?!?N"?B??@?)?,?O???q????????}1????Q?y,?.?)KZ?"?UUVE???"?I$?N??Qp???j?S"ph?? H?@2.J,?L>???&H3<lgk?N?%Z?b)????2???O_'?;????7?????????t???L???) 
70
*?Q!`"?{?Q?&?I\?&Q??f1(?Q*"bD
+?? ? ;
71
30???3????????]???? h~@}_???}?nm????????c?]K?~%???8/?@????-{?????????
+??U?^??#?{?????!?~%??_%$I???7?@??V????(???R???*?t?@)????S???w?%??!.??5?????-?<???E???????@?o?	??`??H?
72
	?D8??c2=7$??@?u(B?s(???&n0:w???????@F???=?zu??x.???\d?L?^u	v??9]s#???`???{p?{???4????,?o??j`V(J1????J??-??s?[?<??6????T??!U??)P??????B#?'
73
?4???a?-?}oF??g??8?sED}?z?!)?r
74
?L)?T(?JI?:?T?QG??
75
e?????"?s??%?K?8j3w??@
76
{B?????Q??.e??]??Q?s|O?k???(/AT???O??L?s????t?e??WR?Vd??????UU?????85yO???T{???_k??_???g???<2??y???VJ?.dGT???@h??!l?9?$l???EOOH???_?^&[?x?bVl;?u?Ik?(,6?[?4??P" ?????:??T?@	A????<??p???v4e??B??,Z????O"+r O!SJ??(??}?????"#?????;=?}ic?3?bO???FE???8q0(x????????'?"??0SSt??3x#*
77
?$v)??t??~???-?3???71?eWp*j???	t?z?DJBe??>?v??{p??}{uA??}??]?Ry??(#m??	?M([M??AU?D3???1?9??,,%??w?????eD?>?%Is?y????V???y??7??J??1?iVZ?}?t??m?G??J???6%?w??????/?????E???T~??<??D??U!??j??M< ?&(g?<Pe?D????z3u????P.??`p?b?<??9?`T?t?1?x?FJC(
+*U>??6??K?y8????E??9kP."?O????TLD??!?0?4?\?3	C?:B?	?F:??ph???N??Re?n?`??bR??v???j?s&???d?R#7}A?V???BvQ?WC??hJ{?f?yeN8r4?S??3?2:?n??Ry??
78
gR???x????	?c?5???G???(+?+?uF?^y????0?V?XXb?Im?drL16&?[?a;-Yy???U? ?EIC ????A???????S???g??kYz0.i??p	R?LDIG?LB??T???"]??T?????(c?N{:w?EZ??i2???	?$?"??;?????o?9?s`??v?????3??/nd???????|B??\?????5<????Z????^???ln??2F_0???h?;G]??\???????2(??
79
a??'???l??PR?9??@"????9??k????{?|????8?0??1?l??g??/???D??P?3{????0????m}??C??T$N#?F?#-??7
80
p?!? ?A`|???g??L &N??o????R???a?P?O?{Y[??$???U'??d ?a?l^?????k???b?az??k?M0?8?h?T???@??4????M9u????9G?/??????H???9`Q?.??t??m?[??2(eR#?A?X???+?]c???S??{????$?? ???%1?Z?????bS2e4?3?:?r>|??^????0`*??????,??'?-;??^??^??i?p^?P?&k?????T?*?&??|??h?O???,?]??5?? ?????Kc{V?{??z?=q?C???A??F;?ILt?Q?V>?????$p?F>k???sb?M?PWh8???<??>.?x????d?JX??@9v?4?,?????g?{???;?D;?2?h?n?9
+???E???x? ?AZ??h??GDK??wo?GQL?@
81
{"???Cd(g??)Qw???4z?t5?Y??>?[??6???J^??)u?B)h? ???I?,?????y ?I?T?yxu?]<?C]1??A??&q?	??w?R=?l`W?D?/????4??Wn-;}?(??D[4G_??9???<?;^>???|>?????@??t_z????????????????9??im????O??$?w8k?]	?{R|???Bw??t??ex?@???#?yd1)?	o;4???s??iQ8?@?,?$??]ys!??bhgx????.S`????9h??55^?WC????\?Hn^5?8?.Ny?z?%?T8??S?y??fK{?&?????o;?
+?>???<??H?+??i^?
82
?~c9?????W??o?YA6e)???G ,R??>?c??X??>?J??B?[u`???~??qs?B?P?)?(?I?g?) ?? ????D???\?@
83
{????3??q?M???d???3Sy?!?b????r?6?e?lKI	?D?+?5M?????G?w-g:?.?????9??t?A??o??hw??ck?4??[?7-f?|{?v&?r??u??=mZ??q????6?7???0^?Ix?!N??]-?.Gk?????.;?3???>???Y???B?+U??y????]?R?XP
84
?h???P.UX??????E0??;"??)m??????6u?G????
85
???????????Q??????Vo=c-???G?????u??c?=3??5??N7????N?P ????&:,&
+]???7\J?????_?4?D#?s????a?_!????9$a???q??I??H?R?;f}?,??c<????WHaO;?y?@R&S?2?`?N????)y6?l'??r??'?!U??<????mx???>??Q??$???M\????CL?g$?e?l&???T?~?:????"??;???a&??#????h?w??_['????_????????????]??r?????P?\?!6?/Y?z??L????2[????>??x??d????f(W"???h??Kz???+?<?Z????N~?4????C?J?nC?7m?????{?(Y>?"????Pb*??=P??a???l???R90??:???P^??????'R?T??'f?Z?A#S[??=??????	?????
+?8???+hI"|??=_;5(?s?<??????,???g?L{@?)?;?z!???9??o??w???.mCo~"??NGN?OP?[???k?}:?r?D.?`?^
+???f???xB???3??y??\X.7????[u?)s?MU?P?0N????Jw????G??%?9?]wq}7??w,?K#hDZl!?
86
1:???Q-??????<?s?T?UBk?i'h?a?t??4?4#?G?
87
???l?"?]?;?e:???~.? ?/Umn??????H?????P	r?)?
+?O???> ????yFs?oc??d?fs??|8Ix??X!?b?e?x??f???|??/q??????!11???P??
88
LzT0@????~v1?
89
)??d??0U?
90
??B?$???dB0-???F??=??\???v?k?a"??7?[?I??7?	{P?5m??3??????0T??D??_?,d?Q?Kf????cO?Z?i?)r?i??S8'1F?-?F?h????f?????EK??})kK?h&??rT???T??ANy?+?	WHaO6[s?RG?$??6??4b???lg?H??;?I"????K%?mZ?96?????m???e?=U":^w???????T??@?$??H&4er]?0?#?{?[????'
91
pK?5?$?H???I{yf
+)??=?q?{??
92
????????X??sS"RR????y???????l???	H?'?mm?|i^?3T?5?Y?+"?(g?r???P?T?P=$?RO9?mggR???&?T*????t??P?^??){q3}?s?A?w????@Ly>???????{??G?q??(?DZ???XW?V???w3????j+b??j[	i?Y??i?A???	;d?TL?@
93
{??I??
94
v?@9??XIRB[?t?)O$?-?]?lo?&?$????~??QVq??l?g???A?)?`SG?'???? f+?l?>???{'??`z9q>|?/&?;'=?.?Dx????2?K?????w?????l	N?$1mbS"?!m?h%?f"hF???>?4?p?w>?????z?YWlbV?L?P<co?
+?2A?a=????ru???????h??d????9?0F`0?$b/U??????9%Bz?de??oH=?j)!?_??W??_?8?N.???8?J??????H????O?as?p~???m?{1?c?[???{z?#?b??Wl????9??_??9?8?
95
m?(?H?E?_G?I???E%?m;E??h&?H????lC3?Vc????-?????c?mM~r?.*%IIJ??WZ?2?DHcm?+P
96
?A?M???W????$+??'?%??
97
s?b?'0& 
98
m??^l????@:?4?wp?'??+;?k?tw?K>?b?=\??&???P]???TB?C????L?<????n?I?>?mo???/-?????a??,????M?y*kaw?W??g7/??l?"???A]T*L]_??^?j??z?$?#Il@bB?B?4#E3?4#G?-iFi?hE????????|?????q??I~??NIA ??F:?I,??a1?E`??$?XMV?jc?r??9*????v??1??V@;?1*??"?n:}B7???V???I[a-?$????;??S??>?b?]??]??v&?eXT?%????W??G????m??W?|G??ad?}? ???)???????%?:?q?r?????[??_???Ua~t??`~?7?s`N?G?J??|??Vi%?v@#??S?hkK?m7??2T"N???k9????????16?%???XG?X&?fmdXiZ?y??J???????o???`Or+	?'q??nm?f??8???V?tH0??O?yB?|?y?E??|{M?>=???_??^??K???K?dP+?W|d*}?????$?7?Jx?')eo!?9.ra,???V??>????W?x??|??[????\?~?AB!SE?BlZI@#.Q???m?K?a?},?7?i???.<??W??K?g?8??^??????-Qb???h%??@&
+\???!????o?e????\?R??????r!?h???6?=??Z?E?9=?8?$??
+w9?B????_?y.o{????O??I???m[9??=V5??pZ?????W??z?7??????*a?/???;??5??Az???J)2?cq?FR???G3?f[?J|???J?RX???s;?y???e???aW???k?|G{bh&?F??????p??Q5
+l??\d?Gx???X??T0!??w>K??Z`l?!??4???/???|?i7Y??)??V?+?D h????Y_[???Y????+?>`?*??s?JV?v?m?V?W?|?J?_??Uc?a???e?!?%?	???{??Q4?p1n?x?Isn??%???R@??V?zPoI?mI3?h?}???8????O|t?Go$????^??Z0???ZKSo?\;?)%ue?!t??(?f?q??????XE????-z??~l??`HG?o?s??4?n=???@?{???=6E?t-V?'J??i10o?0o??x@s?=-????ol?v???	???7/?E??#???A???N??9(
+e??T^BJ??4?}?,~u?.???o]??!??!?{EJ???b'?*?K/U????00????p?8??|??&?oj(???P?????D??T
99
???Gs?ZC?0-A3????1h'?U
+?=?,/x??	
+?f?#N]?X?c???l%?9n????%nM ?:NG`4A?Jclg?9??C?IUHaO[?t)?oT?7'd?AH???	?JCX`MF????Xa?G?!y??[????'Jt?"??a??'V8??}?]V?U:_G??M??d?7????44f??XCek???.?Bb??2?;???,e????c????#x????w?#5u????&???e??U?}?l|?UKR?!IRlC`?????+e??=?\r????S?'???H3?yx"???c?8s?qt?Ik|????\??b>?????rv?2h>????
100
?X?
+8???&}N?]!S??.?&?D?????2?Bx?k????t??Y=$?a??~a?r?	-?tv?????v^???b??ICby	?|4-??[??*	Z&=X??:??d?ph-?hbG[CKK&?Z;$?????v?sXa	???9|???3??x??ff???Q????sD???X???5?%?	+?14c$?2?cMN???	?vr?????9??v?3??{?F?Q?R?*?qk%.
+??~???!?????j??k6?ueK???:V?C?TmW????f:?l?PS??Jz??$xH?,=?/?????T?k????X??.??~W???h%!?8??4R??;r.0??KF??x?;????&?v2???vgL??0I??m??J?
+?d#??	??j??1?????l?C08<?o??????THaOUS??4?
+ ?Ex?;,
101
!$F???H???>??ULr:?0M?{Z?H?Pd{Ao#_?tv5H-??R?^???,?y??????????v?E?Kzj???n?s?x?ZE??+??!mP??X?h;b:t?S?/_:?_???????;HL???nZ?k
+I?-Qloj??[j??'????@??Vc?&IP*G
+Z;7????E1?
102
)?jO??pn????!?????w?4?eE??u8'?w?????ky?G\^???BP=??r??l?H?_J???1????p3xyeEl???R?>+z?\?s?S9??<?h$???$???"?y?"I?-h'?$Io?uXkX02???u???z?/??jD:???w??R?,?v??'?Zd??bE7?U IDATj??x??1lk???h;4C?????o??L1?
103
)?n+????	$+?H4m? N??X'p???$?Z??R??#!??\na?
104
8	?+??J?c?G]?ra??????3X?:???<z??L????<?O?[??R`?$v%b?v?H???h?H[?w=?8???R?+?\?
+7]=u?;????b?l????Y??m
+ql?%??H????????J=??j???5:m0??+??'w`k?x???<??T??q?M+9x?*m#qFb?"?>&x?	??U D?6:??B???3?G??;?????????Pwq?????^??R?^????	?????P:??j?x??m2?^R"??X??im??%?	?????DRa2???L$?$?y?? ?d??t?/??>??>????!{??!?h?H?!??qL?,???????81??&???{??h?9?G?????+??V1q
105
)?0o?????+??X??)7?I?n?'bD'??p??Y?n?H???g??S??=????3iv??Z?!#????????$?{>y????DGb???u????U?h?
106
?v?7
107
??Z???`?`??s??????_????i??b?~=UX???RP?8??[h'??VB????z?1??& ?Awi??1T??u?}?|?c?;??4?V?];?&V2??^/$1?8
+a??6L?/?k?W?s??vCZ6?_?'6????g?v???y????>?BO-??g?=?${=?,?pV???>O?#??!>?@???}G*@???h%jq??8???Z?f,?????X2?-?]???3?????,??Jcb7??1??X????R??-??I?G?I?$c???K?????PQ
108
B??b?~????RHa???Oy??d8hY?8X`R$v*?1(?p??????????~e?y/#??k?
+	e?\??_;??F^?/O???p?[?}?THJ?` ?:?E"?M?lFxo??F??QR???h????)??Mm??b?@8On8:???M??f?????!?32?R^O???$?0??R??-?f?j	?%50c??Q?{/>????<p????btt??,?V?t;?o/?T?2P?DF???/`???b??{Gk$?	H?+d/oV_????_?? ?r???By?"V???????3-D?t5F?9}?9???/?$?e"S"2%q??D?Pk;?mA2?MY'??BJ?_??????k?r??<kx???=???B??/@kI?
+-???5?v?O&4a??1b?	h?q.I?(Geh.?m?_?????:*[?^?^?GN???iv??Z: ??V?+?)	?go?F ?M?3
109
)B;?Hm?RLqg	?H?+v?r?T?????=?n??{:?_?Iow|6???89???5??e??9a1Zz?J#?\?W[%!???D;d?%??-???????H?X?d6_?????G??G1???CGmZ?q?j.??{??}MS[&?z3?q?f?W?	d<?k???s???8??s???~??brRXa{????r?wWq?w?y??S?=k??9N4?%??"I@%~?T???j?????S3???????????????q?;W??cB??<a?
+??$I?zR?UHZ%B ?D?P.[d?iN?k??s?O??W??w??m{<??? ?X?_?s???X??qD??Q??5??$/???ql{?4?&?%????Y??w_{1??o???/&G ??k?m?YG?R???y?????8?????`????VLI8?QB(G ,?pHa??R?E)-??n3?sL???,te?3
+B??#?z$????-X?b??~:Z"??e\?n+??t????=????	&?v?-r?-??h)??Z?????h?c4???????4?c??P?%?%2x???S;?Y???!vL|?????x??9?R??bpp???302???#???Q?h?	c????Mn?>?3m??sG0?	D???(?J???y??^Dm????0?s?????
+
+?[A%?Y?IL'iP	??Vq??0S?^?DE??Z3d!e???H??Z???#;??1gt?R???{6n?$?f?N}l7c[v???T?????
110
5?x??(
+?B.????Y??????)??@
111
?nk??]o;?9*?j?(????K"??g.??o?X2?D?MXr???hJABE%?BM@?
+?4?i?LC[?@???=????~q??Y?:,?m??{?=?Wg???G\Jv??? ??
112
?v????f??z?X??hB??va????#???????v8?????%????c??6A??!x??????j2??"??
+???Iv?pr?M?B??<W?0`px.?]?y?????(??@
113
{?F~??7?z3????????&????JS?	?LPX??H,??E?S.+?-?yQ??F??>???Gd??./{v?6??H????^l3??=?,Y?????)?!?}?g	?%f??]?????u??f?]
+?D]P???xIY?M+???7????k??V???w???u?????????}4P??i?
+??,?k5^?vSm??t}w**??Y]??;??.'=??|?????)???Z}??mkR	 P?0????$C?!Td@BI8J?C?P???%H?p????+?z?M???L=?w???)u?L???;?Ca3??y??q|:t,6?KG?i?<??k?,??W?%?m-%???D[1????6?#???X!?F???Q~x?j,;?Q??
+;G??a?8?kj?w5?'Z???EE??4v"??a???ed??<|??+?<
114
+???a???.g???,?3??e?7Va?OB?@?~?5Pr?&T&?
115
???2_?p?n????l^"V??:?SM????^?e??L?-??M????x?^g(/a?	#?)^???kB??M]???????G?(I??
116
g5K?f?????M?_w???????n
+?5???[6?,7??k&??&p?qD????:g???????\?
+[??_?4+	{?6P-??????|??Tf?@?V,?44I?Z???(?qH[??l??hzRF?f?T??w??Z?????jl2+>5!eo'x????G? ?Y?i>?6v??U????`?I?#f"?r?iRo)j1?#??4o?Rv??j-?7?w=w??G?]??w?"j????m?eu?AI??8?5qG?z9k]Hm?fn????z??/???3?}?FFf?,~?#U??!Q?H??+?????4??$ ?=??M@?+$Val????????M9??k?Iuks?'f?,?d)J?4??,??J??O?J?<???6F?K??iJS"?Q??V?????K?a??7???+???K.??QS?l??2?i?Z?zKsY?2/??(;????Il???4??TG?5'????s?]?24kV1?+??????o????}??CT?Q"H? ?%?D?L??NZq???iEl?$:?4?)?&??I5??}gp):??H???2?rL???!?L?	U\z?N?r+?v??zZ??
117
????u?z\b2)Q????[?kmW?C??E#?}????????QK???
118
?F????????N R?0I???8?3???y?#?>??\}???re1?+??????Z??????~????X?d?r??M????????D=	i'%?JlK?M???4E(??It?}?	??8?*???YU???`???:??Wh>??????R|M??[^??????LlK4?2?Q?z[Pk9?%??+??`?c??~v??Y??????w????2?2?C???$1N??5??`4?pZS??M?\y???p??E?ya{?"?^????9???9?????w.??w?v?l??$?y?Xc?I?([A%0?NRr?@y??m,J8_????]??1??<??rY??G???F?T>?PrjEVr:gVG^??t??:?????{?m?z\????G??hD??*1 08?Z?b?#???l????????4C]Z?lb?U???84& ?{?]?p?04o!??8??Y~t?U<??c??^X ??????f????{3j????J(?V??6?Z?%????@a? $?$?N@I:m??$W ??zL???6???T(
119
?f?e/??L??{r??m6?K??????z??M??eZ?'?'????$Nl?4O???Jh_?????;????G?????#??=??u/Kk???y?????~??]?+?<?b0VHax???~3???l??OXT
120
??A?$?	?HVm%-?e???))?Ec??$%?3(?9??(iV??i%Nf????V:?1d?T?&?t??? ??????L%?-???????*mS?eJ??2?(H?????0X$A??;:???u?=?[,Z??w?Von?L["?-??1k??z??
+???M?;#?c???|?[W????1?q?6?>0??q??w?N;???[7?9??\?v???1?J?c?q??9aE?=_HaO{?k^?
+7,???????Gxh?$q?@??%V??)	??????T?&???S?*?9?^7??~??????P?Lh?.???f??{?FR???/?R?gXVm?)mK?Z?fR????"Hl???t??b?9?{?-??5?)????|??y?V???Z???n	
+C'??h?]?V
+g5J?^??o?????g??	?cz?]?y?<?}???=??n~????<??<?W?mn19g+???^???????tnZ??C?ihG;?H??????f?6????VR?e?D?n?q?$?????Z??8?&??x{?8?'?%Lk4??g???~'8?qn?"q???C?Q??HQkKZ?g???W
121
ca????(-?????1????	W4-??:??]???5?6?\dx?"~??s??X?~?c???U???r?[??_??-?[??d?;?E????Gp??YX?#?m,&???
122
.??~???{?8~6M??P?"K?@:*TM:*?PR	%?	M 4?4*A	??!?A	?"??"??mR SpY???6?.DT?I?I0???????????4u?VTa2???2^S?nZ)E;?u?=??sw???{=;w=???w??/???x???3?D??5??MGF1q???s&??k??O???/*?????i????`S-f??I  ?`QP??
123
{???~>?8?C9???AH??X:JV??DK[?T?#	?T?BC?xb?P?1H?*?? ?? ??
124
??
125
??H?"?Bb?<E??9nD???bz	? ?(?bD?? 1?'M4!-?h?V??#?/j??@	??Kg_?]??????????Hs??3?L ??5	?029????~v????????I??J??T?"?RHaOX??????_????K?v?8????
+??CA???DZR???U???^V????AB?0.Aa0J?	??+?J?3??Y"?r]NE??2??????8\?3??W2?"??p?X!q??~$N'?X?H\?????b??Y????9?[_c????>?N?uf?"?Ak??@?RX?+?K2??Un`??F>?s?z??.,&???
126
X.?fo|??x???\???W?ch?DA???x??f?hF?z[QKcM?d??lW?hW?+4???2??J3??h?
127
QR&6b???Ch+}??1)?o?Q?v8	?J????"?q@o%??~E????????	???>?V????E#|?;x?K_?^???????%??R??C?6??/ ???U?|?S????}<e????;??-[???NX^L??)?n??r?????s?$??f?I????VJK8???$J?8%)EYZPV?00?B?A`	\?
128
??,?Y?
+@?Ug=q#?|??5???U]?(?????g?w????j-?|????{?d????P?1,_4??XK#??g??????~??-???@u??Y?]y?V????J?x?2??v?<??/]?qK???WHaO??'??????3??!N~???&?$iC[????? T?V"U@9?
129
?%BJ?C B??.5!a5J8????EH?? ?Ch?????(?????O???8)S?p?@?(?@h?	HlH;??L?3??jFg?eg????[i?w>.?S[??I?P*?/^??_??+???????O????;??????N?76??p??d?c?y?\?>?1????uW?f3&P? ?iG??8 P?0???*G?aP?$,???HK?,?R?W"??P???p%????4??Gb??? ??z%????h?
130
??D3h?V"??u?`?\?\)??^????q???m#?{k/?k?^?y??c?9?????m[???#???x?????D+??'?????+??o????}?0K?T??N{?Bm?J?2%-qA??J? P? %???
+?(f
131
D%??( P!2-V?')?t??D????7e>f??F??lH3?E%&[?Z[?h9"??!?Egs?Y?r??s??HVx?}?y??w???o>?)~??k?z???M|??M?????*???mEHa????.?)????9?y+??c
+???J[8?????H??)H??"? R:B????@9$^rV*?LD?@??%)tx??D;??P?8A+?e?????]?"K?A??E?????X??H?:???M???^??~????X?p?~!I?6f?l??L=?u{??????ya1?
132
??'???e???Yg~???=^p?J????#????K????J?????%??J???KP???@?A?l?H=?4?-??V?+R?	_?Q?H?"???U?hhI?R?$fW????g-z???l???]????-?;??bVx ???~???r?<????=\al?A??q??FG?\?%R???L?J`? ? H????H?@????SnM???D?=??G???Y?"???$???)%J!?????M????y??#<?S?|?e?~?[?%???@
133
+,o_;?l~???q?3?`? I?0>?Bk?(??,?<?J?:???]??Wz?t{?v??t_??nl?+]??2?h8?5`?O?k?7???l*/??d??lk,?N????86????????$??-???r??_(Ia?V???????~&?m?bJ%E??f???d?????%??7?	R?%????KA??]??Y?=gq?Hw???s)s??|.??????w|?_p{???"??+^	????????\??>????QX ??/?a?F???o?[????l.?$i7#?&??Xz'??I??@L??????N?BJ?t?v????{??7??n|????
+y???`ddv??hc?????W??s{1??k??O????|??RXa??]u?5|?????n\9??E#TKhmh?#???KI?~?}??.??hQ??Z?k"?N??]:?)f?,?b?}??,?$a	?G<?	Gr??W?#b(????W??V??+???]k??`??s??/??3??o??O???RXa????W???p??;X4Zb???P	K,:Nh'?868?d?L??b??]???e???????R???\RTJ!J???q???&?>???x?~????_???????g?	??6???????K?/??@
134
+??6r???r?????Ck?Uq,[2?Es?5\!P?$?Z???|????%?G?)?P?w8*B	????@y?]??v??&?N?~?n6nc??r??q???'?!????????^?;?\??F???d???6???|G IDATQa~???or?W??1?<???+???~?m?vV???n???????M??v14????*?gU?5R)?(WB)	?/???DXHR?????vlH?z?01?d??f????m?,1?by?!<??G??g??=?0??????8???????m?5????6?v?8sKM~????{??R+?????,??l???
+?q#[6ma?-???K?$Y???{???{DddeeU??gz4R3??h?? H??m?V??N+.??(??%??<??????S???x????=G??67?GVVuf?[!*#<<???q?s???|????}?C?a?qa?Zk???'g?8;;?>??|?1>??|??????O??5??????g?~?~~?_??/	O.????????O?w???????O?q;?q;n??~?/??????~???????\*??????_??S????x???@??q;n??_~?+???????'-,???????????????-lYq??D??v??????????????g??k??g??????19n??]????????[???w???`??6?m??@??q{????]??w????)?w????v???v???????????_?????-,?????je??C_???m??@??q{?/??%??_??P?????l6??
+?rQM?????????!@????t?????#?????n?9???x???5??l7??s<8?$???????k???stsF3?Y?n?;?q;no???=??_?3??F?zs?#??9>X??/	k?? ?uA?P?%??9????]?????_F&/???p?b?}3??ui{?~???s??0`??qa?k-?9}??R~~?60??1m????E?60?@k}?}?????_?s<???>??J???C\??S<y??~???????2??>?|??}%???n:?Ra?
+???/???)*? ???Yk?????n?Y??^???????7??  ???#"?V?T?!Jih?i:t]???)NNN?:Ya?Z?m[??O?|~???S`<?c};?0?ah`?#<:?????%>?????w@p??-wF??e0L ???t??X&??Z??A???*?A?AT'?
+?? ???e?X???????6?k??`C)?"??????U?fi???>?P?7??v?K\]|fC????	<8??8;;?r?????s??z????DgN?????
+??}??????+<~???D@~kpk60=?"}9Tt?kSu??#?P?R??P?9???n??#'G$?9??????nqqq?W/_`????=?#???? )??6????????	B
+???)|?????{g????1l_???>??{r0????U?Y?m?U??=g??	??4?? ?+??"?"?J??5J7????C?{]???}??f?W/_????m.????Qc}`??LG?m	F,[?\??Vh?G??9h?1?e??hh??1[??=??????8???f3?!??[eVA?s?2???CD@?r?7.??_???D1??jG?????I???????#??w??z????????`4?(?4*?*??{)?x?+??#???`????_?????d?W?^??G@{?/?w]RF>???????@?Y?!??I??x?S??"'t????Mj*r?
135
L5q?????4??=???RG
136
?K?z???_???g`??&?H???n????????enA??77?????_??'??????@shocb???????k?????????.?@??I !u??!R?2
+?(?7?:uM@U???HlM?=????
+??????4?r??ECpqq?g_????%????D???E?T2?T?cS???wjM]?(?,?????'_??????/<??u????????7?????~????Y??G&??`??? ?????J;???:V???Ez??N*??7N5??????>?@??[
+?^???O??^???l???*T?Dq??????Y@??.n?N|???Y-???#?NV?~???}
+pZ~??????,???I??}???YG?s?????$boe@Q?5?T?+?)???/?(?????k ????^?z???~?~sEMY?T]?r?w??/?2??8t#????uX?[???"
137
???????????#`x??
138
K??g??W?K????3???$?B??{??Y "0Z?FQZg*??,?????A??D?Fe?w?f?U?Uf%??%Vt?@??[?m?k<y???\???K$?2??O+?z
139
?"?2???b
140
U??A?":&?????$,f//{???O?{C]??3??????????G\(?(??????Ho??#F?|WQ???@?CF??:?2?m??7y??339?q{+?q???W??x%cZ?TS??#X?7y?^??
141
@?C?????&A??H4?W|??ad?u?e??b???"???????C<z??-???3\=??R??/??{?}??c(?????Y??`???g??Q???0Z?s???^??m7?
+? 7??@??o}{??9???
142
p[???)x?	P????_????=?H?Fx??:????+??@8+?N?2atH8?E??at????a?Z??c?gO7xq?A??_??????~?N?Z<#?	e??LI??h?R03?e?h?B??V^???	??M??/?2????l}???W???}?7*,?f?f(p(D?(@#e ??m?+P?*"E3?Aw??(,d@X4,+?"?0??????)"?????????????G??__`????????g????3??,????@?gx<B?A 8?d??|E?94Z%3????@`?Bc(d)E?7????*7?@??oe{??^=?j??8<h(?ABE?(???? e??D]m?s?H?h??????
143
?)?.?C??????????7^?G??_^??#??A?-??
144
?w??>????????<??Hw??#?>?}?A?0?Z+???(-?1
145
?(d$?&PX*d!??k?`@? ~k ????Yk???_cY?TS?DWI?>?3T?a(?@??tUIG?&????s??Z?d?T4V?i,???H.?#>??????????7??r??Xh??b1n?????>????{?e??{m$H?C??#????:?R?~t?J?:?]c0?~??3f(V]???$???|?N?? ??;???5^|???duUU???pD\?H?e?TU???q?,??,?Dr??? ????G??[????????h?^m-???5Vb??r#?g?????O>yk?Zw??D(??r?!???Y???c(?[?p?V?at??8:'?&e??F?5*??T4???#???z??O?`f?PVM?????B??pR?o?NJH??????????????0J????g?fr,???\ckV???????????????
146
??<??V3?? ???E?tH\x?h=]????u`??`7?0Z?
+k-???p? Xu?We?/?7Z?? ????r
+23?}?v??????Be%?4URPEUUA ??5?e??1?j? ??*K.
147
?nG?????
+??/_??WW#?+q02??$???Z,>?????77`????4?
+??__???1 ??U??B??y?k\?zh????n@?h???Qu?B?84F??:Q?P???Na?3>9???Z??_?R?0&?"?5?YM?????????SUPO ?{????"??f?{?>????u?u??m?f?f??8(? ?tV?%g??~?>??(???(????G]!t?3@k??==(???6??????0Fc??z?v??|??IgT?EM,?+?Aw??[??????'ob?@???L?????_?x????f??5??PU?W????B???s?R?h?Z<=??s?~?De???}?Jw??U?W/?c?X?v???8k5026,???&a???S<y??0????F???R?????????D`??"^?F???F,????i`????Fk.?{????B?q?0hEc?F??O?;???r??+?t??;e'P?x??V?2??4???+?v?????d??4:??H?"?5??1_m?x?w?]???v???T?'$????8?2??@D8Y6x??	??{-?vp?4?@a?H2?0?T?R?]??????
148
?|?)???N?c?uufV?<?0???_Sr"??F`Ck?u??5
+??=F?XP???k4?`??F??1Xv
+v??x??@Ja????e?j ???"?	??]?bo????????t8=&????M?`?????F?
+IY??Qw???_?x?M)d??7D????x?,??Ad
+>???Z?G'???#vB?W????????[?????????O?E??xj?i?QPT?k ??W_Y??z?X???y???8b?u?Z??/??0?p?\`?Fg?Z?0?t???Y????&?u?o@???:?w??	???}&z?
+??A$????Do7?l6l.???V?"u?}??I?x8F?$???@_?S?.?<~???h??`??X?PX??,??V????b?<??|?Z?????+????'???~??$"?)8"?Gg?|??o:?????$\6V?	R]`t?h?)??vD????n?u??1xy??l??z??Z?GgK?) ?????S?????`????|?)???w:Q?f?5??*w9v??p?= ????[?zk?;???b?X?b?v????k?z????b??(Cf?'y?o?=/?d?N`x? ????????<???lz?g??q????_B=???%?B??|?8???FA??E??.Iuk?*RZ?e???`??p?U????p???`t???z?~?x?t??0?w>z??????UnlU?/??????q?L?.#??????F4?_d??????N^??V*+O??O'???UMW?)???cs????5?1??O@D??v?^??C?&t??1f ???M&N>??(a????U|??S??bX 4??|=???%?E????{??5?c`F?k[X?1???Q4s??h???????c:?,??G??`?d?H???????:?1??V]?M?b7:?.x??,???%.?=?R???????n?O?z?4??U?????A|i?????f?????;F??kF?S[?#??E???#?8F?y????XM?b???.U?{Hnb^?Q4???K<|?J)???3(r?x?(&???@N???b??A????O??l?????~!???????34M??bqw0#??p;(B??Za
++~Q$&?U?L???=?>y?}??k?r???:?<????Y@??>???Zct???z7`???X??????`???t??[l??????,?????_i???c?^#?x????]P??
+??P?|#r?w??o???	g0m:??u0a??i??20??1??"OYH?	8?U????iv?fzG* ??3?????h?xl??CC??r6?j???wM3?w???i9???2???hJP{?G????h????g??G??d?*lRkm`?1?6?4??R
149
???C?g_??~?Z?-?L???:??1!?d????????w?h??f??h????T"??N0?"???^^o??<>???f?n??_??G????xE?DF??:?? AweF?????_??@n?#X???=?s?\?
+?;?3B?`"?YA%7#?%#???=??(TN????8??,??5W?
+?DI?[?rKdK0ZCD??~	M???D??
+?????z??w?f
150
???F??)`?%!???p?\???F?x??>??5?V?e??????*tV+????U?{ ??C??/^?????*??}??#?w\?J8?;$??DH??\??`????uX?
151
??6X?-6;OO=<]?=?|????u???>>7????1|v???-?????D??3?;.??MV?{f??.f6??X?????=?9????.j??r?%T
+Y???\?I?m?
+T?}?4??EX??T?%RCR?&?9???@?N?3???H)??=xH]?@???rtl?AH???no??????$s??&B9?????[,Z??-.//q~~~?,?Q???W????54B???Y1???w?=???????~.???0I???NzJ???(??m??ipq????j?c??p????z?Gg'??,??????|??`?????D? (8?_????~?????E?#??Y?y??x9?????u-???9@a??!?D]"58?Bn??d???#+??	/B????^?*C?_/??9?:???Z????
152
?J)8a??WTa???V????T???[?2?u???(?MZ)t???S?E1?(&??z]-??K]????q?iJ???3 B]??K4Msg#D?	?b8?=%t?]X-J?W?1??M?-q??m?????2???2O_Im5Yk???G-??P??@?KwM??8b??0?mc?/????	.?w8?Y?E???????????W}?8??Q?H????(??M?U?R?M ?
+??"??9$7?+o?N?"?-?n??????4?e????4??t8
153
???OS?8?3?'?-?l?^]#>???l?i!?:^???????	?\oY<&? ?"`?Y?????E????-????X??Nz???E(Mj?^?9?v;0?}?v?rT??2???IdFUN4	
154
?F?x?}???P??T?H?*v?:??z& ??Z???Xk?h??9?D?6@!??L??D
155
??U??t????i????CT??,?h?0?#h#e??g`-@?aA?p???1???,V??~?j?A???-NO Ex?r??m???"O?????8?0SY??zg?8,??J8B?\??'??c)???y?;?P4??S????_?s?>[T????s????M???)???5O??.????N*??T<?Sc???0??q???Z????(?4'~V"?h??D )\BQE8t8??y???????b?Y3*?$?.)??z?{???1?Mp???S????*,?	?Y??A?j? F?m?uED???)H?0?9??|g????YAe:?	??>????U	??e??c??W=??"~??a??V?,???r?k???`q??pq??m??Z\o{????)~?????*?L??)?E???J<p?`^?J?8??????M/?M?z??IeXeI3k??[S?PHr*I?"?H?xQ??M?_????*??sq??HM&/?SIJ?Vp??Y?LIts?q????LU`s\(x??}???e?? (V?bh??U????t8???1A?????????:?h?"??z?j?@??????0H??R?UO5,?}?T<?_u???)???-I)??a`?EAGhf??^"?o?ut@ikG\]]????*???J???R?yN?????Jap??1??|?????$Z'?#?OV????8[?'/?g'K??Z?
156
??=VjJ<?iF????
+q??????V5/?????D_??Rr}(??=d??k?q=Ra-P???=???@??F????GQ??yqJ?
157
"d???`?????? IDAT?d?F??O4???@??}?4Qp??.???m???h??O?^,T?<?F"???5R?h???gX?Z??@+Q?9?T|???
+???@g??~??????Va??}?l?=???f?85`.?K???>~!??`g????z???8???ii???E@,?"v^??	-`??~@????c$??J???}???6??????w3>?FC+??m?'Kl??`??d??u??%.?=~G?B??T?R?F\?)????S$^?Je?????e?A)8??-???_?@?
158
N?
159
nz?J?DdFF??U??E??^?^?Ed???B???I?f?Q?$mUT?k?^TP?D?????7?>?`????Cf"?:;V3E???)???L?nj???$ej(_:}="(?a??k?8?[Z1?Q0ZR?]+?(?RUR??Dm?9)????7`?????F?9?7?????????&Q?R??X__Ck}??pD??*H??!;wTX?G????'@??'hc*bV?.5?RGf??U?4X'a??+q?K??\o,?????&??zp??:8a?????ZB??!2#9??k??}zR??~??????)B??P??TL???L?r?~???
+?rX<??(?G??D????":?/?k A?????s?dP\??)G??Q?T?6J??/5??Ka????@????????,???"??sB??Pp?d?&?;e\G%R??E???J??$?th*?x?????Vh?b?%?OQ?Z??B&:v?f??,;%x?}Rw?6?*}k???vXR??~G??? ?????M??l2??J?P???N:N?????tr??c?^???A??&?!r?v?"}?5?r?y?2??=z]i???h??nD?????b?6?B??=?;]?\nz??:(??b????O#3??I?W?)?~L?50??N?X|s?????%<e-J????zX??H???Q?"
160
5??`b.??$]q??3?|?\?D?A??Z??:???b?O?r?9?$?
+?????`???Y	?+uP&?2_??N3?&*P?Q?A?%??*J???5jZ?s?-2??X????1??Z?! OA??o?vt?a??u??{?
161
Z???2%
+s7jm:Un]?6?F1DT?w?3X?+e??????PA?,?E?9(?7?|)?L0???X??8;;?o?#????>?#>I??T??q??=????\O??)R??J?<?O9??C?1
+l??8?;??b?hq?????????6
+????ZI?l???4KKc?z?|?X?-7??E?????I?{^?????,D3R?_X?l#<??j?p8?YaU?:?(]$?`1\,??]??<??	;.????_0:???E?H?2gn??"?('??K????$?8????lJ)?c?Q(T??@?*??????RN+E?,????">?Q0?sa???	<2??B{X??Tr??Q???
162
}8'!??5
+??H[?/?(qER?FOh:O=??F?Z??v{?*/?0"?h,?uL???0?Y.R??S??1??v0???????#zZM2A-3??s?'
+??$?{?V??`?a?X?N????a?hp??%????)?{~??'?NR~0-$;?*S?=V?????=?><!?2???j?	-wA?_????x??x?'%?dn?_w?V{??b???n?gE1?y'L?b??'??^?1Yk?.?^d?)????#????$?C???X,T(?$?{?w*hF?t8`?Z?*?;?K?L$gef??,f?vu?OUQ??*??Z?????h?3y????F?hh???G???b&???>???J`?K?e?]???L?d??1Y?z!?J??D?w?H?=?J?Dei?q@????xMi?M?s??BMp??[?_?? ?:`'?????BMI???s???8<??==Z?:?????)\o}pc4??G???Ek4???v????????;???????,??m^u?d?Ox+RdT?O\,?"?RIZF?2??S?%gy,U??????X??C/Y?D?kG?'k\UD?D?;??H)H?"p?A/??>k???,???^??g6???\p?????.?=;"Nr
+?Y???'??nI?:qQ??.)j??#~???<?h6?,?UR????????S?K?7?Ri?H$D?h???0?p??C+B?0]???????^?Z?k{?Z ?H8w?!?@?9?A5?8???3H"?t?QeDX?6?(???zH?	.??g???T?Q??aySA??T"?f?#k???ts?to?9j+O+$?d ?H%??r??Gk?\???? v??m?'
+:?4?u????-~??9E?L??i3c?`s?j?o?:?L?!?6?}(?&?hb?????%U?n???1??J?k??H?H????f?MbQ=H??hV???
163
????v2?IP?C9?\5?C??????p|?!????%1#??1????;??p,??(K"??>?Q??"N?l??FQ? K?O?2??E)????$?????L?B?*o??????	?r??"L?@?@
164
h??h??&?Bk?????!?w?_?A2@JY!?Fk?-?5?T|???S2??y@?f????h/?=??1?m???~???_f?}?P+?($X?zdv3????=?+3?@X???.????2?T?x|f?[??h???q?1????????m?j?M????????w???x??jLP?\e29T
165
?
+??m??????p??1K*-I?g.?0????L&??h-["?q???[???k]?h??^b?V???	@\????.?8?1v?C?h?vr??????it*`??Y	hm0????;4?@?D/\P?2?*K?`??/?????/??f??o??C?q??4??6*%)V???????~c=M?fs?^5?????)?%\?(??&?R^%???	?A??ay%?Xd5WQ,?r?Xd? i??_OT?b??H)??4k??lY?G,?A?%??Gq???s??*D@}?c?\?#Z?7?&?"?Yt????%}????W?b??c??U?)2
+?G??w)????K?c?>8????5???)????`??v-]??????Xt
+^]?0?#>=???;?????d?]?kD
166
?&????#%?;b?%???Q	?????<#?????C?Y?:? ??7s]?)i-5c?D?F?8??J?Sm???$G?*??n??@??J??w???hm??RR??????E<??$?U??K??*?Y]?P??C;a4???
167
lt??U?????%F?!????U9Ph?'?	@??&??!?Z???0?p?
+????????????Z
168
M?f^z?Pa?y?????^?=?????p??>??EO????H}~??sI??obt]??L??S+JMz?&(??-?Hq?f????-t?I??%?$?f??]? ?
+?]???m?`??a??Z???%
169
??W?F??W???xpz?,R`f?s??b!???K?(??}Y?@E?$
170
???Ha?R?G????^X?_???}o1C?8')???N????_S??v'1Jy???X?;?c??I??y??bH)??g??d?E??h??????C????^???B
171
?s?????u??/?4J???????z$b??*t??????mf?O??dQQE'?{)??[M?F4:g	>????C9??;V	/Tl??9?MQ?7?????!?*?a??B6?C?W??????|??>?x??Qg-???>?hE?_?1B?z?|h?V?^]??.g?a?)???L???\?A?Y????X??
172
???mv???mB/?__]o?l[?????:?0p??h
+N?|?V?$??Hu1??)7HMg1???g?U??????s??j?oU#p?%Z??_|???&@9?I?_?'????d?*U?^???9? ?d?.I?????qJ=?N:? 0Zc7??g???B??O;G?H%
+???0X??$B?mk(???m?"x?d?2XF8?Xh???*?
173
	T?R>#I????^7??k?z,??L8-F?b??
174
?p1+???b?????w???pQ??D$[&(?*+-?@
175
? ??&??:Mg8??QQ???F????_s???!????P?^S/]Q??2??#6??5aGcn?=iE'???iR????,?p?k?0??&/?eRRX??A1????J???????y?,??U??t???v?&?0???F{??j??j?iV??IG???K???!l???<L??Jj??y`R?.?#?D93)i%I.?I??0??7???V?S????~???u?2?U?hV)??vaN[L????H??"?`??w?AV?Q?
+a;??Zi???p"?K??k1??!???m?;???a?5?g??N^k?o.,??1?`?W.am???J??B?"???Y?5;*??@????#?T3??p?6'????:
+??H?QX?=????0??Y?????]z&?E
176
!t3|?^?T?%9?k#??*?
177
B?W??h??	??MSo5L?c?!??g???z??T???6q,3cZ}????|??????????2"/v2?V?{^:?z??d???5?g????t?W????D??e?W?@?^\n?????Ap?et???vZ O?RQ??ft?Px???&SYRda6?\?6?s???I4??????0?d???#4?L?c???(d?LC?p=P*R??g?N?nH?lh???m??Gl???2?"?l????a?h?3??Z??~????9]08???\ ??^B#??z?J??0??d?,?%???5???@??()???%x??E?a?bu??$??j`a|4????(???;?0:???Z_?,?*?	?(?s?9/ _
178
7vW???B?\??0????T??v?By??1;R??sr?hu1?r??Y??"4f8???R??????n*??:??&Y?^\????B?M?n?(?b?H??????C??S???c?????{??\ZW??g??????;A?M?b?????'??OO?8[.p??-?8?v?j5??U???)??S&'??\D?
+?deUQ?(?R~?	?&?iHI5!??~S???J?p9?????"i???*?H???@
179
kZ?,]??z?{?Cz3?Kw???&J???K??@?.?T???*?Y?h???i???5(??O??D??`?????`?? ???t??KBT	4Y.?s??Y(^?Ev3?R<*?#R???OT>0{?p??c-??b-;?????"???]?\q??T???4???Qj??R1????qA*?^?\?;P??Sf?????L?D?)????a?????C?^+????m??F????*?<T
+?z?'f?.???0?h??/???A?0?\???LF???
180
??MPeH?X?Z?9?mHA'??b?9_}???A?5?a?i??G?-.?;tm?u??-?V???8Yva?qx?A??j???????$P&NZ??????-?\R???B??:?^????S??q
+<?5??Y4W	RF)9.%?UF5Y????r??H??j??????0???$io?5?O?????M3????,?76??6?w?4?fMZ????6@F?E????v?/??t???P??%n?0???A%b9BJnH?A9?PI-$p?)???fK?x9?U?`C]ci2p?tt??J?e??E??	@?u!?w?"? ?K'?'3C?u???D?L???,)N???b\???2
181
??dw?idR?[)?v?????<	1.????[f0I`??g?-4?t?KJipX??V??;?????Ir?!k$?jMYi?U?9-0E????(??*??AP?????2?????|?????]c??c??=e??	
182
?^??z????k??5-6??z????>(f9?u?N?#??Jj(?sV??,?e&?k
183
?TH??5
184
?CVcqE_?"w???a??![?<2#???	?L???n<gT*????	c}??f?D>?i?cn???,?1)9????Im???????;?U?H??Ae ?zn???o?O???{??< $????_?m7?G?,???Z?0?<??K
185
nQ????$?T?*?`?@?N?4yi????i??}??}?a??&DU?`???U?|?dc|i_??'???*'??l!Q??S@*;??O????2JFkr?Bm????$"???[X?E?F?/???~????}???&?))?L??+????E???F:+?vI?d?R^?Xx???g+f???"????&x???ho???/?{k?????#?x???EP`	N??-?6~??9NZ?h???f?Fa3r%??y?*??Jbp%?N????BX?*)?sp5H??iT^T??J??H???*?"?.:???9[pI??W?
+?w?v6gAF????Z4??qo7X??????k??|?
186
? ???E?jlw?w?Z????k?w}?4??????????4?=?????AtM?F??,??*.	??<MeC?H65?.?%)?J@?zF`????????e??|?F??/?????bFl??]?m?????8Y?4Z????
187
??HO9??j?"????&&!??*?????M??$??|?	?D?????0??lr??*4?;?????????Y??J?2???D	???D?{l????s??j?J??????r?@???O?*??????U?@yH'n?p??8?B?Yr?1;????W?\????U)?w?V???z????`7?Xt->8[???i,Pt?ktFa?s?_?Q?~a<JmG????%Y?p?3.]?1??'#????1f?W
188
???I?<RS?!dd??????	E???h?Z?????7}??$,4^J??
+X.Z?
+c?????N\owX-h???k???h?F?l?o??n$?M??0???????p
189
"?o?????c?Z?S?(02?!?t?Jy?3?X???z,n???`?f?2A?[???
+Wd,?????0b???
+??????X?|?$?>????
190
:P52??????T?xw??%???s??)??(lV??o?B-3?oX?e"?MT??Z??????tjR????E?Q?*?:D1?u????^??????:??:&??X!?>?h??Jo?
191
?
192
?R?(E??T?J?q?F)?a?}<??^?B???c_?=Z,@??1?X?????hq~??v???]c?????|?U[?o??po??W?B??y#??).?????chSp?w????w??l???0?u??z?TN?9????X?F?"?*?????d?0x?w(??-Z??#??}?)?
+??C?}?p?G??,??????
+?????u??@?
+#?]????!kC??????t?^??n?I?k??8v`F??L8ZF??????)A6$??BT???|?Z???VgS????R???Z?l}??}?O??<????/????*??>:
193
'>?MF?m?(L?)te?Q?j???$???U??(??S??h}??B=??R?c]U??
194
?,???2r;?{,??O=???C?\C??>?Js??$?`??v??a?z&?O??F?~?u???,(????M?{]k/??B?
+????~XJZ???j?U?b????x?l?]?S?q?j?h?????U;?vV??`m???SN??p5???'3OB?"hr?:??ipeQ"??C??????:gR?J1???BX?V%?+?m?????PgV??e??>(bz?8??Xl?=?-*< IDAT?r?Fc?q?clv}(???`????M???`??8?@????
195
???????m?O??????*Z?Jh	=???N???%????H?? ?tWi?F:C8i	SL__???8'?
+?8`??T??|&??tC%3J??--
196
??????2_J?&?rK
197
?B??????9$?0?I?_?.I
+??r?6T?]??D?????E?P?C????b?Da????????	??}k ?u???[J74?
+D?/@j$?ODq??,-??A?9@??????z??:v??Gl??8.???hA??E?`?}?Qxu??k????j??i?u-?[?:e???J?e?e????h?????a?????^???W?@Q?,???(?X&???*?+??	d??cozjQ???g??~Ea?_~?PNP??f?S??
198
@<t??>?H6??(N?{????w???&?8yo?x?lq??%?d??X-:X7xuz??%=????D?U|???NlD???3?)???$c????po?B	8A4i?i?!`a'
+U5??>?t?f?c;???6??,6?C??????!"4?i[?Sb??fHH?}??g8H??V?5I?u?FCE?????	??2?U?n?FP??\}?&?[??{E??=??d5?hE?=2??~?????;??@?9?YY0???U??y?3?0???:R,?[A#SY???:????z?i??m?`??i?!?i???g??/?~b???3T?O?D????6	Eo????##l?gp??rQk??*I?T??
199
s??!O??l-?-L?54?i??Y
+3J>??-?9"i?$??5H?'??;??6F'??i@BT?R%?}
200
??"???\????f?h??z???T???e?U?'??z	b?X???P?6??
+#){k??B??ca???? ????	????*u?/ZO?9W?&QUty??????????#?????9$G?:l?!????????b?7??????1?????tC?K?(??(B?D?K*%?Q?@?O?8???#	8???2??R3?o???N?a??Q&?cii????FH???????e?;???l?R
+????e??V????!??c'?14P?.#d^?Y0????r??kqu??#????&??e??e?I????8?ZK?|??CFY?????>?s
+???+h??{@???$??0^?aK??PQ?(??(??W??Jr.???\+G???7<h???zY???4??(?!V]?????????1D?zj???????C??y????d?Fkl??jaD?kq??=?T8?j??5??B?iX?0z?xLFb?G]?am?>?N?3??.8??t??s<M>?VN:_ W??h?????????`}???#??Kuw?/???@^/??
201
?$????`??p'D?B??W???;??o?K????DS??&??A2u?>?_"?????+?4G?L$???^sq?M??Dl0iO????8\?rK?Q??J7k?????{???|?H?~(??????E??K,
+?????????M??o?}??6%\?MH??98?2?U<????xq???E?"?u????]?m?Q?? #?YK??uZA?[>???1*??#%\?~ir>?k??X??????Z?P$?Lf???N?b???o??1?!?????$t?l??:?.[\m?>*?`.?[??i???
202
????
+X,:?Y?p@7?'?L?Y?????G?1f+?]?|b?5:??^??I??T?A??=M??x?h
+??
203
????r?X??yX???n`????z?c7?T?Al.*h?W?h??>K?D????GYF??h???
204
CA? ??8?%)???"X???????N???/?{u????????7?
+ s?PA?F?L?L%??????&?ne??>D?cie??bz?m?W?"?? ???Z{??2D???	U?U????Q?:D!(????
+Q???????|?"(?@???_=?????S?~Tt???q?7?	??.??l??(??I????
205
ys<S???9?*?]????Y?(d??6?o=?}?M??{?.?
+1????k}Q|????O/???d??v??vHN????B?k???]?`?????????(? E8]-??b?V?6?3h?/?1?????c9A???r
206
"?????[??2?ThE?!t???.r?~???q?????SVA&'r? ?}?Y???? ?F???V????h?l??<?U?6?R)?P1)F???:KH??o^Ud
207
T?*h?RQ?
208

  
209
k?nB3%??9?sL??c/2k?
210
?r????m????dao?h???/????(??d~?8K=????}I??|??{T?-&?%+
+/?l?SJ`c?F??3??
+r??M??M??+?	K?c???????q???
211
?^???"^Fj\?X?W?B???w??+?LEmtb((
212
,(6
213
?w???cL???(?,2
+_??x?m?B)@K?3??????*X? X?v????6m???D???p?\?j???b??,??,??a?V???03F???`?#????<????"`D9o?e?P?x?RX????Q*?h??[????.?v???z?{<???^v????R
214
???Xql??B?YX+???p?????D?|?ab???u"	r1?|?L?}bj?~P?y???z?P?y/??&vRt?H?Jy?b.?a??r?0?1??*?J	K?
+?[??Spx?f+???D
+?T6M?b4k?u??[vb[.?~P?x9???{_E???e&~Z\d+??|
215
S???e????]??J???1???s???Ty?K?:??oQ??ae????(???;?n<,G??E??2????r??`?N?e?<1"
+??|?Z?J?^7?R?usue???Ql?*bH,?w=Vm???????x?0?W?????j?`M?0X(?V-.??t?0y??8Yt?\?ZF?Z???.?z)?	?F?M????0?`t6?????????????(?|?????r???NV?+?????E?4?]??#~m?????F?<??????@$KyJ0"?\?}?#DD??Pk?j?????V???!?RE???/??IU?P3
216
-)|?Dj??????^????g0?`???L+**???3?????J?????VV??N?RH???9&V?\???
217
?<hj???os?{9?>(???T0y{??i2????w???~??;2?%9?C|??cp.?4????Tq??b?<R=.?I]???Y??3??F?	??y???0)h?d?>??DMZ9g???0?S????pqQM?P?8#?????@????YFX????k?z?"????]??N?<?X??\[9D?g?,???Wa?^0U\-~\?`?M??8,?u*????Ac???*Tmsi?K???5??P?????kP?Q/L?@?1J?????(?K?a?x;0y.?L(???+Bc??T?j?F?m???
+?m?P??L?Lei??V+?RJ_>??*G?**?J0Av??c{
218
?I?:K7?????u?hP?/q??h	?C?????<J?F????S7U?J??\??s?2???.#?K?w??8????g(??>"??Zb?^?[?5x???{?s\?9??Y~\?]??Z??FCW	?T??\?
219
=Z?Aa?j*Yoa??)?vs??z???|?s?&(L?B
220
??4?4?^?e???0?T???>??UE]??G?]?V{?vMZq????p?i???`?X??h`??v?;]???
+?P?[?@???k????h??0B?@??h?@????90??MF_Tg????b(??f??!?8? ;#???i?P?e_G ???-??D??V-?_?????7k?d???~?="r????2?` ?h&
221
f?????h2?D?8s??j?%"????GxDf?Im6s?????2#?,?-Tz???j??*cHacv?=?#???Kx9
+?0M'c^[	?Y`?si????>??;p???M?l?	3?wbM??#?@>t???W?
222
?j/?`H]?WXZ?<?5cj5?/2??h9??
223
?w?kvYP?s?*i"(|vye??-?:'???W??e???r-J?V?l?X[?Ie?so3?@??9??{bE?p?0"??5????4??B??|?M??m???ty?9/|.fQ?\???L?E?'G??7?M?E???Pb?h?VJ?baR?1N??j????	5C*??r???(??c]?V?q?b1?0????/N?N??TD^?{1????<aM?UH????H??4#????f??i<??0F?????3???????O!?Y'????3w{0O???
+???9????7h0t<?
+E9Y?)?? Da??)}>jH?K?i???<#aLAbWyn;??^?vF????U?=m???c????????s????"?@^g?K???P??T??h??5]??bVP?A??DS1?g>?4L>-?)?Z?T??H????R???!W???j?k????~0??K6?+?????3?|???7???l?v
+]?&2???T?T?????rJxM????K'Z????]Z?-L6??jU?l}?j??bE?`?U????k?p????(lv??/u???(?,??+??M1??j^??8	q-?6Y?????H;eQ:5??7???;=69@N?2??~????&??|_????.?????
+5?/RifV,???^O,???I?5????K??x?"5????????k?i????? ?h??~?,?1??C?~???|<?mw?x????1?(???:`MK?vY_"<???~??GB??-?m?z?????p>????I?18?
+???8???5G3?
+??1???#f?4?=_m???8G?0
224
>LI??(:?h	(??p&??dG??A9?F?ZA??>??!	sGcU??fZa?a?????|??\??uQg8?Y?b??W?e(????80??*K`??j:A.???K{??U??2?VB
225
?zsw?0D~??????	??w?	m???7-m??t-?m?)?s???|M????]??Lqh}??u?F?i??r?\???
226
?2V??*z?Z?N??C-4???V?W6????[j&?)?r?@b??S?+hVN;5>?=C?I ??C????a_VN?c??GU????aye?Czb?iz?n?l??a?Pq?
227
w?8F?_?l??A??5???-(?? ?????N???bj???T??L?QY?1?id?@Jq?'?G????oP???d+?t??N?-???<???m?q:?e????wo6??f?????u??????qd8???n?????	/?????<?tv?rNG??C??xp
228
??4?cZ???(??mh?D?
+N???|w???N?t??1?I%???-
+?\DNC?$/I?'4;??????qT1??~1i??Y??!^??ibKIE?????)9??R???uV?t$[x???i?Da?:????,K???)??}???z>^f5r??-6????7????=???'??????D?="}N?L??t/jx?p??~?????v?<?/?*?S?ze?*????_???d?z}a?&?U?PM???X??k????D?(h????6????\-???<?Lt?P?bR???@'?
+S[Z?????~3?%?r*"??	?N<7?
+N???9??y?8u?<yL???u??b?C?k?,8????y??????!9????6?E,+?E?q6?,_?=?K0O&S	???7Hv?Df??v?7??1??? %ji??v??";i?
+?d<rzy??6?????G?<??}~?n?qP?g???n?????6?_??&=?`.?]nv	y~9?$Qy7?/?????Q??a??7???M??CC??- W?????wO???~@6??E??????????????D&k?IPT????K0a?o?]?Q?f?Q?rc?????+?)$??J??IU??]0*&7?l?^>YV\N??+Mei??;*?+?(?3+??Xc?????A?????;?????????m?|s??y8M???8'????w|????i?^??NzEM5??Jl?-??Bb_????c^?h?^?l5???k?Z?yU?J?0?????p&v?U)uU???y??????qKG??(e?s??Vk_?HI???o???M?NV?
229
N`???;???rZ??b?U??.lILWy??QM??ppf#[?o???9??&??zJ?s?2I??**?M??Y?y??g?o?aT??4
+?K?4?4??6[???????8?'?G????t???
+[^N'4D??	???v;^????#?E???s??M??G??y????utM?sO?6?????8G???f???a??&u?O?/?w_?&?hrjZ??}0^?Ho-????p8"????=??@8?????0F?:F<?9?;???V???&??p??y'?m??W?{?????? )_UD|~?)?_?O??g????????XM?F?i?E?a?>?rW^?NtM???b??]?w5?1???????w?????{>>???LFh??4??l?r<?q<?g?i??x?e!?O_?5?{i?brx?N*??v?J??<!??b_~?[+???Y??VX?bh??_?`?z???+??Z*,?N??|?80??.?H>?r?k'?)??y7L??}}??]?????}??y?]???`P??#N?sz?U?`$5?jK;??uA???c???????N????y??$l
230
b????~S?}??I/Gq.?-??????f3?DNcn??#????ox<?5??4p???"??????;?>?^??-:(?A?O??G??w???}??~`?my`s?:???>?[?#??a?@??}?I?G????'????n??|t
+SL????s???{%d?c??????a?|~?????n???????"?s????sD"??#??mUhU?[????zR?n??f??WE????G?X%????/xu?*?,???k????r?L??UV?X?(???>??????g?H}?????4bf?}???????????????4I ?S!)??i]?S? rL???v?e?6??r1j????k??>\jVQ?3???ua??	@??^fN?????E?f:i????!??9(jl7?K%??L]C?,I?J?Z??4M"?D??yV?4??.?E?K?q>?????)f??2?$?0?n'?wE?????'???2?ke?hKn^UW1???,?#?8&??tT6?/cf
+uy=],H(y??63{d?3n?G??`?0??y?????i???1???[l??3?o8}????|????O??>???O||?l??`7o??#r??????'??????3<}??)?|??0????|????yN?#??}??y???L89??3?M??:?w;4Z?xr?Q?[6{??(n???????h?3????S??A?=?;?y??8?XL+?h-?"?&?h?e?j???Ljz??V?).?n5g?B??4?t??`)[2-Dk$?+???6w?e?E!^????+??K]*?x????4??r?D??|???g?L?0Ab?q??~??????????????????DK?fc???Y?)???t`?u??l???R??????^? ?5Q.?ZbV????,?.uT?0+:???Wwc?`%?\?W?????d?^E????m??S?????????-*?n??+l????y??:)?=?g???lZ?9O?J?9???q?t?b??B?uU??N~U?????B?*~??y??h'?;?l???av??c?| IDATT???{=e?u?ZvY??/V???8?P??
+????px:@?E??????f?Z?9=?????'$~B?{???y?r:??V?}?????H#??+?|?p??=???xF|??0?]?]?r>??!??^N??C?z??????m?e8?]V??3;???>?????m?I?x<?????#?EF"M??`?????????K????lG???b&^[?%?b6??I?;?j}??N6/??a?A?e?Z????x"S???~?'W?+V?-????W?X]VMj??V\????Y'???c??9
+I???????-?x?????????$???av)??Ya??????}\o?[??2??u??OV???*??8??5?$0?/mj8???.????EVz?+??P???93??8?||.,???,?{??w??NSX??I?M??tn?]qS???4??1?&??+_???O??d?^kNt?,k?*?b??kJ??????X?????\eu?\??I?d??,????????j??$>?C?s???&??v????? ???4?1[??w??a????o???=??x?;z??/?????????#?????'???e|<?(?/=M?Rn?y@?????G?D??S??????_}?5B????=4?tX????D?????o?9=???x? J?1?9?8???G?????0Z????[p?aDMRo?_?jJ?????m?f?????N???"(?t3??.???H?|2????]%?P+a?? z)??<?5?[Y??V??4?}???.?Z0u? j?1????????o???o???3???????u~????s?????!D>?8?G~??w??e?K????!????V?W!?+?+?d?U7x????%???WU?\=^)x?????F?)???
231
?X?A???W3?,mR????-??y??%???????.)??U?Gfwe??e?F*&:+?s?ij??V6?-w?????\?,??
+?
232
??,????*H?Jj-??[?m/,?u?????`??A??B?K???C??]?x|???5?p???xh???p????????4
+?[:Z?x?{??-??7<=?c??C??=?p???????8(as?_?k?W?Bb???tH?a|?91N6???-???/OG\?=?*?D*?>=??0{???<>?}#l??FGn?G=(-sM?Nl????b??uR*o)??rQ{???.?%?{jcFuI?.g?d?!??"?]h7?D1u4?:???b?0/]/S
+????Z??\fo??c?I	?X?Au&??aP??????{~?????9???Pq????'P?*?{???H7%????s???r??&?dO_RH/???LV"????e??/$5???\`TV??[?`ua^*Ke&??]C?l?VG?.?z%v??????\?}??gn??f?#?X=?X<?,3??"S?e;??l-???c????"2?2?????3??
233
??VH&[??s?u ~??9=^{?7\L??[??G??;?{6??6{?O??????-?/???;?????'?clF?F?S??lxw????1??L??????C??????|}??t[??o7p?qi-???7????????h?X?\?	g????GFk???=??g$F?%?j2Q??H#?^?4n8?TT??g4?]????="I?j?9:p?m??.??^???`%KQ??2+?K??????R??????&??L1q?R?????
234
7??m??2[?ba]T??]?&??NSe=D??d?&?n???????e?&BC???o??????????/?y??]???K?D(???r?3?`?????v??i? W?$??OR?6J?t?+9????u??r?`???w?Z??\?
235
'????~n?	??W+et??O?????)?'6c ??P?\????.??I-?*tJ????d?:?F??.?+Q????U??+??z?	]q??Fn?6??2?%S,]??5
+?x~a??[??#????g?t??????-t7{^T?b8p?????0?x?p??>Y
+???4:n???C????????v??v?????v?????Z????m	??!???:?2?_hw_!?????o?mR?X??!?8z^dG?#?????S?y??a?^9Qs?}C'Z?/?V??^????-W??PZ?S1??z?spM??s?kr????|3??Y???\O??%?bbfe?o?<???
236
?bu2w??z??XzJ?]??C?}U??xx?ci??.????`?????=p{???????0N??bM?l?1?n??H??1?e??9
+?l?)^?U#I*~]eSS7?~pm????Z??e??"?? [a#?\]L+?Vf??T{??r??w??O???,??lv???b???]k?b"?T+?????%JQ??|aN?hKJ?:??_H!????g??e?!_?`?ClQ??djk??gE?????sc?D{bP??q$?_??{?86?r??????"?y?>p??n@,??d??8???????v;~???:a?4??m?o?A???h?Ot/?????/??{???"?zN?&?f??Hp?????w????g?n??!B=???fxf?g?????6%*??????:Tc???i?a_`c?]'??R$?4)??@4	??%?j?[???H?8j??M?]?i?ON?Y?dU???e????5?0[o??Y?V??????????!7]??,?b??_?#kC??jx???^?g?_x>?&Nq.J???,D&??"?i|?:?f?\??/????i?d??b?7LlZ?\S????Xvm_?\???*??D.s??ViE?J5?V?a????-?qN,+&l??R???)9?Vg|d??e?5?"?????/?O?BH?b??
237
??A??o?$r????#N?|?a#{?h?uD?G???'??{<?M?b???????F?
+??x?z#69FG?7_???:?{G{???a?/??o?~??c?f???????-????q?c????4?S>??>??pfJ??????o6?????????[??|??)???????C? ??3d?i?"}??J??????"!?Z?&J??(m???e????E?g?????}V?{?&???a??$?UR=o#?YO?Ks?p????l?+5X??V+???q?+.??4y?B?D?SV?gs0U?'??????sw??px9?x~>0?0??L??S??2mk^?????w?Y???+p???uf??6??\c?\iGM?Y??%????D?u	?u?\?6????.?aJ????Vn???????YWkI?@?X?s?T???(a$s???C?(?????5?8?V??T$???-x???Q??t?6???E?i4????B+?=1?'?L?55v?fG?F}???x??/?|?{????"o??>????[??????????3??k?~????o?q|???b?8?[?d.7?ZL??%?Ao?6?v_?p????q???q??`"?![E?1NV??X?????$^?u??2??*V*?SD??MvY_I????B
+?,^?n?>d?v????UAD?d??????MO??w??+??$????E???e?p?? ?lq?/?.
238
~?S??lY0??)nw??
+o?xy9??|?F?K??y?v?Y?eC?zr?K?y?Qg?H[???B?????<?
239
???i???0?G?T??,\1r??d+?KyV???\0j?8????	d??WO???
240
~????;???\<?:+F?h???P?2??,?q?cr?????K?~?#KE?'??Du???5?-E?J9Z,??Sk|??????)^?$^q?1Y??m??o$(U?????'?c???????0??S????n??O'?3m??c<G>?????????
+w?
+?!"m???0n??????h;,hr}???9?-??CC???H????;=eF?M	f%3yV[u?Gz??
+??`??G?\??ov?Z	S?1?l?\:?b?? ?IE?b?P+K??????:??+???L{?I???#/?5n|?:?
241
B^???Z}?[^??Z]???E?rRb???]??K!?,\&?f6???dK9?7w?	?<??????f?#?p??P????b?2?<?U?_?k.rv?N?????]????2?u???iW?J??@Q??\?Nq1? ?S??l?W?RO]??0D1_?V?)@y.0?L?3?m??????l%???h??e??_a<????E??_=??y????*?g???Z???Q????S2j??^V?<?]9F??:$??-????lT??I+?8???3?iZ??Gn???????
+:
242
????5o??+??????3[??[?????w_??????A6??c?!De?????3>3??????????J?}??????$+?Q?????r???9BG??%???za]??-/?]en?Z?m?*?IM?1?<eh?	A?f6OK+???N??,\?l???+5? H?e?T???V?e???k???k???*??JB?++4???u{?3?_?sq??De???H??m????? ?Tv.???'??Ik?H"?3?R?;???X?&f?LyjE-\S?kxB.WP6??9q?n??Pj?~?jW??K\?*??J]?Xnd?????>^??n???L??Y?~h???st??&??`?=????O????&??G??0?l????WDvW??/m??5??t&?b|I??r???r????jM????h\Jv-????,?*EP??[?????
243
?0?,???.	0???vG?*?>??g????x???>??????????X??6????|????6?????!g&J?A?G?3??V?9B???SI????????t?wm?7????L???H?@K?l???
244
6??o????x'KG5+??]?h????Z*
245
"B@'???-f/??	???+C?9??h1\>????5??T?&?l'?0?B?j??A?U1)?Clf}?i??7????W?J)LZN:[??f:?????-m?>?d????c?ff???ob??jI?????o[??m????>B?.?	d?h??	5?b??cV?.???a??P?????sv?Br???py._\?oj?8????
+B+)t?!8atB??????)T?vvq?^Y%?]??q???X?????)?B???z?Z'"??T'3???{??X?-d*??p,??_X?4[?y????.?*`??;???v
+N?>*C????
+O?1?^Z?????x???P????
+??^??G????1?FJ?-?i?0"?]???hD-???p:????vE?)m?Q???,?<?
+N?&?O92??B??lbf?}?4??x?iU?&??$y??S???a????X[Q$+?-?G??D.{e1?zK?#?C	j#jR???I?T`??-??Md?s?5??jtn??o?E?Sr?j????<iSdEM?+?.????XE??
+(?,k?s???S?!?E???+??r?/5u?l??j??J,?xd?u??m??
246
E??3??0?l??^?H???t(gA\2VH???>iR??a?D&?.	??#z#xGHQG?Mj8?2;U???\9?W??????Z?r???Z`??/K?__???ktm_??j?e?????:Q????-??_Q@????o!YU*?3?-?????s???]?????	????f?0FTZv???a??????	???? ???mq?^7IWb\3??|a?e?,?*
+^?)_@??l????_1?????M??o?z?`?7< X??H;??%??q????j?^S?L??I1Z????-L3?&??	c??P????i??%?0??%(?I?a)?_???6%1????q?a/???'?N???J:_U|D???r3x??\v???E??L?r\?FmI=?uY	%?A+???[???J?-%??~??	d???????&???^n?y?l??l?B?,?e?g???i?u?"?@?%B_??????.??+??g*?5?6?U?uU1t??uZr!?Ft???5g4O?Sr?Wl5?j?]?_)?L???I-?[O9?B++L?0?\??U?????	[????1?]?_??????+|????EO?A?%?"?[?????>?{?h6|?`?EE???n ??0?s???G??0?#?8?#??_?w[?g???[N?3C/???????1??-???l+??`4a????^>?}r?=???m?8K?J?????{gm?h[]???t\????A?U?e????/S?f-??I??????Q??H??WY)=?%????+????$???}(W??]??b5?Id??Q?!YN)??e??Z"K?.?ND?8???e?T??bV+??p?/V@??????f?&r.U*???9??T????]?k???4WD?.4??w?#?K??q?kd?.??n??Z?P?t?s?TD:[f??*?F?%K??>?z8??U?w??O0??K?z??_???\??d?]8B???vF,W???c?m?e~vB?~?Z???O??y??*v??~?
247
kA????5sg???b??Q|???	?g?F?7?/?r????0O???f?lv_?^?x??MR?????@|?Lt;6?-v???8?<???????9f?h.??1??????m<?(??9y_???G|q???5??0?Q6?sE-??f???K?_]?@f?q??U?????,Ss???d????x?B?L\?"?4S???Y9?Lp??s???.?.K?
+S???zX4?ARZ???*???$a?:?e:??R|?U??$>?
248
?????8?Ul?eM>d?Y???Wi??*?0??F?S1?*????=?oS???d????hm??Lx??+?0si?eW^'?r?	???
+g??@Y??KU?EumR??`??v??i?k?N?QPq?ST]??Z]y;???Ux?C]^?A????0?>??t??Z#????daN9?-
249
??x??JWpY?.?^?45C^?????3Ee?h?1?HI?.R?@??K(??=?
+????W?}??#??0?c????3Q??E?M\?3????BMKx|$????????}s????????????N<?"q??q0??4????&????nx?0?nG??6??X?t?=???Wx'q?????T?+??AO&?n*9??M?e?&mDD??M?|??;,??b}?r?-Qs??bXvU???)?1gaO?D??????w+?t??\?x/>??[??V)???+;Y[???eb????$5.A?%~S>???}???j???$?????2M??}?9?i???!?O?M??D=Y??J??<P?x?q??????-?{?? ???	XaF?Di?e???sf??T?5vV?'P[,
250
?U/Ky?']Q??Q??=r?E?^??{Z????z?????????+8??LL???(??-?6?I? ?D?*~P5???????s???v?"????yt?A??g5???????????.????0Fd?g??u??]`???????C????87?m?6?V?M??Gyd?6h}Ccgt????gnww?E]Y&??
+???YiYQ??l????F??d4??q???#W4?l5pY?T.???
251
]?R?/?|X??H??'??l	R?x?6'3?n?_x:??
+z????????-?.????M?=F???bK<??q???.Y???J?
+:??\??^??N????55?>[????vI???K?p?9?X?f?]WSFy?5?+V???????????EX??????k?Um?$??h3&Vp??A??Ki?F?:?uZ?o6A1Y?gO?0 IDAT?oI[?M4?{X)?KF?EDp?:sW
252
h?e,??5?t?k_i?k?????"$?z-?Zg????~^	9??d?k?O_~????K?o/????rk??a?l???a?m????$W-??;???3?n???EN??u?????6??
253
?????????S?mi?NO#?]G?g?&???=???8?G??????
+?O#???3??
+????E??????????r)??0?#??	i\??\?]u??+?j??,???i??6???y-?>???U?N????k?i|??,??j?N????!f?I[?\??=??j0?w????7?I???@?C?i?????$?umCC??p??$-???i?
+????S??<q-???.???K?c"kA#?8??(Kl?hoY????????\?????r?)??e`Eu??^?[??W
254
[??gx}?oe?CM?WY^?*X?%Q??i?-\N?)1?_a?i???Y?GMV%??TP?mI???H??;??r??,??? ??_?x??Z???k??~?????s?s.+&Y?%?m?z*??]
+A?b??
255
??Xa??/??F\?J?D?c?????}?G????N<=??G?q?^G?m??;?Ns?xC\?s#??=>s?7x?r;h7??????;?=??????4?t?/>|V?????7????M???M+??e????{??0???4????	|????K?Qw/?}??/|??=?;$.??G?n?^?sz\y3??j????$R?;??b?i??@?9?(?e??M????O#??"js?$????I??~N??d?`?2E&Nx??\?b?`?1?l?????9?&gk?5???	#?{?y?<??@?4D5?????l??_[U%?s^vy??n??n???R?X???Wo5x?W??5??m	D?jW^??J?,4?SG?H??SVk)??bCnV???z?b?P??}a???jF????aT???=(C?l3Wg??1?@?2L????9?#??Nf?c???nHVDdc?1??B4?v)?\:????]?m\?,??k?s?YQ53?z??f???????c???.???b)+?L???ZK?d6S,!??????E?^????m?m????????G???',?d???5?f?XC#[????t??d????	q'??h?????kv???7??h?'?t??@O?*??3?p???`?m??N??'?4????!9?;v???g?x?a??????~?i?????qz?w2?d??U??f??#x??wN????v?Rk"??\?V6?mc?x???E??+W?R?l?-g???%?#o?9uDQ??7?@ej?$x?VX?~)?Kc???	??CHE3j?U?J??m?9???pJ?=????i??Yz??Z?X??/?R?L??
256
??>?[l?L??^93??5?????eQ?;???)?^m?s?h??B~???O?E?/???+????g??W<?EW.? ?l?S?????JO?e???'7+???k??1?B`??~L?+B?8?,?+?R?!???V?_?b???"?i?S4-u????Sj=?T?eW?t}^I{??+	
257
?W??s??R????H?????!?s-??k??R??.o^?}??
+????????3??).??d=?????G8??K?7w??3???8F?GT7tt?-{?g???????2M???Bo??xF???e???;??9????????????????|???C;]?.F?;n?q??-/f?2?F?????R?j&?F??4Q???l?I\(%Y?"?K9	c^UI???G?(???M{'??u?~6?s?????j?H??,??)??Xkwm?q?ki}?C?{au*?Q??s????????P?d?	#???Eq??Q5?v?p?&????K?M?JaK<FVq????j?%+&Xm0?d&]	+??e????V??.??:????w?/Q;???U??-?@???L?E??I9{b.!??c?c?<B??!?S?B?Y6H??_W?r???]?_??[~?;WyR?A-??h???z???-N????]\br&???L/???*&? ??:???1Z???????T??;~??;>n?????|gO??i??V?s?v|b??g???[????q?)4|?=?<?m?i0'4???wt?
+6?l?d?8??7?h^qh?"????l???_????^?_??'vw?A??'?G?8??.????Iy???y&i?Ts?$?RT? *,?	II?4r????(??????S?J???O?s??-??F???U??f??<?F>???V??l?'?tMii1???s?R?k=C9?$??8'?C?q~B??	???b??LK?"??t?n?p+%??u?_?j
258
?K?t?}????\I????????Xr????b3{?IZ??r3=??????U?%??.?x???X?*????|???,WE??Y?????K|A??q?wS??????t????L?N?k??p????*+????d?Xc????wS?zm?X?%????Kb\?E?^?=?[V?u ???y???L??T?c??<?>?p???W?V????L?!O1?p????_?4-A??????	O#?'bp?]???-?Oq?*
+??3;?a??????6??q??Xb?u{,??l???????=??????;??~8??)]?????h?Qe??5?$??z??4s???????_.?if?B-?X/&?f+????0???'&U?
+?7????O????(?!?2???i}6?K??!S?SiL?af?|??lM?H??n?2c?8?0????m?.????k??f??:=??,d??Z	?>Ok???U?x?LS?Tz??OK??}?7*???b?N?-H?I??%A??z??g?0!???E??d?.???.?????<O^!$?W4?-??E?2???????n2?W?????_V?]???
259
H~??j?q?lR?|7S??h???VZ???n?q???8????yb?J??^???2UKi??????v?d?????v?w7??}?_8??2	????A?5D??Xw?Saxy?x??v;?.??i??!??????8b?U??Z6>@?p1F?????vCt???4??????
+a?-??	??m? ?#h^W9???\?]???^????6??6??h????Z???T&?X??J0
260
 ??U&??ra2???A5Y??L?????d7Sa12??C.Ri?)?dn`?r????5
+?????0&??f|-????
+!??_Aq?IMB1??U??3?;?U7Y???*????????_wH?{???X?6??k????????+?W??_??%?lZ?d?T*Wk??>?K??Z?P?'??B,?"3?Z????F?G??86>????h??Hn?\?}??+/?	S?8a.MW?[???q?N?j?`?V?|???%c??C?Q?+p|z??g.{??t6?~???/????1?n?u_??.??b??4?;>?oh??1u??z?Dp?Dk?c{?<?~??
+N"'??????9\?%[???`8F??l6`?%r8????????????]#??H<=?r2"-z??????F?Z????????VM6A??k??????B/Rw??+??}??s
+??????5"1?O??m??vQ?ns??Y????e/?]R?????4?o?fZ3??>??g|ga?q[?p?GL?M?I?????M??Z?67?dZ??L&???\[?B????kU?T
261
?_?G??-.V"Wb?_;?kQea?I?T???+T???Je9???PM????um???)?,n?t??C??U?I?w?gWLC??_(???????/L,??t?k?
262
??WEL@?,k+V?#UP??@|???p+??Z?of?f????Ww^?+,Q???O??&?j?R?P.s?=c???t??E?m????#?$0?iM?.????iy>G?N?([????kN4?L??:???M?hx???a???H?np~?;=?p???????w
+?>??N'>qy????niN?H<?x????????gQ??Y?#??????6T?^CI?c????)??J!f,\z?,????<?u?I?q?[????~?a?um3???%?2???q9>?<??gyw&>??E6]?hG??i??H?:??W?B??:?"?????BR??.???>(???%"???/?VjvY???k?s????m???yR?zE?$??{M?^j????^??BN?<?l??JVC??=??
263
???U.??z"??;???7	???&???)[?*???~?Z?d?UV_r???(\eiX???????\
+?Z?|?D?a?(?-_??j??\??Xv?9W?????w?Z???./U?U'??t??An?>?????n@?V??Fv?j?!?-&?ls?c?D??????????qlgle?Gp?[????4
+??
+my~?3w;?v912?#D??'4?c??.w?2Q'??5^$??/eY??5?d@??K?-Y?H^`^?A?H??c?'????J??'??oI?????/?!??4g?g???*?4???k]7?@?>e?W%??2v????k=!?L?p??[-???????B?w?|??!/????X?o???_?_{??\?????34??<????K??b^qF*??'Nk??Ix?L?2?4U?5?G????r??'m6C?z-U?7&??B??:t?ZJeP????J?ILX{^?K+?im*??(2??r??D??Q*k?Y??%{j???U?Kw?%?_??.?.I%?E??H?s1F?y??iP+?Y????O\?h]??3[?o7???N,9dZ????JF??.1?T????4m??L?Ek:?"^???~H??K????48?Fx?&??????t??XB?8??p?|?v???7?m'?^???nKhv????X2c"???"o`??0y?Y?f?n??f??cK?jttx????!^?L?CB?f???)7?j??*'?4???N??
+du????????Nw6?.m?CHE??)???<?i[4????k?????4?d???d2?*?T?Y?l)?B'y??If??W<???id??x??6|??L???c??b??d9??x????U??t=8?K+?b?\???H53??Z??Y??)?ZU?D????f&????Ub???I?????1?\xlA??E?Q[???_
264
?iW71\f??z?9?)??l?Eti5?L?e:???2/|??,9?GV.?nm)?	:]?U?,n
+Z,?3????2??j?-}pwaqpa??????;???V#?????7?????2?W?-???????????pt;F'??C??S?%.?????jI???xf???448??????=??#M???????5???~???h?[o???c?0lw4Dd?Ko??sR?>3?4?QuIe?XR*g?DCtN??U4?*DI?s?-?i^?%'d?301s?M??r?<?+???E???iE?f?<2?w
+cT??????????.9?$ib????;??<??9v????p?????_??K?
265
Gdwg???33"?????P3ssYU}?p??$3?@ps=?KJ?c?	s??KL?e??KZ?k??y????p???!???a?"Ci?3????Zf???s??m???1?t?w=?????ktc???bl?D?y-f<?[ s!)?63??[=??O??k??h?w?)
266
?`???????&?Y?V???sZ????i0????E?;%c?K? ?b?K?rW?]????n (?@?B???MGQ???;?N?z?N???????S?????K??|#-??xK??n??Q??q?d??'?[+S?1?eQE?5??4??f0?q2?!@b?k??`yJ@@B&??w????????}??????I/H??!???&?z???~?n??&??`???CP`????Q?vX???w?? ?R?,?<????9????@? ??S???3d)BG???c?k??Uq?!m?!??l;?6"$?L??!?2???<???H3)??V?????#>>?1????K??
267
R? b?X??VY?[?????1c
268
? D??k????9???WR$???R???l7V}????x.?\?B?#?e?hz?????V?s???e?js|J?S2?4??D?%???I?7v?)?3?L??Q???9?/?F
+??V??MI?I?Z??9?8g,9aI?D??F[??b?U%%V2?:??U?????&??.PL??n?t'????2?o???	???$??5?O4??!58?
+? ?+9?.? u\???%??]??\?vK????=?f??d$???TB??H?2B???y6?&W8??
269
??????k;?E?Q?????c`??xz8cQ?F$P??????0?n?1???r???=??<???`z????L??????[?$?I
270
&????3????????lYE????-??{?w???,R??Xy?? ???C???IR)?jA????G??K^[e?`??%???	KLM}7v?b??K*?E???8@$??4}?\U????{???o?ddB?}??nlPF?P8?R????.????q??8???`?b"??"???B?rS=?B???xC?!?b??M<?n?D?$5?h?tM??5??{?^?I?"?c?G%??d??D??!?aS??U?b?"g??Eu?&??2r2??y??Wrb?I??l???@?x??>p??R?h?_?Z???e?!?
271
-.q3??U????k|9q\&?y?X??????@U#Rr??m??:?J?q??ry??SI??&?v^??@r?< i4?M?4i:?6??p?R??a?H??bO????DxR?K%?e???bvX???q?\l;?(?y??~z???????a7 
272
?|:#1!LYl????????#?n? ???0?)c??????7'd?'???????H1?{??0pp	a?!??LUt??O?n?RA????"I?t~ e?X!?I?!B??Znp>]?%?l???`???nj#??r?\???????)RCQ0??GNVE?JRP??5??DSs?6?:/?`???J?c]`???:???K?????x??^Gr1k?t??????xa'R]??|?K_9??5?=?????X{-Q3MKIp*????dph
273
?5?d! ??T??.QyB??a????3?h?>(???}?????cs?k?T	????F??j?d?????< v??W8:.???`???F??@!?dO?)9??????q'?????c?NVV???.????n?o?=???EE?^?C)?H?K)??m"a?k???`??X?T?????2?d?l??bZ??? &c+??18?O@P??????	$e(	?????q>?x????8??p??;?????n!????5(????s?????????v????xy?=??#?@?????=2e|???????h?
+jVZN?k?????#??=????C?lNp??0???"UDN?u??h?F?j?[??\???? {&,)? [f????wE?m??L????%.v????8PA?Jcg??xZ?r?W?C-?{g?d??dAp?????:?1a??1?l?6c????}y?\L?.!???W?q-?q?2?U.??<??V7W?nL?%	)?#??dR??0?,????C?w-Ks?s??SV?-???D??.,?,?<F???,?EQ?3|7??b1?T?/??@\??z?t?Z????&???z?2??D??K??J??v??gO"d???r/??#z????LtC?? IDAT?Gf??/u??|{QEy??2<9<??BA?l?9?m`)R?3??V??$	??f??;OO?????K??v??a???o????w??????9?}?-r?????'?Wy??	a?G'??0`?g,??X3?"???	???????M????S???|&L??a72r*2X\?????????qpR*?:v2?+k?)$+?
274
$??G,??Te?k???8???f???ZI(????Z??w?????????89g"s???y?>?????.??x?a?]I&?v?kc?i
275
%9f??{d??G????qED??????ATM???+R%??#???/?????L7L??x}?@???K/ ?~Nv?)?N??@?NR?"?Ky&?&?q?T??V????1y-#nZnT%??{?H?7k(2)??b????"?X2?\g??*??m???I???4%	?`???	????H??/?{&??>?/?>?A????-??\\?+O?K??Rh????v-??G}j?*
276
G`???|???{??s?N3e?0?0/3Bp:>?1??GPe? ??DAH? ?R?
277
E\"b?X????a?t0?]&??iFF?w?H??B0e_??y9??w???????'??H'K?v?"/g(??cB????+D={?)'0??????x???m???m?#???v?s%;??QMD?yo????M~???*?Z?@k???,)a???7o1?`??"I????S[n??yv!`1???kY?z?q???????m??B????2???????z?j?U??)?b?<z`t7?x??i?J.??7???O???j?s??E???wBG\?c?t?#d?v??[?p??N?[(?"y?wV?????-??j6??-?:Xb?? ~??R??b_?n:??j?"?t??Rb? ??_??'???A??6???q;?kB?a?$\B????????5??1?vQD???S??Bj?.?@???Rp~@N	???T???_ ??
+?????=??$?P?A,?N?*??m?6??a@?TdQ?????c???l?o???S?1???(?i?|?XR???????b?(?3?v???s}-I?"?T\o?UM]?????M?dB\:?m?gko??_b9#?9???Y?q%q&??i?cL???m?1??(??y??E??????CK??1????0??-W???45?	?*4??e?m??R????Fn???x???'?/'?_??/?A???e??-??,(]??IM"??N????ZJI5V?$?1#x?L??D?Q+Z@[?aM)???Lq?av?/?%??!6?M=?v+7rq?.????????+???`??-??????>:r???I??g???R????NZa5??Zl_e?e?RE9d??V? ???#?bn???0???(??????
+?1"#?{,?pP??#?1???????V-?"A??@L?cP??????4?)<??G???!A?0?3qQ?u?R???K\TDMZ????)?}je8z????]??\;{??eA???:????io1n7p]?$i?K???0bW????-_?gW????????/?/W????j??'L????B??,{??o??Z?m??d?,r?V???_?w??a???o??@????Ch???
278
??7`??????o}??q???6?)tq:?"?_?\???????>z?,?
+???%???/q?B???^ZBo??.??T??????T ?&t??c????V
++?ZA?R2fv?:`??
279
??t#??PCq??|?D6js?=R??{V?GLK?a7?
+rt??B??4@E0?#??@2@Ucl?;???.W?U$0????"?l?? ??{??
280
?+k???h?F\?=??&]???(t(??*oM???(y#?\a??P???i^Ve]??D????R+??1??Rn???}?-??@??Me"?xx?U?E+'??-?Z?n?{?~?e??L???????P]?p?x??u?x]??L"??
281
1??i?i?)Go p?'?]+j?YwPd???1??h2.?z*??<?	}?g?v??Z??Z`???b?E2ut?v?Vy??Z*?&!???h??
+???|*rM?_?x???V??^X6?E?X??M??%?%????FA?2h?????
282
d?]?uk?%K???a?B??'?Im??????X1N#?r??m7?&=?)?8??	A#I
283
2BM6<?yL?
+J`?GCo????]?????h.???H????V??2??RC
284
%1V??0?U?p??Uj?E???6#??%?-??h???"'A?$e????)?>???F?a???
+(?n??D??9Y??L????J??<Ly??q???aY?H$7?M?
285
?83???r??t[9??!???sA????
+?RI???"?~???:??+?~?yE???&???>P?/~us???[?^?zD<D?"???)!???{???0a???r??T ??5?3u??|5?$???;???.???J?.D??!?8$???z?o???t??V??ek?I??6?A7?Z?X?~??_g??2e?D$$?pBfvq??k?2^?*?YAn?????d??K??+K/ji???/??B?y??QA;???l??8?'k??eA\f????cY"?1c?M?:/?b???x?B?W1?????\????T?&?3A?{]?EPQ@8"???V??	??H??$?zNr??t???u>?ei??7????=g?0?&P???|????;?????pZ?NmqY?"?????7?e ???>?1M??????1?K4???n?E??n)?????D?X???j9gh3-????? ??L?n?;??bS??h?z?X?3????[?{U?_L?	??~?.?N?K?][V??=??????Qek(??exK?]??*???s??7????n/b?1g|???????< ?`9L?a~?\?(0p^?????@
286
???pzt???]?l?????L?~??t?d?/???B??[??L
+??????M??????L?yD?$iF???A	???.U?!?R?8??l6??????'???;$>}?????	L?d?$?}A?u?B?p?#?9$? 	 D$?X?#GKqHXNO??? ?i>???{??g?#2????g???'dR?~?????Y??????????X?R?L13?
287
k??`^??	E[(??y??s2?(?,?????J0??=???:??o?cc??1???	o?v	???aw?'?N<!???#Ra?5<}V<?g|~:c|?3?1bL?Y??[???G0?y{??OOp?1
+?N?f?;&u?????<??e?x?`????,?x5.??h???G???????????])??:??????&H??g???GL+??iQ?m?&?H??*???X?"???3?d??M?d??pRxd?????8?p????#????,?1/P86???c?? ?10??!<?$p9P???Q???k?? ????????G?}?:Y?Vr???J????^?U1oUx{2c?r????sS?^?D2|??.??]?%b?<??????Ow?????C@?D?e??t?????	P??;dQL??4???>m??)!FBd ???H??aB??<{??Lvh???$?r??a??????wH??_??o1?&???"??i??G???3??k?iF??p?\D????*?E2RA4?????I1y?)??I????0?(?@?q?	9f,)c?	Y?$C???[5????IM ?S?u?x^?h???OO??~?9K?x\???#????????	s?|B???0?O??n?????0????	O???????Pp??	?	?)???DU?T?=!C???5iI?:??'?????vH??3|?gy?4<}?[?`???5&A??????W&??????,0g??)?B^??????????2RJ????2b???X??H?Zx??g?`:ePU?@????#2Q?sF??M?X?N???9F??~V?8?0?W?_!??\k?_??B??R??5?;gcoG????`??x?o]??	%v??N?
288
u??v??q??S
289
??(.??:?V	\w?+?Y?K j???gx
290
H?`
291
 ?????Ht>?y????NL.?G??"F7???#????????L?T????t>bPh?`??!???'{?s???FON3n8?w????O???wa.??	????yY??3??k!??A?5?4#????_??K??????)a?08??y?l??????!?`????K?4????????Zt?m)#xc?[?xLo?p??	??=???3D???W.J63?H?oGCDMcX????????#x?????p<ct???!????~7?V????w?)?"????B??H??
292
?t#18.?2?=?z?t??V?17x??W??b??????h'???y(??u?!DH	m????m.b?6??<???VH?????Z??[??|?o???
293
`4;???mD$P?CJ?'
294
?DH??f;?gELg???????????i[5?sY??c?eoZ??
295
?wnKB4nw`??=k|?&????m,u?`???`%#7?u^???H???;??X???l%?p?zdWsz?m)?1c:?+rJ??0??F?D??z?V?5?,??????<	??w??n?8x?a^9?f$???-?2N??|??o!???C????!?G???B?f?b?C?!??? ?\`?????Wc?z?1?b,??+M$??D?
296
??Z?AN??Z??N?4P/u??$??'?H<???;xv?*x<?E|?}?$??2??3??F4
+?y?a?+?{!0??8???c??8???X?P?6?R5A=?-????c??w\w?yXW?T?I[?LD!??3??Y???Q,?Ed???u??N?k:?u?5?j?1??????c???.{??G?V4?????H??$ ?&'???-(=??)&????7/u?ZN?w?*??????cF?	?yYQ}Y%???(t|?p???0??S?????x???T:t????e]?7??F?d?$??QV%????_?s'??L???A????I@?!95y?~???%f?????0"???f?1/???3 ?1G?r???~??4?R?M???hZ?>X#N??H9??t0???g8?0????}??3?	4!???????I ??'@???}??c??9?%?j?Y?zM?#?\?7?R?%?Lb7?jWB??}uQ???F5F???4b???Rn?bWIR?$??R?%?[."8?vx<??D8?&?
297
?08_?".	?B0UT??q?e^?f,??|??^?8???CL??K/?a??Ms?#?%?HA?"x??gJ?|?X?
298
????z?p?	Q?N?P????U?9????t??K?@?"???t:Ar?p8la??]F???f?V81??.4]*?t??lQ?6=|r????????????x???9????";nM???+??+k?n?d??5???FBj?a????p?
+-Irp??<??	1.UuDn?.??0U??3*?U???O?????b??d??@N d<?8????Y??t|????;?<7&+????????9?Z`??f?9?{K,?	?93
299
?<?b?[?@????2+$17?Y?T:?&ZWQY??5??n????W??U6AA?nr?z?Y???2?
+????tI?Fm^$???? Y@?%?l??!??aJ???s?2m?h??*??????	!?????<?????^`????A7?????{??.?(??-IaSU?E?B?%t]6??k?@)?????Y4a?3???^,???gu|?@?tC(????K?s+?'????JW?-?y???^??X?_[????????q???7??kY?l?/2?c?PM????I69S?L?~@J?J??B*??#?>?????!@?i??R^Y????c???DlI?iY?#??qi?i4???,??:?U??'
300
(?<H?6?=??H?6??;??C???????\?/????(??J6?????$??L?#g????_v?c???QR*9S?`?M??l??&?<R?`6B`5?Q??????@6?#]????~/j_?
301
8?z??F???zM0????9???q???????S???Xr?1St?kRi{3??/?\^Q ???Q?N?|???9m???U)?A.n??d??ME?n???????n? _?\??N??\??/{???5R?xu??C??
+0??B!V?rl!??r?,Y?Oz?*?$4?~??NE??ze?&??*???f9???{?${r??!i?QW|?sY?wF}?:{??Z??9	???GCu(?@???W??:???5>?qM6=?uX/.|e?j??T?&GM?????U>K???U=??[%8?DwA?U?T%\??P?~???Az?q??%????$?????U?pu??_?????~p????????E1?M?U??u?O_?f?7?0????7??(U??t?:rE5??+?E?K??+P_y8o}kK 1?????{}%?:g?T?????H?%??
302
i?}HmS]? ? 5?=?????bi?)4%8MEVC??? Fl^????n ?)?572?V?$ ?????YO?????A?J?D{?r?D+W?b?s6???~?R?8??$At?????s??|P?S?:?2?W*??????)tBhb?5???7!??|??c?????k??1?i???Y??5?\??6c?2?s?&??L?0????T?G|Du7??~)??<?3H?W??U=??????"?@m??x??_??>?P+?W??97?&?n|?U?v,??P6??%?? 8gARV??????5?J0BR?w?G?>GP:"????b??U?rL8?{oA5?O2h@p? O?a?"-GP?I?1gd??)??"??Q?C?30?T9??s?_?+?2?!?fC?C??|~?O&???>9???u?q?
303
?h???????F1P??uC?z?*?a+????+?{41<4?3nN?N?.G?(Q?$j-fK?ey_?B???_?????i?p???"???%?s?C?2???K??W%?W+???|??O??*?~Y??o??\?@?}!s?<;T??=?-?b???9??$?#??9?3C?Z?y?"??????	>???;?K2~??q?)?<??G|??{?G??c?3???????$??+#,F?u??????b9Ed??	Ifp<??D??@,?????0??P&??"F?G?$U?a?n???"??9b??)???#????|y?1??n%?(??b?????
304
7???M??D1???M?}??U6]???I?AH?0?K?5N0]/????A
305
???TEt?tZ?Y???????:?~tU?V?uT????WN"?n\?????????????Z}?_??sg?????>???!???
306
g?G <~?	O???x]????????p??s|???'?bw;??qz<?@wxZ>`?O?Lb?{?a??#8?????.1?*r?1???????[?????O?q????????x?#?G?;BH?3???P<B%"??? ?3v?e?3??`9/ x?1N;L?p???d?m??E?^?????5?n?m??U?:?V?<?????
307
??#d?b? IDAT%???ao(
308
??&?^`???%)?)n?U?Q?pf?ud??-QQTX???f?V???z????6?F?1???[??5N??$?U?O_??v?kH g,??<"??5?a??b#??g?O?>!???????;??>?_???????????"&{?3?m8???=?????||?t?-!?9?|??g?w?;S?\f,G'3?!?%???2?!?y9?(?"??n ,O???@!????'y@?C?Ip~x3/d?-F<"8??????G???????1??MF?k<>> fET??i
+(;?$x8?????F?????&'Y???4W?a??p</?9?8?#W?B[?K	????2?V??%b?k~:#???x)7??a??d(???U^QU??8?#&??.?F??
+?tM?J?t????:?@????kw!?5??Q???u?oI?/ ????#?woS1?e>???f?w??yT??r?'???!??(sq&<?mp;?y??w??p?7P???pGg???? ??????	?R??????????g????=?=RLp.?`?D?c>e?nQ,iAi??????
+J8??B??!??????????3?C?>???`????	???"]??????????????Ad?l?L
309
&Ki1??>??G
+?;1????h??t/?d????M?????H??????l?Q??K??"?j?eLW??Z??/5F??}?t
+W??%??J??Q??????EQ?O?T??^?????<??????I?
+8??1?
+r+??oW???t@z??q?D? L{d2??<G???g8?Y ????H?O??g??qL?i?q??0?aJ??E??,p?!?'?a???IFPru?%'??a>f?S(??y?{?????d$9b|3@?>c7???C/????????????"?????O?c???
+=??$?K??;<O8q?Mp?AH?d???Sc??????O?p>`???cE?e??l??
310
a3 P??R???'???L-?"?M?ME??????=?F??
+iW??[??B;?.\?P?j????J?JJ??0??E????Dy???????xv??EKJ??|'??????.cW?Oc?&D?B?y??1??v??#??F?	??p> ?"d?H{x????Q??n??@1z?????;??	?'8I???px?8???Acx?-f???1??	8??? ???,?C??(2???7????jOg??q78?y??????????o??e9?ga?A??y?ZD???{??R? ?`&8??0K??	??g?$?O?3??0???T???Ce?>??I???J]R??1?I??}??????+??QM?L?W
+???l??????Q????E????9Z?7^n??_H"B??1??????>??|?Vw??X???????P?`?#x?@n??=z&?d??|????H??L;?F?@	Dw"???$!?#??z?h?w??a?7?|A??????9.p???p?bL???!????09?m??7???b?xL?G^F???3?&?$c>E?	?????p?88 ??*i?##	
311
??n??V?G??a???w?????N???K??c??~?f?f?KLH1!x.??kQ????M?}?|V???8??G??8????%?s?S?,?r???'J?rM??m ?????$	E?? ????c????kH???_??]???]x??/j?i?E??R??T????6u??Y$??nM:??3???+??z?%?/8K-?~D??5???????!f2	?
+?pp?;hV(GL~BJ?i`??q??	>?$?A?"??u(HS]u.a?p?0??-??'8??
312
????=??7?,U??h?
313
V?3???????|?N?"?,@p?@\QvP
314
+?fDd???
+????x?o?}E?1??4x?y]!@??3a?@?&IE????6?n??E5?H??0a?????JU@
315
)?M?%?z??C??_??	?[xu-kbk?n?k?y?Lc?
+{O;	
316
?(/???M???????+}\&?2???$?c??????V?-S?tC?/x?Wd???a~????,?X?W>???d?s??G?X.????IQ??????V?D??DV????t??9g@?x???d??i??_???_???;L?0???&M+????C?;?$[???????E?8?I?<??T??Iy?i??!/39-f
+?q?-O?w?y??)???A????aX?h?!?rJ?????&??`_??6C
+?Y2?+?
317
?e????$y??W-?6?v\UAX??<???b??]?y???&????J?W?w?y^?*kg?keu7A
+??y?T????e??B?}Q?-?edFL&?????]?eU?l???????{??EWuC????C????|?v?W
318
??3????.?l?N??v?W???8]?????"GHI????"E?O??6ZR)??/?fkM??-?G+?*??	rV?7S4Q?FS?h??`??W?6?xMd??o??V??o|W?^#Q???:e!?I?K??@ ???V?j????????~].??
319
?7dR?-?????\e??"???^fd~]:h?.Z??lkU)-?A.???*?<?"?
+\?Rs!V??d?f?Xy;r-?N???????j?Y? ??BM?D??8??I??yUY?:???0?]??^?G?Z,????f'?N?m????7mD&??g??lx?7???Z?y&8???Ja????????D???p5?Q????ez??cNb?`????Z?kU??Y^	???
320
3?$L?<???X??6??????B%???E???????
321
K?w?n?F?f???S?8?R??M?w??KH??:?& ?F?????U??,??Sw?s??B??p?c??m????_?s??????"??\?e?'???Y?*?>v?V??r?\D7??h1IW??*??.?d?+ig?rK?R?Y??(C/Z?3??????(#??K????E?^?
322
?%??~(??W/1?K????{??Vw&'?'.;?v?,?]'~g_w?3UT???Z?6???N?2???z9???G#z????]?/?1??n$??o?A?c{l?Wn=????\???E_? ?A?A?S|??Fn?J?d1?m?6-vq1???????b5P?ogx?=?K?~?B?>c?@N???9?]?/`?*)DK%?:??????T,v??\?bB?%?;?M9gHt??
+?R???sxVs??M?@L
323
??U?DMV????E6?(?j?? g?!?6Y#??
324
????1????E?N??<z???h??e?t#?}??YWJ@???T?|?T??A?zlRG?O???t?????????X??s?*h?zo????[?*??(??=w??? ???.?kQ???;?DMU8Q?'??0????u?%???	???/u???j-?c?7???.?????J?_?t????rO4l??[?????K???dyE???L??F???????j?\Q?y=Y!?pJ?c?Q).p?K?,K??"P?	??????????#??O??;?O??|???.l^??q??;?%?????)*vzD???
+??!B?
325
?><A???=xp@?p*??|40<J??h?x??V7??????`?1??
326
????
327
n??
328
Eu?;?e)V????<#?
+??
+?v?D~"8????jHE??>??Z??[???\???t??^?\<wO?
+?????n??"???g??Z?`?qm?i???g??&M?2m?7??????JT??K???4???e?{????*?\?ltUm{??;L?1??h?}?C$F????IPP?"_?>?????2]\2????Yj??????D??;??z?m???/?0?3??k?'Y??#?[r}9??3????bf??W#?????x9??3s?s?9
329
Q?A????????1?`?? 9??x??)????t\????]?p<????xG|?<Jj?R????+??c??c?Q????;|LsV?fd???S?3?2??p?AO	K~??OO??O??78??8?2??????1.?-Hs?+?M3FxM???,?T?m?????,?B:#8.&XVp??)BHy?????[?H"H?g??N e??"
330
???,?|??w=s$%???u?!?j?mY?????x?$?\P?"???v?H?9?*~k?8;?,?G?M?D?}.??^IKV?xK??W?H*????v K*,??????????)v6?e?,R?@??f?H2i?c???~??3??I2|ZH$??L:?x?io?_]?h?z1+?W???????'??	?^?u?uWb?z1???wy>?i?lo?\??!I???'??N????????*???r???4X??@??{p5?X??cra<<}?d??,w?Z?<|???o??p??=??????9??t?2????wo??j???k?A??????;%??n7???{?a?oB?!?x??o?x4?A8??'???q??w???{??M?3??	??0???6PKv?x5??<???M?C?We? #????ID??E? ????5X??aq??[}?@???]t?e1????
+V?^B???A???
+Q?7
331
x)?E??*3"?9??,?A?A??6??T-?j?T??$C?`@\`????yR??8V??C(Rz???pTo??????%?A`F????qWH?????I 9`?sein?$e?)7??!b	#?U???????F?????u??d????i??ee?S3??Z?7??l???P?L?W???i??
332
?R_>??%?c?K???l?y??3?7}y4?:@?K,????O?8???w?\,p`&??<???0Y'?%c???G???d??0`8||??!?????>*?????; '?g??3???7??d??>???9{^1
333
\0x?e???Aq??"?(?^?d?KG???q??;?<????zMbJ?P]?L?M?u?HTu???k?.?lw#?(??
+fO?cp???zC?d2)#8????"8???K??^??Qt?D??S??L????=?r???T8]^8??	?s?0u?I@?3??7<?????U7 ?wf???9??H"P???s???R??? ?=a9A?!.L@J
334
??g^?as????S?w{8???hsU?nP??<j???U??w?3@???{H?cIV?><??s?8???? XD??h????dJ????b?s???.??"?qL?~?v??E??Q0?????F????2???[???]?/?j?????????$???'?N$???W?F???.?!r--????=>??l&?I???T??KF?&?i?q.Ps?*?LY)1?1?4
335
??gx2?a?H?tA?`&t ?G????3???o??????D;~l??????!??M?D?0F?????-?{ ???
336
????	"-??r?En?W"Kwo?M,"?n?f
+a?|??,??d?.???v ?x???C??*N??F"q?8?w_+??x}??N?|F|??!??-N?d-??EDuV??b? ?gHl?E????<C??#?V?? ??L8???!?L?I??b?T??e??|~P<=	????a@?-?W?T,p???????Y
337
??8Y/n?6?NK??0?<H??s???o?{()$?0%?34G,Q?sB?R2??
338
????-??????uV?l??KEa1b??Ym?????:???|??1?
339
???n?x?t!56?:???[?e????Q??~?U?3???#?_#??S?m
340
?????nV?&d@N?r}Lt??'\\N;?*???`?!e?)@w????????B0?6j?r$8??~Q??:??????8U? ??s]??G??F???L??Ez?i6iU?g??Z?A??k??g?G??&?z??,Lpc?9?^v?I?	??ta?&??s??Z??2M7:??'ew?O??O???LC?;??p?t?KL???/??q???????O8=??ow??/?%?2F/8"!????n>?X???a??=??O'?7?1?{F&??]D?t<????c?|f,` ?A0???oo????3??)+?p<f<?N?O??	?X?G??JUuEa??-??a?r?????	9F?y?s? ?3????3&GX?#GEN?%e??RB??8???|F??eFJ??????w???l?n?*8x?r????zV8?s??0'E?-F???L??????-o???]?
341
\?7wK?????b(]??,???z;???$??G???z4??????odza>??z;+?q?*U}????(??2????Y?1?1o?"_??j?&?[y`?R?j?
+?o?????Y?$???;w1?%??\ja?fo??????0??'}}Dz A??F??H?f?M?X?Y?D?/fw9z?????="#??????,zF????s????C`???j?x\?$?q+\cN???,5\?t8\????7??P???#s??Q???&rZ<???3?r?????mT%IK?k??Gs???>(
+?????K?
+??<YQ-??.uX???-V,&??
342
?c????W?,?T9?????M?>5??U ?*F??7wt????g?g?e<?d	??i<?;?]???c??K??t?=f??O??/j?O<{fx?6?8C???o??????~v?X????%?}?????!???XOk,?????w?m?????X??6?j?1s?
+??p?R@??????h?????????????ay???.?T???T??i????????h????Aod??????=?-x??k?1K?@?????,?&????Y[???????????}?@?h~?<??>x?????y?!????b)6??rX?\?b?!???t?X?Z?y[&qe?Pc?k?????`?%???????e???>
+f?????K??b???)<??d??:'pv?d????gG?????t????d??}^??1vS?_?f??:?D?HvYT???"??W$-L?zR?C|?2?)??P?{???"?K??{>?????_?>`??_????p?-?X??#,l???H0????W??=???f[?p??????c???o???_|M???[l??c???R?5?)?j/?A??~??5}T?U????5c,?~??4??+?~Y?m?!J?y???n1?\k?DXT?)???+?8??Ln?.F???p?U???.?9a?g?K!7M??.????????
+_???????4_LW\?#?t[h?2?
343
I-^-ZIP&??6?z??
344
v??oD???#??L??(??7???D6??z??<SS???d}la.O?<???2?+??~???????3]?t??#???Q5L?;?Gw???M[)?^???}?N??z?]/3????nO?5!3e?d???
345
???NY?|?j>????!r?S
+&?????M}?dQ???hWd?Bq?t?K??!?g`<????
+?b??'??|3b???N?nQ?=*?????oA2????e??4m?G???%??Z??T?????\??s?@O?J???????n???eq??????|??[?g??Lw??hX,???l?mo??a?9??p}???]f?0t??,?
+??????????Uv.Y'0??%o,k?yR.P??????MCc
+/??a?gR}P|?? IDATJ?H!L8??????B?4?????????d?gB?#??	S-O?????)d?[;??&?#9K???,4V?%??x?H4??-???=?!?t,?^??j?0j)I??f?vG?:??????L@??{?c???X??qSw?%????z?<?????????@DO)???mQ&;*?????):?H?5#G?lD???P???y4&b????????yw??
346
???J?
+??p2?U???~{hq?.?????z?6~t??????*?Q=?i??T??8_}??^Y?e?(r?Z???GG6?-??N}?B???+?d'yj?!"g???=??[?q???????4t?#?=??__??
+?[??o*?K??RQuh??Z??#?#???xF^??q??k?:zfBL?m??Lybs?v	?????(1&?zM???'?X?,?%H]`?p?????a??=&X(?rq?????}gX??nX?w??w??>??G?;?7?????? ?^??N??:?&b?Z>??!?L?/?_c??Qy?.???=?*??r?/DM5?.DB??l??@??.?????,V?! ??????s1?n??^&m?1?v????D?=?;Z/4?2??>??1?8?,?l???G{?A?2X?t?L??n?k???X![?????f
+u??Y#??yg?a/<????????4Y???'?????????????A????E?\??&???N?>Wf??2???r9&??i?#??&S\?M5 ?d?$=???f??8?j~f?F.?}b?nK???_???
347
`??Hf4t??????=\L?3??A?Hv????:}2???0YU???/???C?	;G??????L?6-?:?d??5???W????{?v ??h??{?|x????? ??k??Mu?.????k?X???[?q/? ?????9L?!?f?[?f???e? B?k6?vG???5?%I?X?????4?????=???;./??{?%)??v?.n?tl?Xy[a:}ghc??O|?????<?l?g?r*p??h?>?Bdq?fUnh,R???????-?K?f????[bV??K????E??_^r???o;?Q?m??B???I1r?????g\??v?#?B9@;??&BS????u`Y?`p??DK?Z
348
?z?)]??	????M?c??f?h??:U???	$?>T'cC?????(Y???2??@7??,?T?AR?:? ???9wJi=??[)gRx???????f3???????3}?????Wv?U???a?hB????G:??h????L*Zl?fb64F?4T?-v?j?de??'?z????g???X;???;] }???
+??%"????!?p???|?????@	?S?\'??@7?P???)?
+??1?C???=?Z???l\jq??;? ?}zW	#?4-9??,2?th???_t0?e?qXO ??????x!?a??!F???? ?,?k~???????g??v?ih???be????Le?0??H? ?sl?@z????+???oKnF??M1?S??K?{??x?]~?*XL?SD??????kK?%diI?=??a???w<????4?r{??O?}W?????
+?.??89????A???????k????~????M?4?A?L??X???????|I"???=!??7?x[????`[???b?%??K8?\??i?s?*???????0????y??f????_??Q????]S&&??>?E?1?K??,!e??????X?e??Yyd?<]?O?G?E?@"?1?%???zX?/$?8?BO??L???&?G?KA??#?D^S?????+?????o?Yv??f?:LR?YYl?1?????bCBl?P????}@O??J?t#?#'C^??(	R????m
+?'d???/0?b??????!??\c]??-Y?x???[]??^?TQ;,??(?T0???q? ??x
+?#fd?V?? ?@?SJ?
349
Fw??9F&3???<?+a?%???XD?Z>?c, ???W???(?????)i{???n??}??
+?_?`u??G????{~??@?D???|}???u?u?Y???? ?K2i?{rs_??
+?4R?v?[?f???Rwl???7???~???;0??(?w?j??I?jE???]zB??;lkI	.?-
350
5?	o???FiB??1?^<?,.?~?=?@???9?	)??7Q??h=??j?gW
+?4?a9?;?C????EW??}???D??X7?"??z~???r}?f?%??R*?t-Z?<?0lU?z_
351
??k
352
t"?L??/?T???????N???`+3d?k.?k???w??#g_??????X?;?t?8~?e???{?<~?9?T??:??T?z *NC#0?,9%R?B??1??xG???a??[??
353
?l?????o?_rw?%F????u??E?Cr"???????y???Ri!?;???????S?5M?BR??qbS'?Y$S:????????cJ?'?
354
l????nn??#~]-?m??G?7??lD&??5?N??zB??+?????B?t_
+Q??P@..n??!?E	F??=?Gw?E{?}????|?o????Q/?bd?????o??.???u[|e?^?q?l?????8??-}??7?!?[R????Y?@??q?E?n+K?t?=?9???K?v?????]?]?7??-?b[????-?e?g???q???=}??ojN??w{??=/^ZD,???i???7?,?[b?csw????Pl??&??4?m? RD?Ky?????k???u?Pv&?p???j?"e?????8??j???5???Ok?P3?)?$??B???N?Q?WM$#?;d#0?2?D?u4????V
+l?<p?D?s?f???=???=9%V_??
355
???2?Tc?xM???*21?#A?	~<??q%????'?5?\*?U>2??]????6??.>??@?(q???e!m??????$????K?-=??n?7v???6C?JcK?6??B+?t?kh?ZAc,V\V?.7-?Qh:??aB?????U?g???y?W???
+?m?EMY??L?U4l?????l??Q???3?:R?c?
+b??v1????H??tg??*?(}b?rJ??@D<??x?q??4u?i?7?q?2F???(&?????q?????????l??:3vQR??Z2???;9?;??m???-??k1????0??u{?>l?H??5?z??D@?I?\?l??i?a?????B??DY?-?????e?
+?F?~????ni?r????}qIv??/??q}??????U??d?$E9?3??l?o,?V???0??a???Lv-b4gV?z??%??/?5???XX!&[??Y??1tG?.9u=L?<ax'?? #Xgh??b?eY5"????Qg?8?ZS?\TI	B??^?{0???RN
356
?%???9d?2?Ud6??K^???3l?S????9?~T?~??i???B??#?E?%??nf??W?33/?Y!??zc0????@?,-~??RHb???I??!~????n??????z0?
357
?4f??f??[0M
+S?kV??pu? ?rp?kz??ztH&d<??-?MK1?<???'??
358
Q)F?$??[j?2?ls??5?V?KN?n??m???V? w?=I?8 #y??.???]?5??????>G7?????5?n??v??:IW5(??X?i<??M????????fU??:?heG\d?b???????WE|??.|??a?-?n?Z<s??m?J?+?g-W?Z??*?S??6???i????74??|?a?h?Z,?C?fL?_oP)??c%??)?j?K?_.?z??8? W?l[`?K??-Z?/V?z??>$??? ????P?	??9????)?St-9)??h??-?va05???j???1BLJWa???????t?l??3?&gL??j???i???Gv9?&9?KPy??+O(c?&?G'??3?E??y??3?N???Vm D???X?#??e"?)V???
359
?Hk?#?drH?IYI??7&?	B??&=??jq?6??3%?^?boV?]!?E)V??~???q?B?G(?? 2??,?tP?09+w?????J???\?R????j??pTD&?q??YS?8?z?Q?0s!om??u?~w???q???;?c?,??2- Yl-rQQO?I??e???7??_V?]???????G????_?]?E?c5b??k t??f???!?-!GrL8??oa?,b??B?%pexX??q??B?d????9r?};?-?Q?????v?W?.?????d???????e?Y??5??5:????6?R	?j?,3??t??u?$??6?_?/n^?j?[???.???\5Ob?u.*d?u?X -J!'!?@??%??#??"5Jt???????:P???$MR???<?>?CpH???az????]??????;?:gd??8??C?p??QB???5??\aS??6DC)????????>?	S?j?Th???zw?)??(?h4?dYL??]P|Mjt?%??-+_?Kp??q???b@?`s?{9%?06?5 ??????b?????,???3????-M+4!C?++????l?^??`b?J?C??j??r??k@c)Z*??<????X?r?$??k?	nX?$?%~??#??w?Yee??X=??0????r??er?\?8?????$?R,?9??????$"I?ID4?|P??w??BbY"?N?"h}?d??
+?????_z?8??f?8b:?D????77h??S??;?]G6?E?h\d?
+v`???iDFA?pA?o:Bi
+"????
360
??i-?e6?????~???YK???n
361
?.?Fa?e?}?????p?l???]?!*?#?/?X/??}C?XB?	-~[?6{`8M??>B??)?;S?M?P??~?????G???'?r?
+??T?F????4M
+b?o??se??mu??R?;+?A????? N'???+#9G?r?????"I?}?QI%??AF?qJK??,????I>?D??e	?9a??39b$??:Wa?BO????-????(K???N???>?>UH??Eb?l???%?W
+??=???Dv????V{?]???w?j??~????
+???+|???h?O???W???oj?M&DP???Mc??B#??i?,? ?S?lh?!t;Z??ZX?9??[^`????W??|}?m?d/S?h#B???+???K*gp??;?m??(?
362
?2??i*?~?;?8??
363
?l????BDL)}?/??j
+?>?$????G???O&???,*??
364
??a???Jf?^p??!!??n"L?(	???*]???h???5qw?`r-??v?h??	?<}?qO=?p?;???!??????????????L&T?7??)Z?T9?+??>?Q??+?h???:?C???:bJ\??\? ?QB,?Y2?G????*8r?n?G?r??)zz?k??Na;?(<?b?Y??'???{????|?{d?#K??{>?n`?\R?u??l??????#?r?m?????M??-?????,L???J>RE?D??,eM??f=
+Y<)??*c????X????
365
9?6?h?b?$@k~M???
366
gw?-??x\? ?pw?e?e,?+????w?
+o?l???z??
+????}1)?V?~?&?8S?*H???z?~???uhR"R y2d?{? S???\???'`??#A?4???g3;?2}IJ?8%Ii??V"?H???-i?????_?s???M?h???%?K?&??"5;x.@???1e`?i??A??l"?1??m|AJ??1E?=9%??rD9??luK??6l'$v???f????x?P9????6??x???.l???j?y??d???g
+?%?	*?1$?3E?????K?????n??#I=!&?Kl??<]???a??,aK??d??????#??e?v??GE???$?!D?("m???q?!??~K?X???!??E?8a??????'I<?KP????-K??'?~?$_Ze?G\??b??{IX?-w?@?!
+E?&j??Z!?5???=?~?cU?????HD?????!?CVJ?z?}??????E??a??1???7o??~????+~???-8c???x?w?$?T?Cm?*??????G?C?k9T?{??P?jY???!?,K??X?NO???=,s2???QP=Q?;?s?o$&4E?&??;?*6{??f?#??Z??+????'???-i?c?K???E???b?#??%??;|??v@%?????p??F?`?!??X?xA/??L????6??]??f??M??!???B?-???=9???????????;b{?a??B????&?MIH?!d?Z?.0q?Nf?_?hV?????U?h4?@[L?{?i??v???]?}q?!?@??j?*t??b?s? n???%z?/?m*?y?[D??????}??l???'4ig??a?r|??|~uEc?DV/dm???6???{?o??]f???????a??w??#??K.>{E?o	?!???I??{??3nw???;?qx)???~?=?W^??V9?d?x??qwK?;~???#?I	}?V ?m???|?/?b???
+??M1.|~??u?_}w?w??_\?l?g??????E?b??<a=?w?=??????B(?????n??H1?Id?-????v???Rb??!S????P|r?S??L?`??f??<f?'-?7?n?YY.??W!?D????????????
+o?l?]??Va??????6???b???Qp?M????(??W??D]9??{?x?E?S(?<2??$K$?<|>???0
+??????[??Z?C??&????#??S???s?{?Z[?Y!???Kt?_?j??o;.???x_i?Xd?(???ZCq4???o?_?q?UKD??s??o???8?0?l2?X5~???#??FO?,V??q+??M????Qp34mSB?\i|?!?"?uVi_???????	w?Y????x?zlx?+3??????i?E??D_X????,W????n?-Q
367
?{$ET?]?u7?
368
??"K??!?f
369
aUF?(E?'d4????{n?[\??ebG??&??????o??O_~>?(B_??? -H?q????t???L??w?W??????????_C?Z????oi??}???v????????3V???C-?b?o??{b????uX????q?3l???;?i??V'???%e???????~??Qnw=*k
+??A?????t?:?C?d??(??9?Tg??/???u4??Ul?
370
??|{??p??)Ko??E??W???T????R?Z3???????x}(??n??j??i??d-! t;|x???-_}?r?q%k&?R?!p??Q?`?)??z?s??e?o<7??gM?+f??q~t???'?n??J???"3??y??1???s???P?;Za?B}-BTR?m=A?N(??'~???(??? Xh?%?3?.?Z?n|???<?K'?:3?? ??~???3.??G)v??	???Xch?bq?Kk?Z;?WbVV?l????F|1_?cK????l?8r??'?q?w1g<b??[?O?@?`?#????ct????????X?(??_?d??oh/,?E?P?K?
371
???;#cKp`???,4?e?D?@$???? 1r?,?0?Tz???????????L???q?r?(-?gA??Mqvk??EVB???W{?{\??0?U???wq-j,?_????????1????~??[??V??5]pm?1??`?XY.??]?s??c???IDATlE?~L?.Z???X????c?64V?^??3????|? f?:_?1&8D?b?g)g??Y?@?d0?E?????? ?,?Y??!?s?'&??@?Y??1??rd?^?0[;?\???Q???F???Z????~???# ??j?e??/??g|????EC=MC???P?!^u"ZS?;?????M?}???U?k????A???9???c???L????)? sF???1fB?a]f?ZvL????????mSX??p??:?,?>&??????m?1?C??*Yf????F4??k?]?!?)??-??DRTRF+?~?;?{)k9??]?J??T??%??tI(N?S?b?@?Vlq???t/?w?Lu??#?-?q??|??i7?ac?GF?m??W??(???V2?m?????????l(IS?[2?c?C?d3_8??l??????O?"8?^??]?	?=??<kY(???N??Rfuy1}I?E$,????]
+6*5
+?9?n[?????v???xfM??B??????/.?1blC??d??-??p{?%??
+???z|????????[,@r?K??5?8k?2js?Z??Jx???B}XL???;?b???(?'??rP?2?Y?YU:??4?k?L??n?H?BLt]OJ?\U^7?x?	??ik???????h?s???4%???-??m??n`?
+???R3?z??FMI?????3V?R?d?????,??a????h????Dy(~?cY???x$?;?????>?uS??+?1~?"?`?)}?zt&:0??S2%??Bg|"???{&?S???v???????X?|4?@??	?D@???~r??k?:X??Bu?
372
?P@R?O???7?R?e?????B ?=??}??V??S?u4?Ic)????y?|?R.?B?^<?k???x???U??T???????#?"???S;5c??????y7?W=?Db?'?w????"*{???RX	o??G?H:Yj?jR
373
???"R>?~??i????'??  tF?,???la[?BR%?9?Y?o??Ea?M???<z?HKUq????':??y2cv???2
374
	???s?Q??
375
?q?<????:? ?T5?g{??T??y???%?P?+????"i[(???D????0M{?}e???YR ??t:?yr?,????$????|`9<
+?y???c1?N???1gy8G?????????dMg??A??s?????G?c????n?B
376
?/?8?}?t???3)X^:}J??+/?g????9?+,?Et%????e|/U?'?L??SYE??(]?????2v???E?U?3??7?#??#B??zpjZ8??????&?F?Q?z2???G??],?}?#?6???????????Q?<???I[&_?? ???|$V??+?<??'?-}?C?p*?,?????}?]?/?T=???b????6d??5(?????lr
+??G???D??J~9J?;???-??A?>??????4?T?D?5?}?!9??????:<????Y?r??v????g?<?:???Jl1'??N?c?]i??`?3?/@uz?9x??.$??42}????????p??v??>????S??????j??v????9K????m?f???l}????%??? G'???o?B??4??????r?2?9C?G1??E?QN:?G?_)???8m??X?.B???XJ????{?%?9&C?;6?H??NQ?P??Cf??
+0P?Jy????O?^O{??^k?M?GL?????n?????????q|?T_?Y?|?@?4??)?p??,O?U??#?4???5Lo?|RA???S(???\?Q?g??r???aQ??K??
+????Fe?6???S?%?a??6???&*O/ ?7????k???T???$?#?4??HX??8???i@?H????e3??????5?p?'?t3^?\?3??y???<J??>?2,?z??Y??NT?IU??[?@?Og?5?:?"&v@??	?A?r???-V?a?\l??|72
+??S?GDK%Q?O?K???>ih????8
377
??A8v????3M?g????!?c2b??k$
+S??~??z?.	?>?"??8?!;I?C?6MY<?W}?E??]M?U????]???c??J/???I[y03fl?r?%????u|C??c?;Og??R?H???fi?vi??*??9C`??=?????????k4d}h??KT?1???b\aS???+?U??Bt??? ??[??'?Z?(???4R?0??}?y4J?s2{?Z??Y???x??T)????\b???sRR.z?X
378
?%/+b??P|+??O????u>B?
379
??Pj~X1??[??	=??~??z?]LA????0<?????O????9+?"??????:U???]?&??I?A??"??k???x??6<?I??????}?n?k9,&z?!?\?O$s??xr>?S?,D??	?/?f=6???HhZ?+F?F/?S????}K?s,?p?g??s?Y?]W?~}*D??N?F??Kk??e?H1S4?~??woI4??z?]??o???o????_b????s?b?C???????o????4?%lk??_mF??W&uy?c?
+?j?z??)????%)?8?6Eq??#?D??@?<?ZV?+?[,???Baw??Vty??T@q$:
380
??G}*\?|?T|????????s?3y~?????`???1??O$:?$4?CW??h?k???Q?0??w??9??1x??/Z????+???	L&J???"???b?98UV???V??H??%??8[??a?+y???_??=qbbz???8??????)d?io?????=?>!????!?>u?]???K???~H????????NJ?????????????
+?Y?a??_??????_?s?W??xL??
381
M??5??
+;yCCr+$?Cr???sus???=??d??%4??????dR?T4B???)~Y??-?^?wlo?#??_?=?G_????7????/0?hZ!?t?B?%GO??X??S?@?9??h?|~/?>?p?;|?,??R?g??'u?=???s?????t????????P<?ul5???`?bbg?@???rLD?N??G'=???TT????}??|!??h?A?R9?\S??'???S????h0?8?P:t?	??0T7??????dJ:?)g??q??6w??!????=M????4?P^??????6
+]????B7X????m?p???[Unc??=K??6v?J?m{???w?????=???k??=qH??}?????o?y?#?????5???^???%?????M??n?-?2[w??
+?f??\????k????v?g	?e3??R??==Nn?&??$2?Zr??[??o??d?H??}?/???,?~?K?7???_?w??/??z???p??G?+?v?'
382
a???G??Q??~?}>|L?5??I???????5
+???fR<r????????`;NK?s????S??t?<?g??_?G??I??3E?)????Xg;?aGq6?P?2?????cF}u.?e?Q?F*V ?H?0??X???9?@U??v%??-%??}&????? ?;???O????N?I(??????S??yA{G?.?Y?x?o#???	Q?8?.ayM|?=?eC??Ev?;i1???-?fuq?X???Ck????zA???X???0!??vM??|`??4??W???r????????[?$o???eC???K?7?????????r??e?F'?(??8s?x???{??r??????G????????r??????z??G\?????o????????????K?u???e?O??-????7K???fq??o???/?\??E???9?<????1?;<v?L?:O)"???xl??XGU?q?Ww???dq????s?C??#Q????~??C?M???b????ob??|V?r?=??9??U?o@3??z?Q???U?.T?L>K
+???Xo????qw?SB??[?YH????T6?u????"X$C.??_??Z????fT
+?AY?zE?/?B??R??k^"\?T?P??????\?r=?f}}?t;n??`?+>??K?7??%1???+???5?????U????sKT???????w?E?kox????y????i?????f?IiG?%???????w??w_?g???????)i?Y?F7h?d?"?4{??-?[?O??/???????{~?????_???????5???o????'_??==d????\}?s??_pu????7??k??Qa
+V/T??IEND?B`?
tags/tmp_build/frameworks/_fwAndami/config/text.properties
1
#Translations for language [es]
2
#Mon Aug 06 08:50:49 CEST 2007
3
aceptar=Aceptar
4
cancel_the_application_termination=Cancelar el cierre de la aplicaci\u00f3n
5
cancelar=Cancelar
6
com.iver.andami.messages.Messages=Mensaje
7
deselect_all=Limpiar selecci\u00f3n
8
deselect_all_resources=Limpiar la selecci\u00f3n de todos los elementos
9
discard_changes=Descartar cambios
10
discard_changes_and_exit=Descartar los cambios existentes y salir
11
Ejecutando\ comando\:\ =Execute command\:
12
en=en
13
error_parsing_comboscale_elements=Error identificando los elementos del comboscale
14
error_parsing_comboscale_value=Error identificando el valor del comboscale
15
Error_reading_andami_config_New_file_created_A_backup_was_made_on_=Error leyendo andami-config.xml. Se crear\u00e1 un fichero nuevo. Se ha hecho una copia de seguridad en
16
Error_reading_isocodes_file=Error al leer el fichero con los c\u00f3digos ISO de idioma
17
Error_reading_plugin_persinstence_New_file_created_A_backup_was_made_on_=Error leyendo plugin-persistence.xml. Se crear\u00e1 un fichero nuevo. Se ha hecho una copia de seguridad en
18
Icon_not_found_=No se encontr\u00f3 el icono
19
KeyMapping.Caracter_no_valido=Car\u00e1cter no v\u00e1lido\:
20
Launcher.config_mal_formado=. Fichero 'config.xml' mal formado
21
Launcher.config_no_encontrado=. Fichero 'config.xml' no encontrado
22
Launcher.Dependencia_no_resuelta_en_plugin=Dependencia no resuelta en plugin
23
Launcher.Dos_skin_extension=Dos skin-extension. Usamos el \u00faltimo
24
Launcher.Error_con_las_librerias_del_plugin=Error con las librer\u00edas del plugin
25
Launcher.error_getting_class_loader_for_status_bar_control=Error obteniendo el cargador de clases para la barra de estado
26
Launcher.Error_instanciando_la_extension=Error instanciando la extensi\u00f3n
27
Launcher.Error_localizando_la_clase_de_la_extension=Error localizando la clase de la extensi\u00f3n
28
Launcher.Hay_dependencias_circulares=Hay dependencias circulares entre los plugins
29
Launcher.Ignorando_el_directorio=Ignorando el directorio
30
Launcher.labelset_class=No se pudo encontrar la clase de las etiquetas (labelset)
31
Launcher.look_and_feel=No se pudo poner el 'look and feel'
32
Launcher.No_se_encontro_la_clase_de_la_extension=No se encontr\u00f3 la clase de la extensi\u00f3n
33
Launcher.No_se_encontro_la_clase_mdi_manager=No se encontr\u00f3 la clase mdi manager
34
Launcher.No_se_pudo_acceder_a_la_clase_mdi_manager=No se pudo acceder a la clase mdi manager
35
Launcher.No_se_pudo_guardar_la_configuracion_de_andami=No se pudo guardar la configuraci\u00f3n de Andami
36
Launcher.No_se_pudo_instanciar_la_clase_mdi_manager=No se pudo instanciar la clase mdi manager
37
Launcher.No_se_puede_acceder_a=No se puede acceder a
38
Launcher.Se_produjo_un_error_guardando_la_configuracion_de_los_plugins=Se produjo un error guardando la configuraci\u00f3n de los plugins
39
Launcher.Two_extensions_with_the_same_priority=Dos extensiones con la misma prioridad, s\u00f3lo se cargar\u00e1 una.
40
Launcher.Two_menus_with_the_same_position=Dos men\u00faes con la misma posici\u00f3n, s\u00f3lo se cargar\u00e1 uno
41
Launcher.menu_without_position=Men\u00fa sin posici\u00f3n asignada
42
login_exit=Salida
43
login_invalid_user=Usuario no v\u00e1lido
44
login_name=Nombre
45
login_ok=Ok
46
login_password=Contrase\u00f1a
47
MDIFrame.Error_no_capturado_por_el_usuario=Error no capturado por el usuario
48
MDIFrame.quiere_salir=\u00bfEst\u00e1 seguro de que quiere salir?
49
MDIFrame.salir=Salir
50
MDIManagerFactory.No_skin_extension_in_the_plugins=No se encontr\u00f3 ninguna extensi\u00f3n 'skin' entre los plugins
51
Messages._no_se_encontro_la_traduccion_para=No se encontr\u00f3 la traducci\u00f3n para
52
Messages.no_se_encontro_la_traduccion_para=No se encontr\u00f3 la traducci\u00f3n para
53
No_extension_associated_with_this_event_=No hay ninguna extensi\u00f3n asociada con este evento
54
No_se_encontro_la_extension_especificada_en_el_parametro_exclusiveUI=
55
No_se_encontro_la_traduccion_para=No se encontr\u00f3 la traducci\u00f3n para
56
ok=Aceptar
57
PluginClassLoader.Dos_clases_con_el_mismo_nombre_en_el_plugin=Dos clases con el mismo nombre en el plugin
58
PluginClassLoader.Error_reading_file=Error leyendo fichero\:
59
PluginServices.Bug\ en\ el\ c\u00f3digo=Error de la aplicaci\u00f3n
60
PluginServices.Bug_en_el_codigo=Bug en el c\u00f3digo
61
PluginServices.Error\ grave\ de\ la\ aplicaci\u00f3n.\ Es\ conveniente\ que\ salgas\ de\ la\ aplicaci\u00f3n=Error grave de la aplicaci\u00f3n. Es conveniente que salga de la aplicaci\u00f3n.
62
PluginServices.Error_grave_de_la_aplicaci\u00f3n=Error grave en la aplicaci\u00f3n.
63
PluginServices.No_se_pudo_poner_el_reloj_de_arena=No se pudo poner el reloj de arena
64
PluginServices.No_se_pudo_restaurar_el_cursor_del_raton=No se pudo restaurar el cursor del rat\u00f3n
65
Preferences=Preferencias
66
Resource_was_not_saved=No se guard\u00f3 el recurso
67
restore_defaults=Restaurar opciones por defecto
68
save_resources=Guardar recursos
69
save_selected_resources_and_exit=Guardar los elementos seleccionados y salir
70
select_all=Seleccionar todo
71
select_all_resources=Seleccionar todos los elementos
72
select_resources_to_save_before_exit=Antes de salir se guardar\u00e1n los elementos que est\u00e9n seleccionados
73
SplashWindow.Iniciando=Iniciando...
74
StatusBar.Aplicacion_iniciada=Aplicaci\u00f3n iniciada
75
The_following_resource_could_not_be_saved_=No se pudo guardar el recurso siguiente\:
76
Unable_to_find_icon=No se pudo encontrar el icono
77
Window_properties_not_stored_correctly_Window_state_will_not_be_restored=
78
y_en=y en
0 79

  
tags/tmp_build/frameworks/_fwAndami/config/text_ro.properties
1
#Translations for language [ro]
2
#Mon Nov 26 11:24:32 CET 2007
3
aceptar=Accept
4
cancel_the_application_exit=
5
cancel_the_application_termination=
6
cancelar=Anuleaz\u0103
7
com.iver.andami.messages.Messages=Mesaj
8
deselect_all=
9
deselect_all_resources=
10
discard_changes=
11
discard_changes_and_exit=
12
dont_exit=
13
Ejecutando\ comando\:\ =executati comanda
14
en=in
15
error_parsing_comboscale_elements=
16
error_parsing_comboscale_value=
17
Error_reading_andami_config_New_file_created_A_backup_was_made_on_=
18
Error_reading_isocodes_file=Eroare in scrierea isocodurilor
19
Error_reading_plugin_persinstence_New_file_created_A_backup_was_made_on_=
20
Icon_not_found_=Obiect negasit
21
KeyMapping.Caracter_no_valido=Caracter invalid
22
Launcher.config_mal_formado=. Lansator.configuratie cu format gresit
23
Launcher.config_no_encontrado=Lansator configuratie negasita
24
Launcher.Dependencia_no_resuelta_en_plugin=Lansator dependenta nereusita
25
Launcher.Dos_skin_extension=Doi skin extensii
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff