update release version and regenerate preformatted copies.
[gnash.git] / doc / C / preformatted / gnash_user.info.in
blob8f3b37218342c7828b38b51a3ce7675b271c478d
1 This is gnash_user.info, produced by makeinfo version 4.13 from stdin.
3 INFO-DIR-SECTION Video
4 START-INFO-DIR-ENTRY
5 * Gnash User Manual: (gnash_user).   Gnash Documentation
6 END-INFO-DIR-ENTRY
8 \x1f
9 File: gnash_user.info,  Node: Top,  Next: Introduction,  Up: (dir)
11 Gnash User Manual
12 *****************
14 * Menu:
16 * Introduction::
17 * Using Gnash::
18 * Installing and Configuring Gnash::
19 * Reporting Bugs::
20 * Glossary::
21 * Authors::
22 * GNU Free Documentation License::
24 --- The Detailed Node Listing ---
26 Introduction
28 * Audience::
29 * What Is Supported?::
31 Using Gnash
33 * Gnash Command Line Options::
34 * Gnash Interactive Control Keys::
35 * User Configuration File::
37 Installing and Configuring Gnash
39 * Requirements::
40 * Downloading Gnash::
42 Reporting Bugs
44 * Get a Fresh Binary Package::
45 * Determine if the bug was previously reported::
46 * Review the bug writing guidelines::
47 * Filing a bug report::
49 GNU Free Documentation License
51 * 0. PREAMBLE: 0_ PREAMBLE.
52 * 1. APPLICABILITY AND DEFINITIONS: 1_ APPLICABILITY AND DEFINITIONS.
53 * 2. VERBATIM COPYING: 2_ VERBATIM COPYING.
54 * 3. COPYING IN QUANTITY: 3_ COPYING IN QUANTITY.
55 * 4. MODIFICATIONS: 4_ MODIFICATIONS.
56 * 5. COMBINING DOCUMENTS: 5_ COMBINING DOCUMENTS.
57 * 6. COLLECTIONS OF DOCUMENTS: 6_ COLLECTIONS OF DOCUMENTS.
58 * 7. AGGREGATION WITH INDEPENDENT WORKS: 7_ AGGREGATION WITH INDEPENDENT WORKS.
59 * 8. TRANSLATION: 8_ TRANSLATION.
60 * 9. TERMINATION: 9_ TERMINATION.
61 * 10. FUTURE REVISIONS OF THIS LICENSE: 10_ FUTURE REVISIONS OF THIS LICENSE.
62 * Addendum::
64 \x1f
65 File: gnash_user.info,  Node: Introduction,  Next: Using Gnash,  Prev: Top,  Up: Top
67 1 Introduction
68 **************
70 Gnash is a free SWF movie player.  It is available as a stand-alone
71 application or as a plugin for several popular web browsers. It
72 supports playing media from a disk or streaming over a network
73 connection. Some popular video sharing sites like YouTube are supported
74 on a wide variety of devices from embedded ones to modern desktops.
76    Gnash has a better focus on security, allowing the user tight
77 control of all network or disk based I/O. Gnash also supports extending
78 ActionScript by creating your own classes. You can write wrappers for
79 any development library, and import them into the player much like Perl
80 or Python does.
82 * Menu:
84 * Audience::
85 * What Is Supported?::
87 \x1f
88 File: gnash_user.info,  Node: Audience,  Next: What Is Supported?,  Up: Introduction
90 1.1 Audience
91 ============
93 This manual is primarily focused on users interested in how to get
94 Gnash installed from a package, and basic usage as a web browser
95 plugin. For more technical details, please refer to the Gnash Reference
96 manual.
98 \x1f
99 File: gnash_user.info,  Node: What Is Supported?,  Prev: Audience,  Up: Introduction
101 1.2 What Is Supported?
102 ======================
104 Gnash is known to compile for most any POSIX and ANSI C++ conforming
105 system if you have all the dependent libraries installed. Systems we
106 test on, and which Gnash is known to run on are Ubuntu, Fedora, Debian,
107 Mandriva, OpenBSD, NetBSD, FreeBSD, Win32, and Darwin (OSX) primarily.
108 Occasionally other platforms are built, primarily by those distribution
109 maintainers. This includes BeOS, Haiku, Syllable, OS/2, Solaris,
110 Slackware, and Gentoo.
112    Gnash is capable of reading up to SWF v9 files and opcodes, but
113 primarily supports SWF v7, with better SWF v8 and v9 support under
114 heavy development. Since the 0.8.2 release, Gnash includes initial
115 parser support for SWF v8 and v9.  Not all ActionScript 2 classes are
116 implemented yet, but all of the most heavily used ones are. Many
117 ActionScript 2 classes are partially implemented; there is support for
118 all of the commonly used methods of each class.
120    Gnash has implemented about 80% of ActionScript v2.0, and has begun
121 implementing ActionScript v3.0. Gnash supports the majority of Flash
122 opcodes up to SWF v9, and a wide sampling of ActionScript classes for
123 SWF v8.
125    As ActionScript 3 is a more developed version of ActionScript 2,
126 many of the same classes work for both. Support has been added to
127 Gnash's ActionScript library to support the new ActionScript 3 filters,
128 which get applied to every class. Implementing ActionScript classes is
129 often the easiest way for new Gnash developers to make a contribution
130 without a deep internal knowledge of Gnash.
132    Gnash has included video support since early 2007, but this is an
133 ever changing field of reverse engineering. Many of the popular video
134 sharing sites use SWF v8 or v9, which Gnash supports imperfectly. This
135 is improving all the time, so often builds from a development snapshot
136 will work when using the older release packaged in your distribution
137 doesn't. You can find daily snapshots of the latest CVS tree at:
138 http://www.gnashdev.org/dev_snapshots
139 (http://www.gnashdev.org/dev_snapshots/).
141    Gnash uses FFmpeg for codecs, so any file supported by Mplayer
142 should work with Gnash. Gnash supports the loading of patent free
143 codecs like Ogg Vorbis or Theora from disk based files, while work is
144 being done to support these codecs when embedded in a SWF file. FFmpeg
145 contains the codecs used by the current SWF defintion, FLV, VP6 (ON2),
146 H.263, H.264, and MP3.
148 \x1f
149 File: gnash_user.info,  Node: Using Gnash,  Next: Installing and Configuring Gnash,  Prev: Introduction,  Up: Top
151 2 Using Gnash
152 *************
154 When used as a standalone player, you can play any SWF file from the
155 command line by entering a command of the format:
158            gnash <option> <flashfile.swf>
160 The only required argument is the name (and location) of the file to be
161 played.
163    The available options are listed in the following section, or you
164 may view them in the terminal window by executing the following at the
165 command line:
168            gnash --help | less
170    The source code download of Gnash includes several example SWF
171 files.  They are located in the `testsuite/samples/' directory of the
172 Gnash source directory.  If you have installed Gnash correctly, issuing
173 a command similar to the following plays a short animation of a car
174 swerving and crashing:
177            gnash
178            /home/<username>/gnash/testsuite/car_smash.swf
180 ‰PNG\r
181 \x1a
182 \0\0\0\rIHDR\0\0\x01\0\0\x016\b\x02\0\0\0À˜Sh\0\0\0    pHYs\0\0\x0f:\0\0\x0f\x12\x01Êduh\0\0\0\atIME\aÕ\f\x14\x16\x1a Eö—H\0\0 \0IDATxÚì}yœdU}ïï,w¿µvWwÏ* Ã\0‚ì\x02*\x02\x12”E\x11шã.ˆF�1Ä$ïÅ|ô½hLbâ3y‰1‘DcžÑl.¨QQ‘E@\x11$ A\x04†m˜¥g¦»Ö»ŸõýQÝ=5ÝUÕÕ\vQôþ>ý™©S·îrÎ=ç{¾¿åü\x0e\x02\0ŒñYÏ;ÿ˜íÇÃ\0yð‘=\e6mA\0\0€Ðü?¹ä’K.CE\x03€Ö\x1a\0\0öìÙ}ü¶Í«»ÎÃ\x0f=pç\x1d7+¥\x10Æø}\x1føè9ç½hzú\0\x1cŽC„�©É  \0øì\x17náÆF¥‰\x16±ã\x15Ó$ñ\x1c’IC±¶íUã(ô=+\x13XóÀ°Kq\x14\x14\v\0dˆÍb\x12µË¥Rœ)¬" ~\x12µ+•jœ
183 ¢c…½,i—ËÕ8a\x141‰\x1cžvüb%I2“H\x01–È\x02×/%Ij›ˆ+*Yd¹Å4I\x1c›r‰\x15\rÛÏÒص-&‘–     1¼,�<×a\x02@¦ˆ:,�<ßg\!•jì°4,\x14Š)“\x042…lÎ"×-0&\b\x16
184 LÁcÛñ\x18\x13\x06V\x12\f)\x12Ór9ã\x06ER\x13%Rj:œ3Ó Ra-3B-Ιi\x1aR\x01(†ˆ%8³,SH\rŠ\x036\x05ÏlÛ\x16R!-42¤È,ËæBaè\x16™iZBJŒ´\x06¢$£†%…$\x18\x14`-9¡¦�‚\x12¤4ÖŠcbH))ÁJ#­\x04ÆT*A    Q\x1a\x16€¨R‚\x12ª4€–€ˆR‚\x10ª\x0f\x15%!D+\r \x01a­$&D)Ý��´V\x18\x0f\x15\x11Âz¾\bZ\x03BZk47Ui\04ÿï�¾zèÇóçv»îÜõAkèw»ù¢Â\bé…¢R\x18w‹\x12-Tg¡vRPÚSwÉ©aJ©\x10R\0Ý¢!¥šojN\rC
185 5×ÔŠ\x13b\b)\x0fkj!(%J#­\x18&¦àÜ4\r©æÞ¬ä™e[Bj¤¹F¦à©m»\H\f\vE‡\vI�T`HžZ¶Ã¸ X+ R¤¦åpÆ\fŠ¥&J$†é2–Y&\x15
186 k™\x10ÃeYbÛ–�Ýnì²,ò\—      �T
187 Äaiäû…ŒK¬S…\x1c–……B1Í\x04\x01¦�ͳÐó‹iÆ\r,%˜sƒ(Í,
188 B\e’…¶[L’ı      —DñÈ´\vI\x12{®Å\x04Ò"¢f!I‚ïeLƒŠ0õ“¸Ó\x1dÂDEšøIܪVÇ¢DPˆ$ò³¸Y®Ö¢851\x13ತU,�EQbQɵÅÓŽã•ã$5\bÊÂ=o}Í\v\x01`f¶Î\x18[Ô]&jã†a\0Àþ\x03\a¥”‹ºÒ†\r“·Ýò­\x0f¾ÿ·Ðóιà\x03\x7fò±8
189 Î:ã$4OŸº½4K³[¿\x7fßD­öÏ×ß\x16†,î\x14|/ˆ™�\x130Çâötu|¢ÙN}+“¤št¦ËcSÍVXrU¦‹,Ú_ªlh¶Úå\x02I„ËãýÅʦf«9V²‚ÌRÉ~¿²¹Õ¬�•ÝNJ\x10«ÛÅ\rA{¶Rò;  \x10Ù1ÝZ\x14ÔË¥b'–\x06Äت$a£T*u"n“LÓR\x16×\vÅJ\x10eŽ!$òYÒð\vÕ0J<\e˜rDÚp\vca\x18\x15\’JS¦M§0 …AÁ3\x12nhÖ´½ñ(êøž•0‚D`8å4\x0e<ÏI2À:&V1‹\x03×s“LQ”!ê±4t\x1d7ɤA„ÆŽÈBÛñÒŒ›T+°\x04\vmÇO3f\x19 ´!ydÙ~šf¶E¸$ZD†UȲԶ(—HËÔ0=–¥–E™@HgÄp9K-Ó`Bc\x10ˆX‚g¦ir¡\b’€L)2Ã0¹P\x04+�\f%2j˜BHJ@\x01U’Qj
190 !\bAJ\x13­2B-)\x04%Xj¬\x15#Ô”B\x10‚»Ð†±!¥$\x04w‡7ÂT)I0V\x1a\0\x14BD+‰0Öº‹5\x18´B\x18ÍÍ’\x03\x05õC+=w\x05ÐóX¥»Ð3\x7fÁnqávswÇ\x18K¥1Ò]$"„Ì\x15�(Å        5¤”\x04ƒÒd¡v” 9Ww[\bfR"\x14\x02Å\bµ8ç¦A„\x04Ð\x1cSKpfš”\vÀÀ\x0f55W\x04KÀ¦`©iYœKŠ•B¦ä‰e9\x19ã&Õ\x12\fÉcËò2–Y\x06\x16Š*\x11™v!M\x13Ç¢L\x12-BÓ.¦Iì:fÊ\x11R1µ
191 Y\x12¹Ž•rÀ:%†Ÿ¥�ëºI&\rÄ€ú,鸞Ÿ¤Ü$Bc—¥\x1d×+ÄIf\eJ"W¤-Ç+GqâÙˆ)[¦\r§0\x16…a·\e«¬á\x14jaÐ.\x15ì(#ˆ7-¿\x16\x05­RÁ\rS„UÛpÆã°Y*úA¬\fˆˆ]‰ƒ…A”‚QNÂÙR©Ú     S×\x14\x12\x17²h¦Xªµƒ¨àèLû<:P¬LµÚ�²Obáˆî\x10n6ÆËv'3U²ß¯li5fjU¿\x15cÄgœâævóÀxµÔŠ4•MÓßÐi\x1d\x18«VÚ‘¤�b³$£]¿öº\v:�ö)'n÷<·\x17j\x10ÀmwÞkÛ^\x12Ggœz‚i\x1a‹Ž~ëæ;ÇÇkïÿŸ¿N.xÑKN:å\fÇ&ž_ɸT
192 „„ŒK­Aixr÷^Ïó\x7fôÀ®N¤\x1dÇi‡Ì„„ãrÐœ.–Ç\x0e6"×ÈR]ŽZû
193 剙َgË�ûI0í\x16'gê­¢‹;©�…û�âÔìl½\0\e‘!âýVaC}v¦\rê!Ré,u'\e�™RÁ«\a\x1añ6²ÆÚÍ™BÁ¯w8Ñ¡¢å =ëùÅz;3PÊ \x10\a³ŽWnt\x12‹ðTºiT·Ýr³\x1dÙ†Š¸•ÅuÓ©4Û�kã ¥,iP§Ún·]›v\x12"’\x06±«íNËuÌNŒ\x14kƒQ
194 ƒŽíX�Hi\x19)âGaDzìN,�J\x05r“(0,'ˆ8\x06δ•Å\x015� Î\b’©4²4 †\eF)Á:å„¥!6¼0J\fŠb†x\x16"ˢؠ8Ê@°\x18ˆ\x13Ç1¡$δ\x12©Bv’Ä„�8“J2        f–&ˆÐ$\x15Zq¡h–%\bÓ$\x13Z\v®\bË\x12ÀFšq\rŠ   ÌX
195 ˆ¦\x19\x03Й@‚§
196 \x19\0 \x13Àyª�f\x19Ó\0Lh!˜Ô$c\\x010®„àRcƹÖÝ¢�\x121.¤FŒ+!¥� „�
197 ¸PB*!µè~˜/r¡„ÔBj!UÏŸ\x14R\v)…TB‚\x10RHÅ¥\x12B
198         Œ\v©º'Î\x175â¼{\x141Î¥F\x19—JI.\x11cL\x01>Tä™\x06’1®µf\x02\x0e\0æën¦iŠ\x10J™î6E’f\x18£„i)3    Fš¦\x18“$SZ2\x01Æ¡¦Ö\(š¥1&F”rÐ’)ÊÒ\bQ+J2ŒT&\bK#L�(I     F       Ç,ë¾èØ4H”!‘\x05ÈðÃ(2\r\x1a¦ZñP\x13/
199 CÓ4ÃDi\x11+ìFÑB¿Ê\x04r“¨mZn'Ê\bp¦�$n›¶ß\x0eRƒÈTØiÔ4íb;ˆ,\x03"n²¸a8åV;pmÒI‰H\e†SmµZ¾gµ"¤²&¶ÇÚ­¦ïÙÍPƒh�Q\rÚuÏs\e�À*P¤\x1c´ëž_¨·3\x03%\x1c\x15£ÎŒç—ë­Ø¢,U^\x1cÌ8~µÞ\f\K…ÜÍÂ\x03N¡6Ûh\x15]ÜN-\x16îw
200 \efêõJÁªGTÄÓvqóÌÌÁjÙ›é Íf\foC}v\x7f¥\œiK,\x1aÈžjÖ§Ëåòl[\x18\x10�QJ“ÀÐÑé'=3K“­[·d¬Ûs@(-¥V\x1afëu)5%0Q›J˜xh瓾_xhç®R©¨4Ú»wÚvÜ=»ŸÀ\vs¢Rò³ÿú\x1f�ïÚ›¦é?~öËÓûgÑü´‰@9Ž\x13ÆÂÄ\x19G¥¨} T ›iÄžÁR]ŠÛÓ…òÄL=(Ø*â^\x16ì÷Š“³õVÉÅíÔæÑ\x01§85;Û(\x17ÌFDU|Àò7Ô볕’;\e Èf©;ÑlÌ”‹^=PX´�5ÖiÍ\x16\v…FGP\x1dIR\x0eÛ³¾_l´3\x13g\x1c
201 IXw½R³\x13[D¤ÒÍ¢†å–›íÈ1uÄ-–4L§Üê\x04ž�ƒ”Š´iØ•N»ã9´“`™5‰SítÚžcubмƒŒR\x14´\x1dÇìD
202 d¤‰\x1f\x1dÛ²ƒX`•Jä¤QÇ´ì0b\x048?„VŒ"•Iƒ§a\x17­(Ñ)'<‹ˆáFQbRœ0$X„©\eG±Iqœ�â\x11\x107Žcƒ’$SZ¤\x1aYi\x1aSB“LiÉ\x15˜Y\x1a\x13b$©\0-„2X–"b$™\0�B\x11ž¥\b\e\x014\x17˜ó.Zq\x04š        $x¦‘‘e¼‹V’g\x1aŒŒq\0Ä8\bΕ¦œq\rÀ¹–RH…ù<ZI)¥B\\b­�s©”’\x12„�R\x01\x17RJ%¥\x16BJ¥…ÐBuÁKJµ\bªæqM*!ô¡S¤–BI\x05BH¥€K-e÷ús·“RJÕ-¢îÝ…D‚s\r˜s¡çŠL\x03ɘ\0­¹\0Á3\0š±¹ÊÎ×=Ã\x18e\f¤È42³4#\x18§Lk™)0³4#„¤Ljɤ6²4Å„&©œoê\x04\x133N\x05\x06É\x15áYŒ©•$Œ �        ÂYÜE+Š!å¸ûf£(6)Ž2�,D†\x1f…‘eÐ(ÕšG@ü8
203 \b\x13    2ÑØ‹£À:¼_Y–\e\0gÚNã¶ey� 1‰Ì„•%-Ó.v‚Ø6 æ\x06Oš†Snwææ`™6©]m·Û\x05ÏlEH³&±«�V£àÙÍP#Ñ\x06£\x12´\e¾ï5\x03Iu¤h9ìÔ}¿Ðh3\x13§\x1c\x15âάë—\e­Ä¦<U~\x12̺~¥Ñ\f=KGÜaáAǯÕ\eí¢KÚ©)¢ƒvaª^¯W
204 f=¢*9`ù›fg\x0eŽ•Ý™6\0›¡î†Æì�j¥8Ó’T6‘=ÙjLW+åÙ\x163!P´\x1c‡mÛq%�\x05\x10 „\x10\x02ŒºŸ{¸:‚z½uý×nþôg¯ÿþ]?VJõ ¥‡>\x19ôœçžúo_üf¥\ܲibÓÆšš×$µÆa,LÌ8xi0S*U\x0fÖã‚�%ªÂ‚ý¥Jíàl§ìé€û29P(OÎÖ[Õ\x02i'–Î\x0ex¥©úl}¬d7BŠùA»8UŸ�©U½Ù\x0eP9Kü©Vcv¬â϶¥      \x1d°k�æL¹\¬·¹Mb‰+i{¶T*5Ú™c0¦‹<˜õ‹åF;ö,•JO¦u·PiµÂ‚ƒ"f)Öp¼J»\x1d\x16<\x12¤\x14xÓò*�v§è™�\x18#Ñ4ݱN«U*ØíH\x13\x15€]\x0eƒvÁs:¡¢(QF1\rÚžçv"nb&ˆ'¢ŽãxAÈ-*˜rdÚ±\x1d/Œ2ËЩ0•\b-Ë‹¢Ä6QÊ©\x16¡1W$q\x06 #jyQ\x14\x11e€UD\f?‰#Û2¢Ta`@�,‰-ËŒSI@HbÉ$1M3N\x05A’ƒ©Db\x18fšrŠ5\x17TÉ”v‹\x04˜  SBÍ,å”BÆ ¨\fS3K\x19¡˜q\0�abÊŒQŠ3®‘æ\b\e‚1‚1ã\x1ai�0QJ`Œ…ThΪÕ-J4gf’\x18c¥Õ\\x11\x14\x02¤A£®Mj¾ØW\e„ \x13\x06�º&°EWÐ
205 c$¤D \x01°Ö\x02c,D×¢‡µæ\x18\x13Á\x04\x01ƒf\b\x04ÁÀ8\x06Í0¡YÆ)AŒ£neÓ43(I\x19 �bb±45)M2…�kbÉ$5Lš¤’ !±%ÓÄ0Í$•t¾©MÃL\x12N‰bÂP"6,;N˜I!\x13T‹Ø°œ8N-\x13%\fƒŒ¨åÆQlÛ4Î\0ɈX~\x14†®c†‰":Õ¦\x1fG�ëXa,)dŠúiÔq\x1d'ˆ¸‰¹ ®ˆ:ŽëuÂÌ¢’+G¤mÇõ;aj›*\x15¶bmÛ-v‚ȳQÄLÍ[–[î´\x03ߥAB‘hXnµÝj•‹v3DD5±3Öi5KE§\x19h\x03\x02mWƒv³Tò\x1a\x1daáXârÚ®\x17KÅF;shÆu‘uê…R¹ÑŠ}K¦Òçɬ_¬4šaÑ…�¹*�ñJµz£U)Ðvb\0›q‹“õz}¼Ü\x1dÂ\aŒâÆúìÁ‰1ÿ`\vL5Cý�ÍÙ\x03µ±âÁ†°Q[;“íúôØXå@ƒy4’¤Æ‚z©XŽbaI>\x0fI¨ÞhÝsïOºHtÎÙ'—Š~/`ÕÆË[7M>úøî—^ü\x02J îéa¸÷Ó¶£¶\yÅ‹¶lš¸üÒóp\x0fìi--*€z2ëT*•v˜–]®HE$\a«c\x13í ®\x16\x02d³åêd§Ó\x19/‘D:˜Ï\x14*S�N«V±CnP9ë•7„íæä¸×I°©\eNq*îÔkc~'\x06\a\x05¦WË¢ÆXµ\x18&Ò¥1±ª<iV*å0æ¾É\x10-ª¬Y*W¢8+ÚJaO³V¡T‰ã¤äa\x0e\x0e\x12m¿PMâ¸ì\x13&M"Ûn¡šÆa¥`¦‚RÕqü±4îTKv°      ¡åUx\x1a”‹NÊÁ"     µŠ2\v\x057eÊ¡\x1c›¾â‘ï{\x19\x17®)€: "Ïó\x18箥\x01[HÅ®ëqÎ<\e+0°Jl×\x13\x1c"�\x10H-Ç—<ó]C(L!5m_ŠÔsL¡��¹aºJd®cJ©M,ˆi�Ê\x1cÇ”JYT\x12j"•Ù–©”2©FÄ@šY–©•´\f\0L±f¦e)--\x13\x01"\x04qÃ4µ\x16¦‰\x11 ‚¸a˜Z\vËÄ\x1a\x10E‚\x1a\x06\x02a\x1a\x18\x10¢HRJ\x11(ƒb„€bM\bÁh¡\b„`Œõ\‘\0!\bcM       Æ¸{\x14a\f” Œ�` \x04‘E\x7f\x18ѹß\0Æ@°&\x14c¬ç¾Äzþúhþv\x04ceP‚�6\bàîÃ\x18½EI�î\x03\x03Â\x04#a\x18\x06hi™\x180Æó•µM¢\x01\fÓÒŠ;\x16U€\fÌ©aiÅlÛP\x1a\f"        µ@1Û1•R&‘¨ÛÔ¶)•´\f�ˆ‰uf;Ž\x14Â1\x01\x10Å:µ\x1cG\bæÚX\x01%:±\x1cWòÌs\r©\bÑ©éø‚%\x05Ïä\x12\x19(5l_²Ø÷l&ÀÄŒZ¾äQÁw2¡lʱáén¿bÂ5%¢Ž\x16¡ï\x17²Œy–ÖÈ\x01\x11º~1MÓ‚ƒ„¶°\f\¿œ%QɧL\x19\x1d\x7f,IÂjÉŽ\x196¡m{ãiÜ®–Ý8C\x16\x0e\f·ÊâVµìG‰rHL­2OZ•r1Š…g2d”DÚ*WÊa”\x15\x1d©ˆ¯²F©\�¢¤ì\x01\x03\x17ñF±R\vƒ`¬H\x13a\x13Ñ(”'ƒNk¢b‡Yw\bo\fÛõ©šßŽ±\ru»¸1ìÌLÕŠ­H»¤møSIpp¢Vm\x05²`†Ä®±h¶\*Å©°(7\fs\x0ej\x10DQôãŸ<ü£û\x1fþñO îòbt\b°P³Ù¦„\ýúËw>ú¤V
206 õP,ô¦·¼ëõo~\aÅbÛÑÛº<mž¤!)åÍ·Ý511ùÏ×ß\x16ê)–†®ëvÂÔ5˜À¥,œ)UÆZ�¤`Ë\f
207 \x17Jã­NXòP"\x1c•ÕÝb­Óî”\vFÄ,`u»8Ñi·ªE§“\x12,š–?\x11vš•’׉�ê\x0euÆã°Q*ú�X™(Æf%�š…b1ˆ¸M™"\x05\x16·üB1Œ˜cJ�<‘¶]¿\x18F©g\x01Ó¶Ê:¶WŠ¢ØwH*MÍ;–[Š£ØwiÂi׬žÄ¡ïZ1CX…†½P\x04¢\x13l\x16X\x12¹®Óµ²\x03õx\x169Ž“dÒÄBa[²Ø²�”     “(\x05\x14±i¹YÆ»Vv-bÃr³ŒY&æ’€L©é2–Ù&a\x12Ï\x15³Ì¶h6gew8Ë,“²9Ó¯-xfš\x06\x17ú�•Ý4¹�\x04i�¨’¬ke'\x18æœ\Ô\x10RRŒ¤Æ »^-IIOQJŠ±Ô\b´@ØPJ\x10<gt_de\aD´R\x18c­5\x02­ç¬ìÝ"h@\0ªk8?œ9�î×F‹<† 5`\x04zÎ_     jáv‡î®”Â\b4`Ð\x12a¢”Â\x18´Æ »îQI0R½u§HªnÑ”‚SJ„\x02¬\x05\x14Ì ”KÀÐ[ì6µ!\x05ë65EJ!C‰Ì0-Æ…A´\x02C‰Ô0mƸI‘ÐÝ7ë0Æ,“ðCo6ul#å\bë„\x18 Ë\x12Ç6S\x0e\x042D]žÅŽm¥LSÄ€º"‹ìù~¥±#Xd;n’2‹j‰,É"Ûñ’$³MàÚÒ<°œbœ$®M2AA\x04–SŽãÐwÍ„\x13$\x02Ã-'aPôí0CD…Ô.'Q§XpƒD›\x10#«”EíBÁ\vbi‘LÓ\x02‹Û…B!ˆ˜c
208 ‰|ž6=¿\x1cD©g)®]™5]¿Ú      £¢‹\x13aiÖtýñNÐ)ûfÈ(â\rÛŸì´›ce§�\x10"êVaªÓª�Wüf\x04¦nSw"lÏV+ÅV(m\x14"k,\x0eë•r9ˆ…E\x05P_EOþÚë.è´›Ï=ëT)õ!¨\x01@\x18ÝsïýBa\x04┓Nìú”\x17\b!¸å¶»Ê•±ÏüÃÇÑUo}÷\e¯~WÐimÙ4    óV«®·�\vþø“\ajããŸùÂ-‰®Ø–�¤Ì"Ba/‹\e…R¥\x13$ž¥\x04òXÒ,\x14«� ò\x1d”)G¦M¯0Ö       ‚¢G\x13ajÖtüZ\x10´K¾\x151‚xÛòÇÃN«\tƒ\x14ˆ
209 \r§\x1a‡­bÁ\v\x13E!!f)‰Û…‚\x1f&ÂD\f\x19…,i{^!J˜M¥Ä®H;®WŒ’Ô1€ƒ¥X`»Å(N\\v3ej Zn1ŽcϦ™ ZF¦]LâÈsÍ”c�‘a—Ò8ô\+a€uBÌ\x02K#DZS¦\bpL\x1d–ÅŽí¤LR,\0Û‚Ç–ådL\x18¤ë9J-ËΘ0(HMµH\rËÉ\x18³(\x16šh™Rc¡O#PŒ\x1a6c™e\x1a\\x02R\f\e¶`Ì4)—s#J\bf\x18\x10
210 #\x05Ø�‚\x19Ô\x10Ra¤\0\x19J2B\r)\x15ÆZ\x03éú॔\x04#\x05X+Aˆ!¤8\x14î@\f%\x05!X*\x04z®ˆ      V
211 !�€h×\r§4 ­\0\x05°Ò€`.v\x01#¤æâ\r Ûuô¡" 4\x17� \x0f\x01ÑáøÕu("@zñ)€z"\x18æ‹\x18!5WÄZ˹èŠîѹg›\x03/­%ÆDI…1R€�\x12ˆ\x18R
212 J°T\béù"ÅR"¤9"¦”Ü DH@ \x116¤à\x06¥BjŒ$`C       F©Á¥"X\x01Ðn¸\x03\x17’bP@´dÔ09\x17\x06A\x12ˆ–\x195lÆ™E       W\bTF\r‡±Ì6)“\b©Œ\x18.c‰m™Œk¤\x191\ž%–mf\\x11àˆ:"KlÛîíW¶å¤Œ\eD+dI Y¶—¦™e€Ô¦ä‘åøi’:\x16fÊÐ<4�b’Äžm¤\x02ƒŒL»”Ä�ïÙq\x06DÅÔ.&qPðœ(ÓT§Ø,dIÇ÷¼(•\x06Ê�ágIà{^˜p›
213 …=žv\¿\x10E™c*\x01ŽÈÚ®W\x0e£Øs0“–b-ǯ\x06aXtiÂ\rÍ[Ž? tZå¢\x13¦\x18‰–åO„�F¹ä\x051\x10Ý1�ñ0hTJ…v$M\x14a«š\x04õR¹Ü‰¸E8¢>g‰N÷¿íõ/ît:“µ²i\x1a‹â:\x1f}bo¡XŽ£pã†1BÈaG\x11ütç“\x13µ‰\x7füä_¡_ûõß¹æí¿¥µÞ7½\x7fÑäH\b�š¬\x01À§þù\x06dod\QÄ\x10õXÒö\v…(\x11\x16fÚ(dQÓ/”¢˜Ù¦”ÈcqÓ+”£(qm$´ÍÓ–ëWÂ(*84S¦H›Ž?\x16…AÑ·\x12N\x14k[n5Ž‚‚o'\f!\x11\x1aN9‰\x03ϵÓy4I“Às»\x11\x06\fQ�¥�ãzi&\f"5vx\x1a8®Ÿ¤Ì2@�%²Àrý4e¶‰ºQ'–SH“Ô¶        —Tñ°ë‡vmƒI¬ElX~–&¶m2��JçûœÅ„Æš!ê\b–X–ŸÂH"l
214 žš–Ÿ¤XkdHž\x1a¦Í¹0(( =E¤4‘"5L‡sf\x18X*¢eF\f[pf\x18D*¤\x15#t¾(\x11€ÀØ\x10\e\x06•R#P€©’œ\x10Úããç„\x18R©y\x1f¿ „Êy2¢•À„.�‘EÅyn¥0FZ£CÌ\x05!\r\bæCŸP÷h—UuÁf\x10Q\x1a‰j-±h-\x14\x11\x02¥»ÁX\0\x1aÁüÝ\x15\0Ò\0ÝH1¬\x15 ®UKIL°RzPe    ¡óá\x1aèð"ÌÑL)\b!JA·©¥ä´\v^ݦ\x16œ\x1a],S€¨\x14̘cµZ#*EF\rKpA)hM¥è¾h>÷f»1z,3M*\x14Òr\x0eË,“ò9,s\x18K-Ëà\vœz¾_\x11$€Ø<‹mÛΘ4ˆÒÈâ,²m7eÜ¢ Á�,²l/͘mb¡¨ä¡å\x14’¤Û�‰â�é\x14Ó8v]“ñ®‰­�&QÏ ò³$t]'aŠ\x02C†Ç’Àu½$\x13\x06\x16@\–v\·\x10§™mh‰\x1cž´\¿\x14Å©k#®,±0„]š     Sd\vCØL8UYËöÇ¢ ],ºqŠ�ì\x18N%\x0eÛÅ‚\x17¥šè\x18\eÅ,�,Ûî4ž|÷Õ/\x01€™Ù\x06cÙâ8¬‰šA)\0ì?0#¥Xttã†)„ÐßýÍGél£ýà#»qÚFY°´»\x05\x01\01ýÀô“_\x02X\b‹@3‡ÿlx±+³+)ŽrÁ\rÉeˆ¬û¨™]y±\e|×åÜűM;ï\x19\etñ'¦Ÿ\x18rë��º²K³�6=bcñü36\x17\x7fþí\x1f\eôë+     À‘y\aÈ%—\Ö&·ÿÍêÎ\vŸÿëÁ9ï½÷¶"ÎÛ0—\ryºH\x0eX¹ä’K\x0eX¹ä’K.9`å’K.9`å’K.¹ä€•K.¹ä’\x03V.¹ä’\x03V.¹ä’K\x0eX¹ä’K.9`å’K.9`å’K.¹ä€•K.¹ä’\x03V.¹ä’\x03V.¹ä’K\x0eX¹ä’K.9`å’K.9`å’K.¹ä€•K.¹ä2‚м      žF’\b\bøÜ^\x0e\x14\x04Œ@(˜Ž¡ÃÁÄP2� ¨Ú+؇+—\rÀúE\x10¥¡•\x01ׇ¾if ÔÜ!‚\0\x10Ì$p \x01¡\x0f\x01ÊL
215  A\x03\x01#x2\0Œ@j@\biD\x0f0R¦Â\x02\x01\0³)<ÖDH¡\b©…;îOÀp<BHÐé\0\0Åsw\x04\0\x03 b9V¡¤‹\x05¥´\x14œÅ\x01hm9ŽMlZ®Ž§{�åI¥ë)h€2Î
216 ¶Q¶À\x05æ!æcé¨ÈÔ¬b�…¡æ\x1cª\x17AP4¡fƒEòמK\x0eX?O\x12rx"€‡Zpÿ,úò\x01›     åPdxEÛ¶)¥éÁ™$ŠbÓ°\x19s0©¹\x05ª´¥µ'%\0˜\x1a›B)¥\0À\x02 \0žÂ5M«\b\x11Þ„     ]BlÎœßÜ*Óp\x104BÈÖz\x1c!eš»_ö\x12
217 @\0\x0f£QI¢”ò<¯[´gf'où.\0`@\x06\x03ÔD:H»‡fŸs®p\x1d\0ÀRíW¢CžÙ¦„Ï_GJ\x19 hi�)ÕÞùHøø\x13 ­dl\x03*ùH«€(¡\x14\0 @\b\x01êìÛ\x13„¾�Ž(Qª¸\x060\0\bB.†1G\x03\x02\fP@Ø\0ð,0,%\x01J&L:P2¡fCÁ̇R.9`­Yb\x01Ó142x°�:m\x1cí±@£ã´±M\x19»XöJŒ�Á¤Ê±#ŒzG¦HU˜[Ñö¸¤\x18)¢ÁŒ\x11\x06 €Œnc!Dñêí~Ç÷\x16„Úö…¯Œz&>ü5    Ùý¿öÐNMHŸ‹/}ÍaD\r\eš‡Œ…u\0È4hгÏ9=:b+\0(\0¡µPªÙjeiÚh4 h·Z õ®Ý\x1dÆ\x18\x02 \0\x18P\fz�\x12\x1a\0!àDíÕR\x11mR\x18ó\fÏÄ\x05Û\fÂðÍÇèŠ\x05c6T-¨ÙPÌá,—\x1c°zeo\x04?�E�Ö\x11\x02äS˜�\x10‹0Kˆ™á) Sšœ®h\rc\x0f�ÝÝ\x19\x14ɶqè|Ùå8\x1a\x10\x01J\0\0ðÓ@;²ê�\x15ýÞ\0d p»\x06.\x04\00õÃ{á‡÷.wš\v†{HS\x06ˆç6š\x03\x0ezás+ÖO„êIP‘(Üõ}É‘vMš)ž\x11ÕF*$J Å¨vm³f«s'D— mrÁ €\0l\x02e+\x1f�¹üB\x03Ö“!|áIszê쪷áŒ)ë…Ss:\x19\x06°\x102\x01u«Wúú7‘\x10ùË^\x17Á\0>ZP}Quþã\x16\x13ñâ>%1\b­™\x06&´Ô ˜nÄÐÖj÷“âq-ïCJ\x12-A‡”& g‘Ú)RŽÐ6GýÊ&½¹¤ŸU�m% ¹+;—§;`í\x0eáÏîEb¿wéy\x17]ø®wáñq\0à=?H{>ϼåM õZnWúÖ�ƾéCãPÈf«\x15ÇQР\x1c×õ}oçÎGâ8"=¼Ì²­R±4¬£Þ1\0\0 \0IDAT7È       VR9\x0f>|ˆ§Ô²ƒ\a¨\x06 \b,@E„{\x11¡„Psþ�3гjÎð^ÃØ\x044·ã»©¨DãšdZÿT
218         `"\x18G\x04\x01Ô06\0
219 \b\x17ÐÏØ[H\0\bBV—Ñ!\0€�ݯ‰q˜Ž«µÔÀ\x01öƒßPÊ�`êQ²OÉûÜäz¡H‰—kâèŠ~ö\x18ŒÛù˜Í\x01ëi%\x0f4áïv•w?Â\x7fG{§ bÜú=ùŸ?\x06\x06×Tª®Õí‚…ZK\0¥5\0D'\x1c¿ïˆ­­VK\b\x01\0Bˆf³I)圷Ûmq8;3M\x13c|è˨¥\x0e(�471¥‡ CkŽƒ\x06!\x04\0\x10BZk<1‡_JiÁ\x05š2º‡”�\x14\0.\x1a@) ¸ûQH¹P;-„A(êþ\x12i­´æ\x02a$\b\x01„@k\x02\x11ÒœOr\x11iÝÑšhµEj\x06°A*\fzB*¢¡¢´­uÅ\x02×UÐ6º
220 â8Æ&\0\x02d\0Œaì#TA#p›’€�€Dkë…ˆ"°\0ŽF\x04`®²UŒOH\r\x05�ÎêpVýÔ`Ÿ\x03Ö1¥;Æ7�ËçLÀ3
221 \0¤\x06¡rÿf\x0eX?\x7f¢5|g¿ñ¡\aÇ/Q…ß×�±ùáD‚pÑ/\eJ5´ªkµO©H«Ç\x11ì%x7%\a(I(eR(ËÒ\b/\x18Ðõ·؃\x0ft­1ZkBH¥R!„ض=66\x06\0…B�\x10\x12\x04�”\x12!d\x18†çy…BÁ0\f\0\b‚`Û¶mãããõz]÷P¹v»\x1dÇ1\0`ŒÕ<K\x02\0Û¶+•J÷{J)c¬ÑhdYvˆ˜\x10"¥ìþ Z­vï‚\x10RJÍÎÎ*¥´ÖÝ\e1Ƥ”Û¶m«ÏÎ
222 )…\x10Zë(Š\x18\x10f\x10\0ÀÁ8NÓtg\x10\b!<ÏcŒaŒ  ! \x14A\bܹÆÕRRB\x10B µâ\K©…\x1c“ª¨õ˜T\vµ¢\b|©\¥1FJkhj[è�\x1a6 ²       “\r\x18Oa²Ž¼\x0e\x03¸\b¹@&„s.8\è4‚Çv‰ïh–xœ\x13•¤\x18c06¤—mWS.\x14Œ|Pç€õs RÃgö”?ûcë#‚–ÓÖÃZ\x1dTŠ�–\0\a•šÁˆa¬AÏ\x02ÜíZ„Ra\x18Rk   ¤T\b\x19†Q«Õ6ÕjµZmÛ¶m“““¥R©\x17 ¦¦¦\x16°\x06!ÔeF\x18c\x04\0\b\x11BJJ\r\x10B\baŒ»_\x02€Rªûå¢gF£idý\x7f¦5t¿_ø°ô\x10€VJ\x03`Œ{�r\x01Ѻ(©¤TZw¿\f‚ \b‚0\f;�\x0eç|vvöP\vKY¯×¥” u'\b²,ët:išîŽ¢�iš$ÉÂÓv1\x1dc¼ðð\x04c¬5Ñ 8ׂoârR*W©ŠÒ\x13R™\bmD¨†ð8Æ\x15„'1Y5\x1fêú\rNBÆI`¨\x14TwÊ‘0ý„üáãìÃ*©\x1c•¾ãx8²�\x0fí\x1c°~vòÃ\x19øÄô¦öƒñ§\0\x12�½R$Ñø˜ã¹\bc­µÔšqÎ9—R\x16
223 …Z­V.—K¥R¥\>ò¨£&'&6nÚÔ\r³"„�\x01ƒe\b¸\x1c:ÔÕ¼–²\0ŒG½È"ô\x19bY[øÙÒk"´p\x1dÔ…Ôy\x1cYô<K¥P(èáæ<­5@\x17樂z é\x0e;KëÙz½K    »¼ïŽ;îˆã˜1Ön·ëõz«ÝžN’ \b&&&Úí6F\b\x03 ­1€\x12BqN4\x18J•”B\0e¥Ç„8Bê’Ò]å´Šð\x14ÆÇ\x12ºq(Yë�0Ù„É&p.%η¦ÑŽÇ[gm'¿µ­³ÕÏ\ax\x0eXÿýhÕ4¿qô[ýðáÿ\x05\x10¼\x13‰Îd­X,nÚ´©\.W*•\r\e6LMMMLLÔjµîÌß•¥\bÒÕwú£ÀR"³ôÐ\x1amØKo1ü‚C ©ß÷h@¥\x16!Ô¢Ÿ-Æ/„Ð|C\r\x01¾­®Û{Ú¶mÛ\x16È]WºHwàÀ� \bÚív\x18\x04\agfšÍf—�ÍÌÌ4\x1a�$I’$é\x10ro½N06-«Ëg%ç]h+¤Ùv.ŽÍø©˜ Eè1„Òåzó%B\x1f‡ýßOj\x7fØtŸsðþ·\x1c\x15çƒ<\a¬ÿ>¹¯Iÿ�¼È{âà›~øã  ŒÞÏÓ‡7Ô¦ÆÇÿôÃ\x1fv=\x0fÍË
224 ®8âP_‘Ž¶†[?µ²–;v\e¥[Ù¥¬ìð&ë%w½0wÄ\x11G,:u\x11_ë~\x10BÌÎÌÌÖëI’t\x1d\x1aÍfóñÇ\x1f?xðàC»wߺ\x7f\x1a”"Hn“z;ãÏ\x10ò\x18LÇ0v\x01Ma¼ˆˆ\x1d‰É\x1fí™y\x1fš¼ëØóvÞwë\aOŒÌÜ$Ÿ\x03Ö\x7f\vZ‘\x7f*\áí\rÞrç-Û\býGž~­Vñ|ÿ\x03\x1fø€_(Œ¤…õ\x05—¥$k8\x06-¢WkA�AüîçVæëŽ\x16Pi¸V»\x1cš÷�`(¥›·lÙ´yó åtßÞ½�?ñÄ®]»öìÙóàÁƒ_ݹ“3f\x1aƱ
225 Z\x04\x1fPr\È\rBnàâ\b\rJÊq„ß÷äþ/\x1d˜¹ïÜ‹ÿ÷ƒ7}ðø\x06É—ƒç€õ”ÊÍûÉw�~›\x15ˆ×ÞyË6B¿#ØŸ–=ì8ïyÏ{jãã0ÀP�\x10:ìPߟ­+^ åÆça\x14cÍdp�eÙð´y\0:T‹¾Zí £k      \x7f[PN\x016oÙ²yË–sÎ9g\x01ÊZÍæÃ;w>þøã»wïö§§÷îÝû\x13Æ wÝÿ´mŒñÞ={n�ÓOsçKß¼ù³Ï?ë]\x0fü×{�ؽÙËÇ{\x0eXO�Ü´Ÿ~có\e7�oÙú©� GŒ\a¥øŸ\x0eÕžwõÕW?ëYÏZ\x18Bhé \x19�7­\a4,ƒV£é›h°\x13°\x0f/\e\0\rCL騧¹–jvË`
226 Bý‘wD\rº÷ú«V¥ûÕ¨R­žyæ™gžyæBÝgff ~øá\x03\a\x0eÔëu\0ø¯ øëÝÓï¶ýG\x7fpÏ�\x1d¿zíƒ÷|hìûÇ”ò!Ÿ\x03ÖzËÁ\x04¾3ùŠçœó+{ßó?.ÇF]«wR\x15”Ê—\tÑyç�7\f,VdÒ^‰"³šA\x05 aUy©\x0eE�ê>zèˆÏ¹¤FÝæ:\fu´†Ã\x154½¶õ\0Ë´g÷\x01æ�oÅ\b¸\x1cI¬ÕjµZ­[<ãŒ3Þÿþ÷ÿÃXéÌvr­aþÚwn>ñU¯øóo>ñçÏš¶s{ÖÓY~î–i\x05\x1cþbß\x11'œwÙ=\x1füÐÛ\x12 jýûÀ÷ŽUO:é¤×¾öµ‡ù­–sÏ?%Ê×È—Õ½¡\fË_U\x0f{ª…ë,X‘ziËŠj´¬¾¼Ž–¯!f¬~OŽ\x0e—Eš>êùÁ2³\x14B'Ÿ|ò»ßýîÔ4\x7fÏÄ‘T\x1f˜žýé�7\x15Ÿÿš�=VR:\x1fõ9`­“D\x02>´kë‰WÿÑ\x0fÿá\x1f¯Ý7\v\0\x7f ’›Ç«µZí\x1do\x7f{7à{™Q1Ș²„ì \x01\x06ृguІFŒ·ê}¶®ûl\x01•zO_а\x16AØȘØçIôÏnì"¤‡>[\x1fÃß� “~rþùçŸ{î¹3c•ß‘É\x16L®ùÉÃ\aví~â˜WýÅCŽÌ1+\a¬µK&á/žÜðœwþùýßü֛ᄋ„ÐGDzÆIÇq~ó7\x7f³R­®un\x1f\x1fy\x18 �H¶2˜CóD\x03\x1dnK:ä4èëÜ\äd\x1c\x12VÖ·:‹4µ\x151¬!è¶*à[^£ï½r/©\x1c±gc|ÕUW���=T\eÿû,~\x01¦§~ç\x16Ç+ì9éÍŸÛeç<+\a¬5‰Òð¹½¥�¯ú_\x0fÿà®\v¾øÕíÄø[™ýÓä\x18uì·½ím\vq‰k\x1f'ý‡ÇÒÐÊQ˜Ëj-ú¨—5ô¢Ï\x10=náoÀÅ\aêSKHJ¯z՗衾¦·¡ñ#«\a¾A\x13Cß+÷2Ð\x11îî8Îoÿöo‡ŽýW•Â\x0f\x04»F\x13ôå¯VjS\x0fl½üë{òœ59`­V4À7÷›\aŸw­d♟þ§\x17\x18Ö'yrÝx™\x18Æ\x05\x17\ð¼ç>·\x7f¿_       3\x1aøËA±ZCæ|ýs?;/û„=0·”"v‘\x11\rˆ°\x1d´j\x12\x18Å;”{ÎáÑ`Ã\x1cZŠÚC+ûŒ­[wìØ‘šÆŸ\x18¨¥ÕµõÎcÿþùÒ3Oú7rÞOšùðÏ\x01kUhuÓ4¹cëkŽxæ1�¿ú›W
227 }ƒ`\x7f^-\x19¾\x7füñÇïرce³úJfûÕx©\x16\r\x18ý4T-VgÆ\x1aÑ‘º6\eÙ\x02\ê~ý\x04–×ÒûPË\v^øÂmÛ¶í\x1c«¼Ofc\x18_»ûÀýß¾ñ„ç¾ðo\x0f ÙÈr\x04È\x01k¥hµŸÞxä[N{áK\x1fûã?}ÏLsV«�šØ,øG yä;ßùNÃ0ÖâÌBCŒë\v_®Z£\x19\x12F?¢.ùs‚w£<F—Š.K0{±fu/n€ÃtÁåºÒiÆ´¬ßýÝß­T«÷×Æ>ÅÒ\x130yõ}÷?xÿ\x03Åç½ú/\x1f«p•ƒ@\x0eX#Ë=\r\x11W_¾ãMw|è�\x7fsÏ�Lë?–ÙôxõÈ#�|ï{ß[­TÖzƒ^B´ÄzrH\x01Y6J ï \x1c\x12F¿ä¦ýYÀ‚Qi©\x1cŽ¶‹¿ïž¸œ¯sÙ*è\x15i¾ƒìh#\e»Ö\x02\vÖ+´rÌ-—Ëïz×»:–ù7•Â­‚]\x04䬛ncq’ \x7fé—ž¤¹\x01>\a¬‘ä�Àøæ3®~Í[Þùåëþîí�>i"ôO"»arÜ4Ík®¹Æ²¬5vñÅG—Úk–\x0eÂ^[ûºÐŸU�Þ¥è°`t›‡¹�XŒV`S\x1a\x05è�éëÎ\x10\a\x03"\x1aây\x18!¼cûöíW\qEb[\x1f6Ñ>%_—   ¸þ«öÔ3o­¼èîÙÜ\0Ÿ\x03Ör’Iø,\x7fÎ˯ú�{î¼óä/\x7fí(B\x1f‘â/}\e\x19Æ\eÞð†-[¶Œ:\x18V\x18ž³xð?\x15\x14É\x10õó¿óQ\x171Ä^pï×æh°©~Å“ÐèD¸\a·\x17>_|ñÅG\x1cqÄîñ±?R\f\0ÞÕ
228 wßð­Í'=ÿSá³w‡9\x14ä€5Ôtõ·�—N~Õ»›�ÆÃ\x1fþÈ+€dZÿ1\b])Ÿzê©çŸ\x7f>\x1a2—ö\e\x12°T3ZPÍúž2|B~j”šeNY\x1d[\x19AG[ŸŠ\fZu¸¤�õÈa\a+›*–]“¸ôñæCÛºÒ\rè+–Ë÷�Un\x11l\v&oyø±Goº¹vÆÅ\x7f¹gcœo«”\x03Ö ¹qÚЗ¼÷Øc�ýêÇþúÚF\a\x01|A°ÛÇ+årùꫯÆ\x18\x0e%\v\x15Á‡^;Ê,Ò,\x17@paJï56�2h—]‡<Ô²³>Ð9\x1c5†?áS\a�‹´õ!)X—‹×�ššzë5×\x1c øcŽ1«ÔYˆ¼íž\x1fÏü×Oà´W}òɲÈ\rð9`-•f\x06ߨ^ö¢‹_òƒ;î8ã\eß Gx§\x12\x7fâ[–eíر£\.¯³‘¨\x1f™Bë6ˆPŸœ6‡\x0fàþ\x01ñ\v3?\f[Ø|ÈÐ>ÜÑÙsÍ¥-Ó«‘¡ÁJÓH„eÄ�úÿ6¥xä;.ð¾\x13N<ñœsÎy¤è\x7fXe\fôiˆ\x1c\x7f÷\x7f\x1a–ýÀæK¿¹ßÊíï9`-î]\x1fß5~Ù›~½Õj=þ'\x7fv9µ\x02­\x7f\x1fI]­œrÊ)Ï]ˆ\x11\x1d\x12V½¢Q1<ÉÁºää\eAÿ\x1d4xVvëeY'BzéJ£ 7è°…“K�u”¥3«@´Eæ­^\r\x17Ú_å\x1cù
229 „�Wýê¯\x16K¥ïŒ•¿Å\x19\x02¸2\x15³·~wÛ‰§~Å:ïÞFžÌ!\a¬ ùî\x01l]ø®ñññ/}⺷·#\0øˆH šœ „¼ùMoêŸD|i\a}*2¢¬Úð´rÒ1ÌÁ7äôe\x13ÀÏ£ÕbžÕ»ÒhHþÕµ¡¶žO¦¼RÅü\x10K]\vk\e`ÀZ¤¹webrò¥/}ibš×Y¸£Õ$Æç=ôèîÇ ;æì\v?Ó8ªÍrXÈ\x01\v\0\0fSø¢wÑ‹^rù]×_\x7fÎ\r7nÂä?xúoã\x15…ÑÕW_=6>>ÄJÔŸ\x05¬Z¹[;¥ê56÷5$Í#Ú2:×(*í(ƒy\x14\x10\x1c\x17p]´ãáLv\bp�â®�oçaíÙ—ºöói\pÁ\x05G yäc•òç$\a€—h\f·|\x17\0èI—|mÚÉ\x15Ã\x1c°€+øÄÌ‘W¼õw¦§§÷~â“/\x15z·’\x7fæšÔuÏ>ûìç?ÿùË°ªî„¼’\x18q´*3v_µe \x15i8Ã\x1a²CÏàQ:0„jxάe      Hß@Ðõ姃<\0«£H}�{Q
230 ÓÞ·0\bÙûa¢ëº;vì\x10\b}Ê·\x1f’¢€Ð•{\x0fî¼ó\a›Ÿqä­ô”½QŽ\f¿ô€õ¯»Ý�Wüžçûßüƒ\x0fþF”qÐ\x1f�ig¢666vÕUW\rÙQj¡S¢¾0±Àq–5©¬"âq-$hÙ!4\0\x1f\x01ðªÃA‡äŸ\x18ìd\q\bÕÊë;ÒrŸe™×ª–:\x1d»}ûÙgŸ\x1d\x16\vÿ\x17I¦õ\x19˜\x1c\x7fÇ�\a÷MOž|Þç÷—óœY¿Ô€õƒ\x19´ëÔ·�~æYßúÄuoûéÎ"BÿÊÒÛ§&\x10B¿uíµ®ë.ßŗ;2€—õ/®(3Ì�Œ(£\x13œ§HW]EžõÑôµQUÑõRÃ\x17%tîg{\x1at¢ ÑÌw¸PøüòË]×½}¼òEÉ0ÀëRÞ¼ñÆb¹²sâ\x05\x0f¶óð÷_VÀšIáKö…\x17¿òuw\x7fÿûϼþ?ŽÁtŸ’\x7fêY
231 à�o|ã3žñŒåÇâ ÄE¼iÙ}\x19Ö¢’,%J«ÈÖð3JF<ÒéCZi”�©×\0©ºg‡Z=`u\x11¬h\x17\x15Âè–-[.ºè"mY\x1fs͇¥¨ |åc»\x1f¾ëîgœü¼OÕŸ\x19ò\x1c\x1f\0KiøĞɋ®ù\x1fI’<öá�¼\�\0ý^•©±êi§�vÞyçõ·¤Œ˜\x1dt¨�pX8û\x12\x17RwÏ÷¥Ê� ®H®/\aY/CRßo–M 1$Žá©©\vêq\ Á«\x1aV¼[ÏÈï\x02!tÑE\x17mݺµ3Vý¿ZDZ?\x0fÓ£¿wg\x14\x04èÄ‹¿°Ï×¹bøË\x06X·  •K~³61ù\x1f\x7fû‰w6\x03\x03Ðu<ýÁÔ„mÛo{ë[çLW£X\x7f\ae\x1d\x19\v¬(¤h€n2,&`¥X6Ø6µÔ¤Õ\e;ºø¬¾®€¡™Âôêžsí\fq¸¡j)Ãê      ’XýÎÞ#X-=×}ík_K(ýQ­ú\x15É\bÀk¢lß-ßÝ´õˆÛüç?�+†¿T€ÕÌàëö¹gŸÿ¢û~øÓn¸q\x12á;\x04ûx¹ ´~ík_[îÍ ³œ�C\x03Œî\x03ZÍÌ\f«Z\výT¯:^š¾}\x15\x15\x19\x12„5
232 ‘éGІ\x04š¬¸m‡/Q\òƒ!­0d×Å!g\x1d{ì±—\|qÓ4þŸMw)¹        “\v\x7fòà¾G\x1fÛvÆyŸ�Ý\x1cåk\f\x7fI\0KiøÌôøùo¸6Š¢‡þè×Iاä\x1fR åÒ        'œð‚\x17¼`5êCßî>@s\x19]%\x1c¦7\x1dâpCWí­6™2Z\x0f8[S
233 ªžÅ�Ãì\\x03xœ^6AÕ\x02³\e\x14¥1zøØ*6v›\a>4”ß^ré¥'œp®Jù\x13ŠK€K�È\eoÒZGÇ]òíýV\x0e\x13¿\x14€õÅ=¶uñïLmØøÕ?þðÛfš\x06‚?�icÃTµZ}÷»ßM\bY¥e¤oˆVßøƒÑ÷\x10œg\x17z)ÑXÈÀ7äd\x18ìe[vÏ…•¬J\x19U!]]ÄÖè\e\x0eõì߃–\r\x1f”uot=}D'à¢í\x0e‡êƒ‹¦\x1fÇq®¸â
234 Ó²n(û÷Hî"ôÆý³�ÜqÇ\x11Ï<æ+âÙÓq\x0e\x14¿è€u×\f~ðYW�~Î\x05ßøë�ï¸ó‡\e\x11þ\x16gwNMDZ]{íµÅbqejÎr‘\x04h=ì/}u¢å\x13þ®hg„%\x17ÑK÷F]\f¥s‡ô\x10ª8t\x17ûQ\x15ä\x15©œË®ŽZõ.Ük1”Áàõ¡K÷Á>¼ÑŽ>úèóÏ??²¬ë°\x0e´>‘ÐÓ\x7fpÏ̾}›Î¸ð3{«yXÖ/2`= ÀWJ/yñ«Þô½ï}ïô¯|ý$D\x1aZ}Ô¦\x19ÀŽ\x1d;¶nÝ:\x12kè§aé¾QÎOåx@#Fo\r
235 \x01\eáÁºµÒý´Î�¼ïð³F\x01#´Ž\x19ÖW¢ó®ýÕŒŽ\x15ht…½§vzž\x03^vÙe\x13\x13\x13ß\e¯ü£Ì4À\x0e¡›_¿¡X,=8yþ=õ|Qô/(`e\x12>Ý9öÅo~\x0fBèà'?}®B\bà/D:31î¹î\x05\x17\x14\bôàXªÃ¦ôÞsVšhaÙÍ#\x06\x18Ëôð˜€e—@�¶\rß:ÀÇ"sÛŠPc\bè\x0f°Ó\x1f‚KõT&‘Z‘—p¸Þ7ˆ\x06öt¤R©tùå—#J?Spï\x15¼ˆð[ö\x1d|ø{ß?îÔ3?Y?*Èò~!\x01ëkûÌ\x13®üí±ññoýûç_ñä^\và‡‚}¥ZJ²ìíïx‡mÛK\aÕHv�5†V¯vÇc4(²±÷R£[\x7f–Õ\x1cמµy�渜F©ŸºpüQÈÚ�\e\x1c�«—¾»\x11ÖW÷ 8묳Ž;\ú Õ\r­NÁôÄïßÕn4Š§½äßö\x16òí*~Ñ\0k\x7f\f?ÚzŶ\x13O;pà€ñ¥/Ÿ€H¦õŸ\x1a\bŠÅ\x13O<ñ”SN\x19DÈ—U
236 ô‚i|�­G©atf‘ªµ0€—êSK\x7f9ßûõàŒ%«V8×��\f£¨C\x1f\0�8U\fJŠð3‘µ,Eì×—\x1cÇyýë_ï\x15‹ûjcŸà©\x04ØÁÔþ›n™Ú¸é»þ9yXÖ/\x1a`}±±áì—½Þ4Íï|ê\x1f~u¶E\0>&³ŸÖÆÓ,{Ýë^G)]:ZÐ:\rr„± ‘aõp:=Â\x03èy\x19¨\x0fö\eؽ˜8p˜õµLõÈÊÆç*°cEÛš­â.ËBÛp\x13ä²\x06Ê\x15e\x16\e� oÙ²åÊ+¯L(ýjÑÛ­ä8Æ; ~ì�»î:þ9/¸îà‘I –õ\v\x03X·ìƒô¬7oÞ²õÞ»ï~Ö·oÞŠð½‚\x7f¦èjŒ.½ä’Ek\x06Ѫ³}\x0eNÝ‹Vî\x10Dk\x1fö\v¾Î¥!òÃSD­(g^¯Ùh�åh8×XÖ—·Äx·€š«ßW¢\x17MV\x14lÑýý
237 cÜWŸ\x05ðð£g�uÖI'�Ô*\x16®Ó‚ƒ>\x1fÓgßzG»Ý6OyÉçwçi”\x7f!\0+äp³\x7fÞ¹—\‘eÙ\x03\x7föÑK™Œ´~\x1fÕhl¬T*]ñŠW,“@fôõÉ£oŽ0˜�¬g~Ëu±¿¬t#‰A™¹F·¦­]÷ìWÔÃ×�\x0fºÔR¦Ùã\0Õ«ˆ\x17\x1d\x1dÇû5\x0e!äâ‹/F\b}µR¸G
238 \x04ð\x1a® ¿ó\a\e7oý\x0e9u:Ï–õ\v\0Xߘ¶¶½øõŽãÜòùÏ¿|ïþ\x02BŸàé““µ$I®¹æ\x1a×u\ašB†g¹[ªS\f¿ÎZXÌè\x03{!¡àèükEzÖ"Ÿé(crHº«µXyFi¢!)ÉF„ì5Fê\x0f\x7f\0„–Úã‡5ŽÖ\0°}ûö³Ï>\eyÞ_ \x19k=\x0eèù?º¿~ðàQg_ô¡'¶äŠáÓ\e°fSøÑÄ…'žrÚ®]»è¿|þ\x14L\x7f¤ÄgÊžÆøÂ\v/|ö³Ÿ½Ô\x0f¨‡kLC²²-¹ÎÂßúŒ–•0¬¹Ù\x7f0wèK\x0f\x0e3o�\x18u9¢÷p)>®-nve¨1Ü ¸–Œ©£=Ã@ÿÉJÖÆëy�þÒK/Å\x18ß7V½Yr\0xµÆOÞvGÁ÷�“^üõ½yXÖÓ\x19°þå@í¬W^ƒ\x10ºýã\x7f{e;” ?\x04\x12ªU×u_ùÊWÎ)ƒ}7ÚZvò_ãæ\b«È\x02¼òì\x05ýQi(\x04è¾`7Ô\x06?œ� 
239 ˆï‹›ÝK-±|�¤s�\x0evº¿ú½V}mÄùc\x10“í»Œq\x04sþ–-[Î8ã\fÓ±ÿžè@ë*ÂÏ\x7fhçÌÁƒ›·=ëËñ¶Tæèñô\x04¬»g >ã�G õÌï\x7fûÛç~ÿîI„?ÃÒ\a'ÆÒ4}ë[ßZê®Âé7b‡uèu�x‡ÍöÃ\x17-?Eù�\x06™ÀV‘G¥7þ¶_ö.=Êꢕ,Üé\vph8Y p÷ÃBü×þ–‡äÎ\x1fºñÒ�lY/\x7fùË\x01à‘ñê×\x05\x03€×*¼ûÆ›¤”αç|÷@N²ž†€\x15\v¸^Ÿþ‚K_ñØc�µ?~Ýy\x1a Ôê/\v¶6ŒóÎ;ïä“OÖK\x11ªï\x1cøTãÂ\x10\x14[:É�âÁ\£\x025¼YVZÁA{L¬º}\x06\x1fêïŠ\e²E\x10Bë£�\x0e2ÏÁ2)À\x06NK˾\x02­§¦¦.¹ä\x12\x7f1q µ‡Ðe�<¾ç‰'Ž=î¸\x7fo=ƒç;E?í\0ëëÓööË~MJyÇ\a?ôÖf@\0ý\x1f™A­fšæ«^õª®2¸¼Ò±^‰Ì—,Ä[FŸ‚>Î5=\ËXo\x0e¸\x0e™aV½šr¸Kq\x10ˆ÷Õ°æíGzÄ¥H«N\x14³ˆ�.\e61\%_è\eƒ\x11ÿ’‹/.•J\x0f�W?-R\rð2lDß¹YJi\x1c{î-Óy\x1céÏ\b°ny„üù\x1dô#?ÄßÜ\r£¯™:˜À}\e.>ù´3¾ÿ¥ëß²ó‰\x12B_âé\x0fjcq\x1c_yå••Þü|«›çW:ÒFWyz¬\eë\x1f¿Þïs`¤hï@Zô·:ô\i¶†A‰%\x06ì½¼lþu½¬Ãwu¯~\x14ž8â bý®àùþ«_ýjBé§={¯’\x06B/ß?ó؃\x0fn;þÄ\x7fªoÍIÖÏ\x06°ÎMýßØ?õŽ'68ß«}ìß‹\x1f¸Áúؽø§ÍeNþ�ÙÊ\x19/}}§ÓI¾~јì”âCžE\vþQG\x1duÎ9çŒ:„FÜ\x17ó)R\x18ûîí¾*\x1a¥×Ãòµ(\S\x1fî\x06]\x14�4(°³?\x02.M‡¿\x14w†>9\x1aʘúïüÜÀV\x10£»6[ÞÊTû\x11zÈsžóœ�\e7fÕÊ_ÊL\x02¼\x18QyãMB\bç¤\x17߸/'Y?\vÀB\0\x04ÀEè\x05Ôú=«ø¾¨ö†G§¾ó­âu÷#6`\x0e¹g\x06ö=û\rÛŽÙ~×õ_~徃±Ö¿‹$LMrÎßøÆ7.,r i¶\x1c\x14¼¾^kMú2—áQZ}³nõnA¼jånÝQxuÆ ¾qáC6²†e<¶¨_lÚa¨úTWvÄ„\x19+‚B„\0!BÈ+^ñ
240 ¥ÔW+ÅŸH�\0ÞÜ\f ¼ïGÛ·oÿ·ð˜<UÖÏÞ†…\0Š\b¿“\x16O~`üŸ\x1fìÓ\x0fb\x01_eÇ]øò\x1d»žxÂýâ—�!ôODòÈÆIJéùçŸ\x7fÌ1ÇÀ\bÎr=Ä©>\x14\x1aV¬-.]€2Ds�ÁÁ¨\v”p-»Ï¯»Ê¹R-ixÛ\x0eÁñá1¨«2á\x0fûÍ(ÊïÐ+\x0f\Z´¢‡Ô\x1a\0N;í´-[¶Xåò\x1f‚È´>“š¥ïÞže™±ýœ›ö¡\x1cG~Æ€µ\0\x12«ý�·gÉZ„/NûG½òw“$¹ë\x03\x7føêVp\vÏn\x18¯ÚŽC)}ÙË^¶ü6ÎÃ\aà(а6›Å°ø¦ Í«Ï÷íQ‹<\fkw„­\x17„-b—}ÛvÄ Û¡øˆ\x06­\x19\x1aåÊ‹Ìö‡\eÔõê<¡«n´%÷ºêª«”RÿU«~M0\0xg�üçí·\x1f{ì±ÿ\ßœ§�ù¹\0,\0 \0¯\x16…ÏÝwX–…Ý!ì:æU§ž~úM\x7fÿÉ« zÌGøs\x14ÉbA\bqÕUWU«Õ�\x1aLj\x03c]b\x1dFߟnhxçºk1‡™Ÿ\x16¥Ä\x19¾Äd��Oëer<Œ¦Ó-“õxˆÛ´wá˪1¥g9ºî\x1765bòøµ¾©¥p9ÿáè£�Þ¾}»ãû\x1f¶I]«£\b}Á÷îj6\x1aÞé/»~�™CÉÏ\x05`\x01À\x04&•Yg_\x0fÉúQà uæ¯<öØc›n¹}3&w\vvw¹�$ÉË.»ìä“O^ìÞZ¹N´¼k|E™${gþõ\rR\x1d\x11y—ňÑÝg‹\fp+}þ^sþ\x12h\e‰u\x0eÆ2= â\x7fÅ\x04gxìÛ`ÍQ¯ã‹\eðû+®¸‚1–LNü=O\x15À\e€Þ{ÛíÿŸ½7\x0f³eV2æ\0\0 \0IDATë¨îEתÚÓ™ºO�ênÍóìI–-c#›`Œ§`c›Á\àq  �$—\f—wo^îË}÷%!ïå#ùH¾—G¦›@H `\x1cÀ\f\x06\e\f&¶Á\x03’,K $K²ÔR«Õêy8óÞ»ªÖû£ÎÙ½ÏéÓ“Ô2-÷þý!�³»Î jWýjMµÖš5k¾VØ1\šóÉ\0<\x059\x1fNg`Ü…¬\a‡‡àéspd\fÆ\(
241 (IˆD¶\x19D¨ÙÑ\2Ç2¬+¡\0 ëÃÁæ›ïÞ¼ù{\x7föç\x1fÏ\x17‰ñ\x7fE\x05Édƒmßôö·Oî¹€äGSÕŠ¹¤î­\x17\x134§!8C`ÑÂbæóÏ\x1ciIDacÿT\x06œûó^ºç›ûÍÌ00‚=Ìó4\x02Ð\x05<ÝtþÐéV‹JûM›6íÞ½ûСC_oHÜ�÷·sãþƒ/\x1f»þºkn»ÿo\x1f\x7fmËÎpM_A_ \x0e\râkCÈÆ,3c¶H#CÊ\x04\Ïx„#†x²\0àÈ<S²Õ½e�º¢�l\x0eV䇜/a5\x02\e\x15å·øã¡Äêûî?×ÛÛñì/V2~@ŠŸ5¦|ß\x7fðÁ\a›››qæ1‡HuÝÛ3ÉW€Õ'\fÛ2°Þ¶ÕY\x12�_°ÿq^¢Y˜j/À\f\x17š9X7ßÖ\x1c+_M½ÕK\x1a)2÷Jb3n-À™\x13ROU¢ëq"Í«ˆäœ9îþûï\x7fñÅ\x17�ö¶¿;qê/Yâ\x03¦óÑŸ?û¶\aîß—¼:ç?“4ë\x13ú\eãðƒ—¬Ö‘Ø6ißÎ\r\e\x11Œ)“O\x02Ø\0\x04 ¡ØOÿ~Öýšãõ¥JïÜ*vwP,Ú\b4G•\x10\0,\x06\x13\0Œºp°ñÆ«®¹öÀ7¿ug¾¨\0þ\x05\x0446´¶¶ÞpÃ\rs\x19µ8÷ª™\x177ý¨n\x16šù\x147žUH©Ò¡¦\x06ÙÏ%ξnæ†\x1aŸf]13 Â¹çÛº˜MÎ\vNs3$ÃY\x105|.kbu°\vM—°;¼6\x10uttÜvÛmJ©'»–}_¸1Äk��\x18\x1f\x1fß°ë¦\x7f|£~n¿“ãøo?I|b¤õؼÆ0í9Üa\fñNËùuÕðßÆÛJ?oþ³çù™\DVs&,\aÐW@\0?\x19i¸úW?v¶§§ëߟYÉøKR<ݘô}ÿŽ;îH¥Ró\x18[óZåæe\x03ºèÑ\gpÏ!�/Í™5¦žª6F´nì(QÝxѹøìg\bƒšk¶†…R™k˜bŽ\e\x0fç\x15Ê;ëª\x13¸ƒêY9qÆô�ú¿»îº«¥¥%‘Jý³‰ Ð¯\x13?òå\x7fmhh|µñú\x13㵿 ÈãOÅ\x7f\v\x1a\x17Ô‡1ÄÛ\fçwÆZ\x1f~:öÒ0D¦­9\x11V\x13rWÂ`\x11^i½eÓ¶\x1d\a¾ñÍ;rE\x05ð\r\x10ÐÐÐÞÞþ¶·½­ÎˆœW|ÐÅL€9
242 e³n�«'°`Ý\x02Î\v+V\°¤3k�œ™Éh.™Bg½�ùH²3�,Í+"t†\e¸°\x10¹ùð`*•zðÁ\as¹Üétú�\x10id¿3–=vìØú=·ýõéæðí(‚\x7f;Â?ì74âE\x19¢š=ãwŠMßÿYüÄøRç¬9õã(IƒÁcC�Wßý‘3'Ovüø§+\x19\x7f™ä\x0f\e\x12BˆÛn»mR¼šÙj3ëîùùFŠ^pA„\x1aË׬\x12ßÌ\x16±yÝðÅïvžù®Â5�\x17H2š!§;ÍL�ó¼Ê¬îKª«5Ã\x1cBðBf\x04š—*ZïOW]uÕÖ­[Y2ñ%ò\x15ÀÛ\r+ûâK¶ãL¬{çÑ��5á�wÎic\v`6w\x10\x7fO¦¿ÿóø¹|DX³á,ŠC#ø”yíæ-[\x0f=öø»K¾Gô7$(�nmm½ñÆ\e/\†ª6\x10À¬âÌ…NŒ™u(
243 EE×�E\vÀ˜\v%]ÎÝÊ\x13ôä\fL=·SáôšZ­z\x15ä#žB—t)ìýÓ‡M-Œ¼6½‹æ½ï}o±XüiCbH)\0xGwÏØØØÆm;žè›´¥\x1f\eÅmEg¡žÕA¼ÝOü´\a)"¬éà\x01õHñLÑû›îôÆëné=uªñ±\x1f­aü9é\x1fH7\0À;ßùÎ:Ö«¹O¹\x19–Ê™Çe��)„Dß‹\x17I\x13¼4Qk¢š.Òz\x1a1`Zºœj‰š¯.6Ÿ I\x17i�š¡”ô\f¢�v\x04_ê Ï9rnÝÇšz’Yeÿ)ëè¶mÛÚÚÚb--_ð‹\0p/3�\x1c8`ÙÎËÎvQÙ~{t\x18w\x1aæ\x02N×mÊúÎËFa     × 6f� _s\vÏ      ±ýš›Þõ®wýðÿýÿþc¾”Aü+\x03 ±!\x19�¿-p\x0e.ˆ 7O-\x06«E "ò<¯Ô¼]ärRJ\0ð<\x0f\x01¤R\0àû¾’2˜f£cc\0\0ž7q®\x0f\0œTÒàFïk¯I¥\x12\x13Ý¥ÖMå\x0e2ÍTkk\x15!6¥­XŒ#ê]¯Ü4R--\x18\x12û9ç�£¯—Z7ƒé\x10\x11
244 ‰B„'Šâ¼$\x04¯ `\x04ƘeYåÙ®\x04\x12q;6YÌ‘\b\x10\x0eä\x1d¥T>ŸWRZ¶\r\0œ1Ó²æ§Ü]|Ë°\x1fS§ë    ‡bL÷N§\v‚ûeÄÄá\x1c£ä¦pÖ­·ÞúÈ#�|#é|ÊSË\x18[ýÒËôŽw4l»é\eG^yp½\x02€³\x19\x168 áN™811~UkDXõ`#~ÄI<Jüž{î\x198ս­`ü_…{¢£\x05|ÿÝï~wsKËBYI\×%"ß÷¥”ú+\x10y¾¯”\x12%7?6¦e”üȨ\x14>\0ø®›\x1f\x1dC½B–J\x13cãˆ\x18SÊÈdì’k•\\x04ˆgs1Æ<á\x03@<WàB\x04c´£© \0Œbñ\x1a_\0@�\b\0ÞË\f… ˆ\0Žê–\x02`”ª\x12Vd”*\x01™€>\x10\0\b‚ñêdéEËê‰;\0`\x1a†/\x04+¹¬X¬zؘ\x13/y¶m�\e\˜“¯€\x18˧’È\x18\x02’_\x04’¥T“ëÄô‹p‰\b±�J:œ\v �€¤h\x1d\x18’ëÖ–\0\0HJåû \0ØÉd,•\x02€&Ë¥ÖµˆÐÐÞn\x1a†$""+™Œk¡¸B1š\x04µóÌ´,Æ\x18cÌ4MƘƒ\x12\x19S†3;—M—Æo.ÆÁù†•ÁŒ›\x01¦ÏqŠ\x17!—M½â-·ÜòðÃ\x0f›mm_<Ýû_¬ø}®ø§#G6oÝú?Ÿ\~ÿš³Ö¥‰œºž[oLàU­\x14\x11V}\x1cU¢}ïMË;;Oÿ�?ú5Wô‘ú‚c؉D:�~ûÛß.„\x10B(¥<Ïó<O)¥”*ŒOäÇÇ        ¨8>áWÏU¿T*Ž�W�×b13>�DÉ\ IÅ
245 %Ë÷P©T6\a\x04ñBÑ\x10ÂFlC¦5Ø42\x03\x01\0,ÀÆÊÐlb|ö'á\x16ð�\0’/•¥4nά3tAõЛË@,×�\x12å\x1f8ÉZ%Ä6Ê\x7f\x17Õ\x15£ò£U_‡‹³_ëÌùš\x03\x05¢<)\0\x18'ò�\b`T)\x0eà\x01\0@ŽT1ì\x1fD\x1cN&\x14g\f\x192–qlipÏ4Kñ˜bÌÅ’2L»s�é8ŽmóDÂpìÀËÏM3ÙÒ\x02È‚Z3±Æ\x06\x0fsGÌdÉÑ\x13¹ö\x1d:õ˜a\x18¦e9Ž\x13\x16\x15/\]�&jt^ù\x7f.ظ–L$®¿þúÇ\x0f\x7f%n}ʧ\e¸ùOÏÿ‚oßÞ¾e×÷{ÎÞ·ö’ÌØvÆ^(Â’Å,ÓÜ%zÈ6n~Ç;þý3ÿ÷\x7f<Û×\aø7n>Of¢§·©Pzô³\x7fãz\ÊD¡\x18+–\x12JùÂo)”V(R\0\rˆ5ar6`Cõ‘\x18²Ä\f\x03·†e"Ì\x01qÄ8r\0h›#Éz
246  "#æêlŠË îv‰\0`‚È\v       (Zº\f\x1cQ        ªÒ¥\x0f$\x13æéK�€œ3ײ†Ö¬ÊÅãžïÅ›š\x13m­‰––Ô²öxS“S\x01çÜqœÙs~Ôsž`]õ­ZiÅ\v\x13²ê¥'¼ÿþûŸ\x7fþy³µõKgÏÿ¦\x19»opäñS§v\yõ\x17¾üÄÝ«\vÉK Þ.c<7bHò9F„5\x05\a¤\x7f\x1aÿ¯ÿöÊþÁ\x03È<¢\x02Ñ\x13\0hŽä`äÈô,\x13ñÆ[\a)d)\x04\0¸\x10ˉ§ÀsC"¤\acG4¹L�\x1aSj‚Ô(©qÄÑD<›ˆ�'âÊ2sñ¸0x\f0æ8²¥%ÞÒŒŒÅ››-Çvš›íXÌ®°›eYVÅr‡ÓÅsÔ­üzqöS�ÎŽŽ«¯¾úرcÿl\e\x1f’êÝÜ|øgÏ®ýØGím·üàÌc\x12À\a2a!©E\x02¼ž\x01E\x10\x11V-JDŸG¹apä/&
247 )'é\x03ýC©ðÛ±†\x16\x16mÇŒp±@€4²4\x0f�%W‚›…Ñlx\x04æ�$Q†H\x01dH)€1¥r¦1\x1csò‰x6\x11ÏÇ\x1c׶ãËÚÓ]]’(ÕÙ‰\x06O´µ!b,\x16³,Ë0\fÇqLÃpb±™<Ñ\x17æÖD|à�\aþà\x0fþ@u,ûBwï\x7f±ã7góGÏŸßqå5\x7fò…ŸÞ˜ô^\x17b‹a, g\r(i§$_ªI\x03g"¬\x7f÷Ýs(\x1fΕRˆ\x04ð#Ï]ÉÍ…uÓFˆ0\x03\x1cD\a\x10\x10Úë,§\x02J\x19\x18É\0\x02\x18§£\x19¥|€QR’hœH1Ì$âYÇÎ\x18F6™Èµµ”Š¥T[«‘J9-͉eË\x1a[Z|Æ\0€!Æ\x13‰x,\x16‹Çãñ8c¬Žïr\x1a¹ŒˆÖ¬^½{÷î×_\x7fýËIç×<u\x7f®ôk¯¼ºçÖw:«¯üÙ‘ýÃnöwœä\ræ‚™5ú”|[\x17±ˆ°jP$zA¸\x7fk9�Š\0à¸\x14'Iþ–\x13�fQ„Å\x06\x06ÐŒ¬™O\x11ü]       n\x01\0`$£]\x13y:‘%•!\x1a\x12içƒàl<\x11\x1fˆÇ\x06;–eI9Í͉ŽeñööX[[<ݘˆÇ㉄f³z\x02\x16\x02Àí·ß¾oß¾x[ë?œîý¯V|ç+Gä;n¹z×®\x1f½ôÒ{,g\x01Ù
248 \0žôÝ�,_º¡£eÂz\x05Ü’(u¢ÑÉX#2        ðˆW¼Ù°vp\x13\0ÆH=â—~ÝI\x19\x10¥¯Žp\x19#�˜@ÞQ_^ËÂh–\0²ôÆ8©     Eã¤&\f>–ˆŸ�dž“‰¬m9­­±ö6§¹Ùikµ\e\eãñ¸Ö:W¬Xá8Žaš\x0f¥â¿Zð7ûò[OüxÛM7:Ë—¯\x1cÉ.ì#\x1cæîoÛK÷\r–   kÙúRßÞác\x13ìûçŒ\x1d#)Ca‘Ô-V\x1c\0< ¯ºÅ»¬XdºŠð–‡.¿Ò€lr\x0fHÁƒ‚\aÃ\x13\0�yýÔ\x04QŽÔ\x04Q `<f�;vÆ4eÌyûÐèIR=¤¾â\x16o7íß?ôÚߎ�­Ú¼ù«Oýü&sÁ\bæ�ôÞ±Íw–°G«LXí1X×    Ð©Ü�ÞwN�žÞŸü]+‰\0
249 àqÏ]ÍÍ+�(¶ ÂRG\x03²\x06„É \x11ŸÀ/\x01\0²\0FŽèç¾;Ì�½¦\r\0ËÏ\x0eüýÐÈ¿r\x1aPrÙBÄ»gH=Þ4ñ[Û\x14[ÂzN­ÐÄ\x10\x06FÙû�¸ŽŸzIøýDwÚ±h°Fˆ03’ˆ·YÎ9¢óJ\x02Àrd¿S\x12]À¾ê^T §\x0ftBŠŸÊÒ?4Œ~à:/µ´�^UFwEððë¸ýtz\rç\0pRŠŸ
250 ïS±”\x11\rÆ\b\x11æ¶þ\x7fÄIüK1÷ßbI\0hCöif~¶”{¿\x1d›×¦B\x028¯d�’¯™¥�¤»²C^Ñ©>ÙH\rK^Ï1Â}ô£3h¾Òø+Ü\x06€óJþ›_úO±T\x02#C{„\bsE'ã\e\fó\x19ßÕŠá݆ýM,î\x17Þ
251 +6+I\r)yRÊnÛíM¸�Ír{‡|G\x03­H€\x15…aO%¬\x03ƒpb\x7fâ7y\x1c\0ÆH}Û+}ÈN¤12´Gˆ0\x0f ÀÝVì/
252 ™k\f+‰è þïNòÿYÝ•¹õ�ådÚ•\rD¾/r¹\±Xt††Ú^Ù?ØXjmR+šåžfêJ€\x13‘Ô\f„u.\x0fß}Öùï�2\0\x14À7¼â»íø\x1a é‚\x11\e1Äû�ø\x17Ýüï:I\0Øa\x18ë{zŸ\x1a\eݼy³”ò\Ïé³Ç^n¥‰N\x18[í¸Ë˜·*-V¼Ë_\x16ƒX4áæHX'NZÿÙO;\f\x01 _É,Á†ˆ­"D¸PláæanþÄwo5m\vðÿ`æŸ>ú˜xá©RºtkÓèÕ]^«\x03I3
253 kœ7Ê\x1aß-èè0+\x05ðˆWzŸ\x1dE´GˆpQŠá½VlŸôû”\x04€&d\x1f—äóžÿs{ÿ}+½µ)HElu1„\x15଒
254 qu$^Eˆpqp\x10?î$ÿÅ-
255  \0ØÌÌMçS/\rG\x1d³p„%\0¾ê\x16>\x14‰W\x11",\x04:\x18¿Î´¿ã•ôL»‹bO\x1d¶³~Ô1\vDXÏøîvÃjc‘\x7f"B„…Q\fo¶ì!¢ )\x01 \x11Ù»ÆSß8\x16\x17‚°ÆHýLø¿\x1a‰W\x11",\x1c\x0fÚ‰\x7fó‹y"\0¸ŠYþñÄË#QÇ\\x1ca\x11ÀWÝâ\x7fpâ‘p\x15!¢™±\eLç       ¿\x04\0\x1cà}2ñè~{Ì�:æ"\bë¤\x12\x05€�<JÎ\x17!ÂÂc—a\x1dURçÅoBö�L㿼Ä}\x15uÌ…\x12\að©X*êŽ\b\x11.\x05bˆ{\fûi¡ë\x16Á:flïiüÁÉ(°áB k›a&£=ƒ\x11"\2ì6­£Rè\x10\a\x04¸…9ݯƻ³QÇ\\x10aEˆ\x10á’¢\x01ÙfÃ|Ö/\vY\x06À\x03~ò«\a�¼ˆú&"¬\b\x11\x16\x1f®7íçä¤åj\x05ã·\x0e6þ¸;šƒ\x11aEˆ°øÐŒl'·^\x16“‘£× õúqk<ò\x18F„\x15!Â"Äu¦õc1ÉO&àMÙÄÓ½‘ù8"¬\b\x11\x16\x1f–1¾œ\x19¯ÉI!ëZn\x1d=aE–¬ˆ°"DXŒ¸ÓŽ=æO
256 Y6âî‰Äsç"!+"¬\b\x11\x16\x1fš�Å��U28ò6f¿pÄŠ6EG„\x15!ÂbÄu¦u0dzw\x10o™H>y&\x12²"Š\x10aña#3�©*«Õ Ãê=\x15m0Œ\b+B„ŇfÆš�‡µB\x03ðŠ‘Ä\vç�¢Þ‰\b+B„ņ]¦µ¯²µPãzÃê>˜|q0ꛈ°"DXdØÊÍ“J†ÕB\vñ?Pâéc†ˆ²8D„\x15!¢B\x1cq\r3ŽUQ\x164 ké�ŸÊDÝ\x13\x11V„\b\fÛ\rë\x15Y\eËp3Å^8Ã#KVDX\x11",.läF‘ CU\x1aà\x1aƇO9çòQ÷D„\x15!Âb‚�ØÂØé�¯Pã6/ñäI\x16   Y\x11aEˆ°¸°‚\e½S\bk;72§bçrQ÷D„\x15!ÂbB;ãçT\x1d§àmnâ‰ã\FRVDX\x11", t0æ\x03ùPËL›¸‘<•<\x10ÅdE„\x15!Ââ�    ØÂŒã²Nr™;)þÔQ3J;\x13\x11V„\b\bW\x18æËõ\b+�xU\x7fꩳю舰"DX4ØÀ�óJ•¨Ž½êW\fçµ£öh´#:"¬\b\x11\x16 ,À•Üèžâ+\x04\0\x03àÖ\òÑ7PEÖ÷ˆ°"DX<Zák²~ú¾«™5þzât´Y'"¬\b\x11\x16       –!\x1fPÓîx~P&\x1f9lú2꧈°"DX\x04hb¬\x04P úŠ_\ec«z“Ož�\x14È°"DX\x1c°\x11]˜–�£û\x13¯�Eý\x14\x11V„\b\0 Ä<MKX&àÇ ùÝ\x13,J•U&¬\x12Q”5,B„_\x16\x1a�eh&•/�¬ù\üÌ’ß`X&¬¯0õ *ý‰,}Ç/\x1d\x16Þ°Šè+B„7\x0f-Œ•h\x16\eÕ½"ñí#K}ƒ¡Q–H×®õw]ý•înÏu\e\x145Kµ¢T¼AÁÕÀ6r£�ñhHEˆp退\x134‹#°�ñ–¾xo.»:µä     ëC\x1fúÐ\a>ð�žžž“'Oþä'?ééé9øÆ\e?Ëç㈭ž¿Ö-í–°\r`\x1d3Vrn@´] B„…D\x17cûåì•Tï\x12\x7f~µð_÷H¶T§ \x11|jllܹsçÎ�;ï½÷Þb±xæÌ™ÞÞÞÇ\x1f\x7füôéÓÇz{Ÿ:\x7fÞAl’*åûW
257 u� uŒ­bF\aã‘ô\x15!ÂEÏÃ:\x05¾\x06”êV"K´�\e\x03@\ec©3‰“Û2\e\e—<a…\x11‹Å¶lÙ²eË–[o½Õó¼���îîîC‡\x0eíß¿ÿìÙ³�öõ}Gˆ$bÜõ:</-äjÀm’¶1c›aF~Ç\b\x11æ¯\x12\x02\x03\x18#5ªT·’¯‘ü\x19ÃÓ\x06\e3˜‹lw.ÿy;±‚q\0ø\x10�ÿý+…ß»Q,M!˘µ…eY+W®\¹råÞ½{…\x10£££}}}ûöí;xðà‰\x13'Žž;GD\a,ë[R6\x16Š\e³ù\x1d’¶\x10näÆ\x1aÆ-Œ”Ç\b\x11êÀ%:§dŸ’çH\x1d\x03z\x05Õ\eŒþ
258 ý\x1c‡’c\x1aV¼}õê;n¾9\x16‹mܸ±·çì?=üo¿u²§\x19Y\x03²ø¹Ø©LvÃ’\x14²Œùµ6Œöööööö«®ºJ)566Ö××÷ÒK/\x1d:tèèÑ£§OŸ 0�_˜&“Ò.–b%w³�WKÚŽl#7–3#b¯\bK\x13\x040ªÔ    %N+q\x04á8Ò\x10bÎ4F¹Q\0\x12R67·uuuµ´´\qÅ\x15»víZ¹rå²eËÒé4V–üÃ7ï}âî÷~P\x10\0|Œ%ÿü\x19ï\x0fïr�¥§Î\x18\x17üKÆXKKKKKËÎ�;?ò‘�LLLô÷÷\x1f<xðàÁƒG� íîîÎ:ö¸eý\x02ˆ¹^"_hõJw»¢“ñ\x1dÜ\Ç�h\x10Gxk3Ô°’g•<ªäQT‡\x11Î\x19¼\x18³|3æ+%¥lhhX·nÝžõ믾úê+®¸¢©©©¡¡!™LòilÂ;¯¼òÇïú•üc?I &\x11Wæœþ¢»"\x11\x11Ö…iàˆét:�NoÙ²åÁ\a\x1fÌf³ÃÃï¼òÊ\v/¼ðÊ+¯œ={vˆ(Ó”þ\x02AÞ÷Zò\x05Ç+í\x12êm„»\fky\x143\x11á2Ç\x18©SRô*yŽÔi„Ó\fÎ1,\x18Ü3­,³”R\0ÐÕÕµaÙ²µk×nß¾}çÎ�]]]ÍÍͱX\fçf6aŒµï½éÜcOl\x02\x0e\0ÛÐ<6\x06\x11a-\fy544è\x05äž{îÉçóãããG� Ý¿\x7fÿáÇO�:Õ+„Ý�:o\x18ß÷<3—_[*ì\x15t\x137wrÓŽl^\x11\x167\¢>%Ï)yNÉ  ã\fÞ`Pà<›°¥\x15w•’R*¥š››»ººººº6oÞ¼}ûöõë×755%“ÉX,vÁ—ÞyõÕG\fc“$\0ØÀø\x0fs\b°ä¢H/¹j–H$\x12‰ÄòåËo½õV×u3™ÌéÓ§÷ïß¿oß¾“'OöɾÃ1çˆi~¡Xl+”¶\b¹SÒ\x0efláF{$yEX\x04èWògÂû9¨n\x06ÈEÎ|‹\vÓ’¦)ˆ”’BÈöööÕ\x1d\x1d���Û¶mÛ´iÓÚµk›››\x13‰D< glÁìL›6mz®9­†Æ\x18@;ãÝç9m\x11Km…\x7fSmI¶m·µµµµµíÞ½û“Ÿüd.—\e  >tèо}ûŽ\x1c9rìر“®ûcÓ´¤ä%wµï])ÔuÀv\x19ÖŠˆ¼"\zH€~%OKÑ­Ä      ã\bÇ8º¦!R       ²,\0\x10B\b!,ËZ±bÅŠ\x15+V­ZµgÏžM›6¥ÓéX,\x16‹Å\x16�žê®ýüŽwçÿå¡\x14"\x02¤‡\x1c¢ÜRÓI~iÆoÃ0´ÙkÆ\r\x0f<ð@¡PÐÂ×\x13O<qìرƒ\a\x0f Êf�XÖ7‰x±´Þs¯\x13ê&f\Á­\x16\x16EzEX\x18ø@Ç¥8&ü³J åì ‡œaˆ˜IV\x028WJ   á{žßÞظjÕª\x15+VìرC»ðâñx,\x163Œ7{úì¸ûÎ}_yè�\x04\0°RšGÇ`{sDX¿\fÄãñx<ÞÑѱgÏ ß÷³Ùl\x7f\x7fÿ£�>zìØë‡\x0f¿|xhèuÛúš�P,®rý»\x04Å\x01\x01 �h†–\x18\x06ÐΘ\x01È\0Ú\x18\x03kŽØ-Bµ\fÕ-ÅkÂï&ù4ƒ ŽÍ†y2\x197M“\x10]ß÷}ß±¬U«V­ZµjëÖ­Û¶mÛ²eKKK‹ã8¶mã/[ž¹á¦›>¿móͯ\x1d7\0næö×O³íÍ*"¬_2LÓlnnnnnÞ¶m›”2›Í¾úê«?øÁ\x0fž}öÙáá¡ ‚?\x1d\x1d•RZ–…JQh�;\x12 ’\b@\x04\x06E9¢V€4 MÐ\x10º\x04\x02´\x03Ø€\bÔEŒ!´"³\x10›�Å\x11\e\x11\f€ÈŽö\x16@–Ô\x11!^’Þ\x01¤C\x1cÇ,\x13’1nš®\x10Bˆ³¾¿¼¥eóæÍ+W®¼òÊ+·mÛ¶råJÛ¶mÛæ‹o×\x19çܼîZÿÕc\x06b+cã\x19\x06\x10\x11Ö"{Cétú¦›nºñÆ\eGFF>ûÙÏ~ûÛßnjn   \x16Rš¦Y³ä\x11˜TYKu‚Æó\0ç\x01húÜ\x1dúO¨\x14\x10�RH„Š@\x11\x10¡¯Êg\x05l\0ØNè\0´UÎd\x02´\x01r\0DÔ'I kª,Â&¢O´Œñð-Ú€­Õ$Ø„,\x11ùF\x17\x14¯Iÿˆð�)y’Á1¤ó\x06‡˜EVJ*åºn{[Û†\r\e–/_ÞÖÖvÛm·­Y³& �;Žóæëw\x17\x06Õ±Ì\x03Š\x01\x02\0•8€ˆ\bk1\x02\x11[[[?ûÙÏ^sÍ5\x7fôG\x7fd\x18F&“™¯”Î\x18«i\x1f¬¢„\bˆÌ0\0'·¡†InŒèçÓ‘]…°€\bkR‰i \f\x11*¨ê:sŠ0Ô€\x03,\x03`\0\x06 \x02ø@\r\x04á=\x18\f �0üÚ\x1c€6dá«´2æ„2j˜ˆ\x1dÕªq\x03°F\x16V¥±�1ó²MÂ1Nê ðŽIñ\x1c¨—8fm\v\x1314\fß÷…\x10ÉdrÓ¦M[·nݽ{÷UW]ÕÙÙiY–a\x18xy®\x13k7l8‹X \x12Å%gñ¸Ì"ÎOž<™Ëåî»ï¾Ï\x7fþó±XlïÞ½\x0f>øàÜ]3ƒƒƒBL®H¾ï\x0f\x0f\x0fW\rýññb±\x18p�”r||\…8(ŸÏ\a\r4a���I9™ÉÈuÝl6k\x18Fp!D\fæ\x06"\x02c5º\x06"2Æ|ßß±cG©T:vì˜n¯�O²aˆpgÖV¨r?n©DD–e±š\K$¨†X…
259 Ós\x1c ¥úœ-\x04á\b"\x13€ˆ^ãŒ\x13Å*Ìn\x03º@Ë©Ì|\x06¢ Š\x01¶hZ\aD€à2£\b…P3\0HUS3\al‡*jŽ#¶àä»î\az\x0ed7b¿Á0ns3&”ò}ß4Í�\e7êÝû7ß|óÚµkMÓ¼|\x19ª\x06ëׯÿŸ&^eX\x04ôbÉ\x04(F„µx±iÓ¦W^yeÕªU/¼ðÂÑ£G� =ÚÔÔÔÒÒ2ÇŸ¯[·nÞ\x12xõÄ&¢\x1aírêך####žç…\eœ?\x7f> 2¥T.—+\x14
260 �>úè]wÝ%„èîîÞ¹s'cL\b111Á9'¥tãb©”Íf\x11ñ�\x13'≄Öbôåôuóù|©TÒŸ=Ïs]·±±ñ™gžq\x1c§–%\x19«!zÎy0¥\v\0…jZì›F´œÚcu[N'5ϱåd\v¥ôÿù|>™JY¶íy c¬³«ëꫯޱcÇ5×\³cÇŽËZ†š\x19©TêÛ\x1c~œ°ˆhÂ5$\x01Lj°\x16±bxÏ=÷üå_þåý÷ßÿ¹Ï}nttôù矿ûî»/Ý\x15/>²¦«««Vª_»¶æˆëºÏ=÷œ”òðáÃ\x1d\x1d\x1d+W®d\x15h9Kÿ‡z’‡d®0Kª
261 H)©Ô+/¿Ü?0ÐÚÒrüøñ¯|å+CCCaI°X,NLL„O266V*•&E.!FFFÂ\x17ÊårZº\f\v¤Z�ìííÍd2\x01\aM•\x04ÃlX£ŒOÇ_õ_?cúN’\r\r–e¦R©?þã?¾ùæ›\x13‰ÄÔK¼%ÑÑÑaÛvyÁàfo\x0e–T\x02ÒËo\x13²iš\x1fýèG\x1fzè¡ë¯¿þÙgŸ}øá‡o¸á†¹\vY‹\x16:(±¥¥¥X,²j\x04ºa€°LB\x15\x04\x7fÕòØ™žž@¸3Ms*o^\0¦\x13‚‚ãúÃðð°\x10Âó¼ÑÑQƘ֬Ãl(¥\x1c\x1a\x1a
262 Ÿ!‚šZÉ\0\0 \0IDAT̆Zð\ftm­\x14—J¥L&#¥Ôç\x14B¬]»ö‹_üâ†\r\e––Nd\x18×\x16Ý/{®\x01ð˜ï\x0f»\x11a-ztvvvvvÞxã�û÷ï\x1f\x19\x19ùÁ\x0f~ð‘�|ä²^]¥”ÅbQ\b±|ùò\x03\a\x0e°é\x18KÓVeZ‡•AU\x1dá¡\0†‡‡—wu�êîîïï_@       w.Ç—-[6�,y‘èïïÿô§?=22ÒÙÙù©O}êàÁƒëׯÇ%æfåŒqP\x1c \x1dÙpiI=úe[—ðÎ;ïô<ïÞ{ïEÄG y¤§§ç²~\rÙl¶··—3–nl\x1c\x1a\x1aª%,Î9cŒóɯ\x150Æx¨I\x18gÎœY¿aƒRʲ¬·Æ`%¢ï~÷»ÃÃÃ+V¬øýßÿýS§N½÷½ïÅ¥\x17\x14"+vÕ\x0eÆû\v\x11a]\x0ehllܺuëöíÛ;::|ß\x7føá‡Ã\x06šËrÙä|tl̉Åt¬F\x1dÎ
263 óT…ªôç©låºnooïêÕ«‡††ÒéôÈÈÈ[`°>÷ÜsO<ñDGGÇ\x1dwÜqäÈ‘O\x7fúÓ¦iÂÒ\x03¯„òµ"\eˆ\bërÁm·Ý688xûí·#âÓO?ý‹_üâò}–T*µbÅŠÌÄD2™´m[Û«´28ILµ¬Å¹aÔÈY�
264 yúôé­[·Ú¶],\x16çåH]´\x18\x1c\x1c|ôÑG‰hÅŠ\x15Žã|ò“Ÿ´m\e–$¨\x12\x1a’@,É¥õì—qæO˲Þóž÷<üðÃ---ýýý_úÒ—²Ùl*5i�dŒµ¶¶†Ý|‰D"™LB(Ôsj(i�[°¦�æ‘K!^uvv
265 )ã±X:�†À~ 2]\x05æ¬À۵ъ…T§S§Nµ··3ÆÆÆÆn½õÖ·€2øõ¯\x7fýøñãŽãÜsÏ=ííí���°T‘õ}‚Š�µÀ\x01dDX—\avìØñÂ\v/|øÃ\x1fþÜç>wüøñýû÷/_¾<<ʳÙlØ\x14]*•´¯*‘HäóyDÔâI˜�j¶h\x18†QÃP5\x01>ñx<Ì’\0ÐÖÖ¦¥!m\b·,«©©)ˆ\x05%¢ÆÆFÇq¼É9/\x14
266 étZks\x03ýý+V®,óU…¨Â\x06ø0a)¥°zn3ÄL&£ÉºP(ìÝ»÷r\x1f¦GŽ\x1c9pà€eYŸøÄ'ÆÇÇ?þñ�ã\x12ÞÏTò}`\ft|®Ç"ºœpÍ5×\x1c>|x×®]/¾øâóÏ?¿wïÞ€_8çRJ\x1d¡£�Äb1Îy< ×Ää8Žf\0Ý *b`Δëºa‡=\0tww\x13\x11cL\a
267 !òù|ø–
268 …‚ïûaÞŒÅbgÏž\x1d\x18\x18¸ï¾û\x18cÅR)¸Ÿ²z\x18¶R¡\x0e\x1a\a R!ñ*ˆl\0Ä‘‘‘={öèh€3gÎLLL$“Éx< ~ºt:\x1d\x01\x05ý0ƒt9µ\x01»ôù0ˆè±Ç ›˜˜¸ãŽ;’Éä\r7Ü�H$–,[\r\x0e\x0eŽ(©*½ŽbiíÎ)\x13Ö÷¾÷½W_}U[:\x10Ѷí\x15+V¬[·®³³S)¥¥ŒX,¶\b­\x06W\qÅã�?þž÷¼gÿþýÍÍÍ\x1fûØÇ‚I¥å—±±1!D@\x1fžç���§\a\x0f÷Æ×\x17
269 \x05\x1dLP*•8çù|>¼q‡1æyžïû\r\r\rRÊx<®ÉŽs^Ž*òKN*m\x18†>³\x0e\\f§I*•JúOˆ\x18¸ê4QÚ¶]C\x16™LæðáÃ:ìÓsÝ@ñ\v\x7f\bÇ9è™\fÚa\x14ŽÂBdˆ===÷Þ{ï™Ó§-Ë*\x14
270 …B¡T*¹®\ef�\.\x17Žã×ï]3i]Â"¢šàÌ©
271 u[[[ð˜BˆX,V#~jé2¸®a\x18ÍÍÍúTú`ð€Zö4\fãøñã/¼ðBGGÇûÞ÷¾îîî«®º
272 –0~ò“Ÿ4Ò¤úo”–$a%\x0f 2þñ‹g€F\x11Þ0x†H\x02ÅR\r9·Tôýæövö׭[×Þޮ礶�tttX–¥¿"b[[["‘ "=\x15MÓÔs,üuá\x1fÀ0¶nÝšN§;;;\x1dÇI$\x12\r\ráD2ÐÞÞ^ïwï¸znçWJéxîññqMvz\evss³5Ú}ž\x1a ²}‡1V,\x16uÀ·FSS“&¯t:=>>^#—…[*¥Þxã\rÛ¶s¹\x1c\x01¸ž\x17\x04[AEh
273 È(\x10²”Ršª\0« •:}útGGÇ#�<ÒÐÐ000\x10ô•®z #3uš'­árÎõö\x1d­Ì†¥KÍ\x1ds\x14¦2™LX\a÷</\x1c\x05¦�kJ©À¥«w&iá7ؤ‰ˆ¦ijê\x14B¼þúë…Báºë®ëîîþà\a?È–vŽ³þþþs\x06\x04:\vˆ¿Ä’$—  ëW˜ù«†S\x19V\0\09¢‘‰â�R#\x04cgûó\0p²ÇWj˜3ET \x02\x13DY€\x11P}Rfˆú…ï¤RR)]O­¡­Õ²,˲\e\e\emÛ¶’‰D"‰¶•njJ&“­­­:üš1ÖÕÕeš¦6÷Ô˜¢MÓdŒ\x19†¡?Ô}†Ûo¿ý™gž\x11B„µ¿…\x02cL‹\0uˆ¯­mîµ,g\r4ïíí=zôh¡PH$\x12Åb\x11¦è§å¯\x15c<\x02�þ@„\x15\r1\x18Ó\e7n4\fãôéÓË—/ÿЇ>\x14ÐG&“      \bKó‹ïûúëèè¨Voµ V(\x144õX–åyžçyŽãär9˲\x10±±±1•J!¢ïûaÁ-\f­€kîSJqÎc±Xx9  HPsâT•\x13\0¾õ­oõ÷÷ëdÄ«W¯njjZÊlEDÇŽ\x1dÛé      Ã®Œ�¥)aME\x121‰|õ<3Ø\r+%\x18\x04\0ƒãg&��\x04\x03$      `H)\x010\x06t\x1ch‚`œ”Kêœ\x10–mŸõÜt{»\x05\x10GD€¬aP2‘ll4m§£«\vm‹\eÆòÎN‹s…¸¬³Së§DÔÙÙù™Ï|¦««ë7~ã7._ëF\x7f\x7f¿a\x18ããã›7oÖaS“¢J%wM0j©Þg@\x04\x1a\x18\x18èèè@ÄáááD"ÑÚÚ:wÞœ£ÔyâÄ   }“ŽãhÇëÔ©¥Ù0P\x0fõ^îp\e­q\a\x04JD®ëj7‚þÉØØXOOϲeËÞÿþ÷�ŽŽ^ÒM£—\x05[=ôÐC�~ï{ßäv0o\e�  \x05K§¢jùÁ} \x12‘sÑ*[kH\bê€\x1a²›-ÆÏNAQ•ˆÆI\x11À(¹b,—ëé/\x12yðÒ\x18‘ ’\0\x05R9Ä—�ò\0‚h\0HH™ŽÅ6Ü°çÙ¯=ôlåd–ã$šÒ\x18Êñ”ln6m\e\08gR*DLwtTI\x04©¤\x13š{Œ1˲Â
274 N ÞN>RµÜ\x17¶UÍ\vBˆL&Ã9/\x16‹ííí¯¾ú*„Ù
275 ‘ª¡*I\vˆ\b\rú¿Á��ÆÆFD<\x7fþü‚0ÔT©sóæÍoÂè<xðàSO=å8Ξ={úûûß\x02Ñd\x17\fÏó\x0e\x1c8ð'\x7fø‡ï,z»­ÉUyU\x12^\x1a†ÝíKŒ°ž\x15î+¥œ\vÀ\x01Z�™\bÍÈ\x18@\eã\x1c \x15\x19\0؈\fÀ\x02ä\b\x06  À\0¬…¶K9ˆ\x1dÈ\x01`Þa6¿8Te$"š ¢P’§1"\x0f\b\0tZY\x02\x18¬N\x1d“#\x1a\rÓ“i”\x1aR^¨�0ŒbªJš\x10ÉdјäeÅy!•Ô.<í\x01t’I§buF\0Ó²bé4\vr\x180Æm+žN+EÚ¤¥Yrlll’‰\0”RˆHåô*JSX ì¨j.\x03€b©ÔÞÖ¦•µÁÁÁËwtjƒissóÁƒ\aï»ï¾¥\x16Ê Uø\.÷óŸÿüñï\x7fÿÐ�\x03×�Mü�\x15\x0f\x04\v\x17èù      ¹ité\x11ÖÛ¸õ\x0e;\x0e@.A†È\a5Nà\x03�)!\x01Ž)"$�€\0<\0\x05 ˆ\x04”¿\x1a\0id)ÄädNtf#š\0\rÈ\x01boúX³\x11ÛkväNm4«¾›«ÙZêA¦f+Ä,tP ÊUe8 a"Y¡Q\x0e�'Ê\x10ù\0\x16SrE—¶a\x19†áyží8,,SU\fU4%\x0e«†µ&&&öìÙÓwî\x1cç<—;¶oŸÔ 7dVcƒé8�‰P)Uãù5M³Æ�¤�V5†Å7ç%®^½ºµµ5—Ë]{íµ«V­š›â¤ðÔs´þ¦Å£Ç…³PÔ\bìAÊ\ß÷\x03g®Ö”÷ïßÿ£\x1fýèì™3Ù�AsdôVÆ?ŠüFÃi\b¥0ü–[¼…\e/Œ-¡ŠªF°øëg¶\x11Ú‘\x01°åÕÝ^6‘Ô,€\0\0(\0Æ•Ê’*\0Œ‘êWê8‰\x02)Mg �\x010\x01d\04"Ú€�Œ5 :€ÍŒqÀ8¢\x01 k>›\0Vu¢^\añ²VÏãˆñê~›n-|C”þÚ÷Ïž=»k×®††\x06!¥¥Ã¬”BDU‰` ÄÀÊ f³€¶”R===\x0f<ðÀ¾}û\x18c›JÞÆÿþ\x19\x1f\b\0,Äa¥ÜÊàf–å  1^m�rãŽoÙ2°‘!æ\x13qÉ'_‚ošÅxUùâDK\v\x0fQ\x18ã<ÙÖ
276 ¡÷è¤Rv"\x14\x02ÆX²µ\x15Cª´–+kXR\a7|â\x13Ÿø»¿û»ï~÷»ÍÍÍ�ö],\x16‡††(ð6\0$\x12‰@aä¼M\x1d=ªµu}\x12�ë&`�@\r\x1f\x18\x18\bü•™Lfll,`–:«\eçAc)e___pªÀÅ©ÃhÂþ_-$B%ÝX\x10Ï¡}\x11Éd2•J1ÆÆ\a\a½¡áüàPvx(ž/´2¾Ò0nbÆrÀ\x0eÆvØÉô”y0¬Ô      éÿg;ö­>\x03À_rFw\fþ\x01‚ÚôÞ85ßwpÈ\0he¬\x150ô«ò\x190t*\x1f`B©\x02Pž(GT\x02:*}�È#P\0nÅ”æ\x13Ä\x10ŠTþ¡\0b\0¥�\x19¬æÍ5 Z•á\x15\aŒ!2€\x14¢�h\0j_J\x02\x18\x02X\b5iËã‹IǸ\x19�¿*¹ýýýœóT*588¸zõj­\fª ØŠhjl\x14\x11\x15\v\x05©”ö´º®ÛÒÒ‚ˆgÏž•R~Ø´o2§7«\x19\x1cJÕc½ä\x03dçuçã¤üÐ\x02¯€FªÓfåI\x15ªSߌUkë¾aŒT“`.‘�\x15AïýÅBæ\x1f¿tà‹_N#\x0e+•\x03
277 ½5<KR\x010\x02-·æˆ2\x06÷<ßJ&\x18çŒóq„˜ë¯.\x16ljR¡¾\x13ˆIÛ\x0e\œË�Å\x10\x01 \a0Z-°x\0S{�!\vF“æB\a �°\x13¡zúPh†M+\a­\x05ÜÌŒeŒ¥y\x1c\x1aâ³öy�èoJ¹\aM\e\x01\x1do        9
278 �j�i*UÍ$íV7žú¹ª�Y6É×^¢ \x17Nw\eä\x13L”\x13„—‘%
279 D\x06\x04\x18\0Γr\x15I\0\b\0
280 •e5_=‘ŠUõ! …¨å»\x04¢Öa\e\x10M@\x0eЈ\f\x11L\0\e\0ÆH\x15ˆT¥¥^4-@\x0f(\x01ˆ\0\x1c±¢…¡S+3‚\x11:‚\0ºjÎ2d�¾¯ã¼öîÝÛÛÛ»råÊI¶\x02 D\x1dÎ.¥|íÕW‡GF¤”™‰‰‰LF‡¿íÚµ«¹¹ù¹çžÛ½{7c¬¯¯\x0fòù÷Æ/y\x1c@:4u§Õ¾gE©ºúK©ÊŸ\b±y&©³+Ô¨;\x0f-ˆOÃÚ±Ël\aµ.Oýu·p37:\x19\a\rÒ\x1c,ºí±%GX\x01\x0f\¼ØASx‰&õÎÙO�Ó�#š\b­Xµ„µÎt\x16œ²ÊÕœŸBÜ
281 >@†\x14\x02æIi«C†”O �zH\x12� *\x01!À*fØŒ)¢\x02Ѐ"\x05„€1Ä"Qž\x14\x01X•UW\x10¸Õ´è\x12   \eЭ\8O
282 \0\x17­þ¾¾ƒ\a\x0f^{íµ---�7°b¹b@„ˆRJ˶׬YãØv<‘Б\x1cZ\x19yòÉ'\x1dÇÙ¾}{6›=~üøjÆ‹DÇ¥°\x11­êç�#\x06ýÃ\x01âQ©±Å
283 \x02(\x10\x15ˆò@\x05ROxn‰ä½¦³¼¢ ïfÆ«£ð+Ë—"aÁ<…¬šö4Iy\x18ÐD™k\x02�þ‚î\x13/ôö¦•øªO«-hÔ‚\f\x11[€…í#U0       \b@\x04¢"]èSÕѱï\x10Þïe²�|ík\0ÐÑÑ¡c÷'ÙJ\e°\0\x10qýúõ5Z!)•J¥î¼óN\x1dîôÕ¯~5Ó×÷Qf½(}\0p\x01¼\x10m\x12€62–µ\e\fQ\x121†Øˆ¬\x01Ь,.\f \x01\x19\x0f\e¤\x10,ÀfdSƒ`
284 D\x02\b\0\x1aªÕv«b£\´P\0E"µ`\x14C…ŠŠZe\x1f\f½\x05\x0fH\x10؈¼2=\x04@�hœTŽÔ8Q�T‘(\v\x04ID\x13À\x02à\0·\eær´Â#.‰xÂ]Š*Ἁ?0{éý!ÓÓÁ…Ñ_]+\0^ôÙ¦ §©w;­u\v© Ù…\x02\ræ-<N ÛcX�(þúÀØÏþì/¾\x19³ãk×(Æ
285 @\0˜hH\x19†‰\bdÛ„È\x18knjÒ,Æ8WJ%\x12‰x<žÍfOì? ††‹gÎü\x0f+ö›v|:!³ê\0\x11 æH\x15ˆ2D.P9È�Ê\æ\x01\x05�ƉÆ\x14刲Sj\x0eÇ\0\rD\0ÊV«Þ>‘�\x18xK\x11 ‰h\x032\0í\r0\0ÓŒ!�D\x02\x02Ž˜\04*\x1dÃ\x108€7�ýÇ\x05Ê×Ë4�\0\x06à\b)Qýè\x04�        9j\x03ÊN\x03úÕÆ\x11ª¯k¢;½)
286 \x01l€\x12@\f\vÚ\x02°*k\\fÑ\x04Ì\x11\x06À\x01\bÀBl\x04ì@ÜÈX
287 ¹       ˜¨?\x10'E\x01\x05pTIFK—°pžj\eéÝ"S&\x05Ö#ˆ\x19Î\-ˆ\x01MÑR/à�` ƒ ¢\x0eÀœ†õ°.mÕAÙÀIÕêó\Ø
288 ë\x1d¨º.\x02µ3ÞÎø^Ã.�\x1a<ÙëV&¿¬x¤
289 @24?}€Áòô# p\x10?ÌŒ\x0eÆÚSÍ|–g        u)"\0$‘%±Ö‰Y-–Í*ê\x12\0ÒloŠ\0òš\x04+ç�T~L\x1dÑ�€y —€U¤<VvƒÕa&\x03\x05ºÀ³        å\b\x02†˜\0äÕC�\x01$§ºžiöuŽê\x1c'˜ù{=-„\b§ôç\x1cÏSÇtó¤ïý^ÂúýÒR‰l(\x13ÖCL=Ád+‘\x05Ф(\x0eÐ\x0eÐ,TŠ¡v½%‘%\0ce'=Õ(SSHŒB†sœM暎)ð"-kTq'\x05¹¨ê\x0eÇ!¥z”´P\a”¢Î‡\x16\x01U¥±�PµÖ\x118ÈìÉ®˜™â± OÍ¢íÆ‘­álÆY\x1f ¢t¡œ>wAuZñ9¤>ã\x1c—‘\x04B\x02XÙn@\0\f[kgo\x10iS=Û§¿I-å\x12Õ,\x1f\x161#¥Ò4kí̦†i¨§,yc=Ë*Vßcxp\x12Î΀åŸ|�CCkÛ?w\x17~{{a   \x11V¡­mh˦~)‰H§X!)-!²D†ï[RZ¾Hø~Ú\x13\x16Em\0I‚UR&¨ì)‹!¦\0MÄ$b\fj]cs30M'—M5×ÓŒ\x04GÕ¬@õd¢òW\x0fè�ýâèÍ7¥\x13        \x06¨€8 \0‚B�\v)©¬
290 1¥d6\eÌ\x17Î\r‘ËA¨<*\0´z>\x0fM([Q‹T"t¤Y\bS§9E¦H1‚6¿J\v‰#‹\x01\x06Ú
291 \x03\fË\x02\b` &ªgc\x12Иd\x13œÓò<×6ÓM\x12ª¹\x10Ö\x12òìBVÕj„5l;-_ÐŒ,S\x16Ÿ1ô«¹kêÓ®©3/-T­\x01L\x15¢qn6Šiõ�i˜«|¸WÉÃÉx#Ñ@f©\x14Ï)\x13ÖØØXoo¯iš:ÐY'H�1'\x0e¨·{¸\0\x04çDtNJ"%¥²„ ¥òDLISHK\b®Ôò’'•dˆMJ5\x10´\x10´\x12t\0%\x01\x13Ú¦‹˜\0¬·oqfY\fg\x14ÇfÐ=ëN€òÁç}ÏalÙÚµáT¥\x17\x06½q7ø*¤<'DøH�ç\x05é±´¡¼&Ï\x01–Jàº2ø\x05)Êå¡â(dˆäû²’\v°Ü$—‡J\x0e¯\x042OÉ´'04¼\x13R&dù\f&¢PªÅ\x17Œ\x02\x12‡˜T©Pý\x0e^Ö˜&µi\x0e˜
292 gŽ ˆ#³ª'o#ÂäOfd«Š8FÓHÐ4\a‘|:ñ\x1c«…M„EaéŸn(N;&ç ,“v+ÿ       ÈÆÆÆ|>ßdãÒ",�\x06Äó<\x1dŒ«”
293 \x12ªUÉÜ¡�A\x18q�B\x04\rƒs>\x12�‡\x13˜T¢µ•AÊ–Ê‘Ê\x16”ґªƒ �H‡Á´\x02Úå\0+D\x04\x01“9…\x11À\x01Œ¡¾cÔNú$2\v¡\x01\x03–×R
294 ÇpÑ\ôÊ-Ü\x18eü™…èÊÅ�ÝP)åUË}®\x10
295 \x1fé—rÖóÂ4*¥\f'í㈔Ë\v1y„„¤|>¬�©b‘\/40\x14esá\x06Ž’)\x7f2®JMd~SÐjnLªç!çÅ´SzNR Î8ùi!btæâ9™áBXMÓpq¾©²z®\0þ^‰}m-†Rãããmñ¥’ÙÝ\b†²®¿2�ž\vÊ\x1fT\x12\x01\x03€çy:P¨¦A S\0€a\x18
296 \x183\r\x1d\v°\av\x10̓ÁŒ
297 ò@\x19D\x16‘ŽÉdRrE¦”\x1dR•”’\x04Ëô“\x10\0\x03Ð\x12²\x1c$\x01Ò\0\0°\x02\x10u’L€v*û_6pÃx\v½iƘSÙ*øK„”2ÈÝJDÏýð‡ßyõèïòð  ÂI\vV�D\x11ò?S\x15\x11à\­Ña»[•‘qÚh•¹
298 \x1a¿g&Ç)Bå\f
299 ÁÌT�\00AêËJ|­¹Ñqœ¾¾¾\x05Ï\x01w\x19\x10Ö…¬2\x15*™o\x06È 5
300 T§s
301 Žë\x0f�|\x17Ô4\x0e\x1aW2—Ã\x19“#\x1a\0ðZ8£yhöê#A†õ`ó]ƒT¦\x12ù\þO­¸óV©3ºx\x10^ü”R\x1d%/\x05lP©vÆjLK8�îOu½Æsw,`]{¦&\x0eœb�"¤:fÒÊ©\b\bg÷®Ìpoág¡�t‰3òl\x15²¤Fˆ2DÏ�ü¡c\r&\x1a�TjttDJiš¦¤ˆ°.¥\x14p±V�Pú§ð‘štQZÐÓÿ\x06Æ#ýï(€/DÆs\a\f{uD0—Ô„C”*\x14 °cF}Sô4D€X=gqVëXUë” ¬\x01@ÕArSÝ�8£r\x16f;¬Ç,TÏvVçvÊ�5\0\x13¡\x100      �QJ\x01ø\x04\x13¤‚“›\b@4@ê,Ãs\fÏ#\f óL^2\feY\x05Ë4-K¸îøðp.—Ó†\b“E„µˆQ#IÍ—é4Íé­ù\x18mIy\x13Þ\x17Q\x03¢\x02\x1a®HÍ…rl*…ÍãzÊ6"\x1a¡ø\x18\x03Ñ\x02(PU„—\0È“j@\x16~yU‰1<¬       m®¹%A4N\x04\0y "\x11\x01M\x10         \x010QY\r«iL¯�\bÚûA4‚T\x02\x04€,B\x06\x11\0ò\0㬼¥”\0F\x10½êpj\x02p\x18ËrV\x11ë@pƒ\x10\bQp \R‹¦%ΙÁ\x19ã²\x02¥”\x10¾(\x15\x10¾ïsÎ\x03³iÒ ˆ°ÞŠ3'ÄtK¼–Á›�Ïy¥¯*_Ï1ÉP`yÞb`°\x02\x04 SJ\fimHÄ€$gí’F\x19
302 Ô:\x1a(ƒs!±j(\x13“:3#&\,�h%°\x01,\0\x17\0\x01Æ\x11\v\fË™\x11\x11ÁàiEçMNŒ\x03€08!–¹c2poº]\x10¤\v°…>ÔÖ\x10ÒÆÙ°\x01‹ˆÆË\x0e\x10RŠ”
303 \0\x102HÎAD$¥—ó\×\rŽ\x04ú�.Ò\x11¾¥þ\x12—äsŒ\bë­\v]\x7f4\x0e‘„ué\a\x19¢\x0fô2¨\x01ÛD„ 
304 dÈæÅ\x10\x16£ü5L\x10Œ±‰Ê´\x0f’Ré”\fRÊàTáíâˆxººˆYõ¢E\0Ø\e¶¢†¼\x04DTS.7ì\bÒä2ùt†\x11n\x10XK¥\x14\x0f2(\x14T“Ãoª\x06 \x1f¶†žf5«§\fÅ—Æ@^º„%¥$€³J´‚\x1dqÊ%µa9¥’ \x182¸a\x18®ëJ)§¶™ùHøëÌ\x06�¹èøaÖ˜z6ý§šâ¸“… §\%p\x04\x10nYSQ|aqc»XZ*áõ¾L\x16½PN…)︢…?f\egX�1Ñ¡è:1—ø\0\x04 G­Å¢s\x0f‘b\x18Y².-a\x19ž/\0FôVí7¥XôEÚ\r.³ VrO›Z"éLX¿0ù¿Æ.Ê»?Žø¢1×x�éØêf_n/‡eOõg‡?Ó·-ã|=Þ\¥h—�8}\x0eÀà¤?Pô:Ày¥´M#b–KGX1Ï÷‘\x0f\e\
305 \x11­\r—€°ÔÚÔRyØ\x05\x13SK\bç.z,>mò§Í‹Š‚\eB|an¼9Ì\x10\0ú”´ˆŒB1\x1a÷—Ž°lÏ\e7\x1d…xAq›\x11f—°6§#º<QD(ÎmJhŠÊ\x12µ\x02ŽûÞ²hà_\x1a¸®ÛâØcRq \x05è^\x12Ä85.™®-\x13–çy¹\Ž*e\x0e8ç†aè]ÐoÙ'7\f\0\x18%…\b*Zö/\x19J¥’m;}ùü’ÚAòf¢+&—ÎÖ     «±±qåÊ•D¤”Ôai¥’ëyžR*ؽ¬Ý«†a\x18†ñ\x16 2]WJEÆ«K\fQ*-Ë\x17\x06\x15E�o—\x02RÊÿe�¿tž·LXù|~thˆ™¦Þ\x05fY¶ã8圼D:�Mg\x02pÝ’ëzRÊ æE\x17p×\v\x19=ùbH®°\x14à•J­€Ý\x14\x11Ö%�\x12þ'·.¡U·L1ÿ©äÿ¯\x13Å~Ê�\x11M€\x1a R\0g•’\b\f`‚±qnd9\x13\bcœ#ÃÁ
306 µqÎ5s   !ŠÅ‚RTÉKCZ.ƒÉ\fÅ•¼tŒ•ÓÑT‚â‚\x7fß|•0Â¥\x06\x11)€ PŒ1)eÔí\v\v¦|g)©ÚåÑã\06"¶¢þZ•§QUê>뤠R(\0ð@\x0e*ÕG4@j€ÔyRãœ�›<\x0f8Êi�3‰\f\x11µò¨?Tvð—· \x04\x11ÀB\bý!ÈÊ\x10\ftýAÓ™¶¬i,\bµéý\r\fEÛt.%a\x01H¢!D\x1dí\x1d\x11Ö\x02®\x04F±xG|i\x195j
307 ©ÂÔ}ó¬ü7ª¤]c\0\x10\aHs¶)Ô^‘.æ‹ÊWÊ'\x02*\x01\r+oŒèg&/J!…T¤†\r>Œ8ÄY‘ó~†\0\x10�Çõ Ö\fUá£ÉD\fJ‘”šÖ„ë–„�Aª\x06½‰!\x1cX\x1cæ£`\vH°g¢†˜\fÃPB䔪IU\x18a\x01‘ÏdZ\x19\x1f%éºndw¿pÕ¯’\x1cI\x0fiÏó¶\bù'Vl_ƒXŠ„Eõ3j—™<”\x0e\x04Älr»j¹f_\x1c°™3\0¸ž\0˜¥«}\x13 \x01)"\x10¨ëò>WÈœQ"H×6LT„IåÑSjˆ…S¸aŽáDåÂgH�YfP€€s#¼þH)\x03Å\x13\0¤”JI]>GÃ4M(¹Ñd¸´3MJ\x02è1˜çy\x11aÍLI\x01ôfF­X\x04\x06\x13Ó4µ¢\x02\x13\x0f
308 úíX"†ðbƒ\Š„…3T
309 Ñ¥HªJ}à”d‰UùÕB\x05µÂ”\x17Èkºd[y“þ;M\vÀ¬I,\x19¾\aª­D0™ÕH’:ï‘ ²êz^yáåÆ\x05\x1aP~˜‰\aH\x19\bA�<�˜s\x12éH\x1f¼Ä\x10\0ç\x11Uh—ò’¥¤`5\r\x13Sày7\f#\x16‹™¦É\x18+W\0\x02 "ÏóD¡À‹¥�R¢T¿¥ðm†�\0\x13DÉ%¬\x12B\x1d!Ks\rÖ-Ø\x15N‡V]_¯&\x03Ñ,õ&f.�S›”\x12CDÉ�­Â Ë\x1amäF½\x1a\a0YŸ¹Þ|ÙO*²a]j{‹Nœ\x1dÎ@°HÈ+œ"\r¦lº®Év\eö\x1dU¼Ì\x14ä�™:ŠÂ‰\x16´%·¢: iZ–e!¢ïyžçù¾¯”\x14žç¹nBªvE1%›¤B€f€­„»¹±Šq\x04\x03\x18`¥nj�’\e\x1a`I\x13\x16U%�­Ë5T—¤.0µ~Uº¡r\x11
310 \x02RA\x1aÙÊ\0)\x02\r)\x15\x02\¦—!(¯D\bA\x19
311 \x11«. \x15¤        M\x15\x04€!„T*\x15‘Ê¥C�”%陦i\x18\x06\x11\x01�”
312 ¦$Œ­a�\0á<×aWL8™\f\0X–\x15>y˜’\0 ˆ‚\x0eè2H_¥ý9á6“Ó£\x12rhš&Vª‰\x01€ð=\0”ÕU‘¤�D
313 \x11“RúRæô>J¥ÒJq‚6©\0\\00\x10�(©¨SÈN€UŒ¯BÞÅX\x03VÌź\x0e4òðì¬[³£›‹k\x1a—6aMO3Ó埞Ž‡pzŽ"\fŸ'D\x1f\x02è5á=*ý'MÞc\x1a.QP\f$ŽÈ¸á1\fV<�¥¤\x11Ñ\a\x10\01©âD€å”�\0°L© öTŒ¨Q)\x04h—Ä\x01\x18gœ1dÌàÆ9á\x1f?räµ×^cŒµ´´\x04%d\x101‘ɶý \0\0 \0IDATH„3¥1Æ’ÉdxL›¦™H$j\x16Õ©Ëì¼\x1a¼õô õÜø„ç\x17I‚W6¸H !D�\x7f\x03\x1c`&è\ad\x06ƒ>Ôéú€qNŒ™–Å8\a"%e%ýguílDn\x18á‘Ç8g\x15\x01‡”R:xPÿ+„þŒ\0$år_0¥Z\x14Õµ±\x19ˆ\e<?N”g,©\b\0–3Æ\0Z\x19‹…Æy3²\x04–ï'�,UV4°œC4\»^\x1fãaF�Ë\x18Ðæ�É–ÝB½o‰KXs\x13Šp\x1aµn¶º’Stºð\x19\x14Àß—ò­È¿m\e¢­-     à\b¡”
314 ¬éˆh…TŒà xeÎû\b\0àWN{\x0eë߉VO‚,k\0q£÷¬eÙDÔÛÛ\en¯›…—t)%Ñd>‰ 1›a\x18:˜Öqì
315 £•WoÇq8çA\x12(-h„o&\x16s\0Ðq\x1c�ƒÉ¶íX,\x16¾ád2\x19æMÓ4ãñ8„’4%\x12 «º”Æ\X²&aÓ%B>“ÙÄ�?‹¥ê‰ÖÓ�®r½6ý!+Õ\x11\x16r‚€\x03t°ÉŠØ\x04Ä+‘7’à<)ý{\x13È\x03Ì‘\x1a×\x025‚CЂh\x03¶3æ\0¶"Æ�µ`Å%\x1d�Hí\rVT\0ÛšŽ?ªËµÒ|fÐœt‘ªÂÚ5m\x1dió%MXs©ã†Ó�<œ†ÎæôþJ\x04>Á}¶ó˜_<\f¤\x14e³ÙT*ED5ÙÔÂ\x1a\x04„Êí„í\x11ZÎGDÃàa©�óÉ}EœsÓŒUΩ \x12MŠU\x19rqFQH\x0f¦:RgMãJŒ\x05\x10‘ïûá–º6ÚÄÄDàͬIq'ªU�àH\x10ÿ!ÊÌ>™xSS^@”œsÍhXI™ «�\x19†aš&"Z–\x15‹Å’É$çÜqœp­°\x1a1\x13ª³K\aŸÃö©¹èÿ3Ž®*q>…ìzú¾ \eÐ,Ä7\x17
316 ¡ÙŽã”A^ý\x19
317 \x14´\0\bË%­ëNO\x11[Z.ÂIÂê%i)Ù€h\x01\x18\b\x1c�M;\x02¦{\a:¶`V…qJ©ËŠÕR€z›aÙ\b{�í÷|"
319 œs=¯Âó\x7fj\bb¸�žÃD\x14Ìö²õ¡2·u0K j…\r«aoN Åh£©žðzz×LÔÐ\x03j[GUi©:UÈqêÍ\x13\0rÎjÜÿÚ:;å1kŠRÍnÆžš'Ó÷}ß÷5‡ê¾ÒÞ+--†{2|\x12˲ô\x0e\a½++Ødª¥?Ínº¯,Ë\x1a\x18\x1dûŒ›/\x06\v\x06 ƒ`\x03$B\x1db\x02t1 fŸ4`Ãä\x18$\x04ì`Ì$-c\x10\aä\0\f©Þ@…z\x06V˜¾,à´¥nf¦\x18šé¢“ÊD表îÍ\x10Ñt\x15é'\x13%W‚·k¯—PK”°^h…o.wO\x0e‹®‚jCÞJØN¸\x1cÙ
320 ÆW!oaÌ\x04à\x15.ã¡ \r[ j´�é\x17¾úÅÄ\e�]oZ\x04°�q!„iš£££###5sl:hyª†_j\x1a„Å\x01ýW˲ôô\v\v\x11a6\føHÏg}Ð÷ý|>\x1fæµ\x19RúÖ\x1c        ×”\r³ÀÔ»­ÐVy@›¦�È\x02u\x18\x11\rÃœªâͬ\x18V\x1f™<•–¿lÛªyŽ©™\x14«ï<°”—å\×u]·D\x04š\x01\x01@Jñƒ�k\x18«¢`ß÷k‚u+ëJylH©\x021S3£®h\x1d\x03\x12R6\vÙ(e3Q«T]ÈV![�¬\x13™…\x10Gýš\x03ú Ù\f¯s)\r_;¤«\x7fƒsÐHp
321 KN\x0e­zeĦHôåè¢òA\x05d$–ª„µgm|óíËtŸ\fdü�¬\x18ʉ—ó⩼ê\x1d/�g\x05æU\v7š  [\x04$\b–3¾‚ñõÈ:9·\x01\x1d\0³®?‘j‹Ð!àÌ:#\x02´\x01Ú%—Çã\x1d\x1d\x1d®ë\x12)=O¤\x14á_©P„z \x17„§Á\â×kê\e\x17\x1d\x1f¯É.ü9Ä\x1aFàÆÒ’ÅTù¨FŸªÑ°‚9\x1cf\x16½i)Ì;¾/jXOˆ\õ=+D\x16<õÆXñDÑ™�䧒æÔÍ\05<î8N�|Wo\x15!
322 ívÒ½Q#´j‡Gø<\x15\ab\x1d­Iè\x0e\0
323 `ˆh¨ò–Ëe¯|¿(Är_ìÈç?ÀÌë\rÓœ6x\x10fµ´Ö#�©%\x14i>¬7\x03\x7fÍlº‚²9¯zŠõ)µ<        K”°ÂzJG£ÙÑX;£¤¢‘¼\x1cΉþŒ\x18ÌÉçs4žñ³c…\x01Wu1s\r±\x0eIk€oçÆ:ÆmÄ$ ]oÉŸþ=Mš\f6pã\x7f+\x16ÿ<“‘“•×&¥Œÿ¿½o\x0f–ä*ïû}çôkfîÌ}ì½wïîJ+­V\x12zDB\b  !L0\x0f\ed‡\x14¶‘)W\x12Û$$)\b)ÊÄå`§âTªœr9NA%¡Hå�\x18\aR©rl%eãÄ vA\0«x\x18cC°$@R$±Òjwï½{÷¾fzºûœ/\x7fôtÏéçô¬Vàìö'•4·g¦§ûô9¿óûÞY£\x12NuÃýHn‡Ó\b—(Š˜‘¢[j,Ïíçé\x7fµVqÚC
324 \x10é‹têäŽ4'SUÄÐ<˜ËŽLÙVú™œ»=—+ kgÉWt
325 4Ï©)TÆA‰æ\x19R\x15ÛT]Ó;M\x0fš»‚Rjww7Ý\x15L¾fÞN’ýŽ†Ô¸~;1£ŸRfjÚæ¤\x14\x18l—W�\x1c2¾rþü_\e\x17XŸ YƤJt=±\x16èM'«1Ti|TnŸš\x06WçদC=jšÝ›cKD\Àµ3ZßØ¿æ\x01«Rá\x12´Þ·ÖûÖ\x1dÇ2ÇýHï�ô¾¯¶\x0eÕ¹Ãè±Cµ?
326 ··Ãµ}œÔⵑõ:Ë\x19T\x06Žr6\0uò§\0~ÚñžÝ=ø·ÑØr\x1c³\x19e¬5$Nm\x02pÞ艔³(¥Q6©I%]ùq|�éŒ#‚eÙI¼\x0fÅ�GDq§&$\x1d¤ã\x10å˜ñEQ”N²ë½`s,ö\x03®1–\x17qÓ¤x沌՟Ròuy¸Yõn.\x1c)�TJ\x011‡ŒRÊ´íM®ýTÊ@‹ý¬âÛɹJsO*§\x11çˆj±\x13_|©±­->ÉÖÖ–RZ\b\x1f<d{“¤‹’ž\0%ƒ§7�\x12³b        «šÎR£ã<\fÓ{ÑΈÆ~-’k¡Ú´ó†°ü©&?ô¼Von\x01k^ñ,áõÅzß:½–\x7fkg¨þè[ûŸx|ÿGGöOX^¯\x14¶Øt²LŸ‡\x03ú�Û{L«Ï1§z\x18@¯[\r¿¸e\eFk2m+)@Ä�2‰¦ÊÈx<.¬Xmô¹„‰\x1a)Dæ|ÿÂèû’.×8šq\x13 \ôÝ¢\x05
327 Æ\x12…áCŒ£+´\x196\x11[|Rß\x05%\x15\x0eL\v”‰’Hâ*Rh8åùÏ\x0ee�EÅ\x1cü™çÌ9[µÖ\x04\x06#¨PÍꋲW1©\x1c•+šð\x1aÒÒ¢É2 äx7RJ¹®»à8?¢\x182y‚0]lSÄ1žr9\x016\x14\x02®õcÖis\çR/&c�Ú´\eè’“?ŸçV%¼¢²Ü•ïºwit×à3ß:øG\x7f\vQ÷f!\v‰Šy²ÍàX[_ ú—ÞÂ\a\x10>5èû¾ïû¾eY_ܲj¦Ž\x10¢à\x7fÉü™ã;q�A\x0e­\x12ÞA©�9��NH\x16§gN\x0eN9Q²ÞtúS\x13³‹Ö¹vx9ú“#‰…×Ó\eI\x03¾ã…jX‹Ä9êt\x16à1rDÆtð™\0‘‚]¢ú±EÐQ\x14ðd\x030¡*v&º®ëºN\x14)Ó�jZÜâfÈA\x10äÐФW5Ó¦\x18Õ\x11_d)ÆÅ?\x1a3Ð^¯×ï÷­sçßl99\ePÑohîv%Ƨ8g¢Î€Uúg¹¯£
328 €48d(`Ì\x1cglxDN�ã\x12ff­ö”E-`]iéØâíw\r¶Nu\x7fó\eûoú¶ú!áR‰Û%ðÒ�ø\x16!~1\x12\x1fðÇÞÒÒp8ÜÝÝMxJ‰ï&Q+Ò°ç*—Y.T*ï\0Š“NsÄÇ \x17“Ê«3µ­Ò½4ej&rÅ\x05\rÍ\vˆ}j¹ÎÃÅ»6+ˆ\x11Q\x18†Ì¾¹VÍ•ŸÞWÚš8í�lbkÎ�X\x1cIß÷SºÊÌñ\x131#Z,Ë\x16\x1cÇN™JQ›ËÑÏøîŠÆõdxÙ\x18\x1ffN»=§.E¥5»®K—.ý­áø„í\x19¡Å¨MV­\bøäBŽZ!@¬4Î`\fÖ\f\r\x04àˆ\x11\0>\x18À6ëCð–Ö‡à3ZŸ\x13D¬Iâ\x12\x10\x12퀘! Ž0\x1dQú½Ò¾-ëTå2¦EÝk±&Ò÷¨šÚê‚õŽ\x1fXþtwwû›þ;µk×EÉ›3ŒÞ`9\x1fñƒ_Þ¾È+ËBˆ��\x1dÃéF\r˜s“\x0fPnq¦íÔ«øNZ]¹až�©\x13å2àbž’]«ÈeÃi­\x133VÆ7—|‹‹­\x15Mc_•æU\x16ô\0­9;\x1a\üŠyÞ \b˜uü­ø.ÍðÝ"næ’�+®$†°ŒªžûLΛ)„ à\x17Fáûl¯ð”s‰ú\r,J\x19M’}žDÞ\x0fÁ\x11s\0( d \x03\x17X?££§•Ú\x11,\x05\x1dJ�¤1ø\x10<‚\x0em\x1aÙt¤'mIž%\x06\x1di       tl±hQÇ\x16}OÄѾ£P\x0f\x03õåï†�aM)uçæÎm�3g¯ë2µ€õ²ÊÛ^µø•þá' \x1d½\a\x1d2�\x05T‰#\x04¼ÅrVÃð\x1fon�9²²°°pxx˜ìØ3›¥Îœ \–#‰ÆÞnT»�Jî(%\vYs2rtÃÐ\r\v\x1dÈ)¹\x05BÇeŸ/§~iz@\x19ŽL¬<9$�;’Ä>‡ÜYS¨*½’¢.œs/æ~(V\x04\x10¹ˆ�ªë�\x15Ò¿¡ðÞn¿:êjFQ\x10\x06Îi½ËzSë'´:«Õ.q`Á±h$Y\x111°     f\v¡\x05Ç\x13ƒ\x05éYBHê9NÇ\x16§:³„gQ¿#\x01tm!\x05’]…˜Á\03’\x7f0=ˆ·›aˆ?z>\x02È«pOæŒd‡ƒ\b­JørË\x037÷¾$ðÈ\x17üŸ„Wæ—™\x06j™ÆïWZö\x7fÐâƒ[\x17ŸX;"„Øßß�㢨­“U\ekB–©Ì\Š9“'¨ÌàZc~nˆ†Ì\z *0Ó¦ì2WY¿ÚR>=ÖLáÅìOUÃháHI„Wò\òßÒZ\x01äºîküñ¯v\x17­â\x03­°a™OjŸñ5\x15ü>\x05OvyØEß³V\x17¬å®³ìˆ¥Ž\x1ctDß•–ŒS\x12\x13ÀE±ŠQzÙI¸*#-i•V@2.‰§Ö4\x06\bGz\x16\x11®›=ãèE­N.´\fë{"\x0fÞÔû_¾úÃ/�ß*�j\x04I'D\x127 ä‡5>¸uñÛG–;\x1dooo?\b\x02­£*�¬\x18èP\f;2�/‰u‰f-û\x19)G�ÑŠkbp.W·½2b\x02Ŭ¡@\x01­&\x05~ª><ï\x06�L†â¯ \fÃÕÕU×u\a\x17w>âõû\x13;W“¸§Éã\x18²þB\x14þ–5Ö§ìWÞп\x7fÉ–\x024ùgòÄâ²E”=EYÞ8™ \x18ÿŸyb¿�Ÿ<'õ�&\x01_SD\x03€'7C\r÷îÃýû…U1»¦7òç*ºgõ\x1a4a}Ÿ:??tÇàS{;Ç\x1f�þŠ´+žM‰óø\x06!ÿµÂÏmm?¶¼Ôívͺ.1 ™¶äÄL »ç&¡Œ©'kâÂ7\f#Q\x14i­rø•âZn¢§•—S0,Ï¥@†DfÉ\x17]\x11ôi\x1c’É—õ\x13õÑÛT†&T†/3Oų’êóG¢(ZYYéIyß¹Í\x7f\rÒªÖ\x01Kµ~<¯Õ¿\x11Ã\v§­ûoZZ]°ˆÒR·IÊ\x18��dÃ$iÎ\x04\x10±1EŠåy\x13ð2þæ’\x19ÁÉØ\x01À‹»Á×/ÈÞxôs\x11/È™.\x02|G«·¯\Àµç«}_/¸â{Všé¡û–>ráÂû6q¿e7_º'¥ü¨v>paósa »Ýد�‚ƒ©h»É\x05C¦±T˜&߈8Z:\x06²´åb\x1cí™"Sü\x01¥T\x10Œu¡{EÖ+gºÏ§S•²éºeL\x105>ò”\x18V\x7f\0õÆšZÖ3±µ—\x1aËŠ_©Ð\x7fsøÂW„-\x1a�•Ã0\x1a\fú\x1d!~ìâî/JÇ\x06í°þ“(|«íP\x03\v¦\x02 ÕÁ\x7f[�n¸³ÿª�Mu×T¢‰"¥`”)ø2!O”\x14‰Lue‚A©LÃí´„Í—Ÿ\vBô  îÝ'«ëØ\x18ã -D\x1dy\r\x03Ögÿ¯þýÏ\x1cö\x1d–„Õ.®[”«=±Ò\x15=G¸\x16u\x1cáY$Å•\x043Ç¢7½véÝÿõÂçÅÒjêñɦw–Ê       !?éö\x7f—ü�ùþ3]áx^l´Ž�Ä\x1dÉ®àÝH\x16\x169¥fÚÒ´ÛÔ䜫„‹B¨\x14\x11¹®\e÷\e«(Ã@æ©’è0\0”ëseVÔŒ\x0fhÍÙ\x10-m I¾b.£8”4í!\x14çTêj�\x14¹*Òæ­\x15³\vÓâ_9Ï�q1:öQÆ·\x19SÔ¢�«4�ª–j•\x18šS[ûÚÚZW©woï¾Ïv%èI\x15ýNà?ìx4ÃûA\0|ðïÐø›·ÉW�\x1aØ\x16e\x18Ï”Ç$~\x04šD6SÙ^@)dqʘ\x10\x7fc’Ï<Ý[\x12m0\x0e’7cS˜ÿìŒÿøE{Õ÷ßE\x16¡Æp9\r?±—” k\x18°dÈ—‚Î%¶„�Ï�ùO/2³\x16àŽT\x16©Ž\x18{Ru,Z_\x10«]lôÅRG\x0e<Ñq„k‘u¹#wóš{ú&ï¿<ç¿ßí¦O¢ÉvÜ#ñ7Ýî›m÷?ŽG¿yxñ¢ët:�¸\Œe±\x10z8\x16Ååb IMΆr7‰À\qù¯\x1f\e}ò¹ž   v¹e\“Z\x18ËQWm\x05RqÉO\x17cîkLãÅãf\f×ô)&•|…�D¶3ŽH­u.]Q)\x15{Z“BÃÊ VñWâ†CÂtÃ…a€lp\x03\x11ÅõÅ’4ƒÉÚ�·‡tŸˆ9l\˜,�\vMOR¨’¨M„2{1Ä :«««Þpø··wßãt\x04óÿŽ‚o¨ð½^w%C]Ë'Ñ6ë\x7fçú‡w¸wmxB¤…CÌo$ •4‹ªUÝ\x13„L«Èpö-6µB2     ZüÉPñçŸ\x1a>ú‚½1\fÿY N\x15,$•9‰ž¦k\x19°~2P÷míî\0;„³„‹D\x17ˆ\x0f\bŽ�O{î�Ó\x19\x11\a¥\x14kmSÔ³´+µgA\x12–<ò,¬tÅÆ\x02–;b±+\až\ôdý˜
329 »^5øäÓ›SÀª54æä˜�¿ä-ü¸r?â\x1f~*ÜGÇ#¢@8Ú²\x16ì\x19\x0fÓ\fÑ6é•ÖzsÈ\x1f\x7fÚ\x05¢\x1c       2�\žçÕ7\x04um²µŒcyNtÔ\v£¹éû†§<ÁÏ\x0e­2טFYq+\x18ñë1¤¦?\x1dGºšH7\x1a�jÀñö~ðľS\91Î稨™Zhæ'\x17[Þ¦ƒfÔYÏ”?Œ#fSÍ:ÞNÒpü8RßÚÝý¥½ÑÛ�NÄøÏÁÈ#z¿×µË£R2q¡ç´þ°ç\x1fyu÷Î%‡*#³’Ï\x132Ž¼ÌfšyA\x13ÄÊ\e\x15\x1að(©ÇÃ\0\x10(þŸO\f¿vÁÝ8ô\x7f-Ä«¥]ÊÖ‹\x177dîvøÚl@4™@«$NXNn\x13ÑÀžÖC¥ƒ`´‡áˆ(Ð:\06     c`›è;–Üa\x1d\b:/Ä‹Ž\x15\x119’ƒH{b¼hG=›7úrc ûîd£v-\f\aK
330 õDµ?»§¾ãÚ›Z­%e…Éð=%¥\x16kŒ)t›´?Ö]üÑÐÿ÷JŸµ¬\vA0 �-Ër]·&CÂdX/Ç°žõ�H+\N­‚sÆ\x19 X\x19\x7f墛.õñx\$n)Š™�\vcŠ|ߪ¡ŠEÅ9~\x1d£\x15\x11½öH�þtic˜‚Ínz\x123É1–\Vc•žXš¶Í̡ᅥä? ëm–sÀü‰ñð Ë~½åÐl‹\x18=©£ßX
331 Öïê\x1díÛ0 ÆDýiì\x01¡,^!®š�-Tœt(0ÉU\x1aË`n%      íšœ\x7f\x1cò\x1f<>úúv÷–áð_D¸sZû¬È­2\0\bà<ë�.p-\x03V\x06\x17’ÿ\v`‰Ä’iYÌjZÐ\0,?â]Ö/„ÁX©\0ØdÞ\x02ö   çÁ¾\x0e ‹Â¡%\x0f¤\f¥Ü—"\x14±¤â‰=[0îƒô(ÍŸ2³Xª\fÃyÛ„MôãNç-¬_Ôü\r\x15}\x01êsÑø…ÑÈqœ8\v$—R÷=–çG/Õ\x15›BF\fCqA÷™¢µ¾\b¤Ÿ-:"f ÑZ\x7fqÓbž�Í;\x06ác»V¬}_Þ�\ß�Î\fç �Xßt\x0f\x0eÿ!Ë÷ØÝ Ñ.ë�ù‡?áx·Ê|:]izö9­~Ù\x1dþà}K]GdAÈøß4Œ&�è±\x19=u\x13RÚ“)ƒWL      Úeý\fFÀ•¡\x0f‚�‹‡ê³OŽ¾¾Ý½þpøë!ß"¬¢[ƒ¨ªÐ �é„7-r\vXõ}nJs>      €GðHl\0�"φ$”å\x1d‚÷˜ýˆ÷B>�ð,‚=àŒ ¡õ\x0f“|P¸ýÔú��G³üG\x19Ø\x1a\x10\rH¼Bˆw‚¾ËúÛ*üã ú,Âgm+î9\x1cGN_;½<¯8y|&ìt_ÚÆ®45\a©X±ÕZc4z\x13ÄÏÛ�{¤\x1d«¤\x7f\x1c\x05\x0f;Þ-Ò.K[Λ\x11\x18üñptâîNÇ\x16fÅÛédžf\rR\x01ˆ¦\e'™jæÄ\e\x18\x13&#Aj¯J"Ñ\x18<
332 ù¹‹á£ÏFg\x0f„Oý£‡\a¿\x12ê[„Ý\x1cºã_\x7f\x1f\j\x19VF{¯uõæ_çj¿fD\x12\r@\x032M”É\x1c\x11…ª³ÄFN)Óì†\x05Åh\x1d’À)\x12§,÷!˹ ùÏtô{\x1c}•ø,ñöövZ#Ô,\x1cštˆÈ\bZy95å*‰ËÌ[–åyž-ÄÝû\a\x7fßî¼Q:î4¤‰ ²]Y\x19Ù•7 œ×ü?ìðÝ\e)'ÉBOnÒN-\x11Æô›ÀÜäHâ
333 E.\x13!ΘŽ\x0fDšG�>\fx\x14¨ý@�C>\x7f  Û¤K‘§àu¢ð´\x7fð¡Pß7åV5\x05mò›ô!sÏn\x01k\x06£)†;ò<Efs¿Ñ\b\x10«»¬äõǪ³­\vzH8oƒsFGÛ\x11”Ó?\x03MÀE­ŸQê»\x1cîÅþ>!ö�C!\x0eÁûÌ{Z\x05I\r¹8>Ëô$\x16Ûm¶òÒ%¦TãñX\bêõz=!Ž\x0fý‡ýà�Vgq\x1aÂ>™\x0eÖ\fê�‘O…þÚ�®\x11”“„›ç¬T\x13kTÉvÍ…mYiÞ\x19ªPñ0Ð\fìùzÏ烀\x0fƼ\x1fð®�QDŠ…‚T\x10¡¶˜Dœiµ<\x1c½Áß\x7f˜ä\rB,K‹¦\Œš.\x1dðÁJ`Q\vXµƒd>²4ÙµŒg¡ÚL^ƒ}9#ZÊòj>‰f™Ï\x13?ÎI!O\x02\x10¸¿¤\x1a\x17\x18\x182�˜}`Äz\x04\bÞb¾Àz;Ô›:zŽÕŽ”—\x04m\vÚMÚ+ÄÅUrZX\x0e˲d�\vM\x1cP̈¬=ÃË¢ë}¿\x10*\fÃ8¦!\b‚e­o#±\x01º×rnÙ\x1dž$:FrÙö(Sis¶ù"W¯*b<
334 Þ\x1fÓù½Ð¶È³D\x1c­.\b\0u\x1c²\x041°ïG~8‰AÐŒáX�Bö#½3Â(œl�Ì´ç³\x06\x11øÒ˜ÆÚÒ \x05ID!Ë’
335 9‚˜Y\aÁjàŸ\x1c‡w1n\x01î#yÜrÅìy[zœ\0~\Ewܨ,Ñ\x02Võ�eBG&æðú JT\ej\ˆ+Ib^Œ)W_בª)^®àòôEý\x1cï\x11õ&× ‹¿¤ÀûŒ\x03æ=Ö[¶³—œ÷EÖ!\x10·§&ÂPó¦Ò\f8 ¸õà9\x15úÈäæíŠiÄ\x13\x03>06\0Hƒw™™@ ¸\x06`À|Iç˳d3‡2õ…{Bù°rí¯r\x18WôÍ\x15\x147̓f#È4:\x04F„g±Haî\x1a,æ;"õ\0É×K÷\x15–<*d¯ÄÕBY\eveS¬²\x19B’ø5B~tÜû­Ç5˜\x05Ò¾ `†€Šk8†,4„RŠ€Hk¡…fbK(\x103úJ‰É(ÉžÒ’c»­\x1aDJ\x124cA)\x01ô˜W@+D\v@\x0f´\x0f^\0n\x05\x1d#±*l§$I \x15‰¥5\x13 Ÿ§àïž¼F-îMUBª\x1cÍ*­�kÆ=ߪ )˜pÖ¦0“F\x19�ÉfwÜ\x12Ìšcã/Ea    Z",‘\0dFi˜†é˜šn5ò\x12\x0e9Sž%d\x04iÑA€�QÒ¾X'Xés&¼c‹Õ(™õD4f>¯U:â\x0eé͈wX›kãy\x15DÆu„‚\x0e²·}@\x14&J“'ô@†ß\x1a9i9N\x06ö•\x1a�I©ž´\x16�ŽÖ\x04\x10!‘ ²� Ãev5{Z\x13Ñ­Bú™`ÌIÆ%Ñ$ýk™Ä\e…uÚv\x17I°ám™õtjŒ˜åäú§-÷™�ý\x17lëEǶ53ÐSÚf^Ò:\x06×\x05`\x15Z€× \x04x\x1dÔ�^\x06u\x02\x063‘ð\0šà‹v\x01™l\x06]XqÄhWÚT6í9¿LPè³;\x17ô\x10\0u4XrÑ\x02VÃeÜ°%}�á�êf!5;IžUUØÈ\eCU’ê\x05¢\x06Ì\x1c•ü11Ë\x1a¶’¬\x0eËèå\x02²K4TQ\rüñ\x01Ûx�3w1yªf\x1ds6JÑM^DŒ1kÂÔp<\x06GÆ        µÆØ2bˆˆ\x02É\x11 \x18\x16à\x119        ÀÆß’\x04\ad\x036(×ð�gãNsËi“}1ß�f‘ða§;fÞ\x19³\x05\x02Á�´@$àU$ X\x7f"s´áö\£\x16Ì{¶É·žÓju]Ij\x01«n\x04ëg\fÍ\0\x14#n…\v”‡ÊQ/Gµšs¢Ò™Ñd.å8ßÌþÕUï›>r62<Œûâ\Â,\x1aßfñ¯2´B\x06­J¿b\x01\x16ebPºH¡VTü"g+�'Ÿ "ÝFÙʤ\x06w×pvÍ|«8©Ø%Ú jFܪ\x11\x19TÕ+ŒQ\x11\x05–¥WEßz“Í~ò­?¥àÁc×®>ˆl$(Í㪨ß\x1cÈLÔ,ûb]{OC¡ãZ’Å(dpÕlÚ<©ï˜~óò |\x11\x17rÛ1—,õâ…€\e/˜Ò\x13\x02
336 hų\x7f‚Ë~…²xWÀôº!¦Ââ,®RnF»9ã�Azƒœµ-T�ŠjÙ:7~Ê\V\x18†kж€V\¸*.{¬Üàz\x18àçœèÔàZƫ˯‡UUxh®Vºf%ÉdµÐÌ-hæ.]S³¸\ý¬Þ\x18Ë~¥ 9r¾”e.LŸJªPp‰ýx¶\x16]Vdz„w•@äLzR¸Hšw&\x14\eÉ€ó­I›´t/ë«4­3U¸ø   õãìC™Y\v›k#¥³yÑ3&F“Þ«\\x01£s\x18°öX\x0f®\x0f®Ù\b¬"ÃjbM¨26Í$_¥Û—¹#Ñ,m´ \b–V&©¬\bhlœÔXM rvR© ™{$Wð\x1až�ËÌY\x1ae2µJ´š\x12\aîRúÀ¥L‚³·Êù'^å\x1an°ë0WÃA)WÊRx¢f¦ÏÌs¬l¤ØÈFÖ྘«) •!~ݬ{B©û�ó5 Ð,æ×äy&\x12UW>âŠ:�\x04¼LšyÑ\vÎ\x06¯âË?-gg-×LVž\x05[EðâZ,ã2ÒT¥~ÎüL…²Ÿç1©V–SÏLÅ<‡,¹\x18´Zh¦Rµ‘Mú™2Yžƒ¬Õ‘©êzÖT\0J.(q\rL(ÔÄhÕÔ&ó%׿s•Ñ\x02V“õÉuQ0œ§ïTÿHJÍ+sî\x1c̵`JÕì�ÊøÝl\x13X-psQ«+P›\x02l17e\x1fyC\x1cJÎÌyÂS‚ª3v¥:› \x115BÍØk�y±¾²s]\x1f¶z³eų®ŠmžW¨�ÞÐð$Užq®šíg´Z?\x1d,;h\x01\v\r¸´9_Ë�\x02YJ@<cI\x18[&Sa÷j`�¦Òþ(5vÍÙ“onÂÅu˜Ei\bS�rÄ\x06{¨ù7U  «ÎÆ™sÕèt\r‚-‘m��j–�Y<š« `ÅNÁµŠäÜ�K\>‘¸±í\x02Õ®óé¾›ü
337 \x11cn`Qipœè÷¬ÑC7ë6ÃUd·ã9Çqö^=§ŽÉ\x06\0V•\x15¯nÉR\x06—UÆ).¢l…^–;Zê°«äY\x05KS\rl5ß¹¹˜t[¡0re”CåƒæjÓ \x15¬-5t;­\0\x17…ÉT“*³45Á—ä\x11SiK4j0?¹ða®ÚójC@©�‰Xóh+/é\x0fÂñ}¯ñoè£\x15£CzS%¨4\v:÷Pé²z´pÆ\x11N\x15\x17PºË0Ï\~eÊBî\rªÐÁP\x17¤Æ(bV6~"Íb1¬ç\C£²ÿ\x16`4C ãæ¬å\x18ÇDÜ\x1cë\0\0\x0e¸IDAT\x15ÀÚD™šëc\x\x0eT°a¡éìš\x1aÑ  •&†æá\x11å\x0f}\x16™¦Z˜nHšêÓ×r(V í/hõ+ì¿r�Ûú!SÀÚƒž\x7fŽš[7].Haþôé\x1a\x1dƒËüƒ�w3ª!\x1d4{­åxV¹Oð2¬(œ±_MÁm\x02g\x19Ìc.É\x0faF¹jÇœ·�\x15\x14š\x12{\x19•Åjg²‘ª”Ø9w/\x14\x1c\fU©úÑ'YPDÍ \x03£,à9\v7õèÉÍ\x10�ÊП¿­¢Ÿ•Ü_ïx²\x05+ �Ãú\r[~ÒRÇ•ÞˆÔIÍ×\x01'@×\v\x10kBÖ*ÿ\fj  \5'Šy\x7fT
338 a\x15\x01Sh\0yW¦\x0f`�=‹*È\x17•NG*g«� º"v‘«µìË S\ƒÈu1"\§\x04åÎ�µ„2g
339 ¦¥\e\x11\x03³ÏY5\x05s¦ŽæiddtlN�\f¹P¯i#ÞJÖ_™§D\x15\rÓë\x19\x03ÿ\èÝ£\ewÑ™\x16°2€ew:½õõ]ð%Ʒ⢴A Â0
340 \x02/ŠN(½¡yUé\rͧ…|À²7„¬öìÒü\x19'u�3Éœ ÔùõxžÜìya•æĬìí§1¢Tk¹+rFžiÙ¢\x19\x11û|…�·œ2T_\x15sRpŠše\x0eæ”ý28k`\x185°’8ϾçÝJ‹\x1c­„1\x11UŸ–ŠÙiMtˆé…ÿ¶
341 ¾³¶"    7v\x02·\x05,\x13°rƒL$\x1cσçƤæ<ø|RÈ)
342 Ã�­-IR\b±Ê8=ô×…\0°\x04z-‰E¢5\x12+$Ž”ÔlâËŒ\v¥\x19Ëè
343 išÅèhÎ\x16iáÙ–¾bæ`¦ên†4ÐLਿ;ÆŒ„\eF³fËœ¹ljè5+Ý\x0f¨\f#.û\x19ÍŸ\x13:#÷�šìd¹S%Ù¡U\x06܉îVGü‰*\fXu\õãÑø?õ{V§\x13\x04Á­G¹…ª\x1c`q�\x0f˜§SŸ-Ûö\x16\x16lÛv]w¬õ—­ÝÅÅ%\0ÌúëÁ™\x7fz÷øÛClú8?\x02�$\x05‚Cb_@\x11\x05\x14­‘X$Z%±DbUˆ\x13BJƒ‘Q\x15\M\x17\x1fW/©†FÐ2ãP¶LLvžå÷pÊT``*É\x14AÅæœ"\x11]¾Jʨ°Ó5‡ªÜ‚¹Œ‹á‚Áx."6‡öûÒ”wª\x06Ö¦õr   ³ÉQu\0jñ.ê\x1dS“\vþípüÑ¥\x05gq\0 \bÆw,é\x16ª2€51â–°-*:•‰&\x1f �ý´tœÖúÞ#ú\rÇÌ\x13(@åÎyö\x10\x11ãùC\\x1aã)\x1fÏ\x1fBEľ`_p 0\x16b,\x174E€\aZ&1N °\r:š­)7 Z‚X\x16¢O‚¦¬ƒP’>“¯Æð\x12,nõñ\x1fY\x1dÐ<Dy¶uÅ6Mæ\x02qhª7Ͳã4a1Ù´P6‹`Å9yz +çå?#®dá5\a©™Å°¨«r™½•›aqi˜\e\x01ÐÀEÖ¿¦‚Ï Y´{½˜(è(ºq¡eX\x15*aa!0J\x02\b)®09 �{½…øP\x14©“½ÙûÀñ \0œ\È=È\x12hÛöqhôW\x0e\r3¾ÌK!žò±3¢}Å\x1cS¹@ØŠ"@\x1dŠŒ¯?æw\x13˜\x13‹ "ºŽ$ÀË$ú$\x04ã„”`\x16IU,‘,íxó\x14F+àÜPT/&.Év&\9{\x7f\x11óf\x16wj^"\x02&¥­0P\x16½ÆTRFaFV97ÐÙ©       „\x11\x11ÏF7n�ô>³hR…®j"fÙ\x05šÃ®ÁŠ \x18çµÞf~J«‹¬?mËovÜÁà¨mYéº[¶B§m!P\x04¬æqÞB�Ö¬µÖš­dd£0¼{åJ\x12×# Žd�œ Ôl\IyÎY²\e`7\0\x1c\x02À¹1ž\f Fò\x05­\0ðX "f°/™\x11…$B\x01€}ÁŠ\x1c‰c$I“\x04"`�„\x05XDq¹O�huÂõ&Tc•D'»°\x05ƒŒÎ@DÅ€Ÿ´è\x14%GÊŠOpC}
344 s)kæ\x02æ\x12S‹Iâò@V\x11?9«:ÞlC\x15WÓ:ž£rY\x19ÖĽoJ@‡KµkšaÿJ†N'é\e:éýÅÀ6ë! Á›š¿¦£¯KzÚ±ÏI)-WZ–eYq\x0fº•¬}†™\x17Ddµ€Õ„aÕ`™Rj4\x1a9Ž“¾uÜ žîÿ\x7f@\\x17\x1d,:\0��\eN‘N\x17ŽL%ÐØ\x1cA3ˆ 4Î�\x101$!\x06¬Q„oú“O:\x02�Ʀ�Q”Yzz(\x1d¢ �,\x0eI‡ÆddÒ¾\x10L‚\x10j\0\eNp\x1c1\bN¤G4 \x12\x06�Y‚XHºªÇÿÝ ¸­p¬(k³éEêz\x12iãæ˜fÎ6\x0f7CŠr5­Æ\x02Mó€lU™�úÒ1\Ç;c*�½MJ\x1c\x13\x1aбš\x16S$`�õ%æ\x17Y_bÞ†ÞeÞe¾ EDtQŠC!\x0eˆö¥\x18\x11IiÇ&\r)¥ëºñN¿RX_Å×}KÛ-`\x15lXs”. \x12ûû{–e\x1f9r$\x1dØ\x13Ž¿æ]åƒå\bœèMÿ¼¬T        õ\x12¯a;\v‚!ãÂ(^E\x13¹\x18à»af1~fˆÈà¾V$Æ㉕/\x1aM Kû‚\x15@Сˆ1Ô&¬y\x10Ä\0­w`íY\bE\0ý\x17\x1cið      ²Ò ~‡È\x02V Mî·FÂ1l‰\x0eh�&\x1f``ŸõžÖ&,ˆd¯è�–¦\x1d+9FÕØO—r-‘ÅK™Ä»0s\x04Ö †\x06Hĺ< \0&hf\x06vµÞ\a\x0e\x0f€ù\0¼\a–ÓÇÃ=ˆE\x10�¶\x15¶ /1GÌûDÛ1\x06…áØuö\x05mY\x12dI)-Ë’RHiÅ-/s�¬\vt\vÛ\x7f±ívÕ_\x03+j\x01ë%1,˲\×[ZZšv\x7faö$·Äõ{ G
345 »Â©¹qS7\x01ÐPcs4�Ÿ\v#\x04\x1a\0:\x16~d\x11¶À…\x11”1)F\x11¶Ç™¯_\x18a¬2ätˇ#á+\0\x18€úi·A\x01rµ#\x11(\0\x18\x18d1~$X‘G\x18%M•Õ(3ÕÔXèhb\s\x06ªç±?1W\v\x1d�M\b]íô”\rr%l O$]Þèó"\x01ÀÍö„t§r\x10âR€ÿ³�_}z]x\v–e�F#!„çya\x18ŽF£ÅÅE\0K‰2\\,4�±²‚aM^.9ºµaÍmÃJß�{=\x11\x11³¦xÏd �Ço<\x11µ£y5‰-& \x12 Ã+cÙ(ô¬¿y¾Óó<dS_.QÕ\x15Ö³FÊÄn\0ÛõÈðƒ\x03ˆ¢(î\x13ž5üåá)nuV™\fPÖô¬ôO¥¢uWµE\x1a¦Và²GÈ…ÁÌì\0ÌlYV\x14©T‘ôôè\a7T;š­\MÒµ\05Ù†mÛ �ÇÌ\x1cEQlºM\x05“´Î¢”#ãL´2%ŠÔ­ƒ6\b«Ä†UU<¨|H…\x10æ¡›;£ë\x17ÚÁl媒%\a6¢�9nU«”bÖa\x18v»�\x1c™¢ŠÔ¯Y˜ÅÕ¥Ç&G”R§Ú ¬R•°V\x1fÌ\x1fét:é&\x12\x03GƒžÕ\x0ef+W•¬zð(\f\x130±m;\f'íh3-é+“>§V”\x02\x12庖Tò\x03ÒÑ¢Ó>Š\x12Àâ†6¬âñ \bÞØꃭ\�€Õ§p/!P½^ïÒ¥\x1d­‹ThFþe\x19{Êë1U\fëþ…½\eZ†eêvU\x1cÊ\x1c¸R´J�¯[£›\x06íH¶rÕmæ\x02G]\x15'uÄ!µ½Þ\x02Ñ$5-kÚ-eúà\f´ÒZßР     Z†U\x02X¨ õªwãÃZëW\x0fF×uÛM •«PN/D±s0žíDdÛN™C°‰]Å0ÅsÆN_\bñŸ£Ñè¡ë”h]„e*aÊQçhÍÀŒ \bÞzKÔŽi+W¥\x1cïjÞb3È@J™[\x113
346 —e¥ðáÒ|õÉ/¬ˆÑÝË-\x15(\x03,“45ÔÃcY"ÿÕGZ·k+W§Üµ¤ä3>¬i†¿mÛÅm›¨iÍ�Iƒ€
347 �¼y\k}ßâpµÓ>„:†…¹ÐŠ™oï\rÛf ­\­rï*VÅp‹»1 Ù¶mYV\x19ú\x02�€s§\r‚à­7EV«»de¶\r«ÆŒ\x15†á\x0f\x1d‹Ú¼�V®VéÛ¸wq¬ÔD‡°m[\x14Jér£r‰yl*[eÙ¿£ð•+­îR\rXÅQ�I²\x1c=~`µ\rhhåj–W¯„Z©\x1a‡`u¤{\r\x03`.4UÊ­°ë]ÿh«\x0fV©„\x15±\v30ët§\rhhå*—[\alsÈ°Qa®šË†ebS�še‚\x1fnêøƒ6 ¡
349 8•+�V‚fJ©\x1fX\x0f–Ú1måê\x06¬ElXóÜÁ¤\X~#Ok–Ì«\x15&_GÚg%•(R·¯µE\x1aj\x01«¦        E)Ãê¨á;N¶\x15\x1aZ¹Êåh\a‹2zAåŠ)s¾˜ýüPe°-ν¥¢ð�µÖØR"¥Í¸f§˜k\x15ýرýW®´\x03ØÊU.DxýêX)…Œ\x05+\x17\bŠy\fX@e$öDŽÉƒ{VÚ\b¬jÀÊ>‰òÑL_k­Oʽ÷ßÖ–šnåš�×­kK\ae[û•”t•)¥^³\x1c¬zíÀת„Mh¬RŠUx{wô¯î=¼±\r¿jåÚ�»� Ã£!\x17�vœ\x18°ø2š!UY¾Â0|Ûñ6{¤\x16°b\\aP\f3ÑZ+\x15u\x10Þ¹0zE?zˆºw•‹\x05'[iåj•\x15\x17÷\fÆ�\x0eµ\x10ù \x1c…FaÍCÞ+ƒ±\x05«cmrn=`ÝÕ;x×Ú\x05[ÐSûd\x11<‰\x17|ëR$=¡oêG\x0f\x1d\x0fïYÑ×/``·#Öʵ(o>\x1a~ᩈÈÎ郆‹p¾úËU˜ÅÌ\x0f\x0eöîXj\x01«\x16°Þ~½þ©\a&.¿Hc¤0Š‚ˆáŠ’®\a­´r­É›Žó¯?é�ag™TÚmÚìEFMxV¥>8ö\x7fæŽ`¡e\x06õ€•9$Ð\x17è·CÖJ+‰Ü4À\x0f¯îÿîvÇè@1éŽSŒÿlȳJ1ëöîá_ÝhéU¥´~¾VZ™-\x04|ðÎhA\x1d\x134_ðLÀ*E«(Š Ú\x18/»íx·€ÕJ+/Mn àC·\x1fê`T\x11îƒl`\x10fFcåŽ�
350 îëîüÔMm¼èœ*a+­´R*?s³R|ñÓgíÇöÝ­Èu\x1c'îÑi0,³ÎŒÙ�º².&3GQxÊ\x19¾ãúáß¹U¯· Ï-`µÒÊ•Y-\x02\x7fï\x15ü³·\x04[~ðøÎÁ\x1fž•ÿý¬·¥;®ë\x16\x14CÔ÷úÔQØCpÌ  îè\a\x0f¬ë·�Ð\e]´¡W-`µÒÊ\x15\x16Gàx\x17Ç»ü–\x13ÑÏ�\x0e>ÿâá#ÏÙ/Ž­ƒH\fµ°       ¡ž@T\x04¹\e’ÙÔË•tKgxk_½n-zÆ^q±è �\x11m\x01«•V^v!àh\aﺉßqCà« ÔP<Õ ™¡�Ð0I�\x14\x0e#ºeÀ\vv\vR-`µÒÊ÷I\       W6ül\e²ð’¤õ\x12¶ÒJ+-`µÒJ+­´€ÕJ+­´€ÕJ+­´Ò\x02V+­´ÒJ\vX­´Òʵ&Ö\x13O<\x01 ¸ñu\a\0ÚPÛVZiå/�ppãƒ\0Ü¿xÜúêW¿úÈ#�<üðÃã›ßØ\x0eL+­´ò—S yä‘×\x7féOèºë®\v‚àþûï¿ýöÛÛAi¥•Vþ\x12J÷±' üâWÞ$íÿ\a­»†ö;g\0Æ\0\0\0\0IEND®B`‚
352    The above is useful for playing Flash files downloaded to your local
353 system.  It is also possible to play Flash files directly from the web.
354 To do so, use the `-u' option along with the URL of the desired file.
357            gnash -u http://example.domain.com/flashfile.swf
359 Note that this will not work with every website; some embedded Flash
360 files are difficult to play.
362 * Menu:
364 * Gnash Command Line Options::
365 * Gnash Interactive Control Keys::
366 * User Configuration File::
368 \x1f
369 File: gnash_user.info,  Node: Gnash Command Line Options,  Next: Gnash Interactive Control Keys,  Up: Using Gnash
371 2.1 Gnash Command Line Options
372 ==============================
374 No options are required for  Gnash's default behavior.  However, there
375 are many options that can be used to change that behavior.
378         gnash <options>
379         filename.swf
381 *Gnash Command Line Options*
383 Option                               Function
384 `-h, --help'                          Print usage information.
385 `-s, --scale'<FACTOR>                 Scale the movie up/down by the
386                                      specified factor.
387 `-c'                                  Produce a core file instead of
388                                      letting SDL trap it. By default,
389                                      SDL traps all signals, but
390                                      sometimes a core file is desired to
391                                      assist with debugging.
392 `-d, --delay'<NUM>                    Number of milliseconds to delay in
393                                      main loop. The main loop polls
394                                      continuously with a delay to adjust
395                                      how long _Gnash_ sleeps between
396                                      iterations of the loop. The smaller
397                                      the number, the higher the CPU load
398                                      gets, and of course, the more
399                                      iterations of the main command loop.
400 `-v, --verbose'                       Be verbose; i.e. print important
401                                      messages to stdout.
402 `-vv'                                 Be very verbose; i.e. also print
403                                      debug messages to stdout.
404 `-va'                                 Be verbose about movie actions
405                                      (for ActionScript debugging). This
406                                      usually generates very large
407                                      amounts of text and will affect
408                                      Gnash's performance.
409 `-vp'                                 Be verbose about parsing the
410                                      movie. This generates a fairly large
411                                      amount of text, and is likely to
412                                      affect Gnash's performance.
413 `-A'<FILE>                            Write the audio output to a wave
414                                      format file.
415 `-D'<FILE>                            Write the video output to a raw
416                                      video file.  This option is only
417                                      valid with dump-gnash.
418 `-w, --writelog'                      Write the log messages to disk
419                                      using the file specified in the
420                                      gnashrc file.  The default is
421                                      gnash-dbg.log.
422 `-j, --width'<NUM>                    Specify the starting width of the
423                                      window. This is mostly used only by
424                                      the plugin.
425 `-k, --height'<NUM>                   Specify the starting height of the
426                                      window. This is mostly used only by
427                                      the plugin.
428 `-1, --once'                          Play once; exit if or when the
429                                      movie reaches the last frame.
430 `-r, --render-mode'<0|1|2|3>         ? [undisplayable block object]
431 `-t, --timeout'<SEC>                  Timeout and exit after the
432                                      specified number of seconds. This
433                                      is useful for movies which repeat
434                                      themselves.
435 `-g, --debugger'                      Start Gnash with a Flash debugger
436                                      console so one can set break points
437                                      or watchpoints.
438 `-x, --xid'<ID>                       This specifies the X11 window ID
439                                      to display in; this is mainly used
440                                      by plugins.
441 `-u, --real-url'<URL>                 Set the _url member of the root
442                                      movie. This is useful when you
443                                      download a movie and play it from a
444                                      different location. See also the -U
445                                      switch.
446 `-U, --base-url'<URL>                 Set base URL for this run. URLs
447                                      are resolved relative to this base.
448                                      If omitted or empty, it defaults to
449                                      the _url member of the top-level
450                                      movie (see the -u switch).
451 `-P, --param'<PARAMETER>              Parameters are given in the syntax
452                                      "ParamName=Value" and are mostly
453                                      useful for the plugin to honour
454                                      EMBED tags attributes or explicit
455                                      OBJECT PARAM tags. A common use for
456                                      -P is to provide FlashVars (ie: -P
457                                      "FlashVars=home=http://www.gnu.org").
458 `-F, --fd'<FILEDESCRIPTOR>            Use the given filedescriptor to
459                                      send requests to the host
460                                      application. This is currently only
461                                      used for GETURL requests.  The
462                                      protocol is not documented yet, and
463                                      also needs improvement.  Primary
464                                      use for this switch is for the
465                                      NPAPI plugin to properly support
466                                      javascript and target windows in
467                                      geturl requests.
468 `--max-advances'<NUM>                 Exit after the specified number of
469                                      frame advances.
470 `--fullscreen'                        Start Gnash in fullscreen mode as
471                                      long as the GUI and window manager
472                                      support this.
474 \x1f
475 File: gnash_user.info,  Node: Gnash Interactive Control Keys,  Next: User Configuration File,  Prev: Gnash Command Line Options,  Up: Using Gnash
477 2.2 Gnash Interactive Control Keys
478 ==================================
480 While a movie is playing, there are several control keys. These can be
481 used to step through frames, pause the playing, and control other
482 actions.
484 *Gnash Interactive Control Keys*
486 Key Combination                      Function
487 `CTRL-Q'                              Quit/Exit.
488 `CTRL-W'                              Quit/Exit.
489 `ESC'                                 Quit/Exit.
490 `CTRL-P'                              Toggle Pause.
491 `CTRL-R   '                           Restart the movie.
492 `CTRL-L'                              Force immediate redraw.
493 `CTRL-T'                              Debug.  Test the set_variable()
494                                      function.
495 `CTRL-G'                              Debug.  Test the get_variable()
496                                      function.
497 `CTRL-M'                              Debug.  Test the call_method()
498                                      function.
500 \x1f
501 File: gnash_user.info,  Node: User Configuration File,  Prev: Gnash Interactive Control Keys,  Up: Using Gnash
503 2.3 User Configuration File
504 ===========================
506 Individual user preferences may be set by editing variables with the
507 `.gnashrc' file:
510            ~/.gnashrc
512    Each line must begin with an action: either _set_ or, in the case of
513 lists, also _append_.
515    The values in this configuration file apply only to an individual
516 user, and become the default settings of the standalone player and the
517 plugin.  Note that any command line options take precedence over
518 `.gnashrc' settings.
520    The variables in the `.gnashrc' file support three types of
521 arguments: on/off, numeric values, or in the case of the whitelist and
522 blacklist, a list of hostnames as ASCII text.
524 *User Configuration Variables*
526 Variable                 Value                    Function
527 localdomain              on/off                   This value can be set
528                                                   to either _on_ or
529                                                   _off_, and controls the
530                                                   loading of external
531                                                   Flash movies over a
532                                                   network. This option
533                                                   tells Gnash to only
534                                                   load Flash movies from
535                                                   the existing domain.
536 localhost                on/off                   This value can be set
537                                                   to either _on_ or
538                                                   _off_, and controls the
539                                                   loading of external
540                                                   Flash movies over a
541                                                   network. This is a
542                                                   stricter version of the
543                                                   _localdomain_ setting as
544                                                   this allows the loading
545                                                   of Flash movies to the
546                                                   same host that is
547                                                   running Gnash.
548 whitelist                hostnames                This is a list of
549                                                   hostnames separated by
550                                                   spaces, or _off_ to
551                                                   disable the whitelist.
552                                                   The hostname must be
553                                                   given without a
554                                                   protocol (http://,
555                                                   https://). If this list
556                                                   is populated, Gnash
557                                                   will only load external
558                                                   Flash movies from the
559                                                   specified hosts.  The
560                                                   whitelist takes
561                                                   precedence over the
562                                                   blacklist. Because
563                                                   several files can be
564                                                   parsed in succession,
565                                                   each file can override
566                                                   or add to lists in
567                                                   other files. Use _set_
568                                                   to override all other
569                                                   lists or _append_ to
570                                                   add your blacklisted
571                                                   hosts to lists in
572                                                   previously parsed files.
573 blacklist                hostnames                This is a list of
574                                                   hostnames separated by
575                                                   spaces, or _off_ to
576                                                   disable the blacklist.
577                                                   The hostname must be
578                                                   given without a
579                                                   protocol (http://,
580                                                   https://).  External
581                                                   flash movies from these
582                                                   domains are never
583                                                   allowed to load. If
584                                                   whitelist is present
585                                                   and not empty,
586                                                   blacklist is not used.
587                                                   Because several files
588                                                   can be parsed in
589                                                   succession, each file
590                                                   can override or add to
591                                                   lists in other files.
592                                                   Use _set_ to override
593                                                   all other lists or
594                                                   _append_ to add your
595                                                   blacklisted hosts to
596                                                   lists in previously
597                                                   parsed files.
598 localSandboxPath         dirs                     This is a list of
599                                                   directories separated
600                                                   by spaces.  Only
601                                                   resources from these
602                                                   directories and from
603                                                   the directory portion
604                                                   of movie filename (if
605                                                   loaded from filesystem)
606                                                   are allowed to load.
607                                                   Because several files
608                                                   can be parsed in
609                                                   succession, each file
610                                                   can override or add to
611                                                   lists in other files.
612                                                   Use _set_ to override
613                                                   all other lists or
614                                                   _append_ to add new
615                                                   sandboxes. Note that
616                                                   there's currently no
617                                                   way to _drop_ the
618                                                   directory of base dir
619                                                   from the list of
620                                                   allowed local sandboxes.
621 delay                    Number                   Gnash uses a
622                                                   timer-based event
623                                                   mechanism to advance
624                                                   frames at a steady
625                                                   rate. This option
626                                                   overrides the default
627                                                   setting in Gnash to
628                                                   play a movie slower or
629                                                   faster.
630 verbosity                Number                   This is a numeric value
631                                                   which defines the
632                                                   default level of
633                                                   verbosity from the
634                                                   player.
635 MalformedSWFVerbosity    on/off                   This value can be set
636                                                   to either _on_ or
637                                                   _off_, and controls
638                                                   whether malformed SWF
639                                                   errors should be
640                                                   printed. If set to
641                                                   true, verbosity level is
642                                                   automatically
643                                                   incremented. Set
644                                                   `verbosity' to 0
645                                                   afterwards to hush.
646 ASCodingErrorsVerbosity  on/off                   This value can be set
647                                                   to either _on_ or
648                                                   _off_, and controls
649                                                   whether ActionScript
650                                                   coding errors should be
651                                                   printed. If set to
652                                                   true, verbosity level
653                                                   is automatically
654                                                   incremented.  Set
655                                                   `verbosity' to 0
656                                                   afterwards to hush.
657 debuglog                 Absolute path            This is the full path
658                                                   and name of debug
659                                                   logfile as produced by
660                                                   Gnash. On systems with
661                                                   a UNIX-type shell, a
662                                                   tilde prefix (~) will
663                                                   be expanded as by Posix
664                                                   shell requirements (see
665                                                   http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_06_01).
666 writelog                 on/off                   This value can be set
667                                                   to either _on_ or
668                                                   _off_, and controls
669                                                   whether a debug log is
670                                                   always written by
671                                                   Gnash, or not at all.
672 sound                    on/off                   This value can be set
673                                                   to either _on_ or
674                                                   _off_, and controls the
675                                                   sound of the standalone
676                                                   player. By default
677                                                   Gnash enables playing
678                                                   the sound in any Flash
679                                                   movie.
680 pluginsound              on/off                   This value can be set
681                                                   to either _on_ or
682                                                   _off_, and controls the
683                                                   sound of the player
684                                                   when running as a
685                                                   browser plugin. By
686                                                   default, sound is
687                                                   enabled when using
688                                                   Gnash as a browser
689                                                   plugin.
690 EnableExtensions         on/off                   Set to _on_ to enable
691                                                   extensions. This option
692                                                   is _off_ by default
693 StartStopped             on/off                   Set to _on_ to have the
694                                                   GUI start in "stop"
695                                                   mode. This is useful in
696                                                   particular for the
697                                                   plugin, so you have to
698                                                   explicitly start any
699                                                   movie on a webpage. This
700                                                   option is _off_ by
701                                                   default.
702 webcamDevice             integer                  The integer value
703                                                   (index into vector of
704                                                   video devices) that
705                                                   represents the default
706                                                   webcam. To easily get
707                                                   this entry run
708                                                   utilities/findwebcams
709                                                   (only works with
710                                                   Gstreamer right now)
711 microphoneDevice         integer                  The integer value
712                                                   (index into vector of
713                                                   microphone devices)
714                                                   that represents the
715                                                   default microphone. To
716                                                   easily get this entry
717                                                   run
718                                                   utilities/findmicrophones
719                                                   (only works with
720                                                   Gstreamer right now)
721 flashVersionString       string                   Set the string returned
722                                                   by $version and
723                                                   System.capabilities.version.
724                                                   Useful to get around
725                                                   some flash version
726                                                   detection movies. Note
727                                                   that the version
728                                                   advertised by the
729                                                   plugin is NOT affected
730                                                   by this setting,
731                                                   instead you need to set
732                                                   the GNASH_FLASH_VERSION
733                                                   environment variable for
734                                                   the latter (which
735                                                   doesn't affect $version
736                                                   and
737                                                   System.capabilities.version).
738 flashSystemOS            string                   The string that Gnash
739                                                   should return for
740                                                   System.capabilities.OS
741 flashSystemManufacturer  string                   The string that Gnash
742                                                   should return for
743                                                   System.capabilities.manufacturer
744 StreamsTimeout           double                    Set the number of
745                                                   seconds after which
746                                                   streams download time
747                                                   out. Timeouts only
748                                                   occur after the given
749                                                   number of seconds have
750                                                   passed without anything
751                                                   being received.
752 insecureSSL              on/off                   If set to _on_, no
753                                                   verification of SSL
754                                                   connections is
755                                                   performed. This means
756                                                   that, although the
757                                                   connection is
758                                                   encrypted, the server
759                                                   certificate could be
760                                                   invalid, may not belong
761                                                   to the host, or both.
762                                                   Equivalent to curl
763                                                   -insecure. By default,
764                                                   this option is _off_
765                                                   and connections will
766                                                   fail when a host cannot
767                                                   be verified.
768 SOLsafedir               Absolute path            The full path to a
769                                                   directory where Gnash
770                                                   should store Shared
771                                                   Object files ("flash
772                                                   cookies") if they are
773                                                   enabled.
774 solLocalDomain           on/off                   If set to _on_, allow
775                                                   the loading of Shared
776                                                   Objects only on the
777                                                   localhost.
778 SOLreadonly              on/off                   If set to _on_, Gnash
779                                                   will not write Shared
780                                                   Object files.
781 ignoreFSCommand          on/off                   If set to on (default),
782                                                   Gnash will ignore
783                                                   fscommands in
784                                                   standalone mode.
785                                                   Fscommands are requests
786                                                   from the playing movie
787                                                   to the operating system
788                                                   or user interface: the
789                                                   most common are quit,
790                                                   fullscreen, showmenu
791                                                   and exec. Gnash always
792                                                   ignores fscommands when
793                                                   running as a plugin.
794 URLOpenerFormat          string                    Set the format of an
795                                                   url opener command. The
796                                                   %u label would be
797                                                   substituted by the
798                                                   actual url to be opened.
799                                                   Examples: ?
800                                                   [undisplayable block
801                                                   object]
802 HWAccel                  string                    Specify the type of
803                                                   Hardware Video Decoder.
804                                                   Currently only _vaapi_,
805                                                   _omap_, _xv_ or _none_
806                                                   are supported. None
807                                                   disables any
808                                                   acceleration support
809                                                   (the default).
810 Renderer                 string                    Specify the type of
811                                                   Renderer to use.
812                                                   Currently only _agg_,
813                                                   _opengl_, or _cairo_
814                                                   are supported. The
815                                                   default is AGG, as it
816                                                   doesn't require any
817                                                   special hardware
818                                                   support.
819 quality                  [-1|0|1|2|3]              Set rendering quality.
820                                                   If set to _-1_, Gnash
821                                                   will use whatever
822                                                   quality set by the
823                                                   movie being run. If set
824                                                   to any value from _0_
825                                                   to _3_Gnash will lock
826                                                   quality to the
827                                                   specified value (0=low,
828                                                   1=medium, 2=high,
829                                                   3=best). Defaults to -1.
831    The following example `.gnashrc' file allows a user to only play
832 Flash files saved locally to the machine on which Gnash is running.  It
833 also specifically forbids content from doubleclick.com and
834 mochibot.com.  Gnash's error output is set to be fairly verbose, with
835 the debug log placed in a location convenient for the user.  Finally,
836 sound is turned on for both the standalone player and the plugin.
840          #
841          # Gnash client options
842          #
844          # Only access remote content from our local domain
845          set localdomain on
847          # Only access content from our local host
848          set localhost on
850          # These sites are OK
851          # uncommenting the following line will allow load of external
852          # movies *only* from the specified hosts.
853          #set whitelist www.doonesbury.com www.cnn.com www.9news.com
855          # Disable whitelists set in any other gnashrc files, because
856          # these could override our blacklist.
857          set whitelist off
859          # Don't access content from these sites
860          set blacklist www.doubleclick.com mochibot.com
862          # The delay between timer interrupts
863          set delay 50
865          # The default verbosity level
866          set verbosity 1
868          # Be verbose about malformed SWF
869          set MalformedSWFVerbosity true
871          # Be verbose about AS coding errors
872          set ASCodingErrorsVerbosity true
874          # The full path to the debug log
875          set debuglog ~/gnash-dbg.log
877          # Write a debug log to disk
878          set writelog on
880          # Enable or Disable sound for the standalone player
881          set sound on
883          # Enable or Disable sound for the standalone player
884          set pluginsound on
886          # Make sure SSL connections are always verified
887          set insecureSSL off
889          # Use firefox to open urls
890          set urlOpenerFormat firefox -remote 'openurl(%u)'
892 \x1f
893 File: gnash_user.info,  Node: Installing and Configuring Gnash,  Next: Reporting Bugs,  Prev: Using Gnash,  Up: Top
895 3 Installing and Configuring Gnash
896 **********************************
898 There are two ways of installing Gnash: using a package manager, or
899 installing from source (*note Getting the Source::).
901 * Menu:
903 * Requirements::
904 * Downloading Gnash::
906 \x1f
907 File: gnash_user.info,  Node: Requirements,  Next: Downloading Gnash,  Up: Installing and Configuring Gnash
909 3.1 Requirements
910 ================
912 Before downloading and installing Gnash, check that your hardware and
913 software meet the following requirements.
915 * Menu:
917 * Hardware Requirements::
918 * Software Requirements::
920 \x1f
921 File: gnash_user.info,  Node: Hardware Requirements,  Next: Software Requirements,  Up: Requirements
923 3.1.1 Hardware Requirements
924 ---------------------------
926 One of the goals of Gnash is to make it portable enough to install on
927 small devices.  As a result, the hardware requirements are minimal.
928 Gnash has even run on an ARM9 at 200 MHz with 32 MB of RAM! (It ran
929 without video support in this case.) While firm minimums have not been
930 established, Gnash has been shown to run successfully with the
931 following:
933    * 336 MHz processor
935    * 128 MB RAM
937    * Gnash will run on anything from a raw frame buffer up to an
938      OpenGL-supporting graphics card.
940    The following table provides a list of the Operating System/CPU
941 combinations on which Gnash has been shown to run.
943 *Build Matrix*
945 Operating System                     Processor
946 OpenBSD, FreeBSD, NetBSD             Alpha AXP, AMD64, i386, Itanium,
947                                      PC-98, PowerPC, SPARC64
948 Debian                               Alpha AXP, AMD64, ARM, hppa, i386,
949                                      Itanium, MIPS, PowerPC, IBM zSeries
950                                      (s390), SPARC
951 Fedora                               x86-32, x86-64, Geode GX, Geode LX
952 Gentoo                               AMD64, PowerPC, SPARC, x86
953 Maemo 2.1                            i385, ARMv5t
954 Scratchbox                           i386, ARMv5t
955 Access Linux Platform                i386, ARMv5t
956 Mandriva                             i386, x86-64, MIPS
957 Open Embedded, OpenMoko              ARM
958 YellowDog Linux 6                    PowerPC, PS3
959 OpenSuSE 10                          i586, x86-64
960 Red Hat Enterprise, CentOS           x86-32, x86-64
961 Ubuntu                               x86-64, x86-32, PowerPC, UltraSPARC
962 Haiku                                i386
963 Syllable                             i386
964 Irix 6.5                             MIPS R10K
965 Darwin (MacOS X)                     PowerPC and x86-32
966 Windows XP, Windows Vista            x86-32
968 \x1f
969 File: gnash_user.info,  Node: Software Requirements,  Prev: Hardware Requirements,  Up: Requirements
971 3.1.2 Software Requirements
972 ---------------------------
974 The 0.8.9 release of Gnash has been designed to run on UNIX/Linux
975 variants, and has been run on most of the free ones.  However, Gnash
976 has successfully run on Windows, Darwin (Mac OS X), Irix, Solaris,
977 BeOs, OS/2, and Haiku.  Gnash has also run on the following 64-bit
978 systems: PowerPC, Itanium, UltraSparc, and AMD64.  For now, it is
979 important to be sure that the following code, testing, and
980 documentation dependencies are met before installing Gnash.  If you
981 will be downloading Gnash with a package manager, these dependencies
982 may be solved by the package manager.  Otherwise, you must first verify
983 that each of these dependencies are installed on the target system.
985 \x1f
986 File: gnash_user.info,  Node: Downloading Gnash,  Prev: Requirements,  Up: Installing and Configuring Gnash
988 3.2 Downloading Gnash
989 =====================
991 There are two ways to download Gnash: using a package manager or by
992 downloading the source code and building it on your system. If
993 possible, it is advisable to use a package manager to download Gnash,
994 as it will resolve dependencies for you.  However, if you want the very
995 latest features, or a Gnash package is not available for your operating
996 system, it is better to download the source code and build Gnash
997 locally.
999 * Menu:
1001 * Getting the Source::
1002 * Getting Codec Support::
1004 \x1f
1005 File: gnash_user.info,  Node: Getting the Source,  Next: Getting Codec Support,  Up: Downloading Gnash
1007 3.2.1 Getting the Source
1008 ------------------------
1010 Gnash is available as a release tarball (*note Releases::), a
1011 development checkout (*note Repository::), or a development snapshot
1012 (*note Snapshot::).
1014 * Menu:
1016 * Releases::
1017 * Snapshot::
1018 * Repository::
1020 \x1f
1021 File: gnash_user.info,  Node: Releases,  Next: Snapshot,  Up: Getting the Source
1023 3.2.1.1 Releases
1024 ................
1026 The source can be acquired from a GNU FTP Mirror
1027 (http://www.gnu.org/prep/ftp.html).  The release version is intended to
1028 be stable, and is probably your best choice if the release took place
1029 recently.  If you need features or fixes which were introduced after
1030 the release, consider a CVS checkout (*note Repository::) or the daily
1031 snapshot (*note Snapshot::).
1033    To download, select a mirror near you, then choose the `gnash'
1034 directory.
1036 \x1f
1037 File: gnash_user.info,  Node: Snapshot,  Next: Repository,  Prev: Releases,  Up: Getting the Source
1039 3.2.1.2 Snapshot
1040 ................
1042 The daily development snapshot can be downloaded from
1043 http://www.gnashdev.org/dev_snapshots/
1044 (http://www.gnashdev.org/dev_snapshots/).  This is the best option if
1045 you need changes which were introduced after the last release (*note
1046 Releases::) of Gnash, but are unable to download directly from the
1047 repository. (*note Repository::)
1049 \x1f
1050 File: gnash_user.info,  Node: Repository,  Prev: Snapshot,  Up: Getting the Source
1052 3.2.1.3 Repository
1053 ..................
1055 The latest development sources are available via anonymous CVS.  This
1056 is recommended if you need features or bug fixes which were introduced
1057 after the last release (*note Releases::).  Look at the daily snapshot
1058 (*note Snapshot::) if you experience difficulty accessing the
1059 repository.
1061    To download via anonymous CVS, first set the environment variable
1062 `CVS_RSH' to `ssh', then check out the source code.  The example below
1063 uses the GNU Bourne-Again shell (bash):
1066             export CVS_RSH="ssh"
1067             cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/gnash co gnash
1069    It is also possible to browse the repository
1070 `http://cvs.savannah.gnu.org/viewcvs/gnash/?root=gnash' on the web.
1072 \x1f
1073 File: gnash_user.info,  Node: Getting Codec Support,  Prev: Getting the Source,  Up: Downloading Gnash
1075 3.2.2 Getting Codec Support
1076 ---------------------------
1078 Gnash requires codec support to handle audio and video correctly. Some
1079 platforms like Ubuntu or Fedora under the GNOME desktop will
1080 automatically notify the user that the proper codecs aren't installed,
1081 and pop up a dialog box to let the user download the codecs Gnash needs
1082 to make site like YouTube work correctly. If you have installed Gnash on
1083 any other platform, and video doesn't work, it's highly likely you need
1084 to install the proper codecs. For most platforms, this is the
1085 Gstreamer-ffmpeg plugin, available from your distributions repository.
1087 \x1f
1088 File: gnash_user.info,  Node: Reporting Bugs,  Next: Glossary,  Prev: Installing and Configuring Gnash,  Up: Top
1090 4 Reporting Bugs
1091 ****************
1093 The Gnash project relies on the community of Gnash users to test the
1094 player.  Feedback is critical to any successful project.  Not only does
1095 it let us know that people use Gnash, but it helps us understand the
1096 community's needs. Gnash uses a bug tracker on
1097 `http://savannah.gnu.org' to manage these reports.
1099    When filing a report, please follow the guidelines below. The better
1100 your bug report is, the easier it will be for the developers to address
1101 the issue. Bug reports without enough information will be asked to
1102 provide this information anyway. Adding critical details, like the
1103 Operating System you are on, its version, and any relevant error
1104 messages from Gnash that you get.
1106 * Menu:
1108 * Get a Fresh Binary Package::
1109 * Determine if the bug was previously reported::
1110 * Review the bug writing guidelines::
1111 * Filing a bug report::
1113 \x1f
1114 File: gnash_user.info,  Node: Get a Fresh Binary Package,  Next: Determine if the bug was previously reported,  Up: Reporting Bugs
1116 4.1 Get a Fresh Binary Package
1117 ==============================
1119 For starters, it's a good idea to obtain a copy of the latest snapshot.
1120 Although Gnash is primarily released as source, the Gnash build
1121 infrastructure allows the automated building of binary packages. Often
1122 the version of Gnash as packaged by a GNU/Linux or BSD distribution is
1123 based on the last official release, which could be months out of date.
1124 It helps us, if this is the case, for you to try a newer packaged build
1125 of Gnash.
1127    You can get a fresh binary package of Gnash, as well as recent
1128 source packages from http://www.getgnash.org/packages
1129 (http://www.getgnash.org/packages/).
1131 \x1f
1132 File: gnash_user.info,  Node: Determine if the bug was previously reported,  Next: Review the bug writing guidelines,  Prev: Get a Fresh Binary Package,  Up: Reporting Bugs
1134 4.2 Determine if the bug was previously reported
1135 ================================================
1137 Search the Gnash bug tracker
1138 (https://savannah.gnu.org/bugs/?group=gnash) to see if the bug has
1139 already been identified.
1141    If the issue has already been reported, you should not file a bug
1142 report.  However, you may add some additional information to the ticket
1143 if you feel that it will be beneficial to the developers.  For
1144 instance, if someone reported a memory issue on Ubuntu GNU/Linux, and
1145 you noticed the same problem on OpenBSD, your stacktrace would be
1146 useful.  Conversely, adding a "me too" note to a feature request is not
1147 helpful.
1149 \x1f
1150 File: gnash_user.info,  Node: Review the bug writing guidelines,  Next: Filing a bug report,  Prev: Determine if the bug was previously reported,  Up: Reporting Bugs
1152 4.3 Review the bug writing guidelines
1153 =====================================
1155 A good bug report should be precise, explicit, and discrete.  This
1156 means that there should be just one bug per ticket, and that a ticket
1157 should contain the following information:
1159    * An overview of the problem;
1161    * Instructions on how to replicate the bug;
1163    * A description of what happened when you performed the steps to
1164      replicate the bug, and what you expected to happen;
1166    * Your system information: operating system name and version, as
1167      well as the versions of major development dependencies;
1169    * The release number or checkout timestamp for the version of Gnash
1170      where you observe the problem;
1172    * The file `config.log', which should be attached as a file;
1174    * A descriptive title.
1176    Include any additional information that you feel might be useful to
1177 the developers.
1179 \x1f
1180 File: gnash_user.info,  Node: Filing a bug report,  Prev: Review the bug writing guidelines,  Up: Reporting Bugs
1182 4.4 Filing a bug report
1183 =======================
1185 After following the steps described above, you can file a bug report at
1186 `https://savannah.gnu.org/bugs/?group=gnash'.
1188 \x1f
1189 File: gnash_user.info,  Node: Glossary,  Next: Authors,  Prev: Reporting Bugs,  Up: Top
1191 5 Glossary
1192 **********
1199 ActionScript
1200      _ActionScript_, or "AS", is the scripting language for _SWF_
1201      applications. It is compiled to bytecode, which is a subset of the
1202      _SWF_ format.
1205      AGG is the AntiGrain 2D graphics library, which can be used as a
1206      renderer in Gnash. It is faster than OpenGL on systems without
1207      hardware graphics acceleration. As of Gnash version 0.8.2 it is
1208      the more feature complete renderer.
1211      _AMF_ is the object format used by _SWF_ for shared objects and
1212      streaming video.
1214 as_environment
1215      In Gnash terms, the as_environment, or ActionScript execution
1216      environment, contains a stack of objects, characters and values
1217      which are in the immediate environment of the current fn_call.
1218      Please refer to the Gnash ActionScript manual for more information.
1224 Cairo
1225      Cairo is a 2D graphics library with support for multiple output
1226      devices. Can be used as a renderer in Gnash. A useful feature of
1227      Cairo is that it will automatically use graphic card acceleration
1228      when available. Cairo has an experimental OpenGL backend.
1234 DejaGNU
1235      DejaGNU is a framework for testing software.
1237 DocBook
1238      _DocBook_ is a markup language for presentation-neutral
1239      documentation, such as manuals.
1241 Doxygen
1242      _Doxygen_ is a documentation generator for for multiple languages
1243      which uses comments in the source code to create stand-alone
1244      documentation.
1246 Drupal
1247      Drupal is a CMS/blog system used for the main Gnash website.
1253 extensions
1254      A Gnash _extension_ is a plugin (not a browser plugin) which
1255      implements additional functionality beyond what is covered by the
1256      _SWF_ specification. These are shared libraries which are loaded
1257      at runtime.
1263 FFmpeg
1264      FFmpeg is an audio and video decoding library which can be used by
1265      Gnash to decode mp3, FLV and other media types.
1267 Flash
1268      The term _Flash_ is used to describe both the Adobe IDE for
1269      creating _SWF_ files, and Adobe's player.  Flash is a registered
1270      trademark belonging to Adobe.
1273      FLV is a proprietary file format used to deliver Flash video. It
1274      is used by YouTube, among others.
1276 FLTK
1277      FLTK, or the 'Fast Light ToolKit', is a portable GUI library which
1278      is intended to replace the SDL GUI. Currently in Gnash, FLTK may
1279      be used with the Cairo and AGG renderers. FLTK has an experimental
1280      Cairo backend.
1282 FrameBuffer
1283      In Gnash, this is a GUI library that outputs directly to the Linux
1284      Frame Buffer and so does not need a window system to run. This
1285      makes it particularly suitable for use on small devices.
1291 Gnash
1292      Gnash is the GNU Flash movie player.
1294 Gstreamer
1295      Gstreamer is a multimedia framework which Gnash can use for
1296      decoding audio and video. Gstreamer itself cannot decode anything,
1297      so it needs some appropriate decoding-plugins to do the work for
1298      it. Remember to install them if you use Gnash with Gstreamer
1299      enabled. To get the best out of Gnashs gstreamer-parts, it is
1300      recommended to install the gst-plugins-good, gst-plugins-good and
1301      gst-ffmpeg plugins packages.
1304      GTK is the GIMP Toolkit GUI library. It is one of the GUI options
1305      for Gnash. As of Gnash 0.7.2, this is the more performant and
1306      feature-rich choice. GTK uses Cairo internally.
1309      A _GUI_ is a "graphical user interface". In Gnash, the GUI library
1310      provides a wrapper for mouse and keyboard events, menus, windowing
1311      (where available) and a drawing area.  You must choose a GUI
1312      library during the configuration stage of building Gnash.
1318 kde-gnash
1319      _kde-gnash_ is the name given to the stand-alone instance of Gnash
1320      which used the KDE GUI.  It has been replaced with an
1321      implementation using Qt.  The Konqueror plugin runs kde-gnash and
1322      is called _Kparts_.
1324 Kparts
1325      _Kparts_ is a plugin for Konqueror which is enabled with the
1326      configuration option -enable-kparts.
1332 Mesa
1333      _Mesa_ is the free software OpenGL implementation.  Gnash
1334      documentation will sometimes use the glossterms 'OpenGL' and
1335      'Mesa' interchangeably.
1337 Ming
1338      Ming is a C library for generating _SWF_ format movies, plus a set
1339      of wrappers for using the library. It is used by the Gnash project
1340      for generating testcases.
1346 Nellymoser
1347      Nellymoser is a proprietary audio codec introduced in the Flash
1348      Player in version 6. For more information, please see Wikipedia.
1354 OpenGL
1355      OpenGL (Open Graphics Library) is a standard specification
1356      defining a cross-language cross-platform API for writing
1357      applications that produce 3D and 2D computer graphics. Accelerated
1358      graphic cards usually provide OpenGL at the hardware level. Please
1359      refer to Wikipedia for availability of free software OpenGL
1360      hardware drivers. A free software implementation of the API is
1361      available (Mesa). OpenGL can be used as a renderer in Gnash.
1364      ORM is a system for ensuring the rights of the creator over a
1365      piece of digital content. It is more passive than DRM.
1371 plugin
1372      The glossterm _plugin_ is used in Gnash to refer to both any Gnash
1373      browser plugin, as well as the Firefox plugin specifically.  The
1374      Konqueror plugin is called _Kpart_.  Sometimes, the term is used in
1375      an even more generic sense to refer to _extensions_.
1382      Qt is a GUI library which is used by KDE. The plugin version of
1383      Gnash using this GUI library is Kpart. The standalone version is
1384      enabled with -enable-gui=kde.
1390 renderer
1391      The _renderer_ is the subsystem of Gnash which renders content.
1392      Only one renderer may be used; it is selected at configuration
1393      time if building from source.
1395      Available renderers are: AGG, OpenGL, and Cairo. In terms of
1396      feature completeness, AGG comes first; followed by OpenGL and then
1397      Cairo. In most cases, AGG is preferred for performance, except
1398      cases where it is beneficial to have hardware accelerated
1399      rendering (for example, when you have a very slow CPU but a very
1400      fast graphics card). In this case OpenGL should be used.
1402 RTMP
1403      RTMP is the Real Time Messaging Protocol primarily used with to
1404      stream audio and video over the internet to the Flash Player
1405      client.
1407 RTMPT
1408      RTMPT is basically a HTTP wrapper around the RTMP protocol that is
1409      sent using POST requests from the client to the server. Because of
1410      the non-persistent nature of HTTP connections, RTMPT requires the
1411      clients to poll for updates periodically in order to get notified
1412      about events that are generated by the server or other clients.
1414 RTMPTS
1415      RTMPTS is the same as RTMPT, but instead of being a HTTP wrapper,
1416      it is a HTTP SSL wrapper (HTTP secure connection).
1423      Simple DirectMedia Layer is a cross-platform multimedia free
1424      software library that creates an abstraction over various
1425      platforms' graphics, sound, and input APIs. Gnash can use it as a
1426      GUI and/or as a sound handler. Note that the two usages are
1427      independent of each other: you can use it for a task and not for
1428      the other if you wish.  This version of Gnash does not implement
1429      menus in the SDL GUI; the SDL sound handler is the most feature
1430      rich, supporting video through FFmpeg.
1432 sound handler
1433      The _sound handler_ is the part of Gnash which handles both event
1434      sounds and streaming sound.  Audio from external sources is sent
1435      through the sound handler when SDL is used.  The sound handler
1436      must be selected during configuration of Gnash when compiling.
1438      There are currently two sound handlers available in Gnash: FFmpeg
1439      and Gstreamer.  The ffmpeg sound handler uses SDL for mixing.  The
1440      Gstreamer-sound handler uses the available plugins to decode the
1441      audio, so it might not work if some important plugins are missing.
1442      The GST sound handler is recommended (the default).
1444 sprite
1445      A sprite is an element of an Flash Movie. It's basically a Movie
1446      inside another, having its own timeline.
1448 Stage
1449      The visible area of a Flash movie. The name derives from a theater
1450      analogy. Graphical elements are referred to as characters.
1453      _SWF_ is the generic name for _Flash_ movies.
1459 Tamarin
1460      The Tamarin project seeks to create an open source implementation
1461      of the ECMAScript 4th edition language specification. The code is
1462      used by Adobe as part of the ActionScript Virtual Machine within
1463      the Adobe Flash Player. Gnash does not use Tamarin; it already has
1464      a working virtual server and most ActionScript classes are
1465      implemented.
1467 timeline
1468      In Flash technology, a timeline is a sequence of "frames". A
1469      single Flash movie can contain multiple timelines, each
1470      independently controlled (STOP or PLAY). At regular intervals
1471      (FPS) the player advances all timelines in PLAY mode to the next
1472      frame, looping back when last frame is reached.
1478 X.org
1479      X.org is the most commonly used X server; it was forked from
1480      XFree86.
1482 \x1f
1483 File: gnash_user.info,  Node: Authors,  Next: GNU Free Documentation License,  Prev: Glossary,  Up: Top
1485 6 Authors
1486 *********
1488 Gnash is maintained by Rob Savoye. Other active developers are: Sandro
1489 Santilli, Bastiaan Jacques, Udo Giacomozzi, Chad Musick, Benjamin
1490 Wolsey, Zou Lunkai, and Russ Nelson. Please send all comments and
1491 suggestions to <gnash-dev@gnu.org>. Past and sometimes current
1492 developers are Tomas Groth and Markus Gothe.
1494    Gnash was initially derived from GameSWF.  GameSWF is maintained by
1495 Thatcher Ulrich <tu@tulrich.com>.  The following people contributed to
1496 GameSWF: Mike Shaver, Thierry Berger-Perrin, Ignacio Castan~o, Willem
1497 Kokke, Vitaly Alexeev, Alexander Streit, and Rob Savoye.
1499 \x1f
1500 File: gnash_user.info,  Node: GNU Free Documentation License,  Prev: Authors,  Up: Top
1502 Appendix A GNU Free Documentation License
1503 *****************************************
1505 * Menu:
1507 * 0. PREAMBLE: 0_ PREAMBLE.
1508 * 1. APPLICABILITY AND DEFINITIONS: 1_ APPLICABILITY AND DEFINITIONS.
1509 * 2. VERBATIM COPYING: 2_ VERBATIM COPYING.
1510 * 3. COPYING IN QUANTITY: 3_ COPYING IN QUANTITY.
1511 * 4. MODIFICATIONS: 4_ MODIFICATIONS.
1512 * 5. COMBINING DOCUMENTS: 5_ COMBINING DOCUMENTS.
1513 * 6. COLLECTIONS OF DOCUMENTS: 6_ COLLECTIONS OF DOCUMENTS.
1514 * 7. AGGREGATION WITH INDEPENDENT WORKS: 7_ AGGREGATION WITH INDEPENDENT WORKS.
1515 * 8. TRANSLATION: 8_ TRANSLATION.
1516 * 9. TERMINATION: 9_ TERMINATION.
1517 * 10. FUTURE REVISIONS OF THIS LICENSE: 10_ FUTURE REVISIONS OF THIS LICENSE.
1518 * Addendum::
1520 \x1f
1521 File: gnash_user.info,  Node: 0_ PREAMBLE,  Next: 1_ APPLICABILITY AND DEFINITIONS,  Up: GNU Free Documentation License
1523 A.1 0. PREAMBLE
1524 ===============
1526 The purpose of this License is to make a manual, textbook, or other
1527 written document "free" in the sense of freedom: to assure everyone the
1528 effective freedom to copy and redistribute it, with or without
1529 modifying it, either commercially or non-commercially. Secondarily,
1530 this License preserves for the author and publisher a way to get credit
1531 for their work, while not being considered responsible for
1532 modifications made by others.
1534    This License is a kind of "copyleft", which means that derivative
1535 works of the document must themselves be free in the same sense. It
1536 complements the GNU General Public License, which is a copyleft license
1537 designed for free software.
1539    We have designed this License in order to use it for manuals for
1540 free software, because free software needs free documentation: a free
1541 program should come with manuals providing the same freedoms that the
1542 software does. But this License is not limited to software manuals; it
1543 can be used for any textual work, regardless of subject matter or
1544 whether it is published as a printed book. We recommend this License
1545 principally for works whose purpose is instruction or reference.
1547 \x1f
1548 File: gnash_user.info,  Node: 1_ APPLICABILITY AND DEFINITIONS,  Next: 2_ VERBATIM COPYING,  Prev: 0_ PREAMBLE,  Up: GNU Free Documentation License
1550 A.2 1. APPLICABILITY AND DEFINITIONS
1551 ====================================
1553 This License applies to any manual or other work that contains a notice
1554 placed by the copyright holder saying it can be distributed under the
1555 terms of this License. The "Document", below, refers to any such manual
1556 or work. Any member of the public is a licensee, and is addressed as
1557 "you".
1559    A "Modified Version" of the Document means any work containing the
1560 Document or a portion of it, either copied verbatim, or with
1561 modifications and/or translated into another language.
1563    A "Secondary Section" is a named appendix or a front-matter section
1564 of the Document (*note fdl-document::) that deals exclusively with the
1565 relationship of the publishers or authors of the Document to the
1566 Document's overall subject (or to related matters) and contains nothing
1567 that could fall directly within that overall subject. (For example, if
1568 the Document is in part a textbook of mathematics, a Secondary Section
1569 may not explain any mathematics.)  The relationship could be a matter
1570 of historical connection with the subject or with related matters, or of
1571 legal, commercial, philosophical, ethical or political position
1572 regarding them.
1574    The "Invariant Sections" are certain  Secondary Sections (*note
1575 fdl-secondary::) whose titles are designated, as being those of
1576 Invariant Sections, in the notice that says that the Document (*note
1577 fdl-document::) is released under this License.
1579    The "Cover Texts" are certain short passages of text that are
1580 listed, as Front-Cover Texts or Back-Cover Texts, in the notice that
1581 says that the Document (*note fdl-document::) is released under this
1582 License.
1584    A "Transparent" copy of the  Document (*note fdl-document::) means a
1585 machine-readable copy, represented in a format whose specification is
1586 available to the general public, whose contents can be viewed and edited
1587 directly and straightforwardly with generic text editors or (for images
1588 composed of pixels) generic paint programs or (for drawings) some
1589 widely available drawing editor, and that is suitable for input to text
1590 formatters or for automatic translation to a variety of formats
1591 suitable for input to text formatters. A copy made in an otherwise
1592 Transparent file format whose markup has been designed to thwart or
1593 discourage subsequent modification by readers is not Transparent.  A
1594 copy that is not "Transparent" is called "Opaque".
1596    Examples of suitable formats for Transparent copies include plain
1597 ASCII without markup, Texinfo input format, LaTeX input format, SGML or
1598 XML using a publicly available DTD, and standard-conforming simple HTML
1599 designed for human modification. Opaque formats include PostScript, PDF,
1600 proprietary formats that can be read and edited only by proprietary
1601 word processors, SGML or XML for which the DTD and/or processing tools
1602 are not generally available, and the machine-generated HTML produced by
1603 some word processors for output purposes only.
1605    The "Title Page" means, for a printed book, the title page itself,
1606 plus such following pages as are needed to hold, legibly, the material
1607 this License requires to appear in the title page. For works in formats
1608 which do not have any title page as such, "Title Page" means the text
1609 near the most prominent appearance of the work's title, preceding the
1610 beginning of the body of the text.
1612 \x1f
1613 File: gnash_user.info,  Node: 2_ VERBATIM COPYING,  Next: 3_ COPYING IN QUANTITY,  Prev: 1_ APPLICABILITY AND DEFINITIONS,  Up: GNU Free Documentation License
1615 A.3 2. VERBATIM COPYING
1616 =======================
1618 You may copy and distribute the Document (*note fdl-document::) in any
1619 medium, either commercially or noncommercially, provided that this
1620 License, the copyright notices, and the license notice saying this
1621 License applies to the Document are reproduced in all copies, and that
1622 you add no other conditions whatsoever to those of this License. You
1623 may not use technical measures to obstruct or control the reading or
1624 further copying of the copies you make or distribute. However, you may
1625 accept compensation in exchange for copies. If you distribute a large
1626 enough number of copies you must also follow the conditions in section
1627 3 (*note 3_ COPYING IN QUANTITY::).
1629    You may also lend copies, under the same conditions stated above,
1630 and you may publicly display copies.
1632 \x1f
1633 File: gnash_user.info,  Node: 3_ COPYING IN QUANTITY,  Next: 4_ MODIFICATIONS,  Prev: 2_ VERBATIM COPYING,  Up: GNU Free Documentation License
1635 A.4 3. COPYING IN QUANTITY
1636 ==========================
1638 If you publish printed copies of the Document (*note fdl-document::)
1639 numbering more than 100, and the Document's license notice requires
1640 Cover Texts (*note fdl-cover-texts::), you must enclose the copies in
1641 covers that carry, clearly and legibly, all these Cover Texts:
1642 Front-Cover Texts on the front cover, and Back-Cover Texts on the back
1643 cover. Both covers must also clearly and legibly identify you as the
1644 publisher of these copies. The front cover must present the full title
1645 with all words of the title equally prominent and visible. You may add
1646 other material on the covers in addition. Copying with changes limited
1647 to the covers, as long as they preserve the title of the Document
1648 (*note fdl-document::) and satisfy these conditions, can be treated as
1649 verbatim copying in other respects.
1651    If the required texts for either cover are too voluminous to fit
1652 legibly, you should put the first ones listed (as many as fit
1653 reasonably) on the actual cover, and continue the rest onto adjacent
1654 pages.
1656    If you publish or distribute Opaque (*note fdl-transparent::) copies
1657 of the Document (*note fdl-document::) numbering more than 100, you
1658 must either include a machine-readable Transparent (*note
1659 fdl-transparent::) copy along with each Opaque copy, or state in or
1660 with each Opaque copy a publicly-accessible computer-network location
1661 containing a complete Transparent copy of the Document, free of added
1662 material, which the general network-using public has access to download
1663 anonymously at no charge using public-standard network protocols. If
1664 you use the latter option, you must take reasonably prudent steps, when
1665 you begin distribution of Opaque copies in quantity, to ensure that
1666 this Transparent copy will remain thus accessible at the stated
1667 location until at least one year after the last time you distribute an
1668 Opaque copy (directly or through your agents or retailers) of that
1669 edition to the public.
1671    It is requested, but not required, that you contact the authors of
1672 the Document (*note fdl-document::) well before redistributing any
1673 large number of copies, to give them a chance to provide you with an
1674 updated version of the Document.
1676 \x1f
1677 File: gnash_user.info,  Node: 4_ MODIFICATIONS,  Next: 5_ COMBINING DOCUMENTS,  Prev: 3_ COPYING IN QUANTITY,  Up: GNU Free Documentation License
1679 A.5 4. MODIFICATIONS
1680 ====================
1682 You may copy and distribute a Modified Version (*note fdl-modified::)
1683 of the Document (*note fdl-document::) under the conditions of sections
1684 2 (*note 2_ VERBATIM COPYING::) and 3 (*note 3_ COPYING IN QUANTITY::)
1685 above, provided that you release the Modified Version under precisely
1686 this License, with the Modified Version filling the role of the
1687 Document, thus licensing distribution and modification of the Modified
1688 Version to whoever possesses a copy of it. In addition, you must do
1689 these things in the Modified Version:
1691    * *A. * Use in the Title Page (*note fdl-title-page::) (and on the
1692      covers, if any) a title distinct from that of the Document (*note
1693      fdl-document::), and from those of previous versions (which
1694      should, if there were any, be listed in the History section of the
1695      Document). You may use the same title as a previous version if the
1696      original publisher of that version gives permission.
1698    * *B. * List on the Title Page (*note fdl-title-page::), as authors,
1699      one or more persons or entities responsible for authorship of the
1700      modifications in the Modified Version (*note fdl-modified::),
1701      together with at least five of the principal authors of the
1702      Document (*note fdl-document::) (all of its principal authors, if
1703      it has less than five).
1705    * *C. * State on the Title Page (*note fdl-title-page::) the name of
1706      the publisher of the Modified Version (*note fdl-modified::), as
1707      the publisher.
1709    * *D. * Preserve all the copyright notices of the Document (*note
1710      fdl-document::).
1712    * *E. * Add an appropriate copyright notice for your modifications
1713      adjacent to the other copyright notices.
1715    * *F. * Include, immediately after the copyright notices, a license
1716      notice giving the public permission to use the Modified Version
1717      (*note fdl-modified::) under the terms of this License, in the
1718      form shown in the Addendum below.
1720    * *G. * Preserve in that license notice the full lists of  Invariant
1721      Sections (*note fdl-invariant::) and required Cover Texts (*note
1722      fdl-cover-texts::) given in the Document's (*note fdl-document::)
1723      license notice.
1725    * *H. * Include an unaltered copy of this License.
1727    * *I. * Preserve the section entitled "History", and its title, and
1728      add to it an item stating at least the title, year, new authors,
1729      and publisher of the Modified Version  (*note fdl-modified::)as
1730      given on the Title Page (*note fdl-title-page::).  If there is no
1731      section entitled "History" in the Document (*note fdl-document::),
1732      create one stating the title, year, authors, and publisher of the
1733      Document as given on its Title Page, then add an item describing
1734      the Modified Version as stated in the previous sentence.
1736    * *J. * Preserve the network location, if any, given in the Document
1737      (*note fdl-document::) for public access to a Transparent (*note
1738      fdl-transparent::) copy of the Document, and likewise the network
1739      locations given in the Document for previous versions it was based
1740      on. These may be placed in the "History" section.  You may omit a
1741      network location for a work that was published at least four years
1742      before the Document itself, or if the original publisher of the
1743      version it refers to gives permission.
1745    * *K. * In any section entitled "Acknowledgements" or "Dedications",
1746      preserve the section's title, and preserve in the section all the
1747      substance and tone of each of the contributor acknowledgements
1748      and/or dedications given therein.
1750    * *L. * Preserve all the Invariant Sections (*note fdl-invariant::)
1751      of the Document (*note fdl-document::), unaltered in their text
1752      and in their titles.  Section numbers or the equivalent are not
1753      considered part of the section titles.
1755    * *M. * Delete any section entitled "Endorsements". Such a section
1756      may not be included in the Modified Version (*note fdl-modified::).
1758    * *N. * Do not retitle any existing section as "Endorsements" or to
1759      conflict in title with any Invariant Section (*note
1760      fdl-invariant::).
1762    If the Modified Version (*note fdl-modified::) includes new
1763 front-matter sections or appendices that qualify as Secondary Sections
1764 (*note fdl-secondary::) and contain no material copied from the
1765 Document, you may at your option designate some or all of these
1766 sections as invariant. To do this, add their titles to the list of
1767 Invariant Sections (*note fdl-invariant::) in the Modified Version's
1768 license notice.  These titles must be distinct from any other section
1769 titles.
1771    You may add a section entitled "Endorsements", provided it contains
1772 nothing but endorsements of your Modified Version (*note
1773 fdl-modified::) by various parties-for example, statements of peer
1774 review or that the text has been approved by an organization as the
1775 authoritative definition of a standard.
1777    You may add a passage of up to five words as a Front-Cover Text
1778 (*note fdl-cover-texts::), and a passage of up to 25 words as a
1779 Back-Cover Text (*note fdl-cover-texts::), to the end of the list of
1780 Cover Texts (*note fdl-cover-texts::) in the Modified Version (*note
1781 fdl-modified::).  Only one passage of Front-Cover Text and one of
1782 Back-Cover Text may be added by (or through arrangements made by) any
1783 one entity. If the Document (*note fdl-document::) already includes a
1784 cover text for the same cover, previously added by you or by
1785 arrangement made by the same entity you are acting on behalf of, you
1786 may not add another; but you may replace the old one, on explicit
1787 permission from the previous publisher that added the old one.
1789    The author(s) and publisher(s) of the Document (*note
1790 fdl-document::) do not by this License give permission to use their
1791 names for publicity for or to assert or imply endorsement of any
1792 Modified Version  (*note fdl-modified::).
1794 \x1f
1795 File: gnash_user.info,  Node: 5_ COMBINING DOCUMENTS,  Next: 6_ COLLECTIONS OF DOCUMENTS,  Prev: 4_ MODIFICATIONS,  Up: GNU Free Documentation License
1797 A.6 5. COMBINING DOCUMENTS
1798 ==========================
1800 You may combine the Document (*note fdl-document::) with other
1801 documents released under this License, under the terms defined in
1802 section 4 (*note 4_ MODIFICATIONS::) above for modified versions,
1803 provided that you include in the combination all of the Invariant
1804 Sections (*note fdl-invariant::) of all of the original documents,
1805 unmodified, and list them all as Invariant Sections of your combined
1806 work in its license notice.
1808    The combined work need only contain one copy of this License, and
1809 multiple identical Invariant Sections (*note fdl-invariant::) may be
1810 replaced with a single copy. If there are multiple Invariant Sections
1811 with the same name but different contents, make the title of each such
1812 section unique by adding at the end of it, in parentheses, the name of
1813 the original author or publisher of that section if known, or else a
1814 unique number. Make the same adjustment to the section titles in the
1815 list of Invariant Sections in the license notice of the combined work.
1817    In the combination, you must combine any sections entitled "History"
1818 in the various original documents, forming one section entitled
1819 "History"; likewise combine any sections entitled "Acknowledgements",
1820 and any sections entitled "Dedications".  You must delete all sections
1821 entitled "Endorsements."
1823 \x1f
1824 File: gnash_user.info,  Node: 6_ COLLECTIONS OF DOCUMENTS,  Next: 7_ AGGREGATION WITH INDEPENDENT WORKS,  Prev: 5_ COMBINING DOCUMENTS,  Up: GNU Free Documentation License
1826 A.7 6. COLLECTIONS OF DOCUMENTS
1827 ===============================
1829 You may make a collection consisting of the Document (*note
1830 fdl-document::) and other documents released under this License, and
1831 replace the individual copies of this License in the various documents
1832 with a single copy that is included in the collection, provided that
1833 you follow the rules of this License for verbatim copying of each of the
1834 documents in all other respects.
1836    You may extract a single document from such a collection, and
1837 distribute it individually under this License, provided you insert a
1838 copy of this License into the extracted document, and follow this
1839 License in all other respects regarding verbatim copying of that
1840 document.
1842 \x1f
1843 File: gnash_user.info,  Node: 7_ AGGREGATION WITH INDEPENDENT WORKS,  Next: 8_ TRANSLATION,  Prev: 6_ COLLECTIONS OF DOCUMENTS,  Up: GNU Free Documentation License
1845 A.8 7. AGGREGATION WITH INDEPENDENT WORKS
1846 =========================================
1848 A compilation of the Document (*note fdl-document::) or its derivatives
1849 with other separate and independent documents or works, in or on a
1850 volume of a storage or distribution medium, does not as a whole count
1851 as a Modified Version (*note fdl-modified::) of the Document, provided
1852 no compilation copyright is claimed for the compilation.  Such a
1853 compilation is called an "aggregate", and this License does not apply
1854 to the other self-contained works thus compiled with the Document , on
1855 account of their being thus compiled, if they are not themselves
1856 derivative works of the Document.  If the Cover Text (*note
1857 fdl-cover-texts::) requirement of section 3 (*note 3_ COPYING IN
1858 QUANTITY::) is applicable to these copies of the Document, then if the
1859 Document is less than one quarter of the entire aggregate, the
1860 Document's Cover Texts may be placed on covers that surround only the
1861 Document within the aggregate. Otherwise they must appear on covers
1862 around the whole aggregate.
1864 \x1f
1865 File: gnash_user.info,  Node: 8_ TRANSLATION,  Next: 9_ TERMINATION,  Prev: 7_ AGGREGATION WITH INDEPENDENT WORKS,  Up: GNU Free Documentation License
1867 A.9 8. TRANSLATION
1868 ==================
1870 Translation is considered a kind of modification, so you may distribute
1871 translations of the Document (*note fdl-document::) under the terms of
1872 section 4 (*note 4_ MODIFICATIONS::). Replacing  Invariant Sections
1873 (*note fdl-invariant::) with translations requires special permission
1874 from their copyright holders, but you may include translations of some
1875 or all Invariant Sections in addition to the original versions of these
1876 Invariant Sections. You may include a translation of this License
1877 provided that you also include the original English version of this
1878 License. In case of a disagreement between the translation and the
1879 original English version of this License, the original English version
1880 will prevail.
1882 \x1f
1883 File: gnash_user.info,  Node: 9_ TERMINATION,  Next: 10_ FUTURE REVISIONS OF THIS LICENSE,  Prev: 8_ TRANSLATION,  Up: GNU Free Documentation License
1885 A.10 9. TERMINATION
1886 ===================
1888 You may not copy, modify, sublicense, or distribute the Document (*note
1889 fdl-document::) except as expressly provided for under this License.
1890 Any other attempt to copy, modify, sublicense or distribute the
1891 Document is void, and will automatically terminate your rights under
1892 this License. However, parties who have received copies, or rights,
1893 from you under this License will not have their licenses terminated so
1894 long as such parties remain in full compliance.
1896 \x1f
1897 File: gnash_user.info,  Node: 10_ FUTURE REVISIONS OF THIS LICENSE,  Next: Addendum,  Prev: 9_ TERMINATION,  Up: GNU Free Documentation License
1899 A.11 10. FUTURE REVISIONS OF THIS LICENSE
1900 =========================================
1902 The Free Software Foundation (http://www.gnu.org/fsf/fsf.html) may
1903 publish new, revised versions of the GNU Free Documentation License
1904 from time to time. Such new versions will be similar in spirit to the
1905 present version, but may differ in detail to address new problems or
1906 concerns. See http://www.gnu.org/copyleft/
1907 (http://www.gnu.org/copyleft).
1909    Each version of the License is given a distinguishing version
1910 number. If the Document (*note fdl-document::) specifies that a
1911 particular numbered version of this License "or any later version"
1912 applies to it, you have the option of following the terms and
1913 conditions either of that specified version or of any later version
1914 that has been published (not as a draft) by the Free Software
1915 Foundation. If the Document does not specify a version number of this
1916 License, you may choose any version ever published (not as a draft) by
1917 the Free Software Foundation.
1919 \x1f
1920 File: gnash_user.info,  Node: Addendum,  Prev: 10_ FUTURE REVISIONS OF THIS LICENSE,  Up: GNU Free Documentation License
1922 A.12 Addendum
1923 =============
1925 To use this License in a document you have written, include a copy of
1926 the License in the document and put the following copyright and license
1927 notices just after the title page:
1929      Copyright 2008, Free Software Foundation.
1931      Permission is granted to copy, distribute and/or modify this
1932      document under the terms of the GNU Free Documentation License,
1933      Version 1.1 or any later version published by the Free Software
1934      Foundation; with noInvariant Sections (*note fdl-invariant::),
1935      with no Front-Cover Texts (*note fdl-cover-texts::), and with no
1936      Back-Cover Texts (*note fdl-cover-texts::). A copy of the license
1937      is included in the section entitled "GNU Free Documentation
1938      License".
1940    If your document contains nontrivial examples of program code, we
1941 recommend releasing these examples in parallel under your choice of
1942 free software license, such as the GNU General Public License
1943 (http://www.gnu.org/copyleft/gpl.html), to permit their use in free
1944 software.
1947 \x1f
1948 Tag Table:
1949 Node: Top\x7f193
1950 Node: Introduction\x7f1498
1951 Node: Audience\x7f2295
1952 Node: What Is Supported?\x7f2623
1953 Node: Using Gnash\x7f5131
1954 Node: Gnash Command Line Options\x7f51454
1955 Ref: Gnash Command Line Options <1>\x7f51808
1956 Node: Gnash Interactive Control Keys\x7f57849
1957 Ref: Gnash Interactive Control Keys <1>\x7f58216
1958 Node: User Configuration File\x7f58965
1959 Ref: User Configuration Variables\x7f59750
1960 Node: Installing and Configuring Gnash\x7f83090
1961 Node: Requirements\x7f83451
1962 Node: Hardware Requirements\x7f83772
1963 Ref: Build Matrix\x7f84549
1964 Node: Software Requirements\x7f85779
1965 Node: Downloading Gnash\x7f86612
1966 Node: Getting the Source\x7f87247
1967 Node: Releases\x7f87607
1968 Node: Snapshot\x7f88165
1969 Node: Repository\x7f88636
1970 Node: Getting Codec Support\x7f89457
1971 Node: Reporting Bugs\x7f90174
1972 Node: Get a Fresh Binary Package\x7f91164
1973 Node: Determine if the bug was previously reported\x7f91951
1974 Node: Review the bug writing guidelines\x7f92770
1975 Node: Filing a bug report\x7f93822
1976 Node: Glossary\x7f94106
1977 Ref: A\x7f94220
1978 Ref: C\x7f95040
1979 Ref: D\x7f95326
1980 Ref: E\x7f95738
1981 Ref: F\x7f95980
1982 Ref: G\x7f96865
1983 Ref: K\x7f97850
1984 Ref: M\x7f98210
1985 Ref: N\x7f98561
1986 Ref: O\x7f98718
1987 Ref: P\x7f99333
1988 Ref: Q\x7f99620
1989 Ref: R\x7f99804
1990 Ref: S\x7f101045
1991 Ref: T\x7f102532
1992 Ref: X\x7f103240
1993 Node: Authors\x7f103333
1994 Node: GNU Free Documentation License\x7f104043
1995 Node: 0_ PREAMBLE\x7f104807
1996 Node: 1_ APPLICABILITY AND DEFINITIONS\x7f106114
1997 Ref: fdl-document\x7f106340
1998 Ref: fdl-modified\x7f106631
1999 Ref: fdl-secondary\x7f106818
2000 Ref: fdl-invariant\x7f107463
2001 Ref: fdl-cover-texts\x7f107712
2002 Ref: fdl-transparent\x7f107925
2003 Ref: fdl-title-page\x7f109215
2004 Node: 2_ VERBATIM COPYING\x7f109604
2005 Node: 3_ COPYING IN QUANTITY\x7f110585
2006 Node: 4_ MODIFICATIONS\x7f112943
2007 Node: 5_ COMBINING DOCUMENTS\x7f119004
2008 Node: 6_ COLLECTIONS OF DOCUMENTS\x7f120502
2009 Node: 7_ AGGREGATION WITH INDEPENDENT WORKS\x7f121394
2010 Node: 8_ TRANSLATION\x7f122623
2011 Node: 9_ TERMINATION\x7f123527
2012 Node: 10_ FUTURE REVISIONS OF THIS LICENSE\x7f124183
2013 Node: Addendum\x7f125324
2014 \x1f
2015 End Tag Table
2017 \x1f
2018 Local Variables:
2019 coding: US-ASCII
2020 End: