# PaCkAgE DaTaStReAm gv 1 4698 # end of header 070701000b8d74000081a40000000000000000000000015029b9440000010a0000010000010031ffffffffffffffff0000000b00000000gv/pkginfoPKG=gv NAME=gv 3.7.3.90 SPARC 64bit Solaris 10 VERSION=3.7.3.90 PSTAMP=14th August 2012 VENDOR=GNU EMAIL=https://www.gnu.org/software/gv/ DESC=GNU Postscript and PDF image viewer ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 070701000b8d73000081a40000000000000000000000015029b945000003fe0000010000010031ffffffffffffffff0000000a00000000gv/pkgmap: 1 4698 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/gv 0755 root root 1974112 10747 1344911639 1 f none /usr/local/bin/gv-update-userconfig 0755 root root 34861 7753 1344911639 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/gv 0755 root root 1 f none /usr/local/share/gv/GV 0644 root root 4018 57228 1344911639 1 f none /usr/local/share/gv/gv_system.ad 0644 root root 3874 52476 1344911639 1 d none /usr/local/share/gv/safe-gs-workdir 0755 root root 1 d none /usr/local/share/info 0755 root root 1 f none /usr/local/share/info/dir 0644 root root 7636 44893 1344911640 1 f none /usr/local/share/info/gv.info 0644 root root 86442 39691 1344911640 1 d none /usr/local/share/man 0755 root root 1 d none /usr/local/share/man/man1 0755 root root 1 f none /usr/local/share/man/man1/gv-update-userconfig.1 0644 root root 2479 21847 1344911640 1 f none /usr/local/share/man/man1/gv.1 0644 root root 3399 36655 1344911640 1 i checkinstall 785 2565 1344911684 1 i pkginfo 266 20054 1344911684 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!070701000b8d74000081a40000000000000000000000015029b9440000010a0000010000010031ffffffffffffffff0000000800000000pkginfoPKG=gv NAME=gv 3.7.3.90 SPARC 64bit Solaris 10 VERSION=3.7.3.90 PSTAMP=14th August 2012 VENDOR=GNU EMAIL=https://www.gnu.org/software/gv/ DESC=GNU Postscript and PDF image viewer ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 070701000b8d73000081a40000000000000000000000015029b945000003fe0000010000010031ffffffffffffffff0000000700000000pkgmap: 1 4698 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/gv 0755 root root 1974112 10747 1344911639 1 f none /usr/local/bin/gv-update-userconfig 0755 root root 34861 7753 1344911639 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/gv 0755 root root 1 f none /usr/local/share/gv/GV 0644 root root 4018 57228 1344911639 1 f none /usr/local/share/gv/gv_system.ad 0644 root root 3874 52476 1344911639 1 d none /usr/local/share/gv/safe-gs-workdir 0755 root root 1 d none /usr/local/share/info 0755 root root 1 f none /usr/local/share/info/dir 0644 root root 7636 44893 1344911640 1 f none /usr/local/share/info/gv.info 0644 root root 86442 39691 1344911640 1 d none /usr/local/share/man 0755 root root 1 d none /usr/local/share/man/man1 0755 root root 1 f none /usr/local/share/man/man1/gv-update-userconfig.1 0644 root root 2479 21847 1344911640 1 f none /usr/local/share/man/man1/gv.1 0644 root root 3399 36655 1344911640 1 i checkinstall 785 2565 1344911684 1 i pkginfo 266 20054 1344911684 070701000b8d90000041ed0000000000000000000000025029b945000000000000010000010031ffffffffffffffff0000000800000000install070701000b8d91000081ed0000000000000000000000015029b944000003110000010000010031ffffffffffffffff0000001500000000install/checkinstall#!/bin/sh # expected_bits="64" expected_release="5.10" expected_platform="sparc" # release=`uname -r` platform=`uname -p` bits=`isainfo -b` # if [ ${platform} != ${expected_platform} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_platform} architecture\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${release} != ${expected_release} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_release} machine\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${bits} != ${expected_bits} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_bits} bit machine\n" echo "\tYour machine is running a ${bits} bit O.S. currently\n" echo "\tAborting installation.\n\n\n" exit 1 fi exit 0 070701000b8d75000041ed0000000000000000000000035029b945000000000000010000010031ffffffffffffffff0000000500000000root070701000b8d76000041ed0000000000000000000000035029b945000000000000010000010031ffffffffffffffff0000000900000000root/usr070701000b8d77000041ed0000000000000000000000045029b945000000000000010000010031ffffffffffffffff0000000f00000000root/usr/local070701000b8d78000041ed0000000000000000000000025029b945000000000000010000010031ffffffffffffffff0000001300000000root/usr/local/bin070701000b8d81000081ed0000000000000000000000015029b9170000882d0000010000010031ffffffffffffffff0000002800000000root/usr/local/bin/gv-update-userconfig#! /usr/bin/perl # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU gv; see the file COPYING. If not, write to # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # # Author: Markus Steinborn (see CONTRIBUTORS for the e-mail address) # This program updates ~/.gv by removing all incompatible entries. @res = (); %res = (); %resDefault = (); $saveUnchanged = 1; $help = 0; $altNavigation = 0; $replaceNavigation = 0; $i18n = 0; for $i (@ARGV) { $saveUnchanged = 0 if $i eq "-r"; $altNavigation = $replaceNavigation = 1 if $i eq "-n"; $altNavigation = $replaceNavigation = 2 if $i eq "-N"; $replaceNavigation = 1 if $i eq "-s"; $i18n = 1 if $i eq "-i"; $help = 1 if $i eq "-h"; $help = 1 if $i eq "--help"; $help = 1 if $i eq "--usage"; print "Ignoring further filename $i\n" if $i !~ /^-/ && defined $filename; $filename = $i if $i !~ /^-/ && !defined $filename; } if ($help) { print "Syntax: gv-update-userconfig [-r] [-n] [-N] [-s] [filename]\n\n"; print "filename: specifies file to update. Defaults to '~/.gv'\n"; print "-r : Remove resources that have default value, too\n"; print "-n : Switch to alternative navigation\n"; print "-N : Switch to standard navigation\n"; print "-s : Remove navigation resources\n\n"; print "gv-update-userconfig is a simple script to update an .gv config file to\n"; print "the current version of gv by removing all entries known to cause problems\n"; print "with the current version of gv.\n\n"; exit(0); } $filename = "$ENV{HOME}/.gv" unless defined $filename; open ($file, "<", $filename) or die "Cannot open $filename for reading.\n"; while (<$file>) { chomp; $read = $_; $line = $read; while ( $read =~ /\\$/ ) { $read = <$file>; chomp $read; $line .= "\n$read"; } push (@res, $line); if ($line =~ /^([^:]+):/ ) { $res{$1} = $line; } } close $file; while () { chomp; $read = $_; $line = $read; while ( $read =~ /\\$/ ) { $read = ; chomp $read; $line .= "\n$read"; } if ($line =~ /^([^:]+):/ ) { $resDefault{$1} = $line; } } $VER = "gv 3.5.8"; if (defined $res{"GV.version"}) { $res{"GV.version"} =~ m/(gv [\.0-9]+$)/ ; $VER = $1; } %remove = (); sub compare { my $a1 = $_[0]; my $a2 = $_[1]; my $b1 = substr($a1,3); my $b2 = substr($a2,3); my @c1 = split(/\./, $b1); my @c2 = split(/\./, $b2); push (@c1, "0") while @c1 < @c2; push (@c2, "0") while @c1 > @c2; for (my $i = 0; $i < @c1; $i++) { return 1 if $c1[$i] < $c2[$i]; return 0 if $c1[$i] > $c2[$i]; } return 0; } $remove{"GV.version"} = 1; $remove{"GV.scales"} = 1 if compare($VER, "gv 3.6.4.90"); $remove{"GV.gsCmdConvPDF"} = 1 if compare($VER, "gv 3.6.5.91"); $remove{"GV.scales"} = 1 if compare($VER, "gv 3.6.7.90"); $remove{"GV.control.baseTranslations"} = 1 if $replaceNavigation; $remove{"GV.control.prevPage.baseTranslations"} = 1 if $replaceNavigation; $remove{"GV.control.nextPage.baseTranslations"} = 1 if $replaceNavigation; $newfile = ""; for $line (@res) { if ($line =~ /^([^:]+):/ ) { $name = $1; $changed = 0; $tmp1 = $resDefault{$name}; $tmp2 = $line; $tmp1 =~ s/\t+/ /g; $tmp1 =~ s/\x09+/ /g; $tmp1 =~ s/: +/: /g; $tmp1 =~ s/^[\t ]+/\t/mg; $tmp1 =~ s/[\t ]+\\n/\\n/g; $tmp2 =~ s/\t+/ /g; $tmp2 =~ s/\x09+/ /g; $tmp2 =~ s/: +/: /g; $tmp2 =~ s/^[\t ]+/\t/mg; $tmp2 =~ s/[\t ]+\\n/\\m/g; $changed = 1 if $tmp1 ne $tmp2; $newfile .= "$line\n" if !defined $remove{$name} and ($saveUnchanged or $changed); if (defined $remove{$name} && $name ne "GV.version") { print "Removing resource $name\n"; } else { if (!$saveUnchanged and !$changed) { print "Removing default resource $name\n"; } } } else { $newfile .= $line."\n"; } } $newfile .= "GV.version:\t\tgv 3.6.7.90\n" unless $i18n; if ($i18n) { for $i (keys %resDefault) { $ok = 0; $ok = 1 if $i =~ /\.label$/i ; $ok = 1 if $i =~ /\.title$/i ; $ok = 1 if $i =~ /^GV\*scales/i ; $ok = 1 if $i =~ /^GV\*strings\./i ; next unless $ok; next if defined $res{$i}; $newfile .= $resDefault{$i} . "\n"; } } if ($altNavigation == 1) { $res = $resDefault{"GV.control.prevPage.baseTranslations"}; $res = $res{"GV.control.prevPage.baseTranslations"} if defined $res{"GV.control.prevPage.baseTranslations"}; $res =~ s/(:[^\n]+GV_Page\().*?\)/\1!page-1,bottom)/ ; $res =~ s/(:[^\n]+GV_Page\().*?\)/\1!page-5,bottom)/ ; $res =~ s/(:[^\n]+GV_Page\().*?\)/\1!page-10,bottom)/ ; $newfile .= "$res\n"; $res = $resDefault{"GV.control.nextPage.baseTranslations"}; $res = $res{"GV.control.nextPage.baseTranslations"} if defined $res{"GV.control.nextPage.baseTranslations"}; $res =~ s/(:[^\n]+GV_Page\().*?\)/\1!page+1,top)/ ; $res =~ s/(:[^\n]+GV_Page\().*?\)/\1!page+5,top)/ ; $res =~ s/(:[^\n]+GV_Page\().*?\)/\1!page+10,top)/ ; $newfile .= "$res\n"; $res = $resDefault{"GV.control.baseTranslations"}; $res = $res{"GV.control.baseTranslations"} if defined $res{"GV.control.baseTranslations"}; $res =~ s/(Prior:[^\n]+GV_Page\().*?\)/\1!page-1,bottom)/ ; $res =~ s/(Next:[^\n]+GV_Page\().*?\)/\1!page+1,top)/ ; $newfile .= "$res\n"; } elsif ($altNavigation == 2) { $res = $resDefault{"GV.control.prevPage.baseTranslations"}; $res = $res{"GV.control.prevPage.baseTranslations"} if defined $res{"GV.control.prevPage.baseTranslations"}; $res =~ s/(:[^\n]+GV_Page\().*?\)/\1!page-1)/ ; $res =~ s/(:[^\n]+GV_Page\().*?\)/\1!page-5)/ ; $res =~ s/(:[^\n]+GV_Page\().*?\)/\1!page-10)/ ; $newfile .= "$res\n"; $res = $resDefault{"GV.control.nextPage.baseTranslations"}; $res = $res{"GV.control.nextPage.baseTranslations"} if defined $res{"GV.control.nextPage.baseTranslations"}; $res =~ s/(:[^\n]+GV_Page\().*?\)/\1!page+1)/ ; $res =~ s/(:[^\n]+GV_Page\().*?\)/\1!page+5)/ ; $res =~ s/(:[^\n]+GV_Page\().*?\)/\1!page+10)/ ; $newfile .= "$res\n"; $res = $resDefault{"GV.control.baseTranslations"}; $res = $res{"GV.control.baseTranslations"} if defined $res{"GV.control.baseTranslations"}; $res =~ s/(Prior:[^\n]+GV_Page\().*?\)/\1!page-1)/ ; $res =~ s/(Next:[^\n]+GV_Page\().*?\)/\1!page+1)/ ; $newfile .= "$res\n"; } open ($file, ">", $filename) or die "Cannot open $filename for writing.\n"; print $file $newfile; close $file; __END__ ! ! gv_user.ad ! User specific application defaults for gv ! Copyright (C) 1995, 1996, 1997 Johannes Plass ! Copyright (C) 2004,2005,2006,2007 Jos E. Marchesi ! !########## gv_user_res.dat !##### Application specific Resources GV.pageMedia: Automatic GV.orientation: Automatic GV.fallbackOrientation: Portrait GV.swapLandscape: False GV.autoCenter: True GV.antialias: True GV.respectDSC: True GV.ignoreEOF: True GV.confirmPrint: True GV.reverseScrolling: False GV.scrollingEyeGuide: True GV.autoResize: True GV.maximumWidth: screen-20 GV.maximumHeight: screen-44 GV.minimumWidth: 400 GV.minimumHeight: 430 GV.confirmQuit: 1 GV.watchFile: False GV.watchFileFrequency: 1000 GV.titleStyle: 1 GV.miscMenuEntries: redisplay \n\ # update \n\ stop \n\ line \n\ toggle_current \n\ toggle_even \n\ toggle_odd \n\ unmark \n\ line \n\ print_all \n\ print_marked \n\ save_all \n\ save_marked GV.scale: 0 GV.scaleBase: 1 GV.scales: Natural size, 1.000, screen \n\ Pixel based, 1.000, pixel \n\ Arbitrary magnification, -2 \n\ Fit height to window, -3 \n\ Fit width to window, -1 \n\ Fit to window, 0.000 \n\ 0.100, 0.100 \n\ 0.125, 0.125 \n\ 0.250, 0.250 \n\ 0.500, 0.500 \n\ 0.707, 0.707 \n\ 1.000, 1.000 \n\ 1.414, 1.414 \n\ 2.000, 2.000 \n\ 4.000, 4.000 \n\ 8.000, 8.000 \n\ 10.00, 10.00 GV.medias: Letter, 612 792 \n\ # LetterSmall, 612 792 \n\ Legal, 612 1008 \n\ Statement, 396 612 \n\ Tabloid, 792 1224 \n\ Ledger, 1224 792 \n\ Folio, 612 936 \n\ Quarto, 610 780 \n\ # 7x9, 504 648 \n\ # 9x11, 648 792 \n\ # 9x12, 648 864 \n\ # 10x13, 720 936 \n\ 10x14, 720 1008 \n\ Executive, 540 720 \n\ # A0, 2384 3370 \n\ # A1, 1684 2384 \n\ # A2, 1191 1684 \n\ A3, 842 1191 \n\ A4, 595 842 \n\ # A4Small, 595 842 \n\ A5, 420 595 \n\ # A6, 297 420 \n\ # A7, 210 297 \n\ # A8, 148 210 \n\ # A9, 105 148 \n\ # A10, 73 105 \n\ # B0, 2920 4127 \n\ # B1, 2064 2920 \n\ # B2, 1460 2064 \n\ # B3, 1032 1460 \n\ B4, 729 1032 \n\ B5, 516 729 \n\ # B6, 363 516 \n\ # B7, 258 363 \n\ # B8, 181 258 \n\ # B9, 127 181 \n\ # B10, 91 127 \n\ # ISOB0, 2835 4008 \n\ # ISOB1, 2004 2835 \n\ # ISOB2, 1417 2004 \n\ # ISOB3, 1001 1417 \n\ # ISOB4, 709 1001 \n\ # ISOB5, 499 709 \n\ # ISOB6, 354 499 \n\ # ISOB7, 249 354 \n\ # ISOB8, 176 249 \n\ # ISOB9, 125 176 \n\ # ISOB10, 88 125 \n\ # C0, 2599 3676 \n\ # C1, 1837 2599 \n\ # C2, 1298 1837 \n\ # C3, 918 1296 \n\ # C4, 649 918 \n\ # C5, 459 649 \n\ # C6, 323 459 \n\ # C7, 230 323 \n\ # DL, 312 624 GV.magMenu: 2, 2 \n\ 4, 4 \n\ 8, 8 \n\ 16, 16 \n\ 32, 32 \n\ 64, 64 !##### Ghostview Widget GV*Ghostview.background: white GV*Ghostview.foreground: black !########## gv_intern_res.dat (generated by makefile) GV.gsInterpreter: gs GV.gsCmdScanPDF: gs -dNODISPLAY -dQUIET -sPDFname=%s -sDSCname=%s %s pdf2dsc.ps -c quit GV.gsCmdConvPDF: gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=pswrite -sOutputFile=%s -f %s -c save pop quit GV.gsX11Device: -sDEVICE=x11 GV.gsX11AlphaDevice: -sDEVICE=x11 -dTextAlphaBits=4 -dGraphicsAlphaBits=2 -dMaxBitmap=10000000 -dNOPLATFONTS GV.gsSafeDir: True GV.gsSafer: True GV.gsQuiet: True GV.infoVerbose: Warnings GV.xinerama: Auto GV.gsArguments: -dFIXEDMEDIA GV.uncompressCommand: gzip -d -c %s > %s GV.printCommand: lpr !########## gv_make_res.dat (generated by makefile) GV.scratchDir: /tmp/ GV.defaultSaveDir: ~/ GV.fallbackPageMedia: A4 GV.useBackingPixmap: True GV*dirs: Home\n\ Tmp\n\ /usr/doc\n\ /usr/local/doc GV*filter: no .* GV*filters: None\n\ *.*ps* *.pdf* no .*\n\ *.*ps* no .*\n\ *.pdf* no .*\n\ no .* !########## gv_misc_res.dat !##### General GV*highlightThickness: 1 GV*ShapeStyle: Rectangle GV*beNiceToColormap: False GV*input: True GV*initialResourcesPersistent: False !##### Version (do not modify this resource) GV.version: gv 3.6.7.90 !##### Background, Foreground GV*background: gray71 GV*foreground: black GV*Text*background: #D3B5B5 GV*SimpleMenu*background: AntiqueWhite3 GV*locator*background: gray65 GV*panner*foreground: gray78 GV*Label.background: AntiqueWhite3 GV*fileSel*Frame*background: gray78 GV*fileSel*Frame*Text*background: #D3B5B5 GV*optiongvPopup*Toggle*foreground: gray65 GV*optiongsPopup*Toggle*foreground: gray65 GV*optionsetupPopup*Toggle*foreground: gray65 GV*infoPopup*Scrollbar.background: gray71 GV*notePopup*message.background: #D3B5B5 GV*confirmPopup*message3.background: #D3B5B5 GV*confirmPopup*message1.background: gray71 GV*Button.background: AntiqueWhite3 GV*Button.highlightedBackground: AntiqueWhite2 GV*Button.setBackground: AntiqueWhite4 GV*Switch.background: AntiqueWhite3 GV*Switch.highlightedBackground: AntiqueWhite4 GV*Switch.setBackground: AntiqueWhite2 GV.?.Button.highlightedBackground: AntiqueWhite2 GV.?.Button.background: AntiqueWhite3 GV.?.Button.setBackground: AntiqueWhite4 GV*MButton*setBackground: AntiqueWhite2 GV*MButton*background: AntiqueWhite3 GV*Scrollbar.background: gray78 GV*Scrollbar.pointerColor: black GV*Scrollbar.pointerColorBackground: White GV*Scrollbar.scrollbarBackground: gray71 GV*Scrollbar.foreground: gray78 GV*optionsetupPopup*Text*Scrollbar.background:gray71 GV*optionfsPopup*Text*Scrollbar.background:gray71 GV*optionfsPopup*Label.background: gray71 GV*optiongsPopup*Label.background: gray71 GV*optiongvPopup*Label.background: gray71 GV*optionsetupPopup*Label.background: gray71 GV*newtocFrame*background: gray78 GV*newtocScroll.background: gray78 GV*Vlist.markBackground: red GV*Vlist.selectedBackground: #D3B5B5 GV*Vlist.highlightedBackground: gray65 !##### Shadows GV*shadowWidth: 2 GV*Label.shadowWidth: 1 GV*Label*topShadowContrast: -40 GV*Label*bottomShadowContrast: -20 GV*Scrollbar.TopShadowPixel: gray90 GV*Scrollbar.BottomShadowPixel: gray40 GV*newtoc.shadowWidth: 0 GV*newtocScroll.bottomShadowPixel: gray40 GV*optionfsPopup*Label.shadowWidth: 0 GV*optiongsPopup*Label.shadowWidth: 0 GV*optiongvPopup*Label.shadowWidth: 0 GV*optionsetupPopup*Label.shadowWidth: 0 GV*confirmPopup*message1.shadowWidth: 0 !##### Frames GV*Frame.frameType: sunken GV*Frame.topShadowPixel: gray85 GV*Frame.bottomShadowPixel: gray40 GV*Frame.hSpace: 0 GV*Frame.vSpace: 0 GV*MButton*unsetFrameStyle: chiseled GV.?.Button.unsetFrameStyle: chiseled GV.?.Button.highlightedFrameStyle: chiseled GV*rescan.unsetFrameStyle: chiseled GV*filter.unsetFrameStyle: chiseled !##### Border GV*borderWidth: 0 GV*processButton.borderWidth: 0 GV*page.borderWidth: 1 GV*SimpleMenu.borderWidth: 1 GV*infoPopup*Text.borderWidth: 1 !##### View Area GV*viewFrame.topShadowPixel: gray78 GV*viewFrame.hSpace: 1 GV*viewFrame.vSpace: 1 GV*page.borderColor: gray65 GV*viewClip.borderWidth: 1 GV*viewClip.borderColor: gray71 !##### Scrollbar widget GV*Scrollbar.thickness: 17 GV*Scrollbar.thumb: None !##### Menus GV*magMenu*VertSpace: 2 GV*magMenu*leftMargin: 15 GV*magMenu*rightMargin: 15 GV*magMenu*justify: center !##### File Selection widget GV*fileSel.filterframe.background: #D3B5B5 GV*fileSel.filterframe.hSpace: 4 GV*fileSel.filterframe*Text*Margin: 4 GV*fileSel.pathframe.background: #D3B5B5 GV*fileSel.pathframe.hSpace: 4 GV*fileSel.pathframe*Text*Margin: 6 GV*fileSel*Vlist.selectedBackground: gray58 GV*fileSel*Vlist.selectedGeometry: 3 0 -3 1 GV*fileSel*Vlist.highlightedGeometry: 3 0 -3 1 GV*fileSel*topframe.forcedWidth: 100 GV*fileSel*subframe.forcedWidth: 100 GV*fileSel*Scrollbar.showArrows: False GV*fileSel*Scrollbar.thumbTopIndent: 0 GV*fileSel*Scrollbar.width: 12 GV*fileSel*Scrollbar.shadowWidth: 1 GV*fileSel*Scrollbar.background: gray78 GV*fileSel*Scrollbar.foreground: gray71 GV*fileSel.minimumWidth: 400 GV*fileSel.height: 350 GV*fileSelPopup.minWidth: 350 GV*fileSelPopup.minHeight: 200 GV*fileSel.highlightPixel: #D3B5B5 !##### Zoom Popup GV*zoomPopup.title: Zoom GV*zoomControl.maximumWidth: 600 GV*zoomControl.maximumHeight: 600 !##### Version Popup GV*versionPopup*Label.internalHeight: 6 GV*versionPopup*Label.internalWidth: 8 !##### Info Popup GV*infoPopup.title: Ghostscript Messages GV*infoPopup.geometry: +50+50 !##### Dialog Popup GV*dialogPopup.title: Dialog GV*dialogPopup*message.internalHeight: 2 GV*dialogPopup*message.internalWidth: 8 GV*dialogPopup*defaultDistance: 2 !##### Note Popup GV*notePopup.title: Message GV*notePopup*message.internalHeight: 6 GV*notePopup*message.internalWidth: 8 !##### Confirm Popup GV*confirmPopup.title: Confirm GV*confirmPopup*Label.internalHeight: 6 GV*confirmPopup*Label.internalWidth: 8 !##### OptionsSetup Popup GV*optionfsPopup.title: File Selection Options GV*optionfsPopup*defaultDistance: 2 GV*optionfsPopup*Text*leftMargin: 8 GV*optionfsPopup*filters.Margin: 8 GV*optionfsPopup*dirs.Margin: 8 GV*optionfsPopup*filters.height: 120 GV*optionfsPopup*dirs.height: 120 !##### OptionsGS Popup GV*optiongsPopup.title: Ghostscript Options GV*optiongsPopup*defaultDistance: 2 GV*optiongsPopup*Text*Margin: 5 !##### OptionsGV Popup GV*optiongvPopup.title: gv Options !##### OptionsSetup Popup GV*optionsetupPopup.title: Setup Options GV*optionsetupPopup*defaultDistance: 2 GV*optionsetupPopup*Text*leftMargin: 8 GV*optionsetupPopup*scales.Margin: 8 GV*optionsetupPopup*scalesFrame.forcedWidth: 230 GV*optionsetupPopup*mediasFrame.forcedWidth: 240 GV*optionsetupPopup*mediasFrame.forcedHeight: 400 !##### FileSet Popup GV*fileSelPopup.title: Open File !##### Panner GV*pannerFrame.frameType: sunken GV*pannerFrame.hSpace: 0 GV*pannerFrame.vSpace: 0 GV*panner.background: gray65 GV*pannerFrame.shadowWidth: 1 GV*pannerFrame.topShadowPixel: gray90 GV*pannerFrame.bottomShadowPixel: gray40 GV*panner.width: 50 GV*panner.height: 50 GV*slider.background: gray78 GV*slider.shadowWidth: 1 GV*slider.topShadowPixel: gray90 GV*slider.bottomShadowPixel: gray40 !##### Miscellaneous GV*stateButton*menu*leftMargin: 20 GV*orientationButton*menu*leftMargin: 20 GV*pagemediaButton*menu*leftMargin: 20 GV*scaleButton*menu*leftMargin: 20 GV.control.prevPage*internalHeight: 4 GV.control.nextPage*internalHeight: 4 GV*locator*internalHeight: 3 GV.control.Button*internalWidth: 0 !################################################ !##### Labels !################################################ GV*presentation.Label: Presentation Mode GV*savepos.Label: Savepos GV*cancel.Label: Cancel GV*dismiss.Label: Dismiss GV*apply.label: Apply GV*copyright.Label: Copyright GV*quit.Label: Quit GV*fileButton.Label: File GV*open.Label: Open ... GV*reopen.Label: Reload GV*update.Label: Update GV*printAllPages.Label: Print document ... GV*printMarkedPages.Label: Print marked pages ... GV*saveAllPages.Label: Save document ... GV*saveMarkedPages.Label: Save marked pages ... GV*stateButton.Label: State GV*stop.Label: Stop interpreter GV*dsc.Label: Respect document structure GV*eof.Label: Ignore EOF comments GV*antialias.Label: Antialias GV*watchFile.Label: Watch file GV*titleLabel.Label: Show Title GV*pixmap.Label: Backing Pixmap GV*size.Label: Automatic resizing GV*watch.Label: Watch File GV*infoVerboseLabel.Label: info Popup GV*ascaleLabel.Label: Arbitraty scale GV*optionsgv.Label: gv Options ... GV*optionsfs.Label: File Selection Options ... GV*optionsgs.Label: Ghostscript Options ... GV*optionssetup.Label: Setup Options ... GV*pageButton.Label: Page GV*next.Label: Next GV*show.Label: Redisplay GV*prev.Label: Previous GV*center.Label: Center GV*pageButton*current.Label: Toggle current mark GV*pageButton*even.Label: Toggle even marks GV*pageButton*odd.Label: Toggle odd marks GV*pageButton*unmark.Label: Unmark all GV*processButton.Label: \ processing GV*mark.Label: Mark GV*prevPage.Label: << GV*nextPage.Label: >> GV*unmark.Label: Unmark GV*automatic.Label: Automatic GV*portrait.Label: Portrait GV*landscape.Label: Landscape GV*upsidedown.Label: Upside-Down GV*seascape.Label: Seascape GV*swap.Label: Swap Landscape GV*toggleCurrent.label: GV*toggleEven.label: GV*toggleOdd.label: GV*unmarkAll.label: GV*printAll.label: Print All GV*printMarked.label: Print Marked GV*saveAll.label: Save All GV*saveMarked.label: Save Marked GV*openFile.label: Open GV*redisplay.label: Reload GV*updateFile.label: Update File GV*checkFile.label: Check File GV*filters.label: Filters: GV*dirs.label: Directories GV*button1.label: Cancel GV*button2.label: Open File GV*rescan.label: Rescan Directory GV*screenSizeLabel.label: Screen Size (mm) GV*versionPopup*versionDone*label: Dismiss GV*dialogPopup*cancel.label: Cancel GV*notePopup*done.label: Okay GV*confirmPopup*cancel.label: Cancel GV*confirmPopup*done.label: Quit GV*save.label: Save GV*optiongvPopup*mediaLabel.label: \ Paper Size \ GV*optiongvPopup*fmediaLabel.label: Fallback Paper Size GV*optiongvPopup*orientLabel.label: \ Orientation \ GV*optiongvPopup*forientLabel.label: Fallback Orientation GV*optiongvPopup*magLabel.label: Scale GV*optiongvPopup*antialias.label: Antialias GV*optiongvPopup*respectDSC.label: Respect DSC GV*optiongvPopup*eof.label: Ignore EOF GV*optiongvPopup*autoResize.label: Variable Size GV*optiongvPopup*swapLandscape.label: Swap Landscape GV*optiongvPopup*scalesLabel.label: \ Scale \ GV*miscmenuLabel.label: Misc Menu Entries GV*magmenuLabel.label: Mag Menu Entries GV*mediasLabel.label: Media Sizes GV*confirmLabel.label: Confirm Quit GV*misc.label: Miscellaneous GV*scrolling.label: Reverse Scrolling GV*eyeGuide.label: Scrolling Eye Guide GV*confirmPrint.label: Confirm Printing GV*uncompressLabel.label: Uncompress GV*autoCenter.label: Auto Center GV*printCommandLabel.label: Print Command GV*scratchDirLabel.label: Scratch Directory GV*saveDirLabel.label: Save Directory GV*scalesLabel.label: Scales GV*scaleBaseLabel.label: Scale Base GV*safeDir.label: SafeDir GV*safer.label: Safer GV*quiet.label: Quiet GV*defaults.label: System Defaults GV*scanLabel.label: Scan PDF GV*convLabel.label: Convert PDF GV*gsLabel.label: Interpreter GV*x11devLabel.label: Device GV*x11alphadevLabel.label: Antialias Device GV*argumentsLabel.label: Arguments GV*filtersLabel.label: File Selection Filters GV*dirsLabel.label: File Selection Directories GV*filterLabel.label: Default Filter GV*miscMenu.update.label: Update File GV*miscMenu.redisplay.label: Reload GV*miscMenu.stop.label: Stop Interpreter GV*miscMenu.toggle_current.label: Toggle Current GV*miscMenu.toggle_odd.label: Toggle Odd GV*miscMenu.toggle_even.label: Toggle Even GV*miscMenu.unmark.label: Unmark All GV*miscMenu.print_all.label: Print All GV*miscMenu.print_marked.label: Print Marked GV*miscMenu.save_all.label: Save All GV*miscMenu.save_marked.label: Save Marked !################################################## !##### Translations !################################################## !##### Main Window GV.control.baseTranslations:#replace \n\ A: GV_Antialias() \n\ O: GV_Open() \n\ Q: GV_Quit() \n\ R: GV_Resizing() \n\ I: GV_HandleDSC() \n\ W: GV_WatchFile() \n\ ~s ~c s: GV_Save(marked) \n\ s: GV_Save(all) \n\ ~s ~c p: GV_Print(marked) \n\ ~s c p: GV_Print(all) \n\ ~c ~s period: GV_Page(redisplay) \n\ period: GV_Reopen() \n\ Z: GV_SavePos() \n\ U: GV_PrintPos(marked) \n\ s p: GV_Presentation() \n\ c L: GV_Page(redisplay) \n\ M: GV_SetPageMark(current,mark)\n\ N: GV_SetPageMark(current,unmark)\n\ \ 7: GV_SetOrientation(portrait)\n\ 8: GV_SetOrientation(landscape)\n\ 9: GV_SetOrientation(upside-down)\n\ 0: GV_SetOrientation(seascape)\n\ \ ~c ~s 1: GV_SetScale(1) \n\ ~c ~s 2: GV_SetScale(2) \n\ ~c ~s 3: GV_SetScale(3) \n\ ~c ~s 4: GV_SetScale(4) \n\ ~c ~s 5: GV_SetScale(5) \n\ ~c ~s 6: GV_SetScale(6) \n\ 6: GV_SetScale(-6) \n\ 5: GV_SetScale(-5) \n\ 4: GV_SetScale(-4) \n\ 3: GV_SetScale(-3) \n\ 2: GV_SetScale(-2) \n\ 1: GV_SetScale(-1) \n\ grave: GV_SetScale(0) \n\ asciicircum: GV_SetScale(0) \n\ -: GV_SetScale(-) \n\ =: GV_SetScale(+) \n\ +: GV_SetScale(+) \n\ \ ~c ~s Up: GV_Page(up) \n\ ~c ~s Right: GV_Page(right) \n\ ~c ~s Down: GV_Page(down) \n\ ~c ~s Left: GV_Page(left) \n\ ~c s Up: GV_Page(up,left-bottom,!page-1,bottom-rightedge)\n\ ~c s Down: GV_Page(down,right-top,!page+1,top-leftedge)\n\ ~c s Left: GV_Page(left,up-rightedge,!page-1,bottom-rightedge)\n\ ~c s Right: GV_Page(right,down-leftedge,!page+1,top-leftedge)\n\ c ~s Up: GV_Page(!page-1,top-leftedge)\n\ c ~s Down: GV_Page(!page+1,top-leftedge)\n\ c ~s Left: GV_Page(!page-5,top-leftedge)\n\ c ~s Right: GV_Page(!page+5,top-leftedge)\n\ \ ~c ~s d: GV_Page(up) \n\ ~c ~s x: GV_Page(down) \n\ ~c ~s z: GV_Page(left) \n\ ~c ~s y: GV_Page(left) \n\ ~c ~s c: GV_Page(right) \n\ ~c s d: GV_Page(up,left-bottom,!page-1,bottom-rightedge)\n\ ~c s x: GV_Page(down,right-top,!page+1,top-leftedge)\n\ ~c s z: GV_Page(left,up-rightedge,!page-1,bottom-rightedge)\n\ ~c s y: GV_Page(left,up-rightedge,!page-1,bottom-rightedge)\n\ ~c s c: GV_Page(right,down-leftedge,!page+1,top-leftedge)\n\ c ~s d: GV_Page(!page-1,top-leftedge)\n\ c ~s x: GV_Page(!page+1,top-leftedge)\n\ c ~s z: GV_Page(!page-5,top-leftedge)\n\ c ~s y: GV_Page(!page-5,top-leftedge)\n\ c ~s c: GV_Page(!page+5,top-leftedge)\n\ V: GV_Page(center) \n\ ~c ~sspace: GV_Page(down,right-top,!page+1,top-leftedge)\n\ space: GV_Page(up,left-bottom,!page-1,bottom-rightedge)\n\ \ BackSpace: GV_Page(up,left-bottom,!page-1,bottom-rightedge)\n\ Insert: GV_Page(page-5) \n\ Delete: GV_Page(page+5) \n\ Home: GV_Page(page=0) \n\ End: GV_Page(page=99999) \n\ Prior: GV_Page(page-1) \n\ Next: GV_Page(page+1) \n\ \ KP_0: GV_Page(highlight=0) \n\ KP_1: GV_Page(highlight=1) \n\ KP_2: GV_Page(highlight=2) \n\ KP_3: GV_Page(highlight=3) \n\ KP_4: GV_Page(highlight=4) \n\ KP_5: GV_Page(highlight=5) \n\ KP_6: GV_Page(highlight=6) \n\ KP_7: GV_Page(highlight=7) \n\ KP_8: GV_Page(highlight=8) \n\ KP_9: GV_Page(highlight=9) \n\ KP_Subtract: GV_Page(highlight-1) \n\ KP_Add: GV_Page(highlight+1) \n\ KP_Enter: GV_Page(page=highlighted)\n\ \ ~c ~s Return: GV_Page(down,!page+1,top) \n\ Return: GV_Page(top,!page-1,down) \n\ B: GV_Page(page-1) \n\ F: GV_Page(page+1) !##### Zoom Popup GV.zoomPopup.Aaa.baseTranslations:#replace \n\ Q: GV_DismissPopup() \n\ \ ~c ~s Up: GV_Page(up) \n\ ~c ~s Right: GV_Page(right) \n\ ~c ~s Down: GV_Page(down) \n\ ~c ~s Left: GV_Page(left) \n\ ~c s Up: GV_Page(up,left-bottom)\n\ ~c s Down: GV_Page(down,right-top)\n\ ~c s Left: GV_Page(left,up-rightedge)\n\ ~c s Right: GV_Page(right,down-leftedge)\n\ \ ~c ~s d: GV_Page(up) \n\ ~c ~s x: GV_Page(down) \n\ ~c ~s z: GV_Page(left) \n\ ~c ~s y: GV_Page(left) \n\ ~c ~s c: GV_Page(right) \n\ ~c s d: GV_Page(up,left-bottom)\n\ ~c s x: GV_Page(down,right-top)\n\ ~c s z: GV_Page(left,up-rightedge)\n\ ~c s y: GV_Page(left,up-rightedge)\n\ ~c s c: GV_Page(right,down-leftedge)\n\ V: GV_Page(center) \n\ ~c ~sspace: GV_Page(down,right-top)\n\ space: GV_Page(up,left-bottom)\n\ \ BackSpace: GV_Page(up,left-bottom) !##### Table of contents GV*newtoc.baseTranslations: #replace \n\ : GV_Toc(highlight) \n\ : GV_Toc(unhighlight) \n\ : GV_Toc(scrollon) \n\ : GV_Toc(scroll) \n\ : GV_Toc(highlight) \ GV_Toc(scrolloff) \ GV_Toc(select) \n\ : GV_Toc(toggleon) \n\ : GV_Toc(toggleextend) \ GV_Toc(highlight) \n\ : GV_Toc(toggleoff) \n\ : GV_Toc(toggleon) \n\ : GV_Toc(toggleextend) \ GV_Toc(highlight) \n\ : GV_Toc(toggleoff) \n\ : GV_Toc(highlight) !##### Menus GV*SimpleMenu.baseTranslations:#replace\n\ : highlight()\n\ : unhighlight()\n\ : highlight()\n\ : MenuPopdown()\ GV_MenuPopdown()\ notify()\ unhighlight() !##### Ghostview widget GV*Ghostview.baseTranslations: #replace \n\ ~Button2 ~Button3 : cursor(scroll) \ GV_MovePage(start) \ GV_EraseLocator() \n\ ~Button2 ~Button3 : GV_MovePage(move,1.0,0) \n\ : cursor(normal) \ GV_MovePage(stop) \ GV_OtherPage() \ notify() \n\ ~Button1 ~Button3 s : cursor(scroll) \ GV_MovePage(start) \ GV_EraseLocator() \ GV_MiscMenu(init) \n\ ~Button1 ~Button3 s : GV_MovePage(move,0,1.0) \n\ s : cursor(normal) \ GV_MiscMenu(popup) \ notify() \n\ ~Button1 ~Button2 s : GV_MagMenu(begin) \n\ ~Button1 ~Button2 s : GV_MagMenu(extend) \n\ ~Button1 ~Button2 s : GV_MagMenu(choose) \n\ ~Button1 ~Button3 : GV_MagMenu(begin) \n\ Button2 : GV_MagMenu(reset) \n\ Button2 : GV_MagMenu(reset) \n\ ~Button1 ~Button3 : GV_MagMenu(extend) \n\ ~Button1 ~Button3 : GV_MagMenu(choose) \n\ ~Button1 ~Button2 : cursor(scroll) \ GV_MovePage(start) \ GV_EraseLocator() \ GV_MiscMenu(init) \n\ Button3 : GV_MiscMenu(reset) \n\ Button3 : GV_MiscMenu(reset) \n\ ~Button1 ~Button2 : GV_MovePage(move,0,1.0) \n\ : cursor(normal) \ GV_MiscMenu(popup) \ notify() \n\ Button1 ~Button3 : GV_Page(redisplay) \n\ Button1 ~Button2 : GV_Page(redisplay) \n\ : message() \n\ : notify() \n\ : GV_EraseLocator() \n\ : notify() !##### Application GV.baseTranslations: #replace \n\ : GV_CheckFile(date) \n\ : GV_ConfigureNotify() \n\ WM_PROTOCOLS: GV_DeleteWindow() !##### Title and Date Button GV.control.titleButton.baseTranslations:#replace\n\ : PopupMenu(1) GV.control.dateButton.baseTranslations:#replace \n\ : PopupMenu(1) !##### next/previous page Buttons Widget in the main window GV.control.prevPage.baseTranslations: #replace\n\ : highlight() \n\ : reset() \n\ : set() \n\ : notify() unset() GV_Page(page-1)\n\ : notify() unset() GV_Page(page-5)\n\ : notify() unset() GV_Page(page-10) GV.control.nextPage.baseTranslations: #replace\n\ : highlight() \n\ : reset() \n\ : set() \n\ : notify() unset() GV_Page(page+1)\n\ : notify() unset() GV_Page(page+5)\n\ : notify() unset() GV_Page(page+10) !##### Buttons in Option Popups GV*TransientShell*optionControl*Button.baseTranslations: #replace\n\ : highlight() \n\ : reset() \n\ : set() \n\ : notify() unset() !##### Options gv Popup GV*optiongvPopup*Toggle.baseTranslations: #replace\n\ : \n\ : \n\ ,: toggle() notify() !##### Options gs Popup GV*optiongsPopup*Toggle.baseTranslations: #replace\n\ : \n\ : \n\ ,: toggle() notify() !##### Panner GV*panner.baseTranslations: #replace \n\ : GV_Panner(on) \n\ : GV_Panner(move) \n\ : GV_Panner(off) \n\ s : GV_Page(page+1) \n\ s : GV_Page(page-1) \n\ : GV_Page(page-1) \n\ : GV_Page(page+1) !##### Popup Shells GV.TransientShell.baseTranslations:#replace\n\ WM_PROTOCOLS: GV_DeleteWindow() GV.TopLevelShell.baseTranslations:#replace\n\ WM_PROTOCOLS: GV_DeleteWindow() GV.TransientShell.Aaa.baseTranslations:#replace\n\ Q: GV_DismissPopup() GV.TopLevelShell.Aaa.baseTranslations:#replace\n\ Q: GV_DismissPopup() !##### Button Widget in Zoom Popups GV.TopLevelShell*Button.accelerators:#override\n\ Return: set() notify() unset() GV.TopLevelShell*dismiss.accelerators:#override\n\ Escape: set() notify() unset()\n\ Return: set() notify() unset() GV.TopLevelShell*Button.baseTranslations: #replace\n\ Return: set() notify() unset()\n\ : unset() \n\ : set() \n\ : notify() unset() !##### Button Widget in Transient Popups GV*TransientShell*Button.accelerators:#override\n\ Return: set() notify() unset() GV*TransientShell*cancel.accelerators:#override\n\ Escape: set() notify() unset()\n\ Return: set() notify() unset() GV*TransientShell*button1.accelerators:#override\n\ Escape: set() notify() unset()\n\ Return: set() notify() unset() GV*TransientShell*dismiss.accelerators:#override\n\ Escape: set() notify() unset()\n\ Return: set() notify() unset() GV*TransientShell*Button.baseTranslations: #replace\n\ Return: set() notify() unset()\n\ : unset() \n\ : set() \n\ : notify() unset() !##### MagMenu GV*magMenu.baseTranslations: #replace \n\ : highlight() \n\ : unhighlight() \ GV_MagMenu(reset)\n\ : GV_MagMenu(check)\n\ : highlight() \n\ : highlight() \n\ : GV_MagMenu(show)\ MenuPopdown(magMenu) !##### MiscMenu GV*miscMenu.baseTranslations: #replace \n\ : highlight() \n\ : unhighlight() \ GV_MiscMenu(reset)\n\ : GV_MiscMenu(check)\n\ : highlight() \n\ : highlight() \n\ : MenuPopdown(miscMenu)\ notify()\ unhighlight()\ GV_MiscMenu(reset) GV*gs.errors.none.Label: None GV*gs.errors.errors.Label: Errors GV*gs.errors.all.Label: All GV*quitstyle.never.Label: Never GV*quitstyle.whenprocessing.Label: When processing GV*quitstyle.always.Label: Always GV*title.notitle.Label: No Title GV*title.documenttitle.Label: Document Title GV*title.filename.Label: Filename GV*strings.saveCurrentPage: Save Current Page GV*strings.saveMarkedPages: Save Marked Pages GV*strings.saveDocument: Save Document GV*strings.saveAsPDF: Save as PDF GV*strings.openFile: Open File GV*strings.passwordPrompt: Password: GV*strings.passwordRequired: Password required GV*strings.quitConfirm: Do you really want to quit ? GV*strings.texCommand: TeX command GV*strings.putTexCommand: Put a TeX command at the current position GV*strings.stillInProgress: Still in progress: GV*strings.execOfFailed: Exec of %s failed GV*strings.copyrightTranslation: N/A 070701000b8d7a000081ed0000000000000000000000015029b917001e1f600000010000010031ffffffffffffffff0000001600000000root/usr/local/bin/gvELF+G @`@8@ @@XX S S SS /usr/lib/sparcv9/ld.so.1  $%'(*,-/236789:<=>?@ABDFGHILNOQRUWXYZ\]`abcehjklmnprtuvxz{}   !"#$%&)*,.01245689;<>?@ABDFGHIKMPQSVWYZ\^_`bcdefghjkmnqsvwxz|}~     "#$()/1235689:=>?@ABCDFHIJKLOQSTUVXZ^_`cefgjknpqstuvwxy{|}    !#%&'(*-268;<>?@BCDEGJKLMNRTXY\]_`deghlmnoqrstuvz{}    "#$%&'(*,-/012468;=>@ABDFGHKLNPQSTUWXY[\]^`aegiklnopqtuvwyz{|~ !"#&)+.0145;CEJKMPSTV[^_dfgioqswy|~   '(+-/37:=CEJLNORTUX[]ailoprtuy{ !%&'*+,-.047;<EGMNPRWY[\]abdhilmorz~  "$)+,./0134579:=AFHIOPQSUVWZ[^abcfijkpwxy|~  !)+.3579:<?CEIJMORVZ_bcdfhjmrsx}? ( +Bh:AC K Rh\[ k,x,.X@ P@;2.O,  74; .  ,;/X 0 .hA,.lG T0 q   @ [(h:(<>8<0 0   ! "l4P`> inCx00 `C<@; ]" h *ȀQ ~C@ xC  x  T,/@?@N 8` |8v ]X:  `@  0ȰU(e }, V߰@`  D< X 0P-,PQ@]Bk,D b0<(` Ax %B 1- K-  e  4   8  8    , ,T 5>h A x W  S ^@ e p` /h  Z A  ;P @  H @  .= 5  N 0 e;T n/  Z A  LX =  ;( B   4   d  8P  .,4 M - r? ~ Y `   >` H ,@  `  ! b : D U/ r Bx ;  ,(      xt `7 >\.{`,< TX<< <=t 8',0F@u/( P 7 `x ``H x 8@.;P=+d } @0 (t l$8  n(  @,=(5<Oa D~ߐ@ Q .;`;H`,<8 ZX`GAS \Aho x8 @@ x$.H=#@/J>]Ĉy@~ QT A  (x@;/Ah=DLp^c ]XxxP %0.,0 ` ahDD$/D?UA_ mx@  m0 );9PT<k@D.@?OȘq߸ P 0*A86@0C=JApV Vr  ]$B\Ԏ.h  t&@5,LYc o(` X/>(00H^ .hx  B0@!;- J  Uz` \t=P` 0  °0?+@=@S i.A>@ ^=$FUj È,u@@ 0Լ.>X.,,MjBz  t t/  =hH x'',\'( @((' (<  4(HĀ(m(z D((A4((/( ).`)# )8 )Y)e XH'u<)t<)+X)+) 8)DH)<* *0X*1 *A*F*W=*e*q*@*.B.I:.Nx.`  X.m .t"`.`. .C.= . . p\.=. dx / //5 H^/:@/F0 /b `/r/;/< / 2/ D/.p/?/80@0% l8L080V 0f0s;00y`00?0@0@SA0A(0,1 x1-B818 841P1X.P1u11;1@1BH11 12! 260(2C  2_2 2Xl2 <2 p222 3@38 %3H3R(3`03y3 cx43 XP3 3, 34 O@4 ,4! 846 h4\`.4w4 p4:4D04;444@X4A 45 05@5( ]X54˜5G@ 5QȠ5q;5  5/85 .H 5 |.)A5 x5 i5 06 X86'H 6D.6a w6kC6y 6p6h 6/666 87 7 !7(7- =r%@?=/H=,h=ߘ=,>@>&>7B@>LA>W H>r>@>=X>> >/? ?  9?-`???Z;?k0? pP? x??>P? S?`?.@ ,@=  P0@IH@SD8@i0H@ @=@@ Q@,;@;$@(A%?A.ȴASAAyA~xA8A?AA >AA  AAAABB B$`B3`BKB\Bc ht=` c;X<Bm,8B BB`mDB%4BBCCCA0C$XC0?CA (\CSCa xXCrC@C ZC,C U4=CCC/DAHD&DKDT@DbD 0D;HDDBD/XD+\,E . ,E+,E>=8EN EmP0EExE G EE ^NE ^ZNFF" ypF0SFFFcFt<F ` F 7F .FCFG08G!G/G=GJGQG 1GA@.k`GG  G/GG G X HCH ` H@h< HWH} 08H HHHH iHI IP I=/IY i 4Ig II`I`III=xII 7IJlJ25I@$JPȸJjJJJ>0JAPJ;\J K ˨0K K*?K8(KG0KT<K^`Kb@Ki lK~KH KK ,<K.K K<K K `9XL@PL, LI`LV CLm ,L( L=HL 0LL= BM @Y<M$M??MKM_ 8Mm@HM%8MM MM *0M HNN 0N%N4NBNQ2lN`N@8NN N@xNLBdNCN N?O 5@4O(O0"AG<`OJ:OX pO{`O S`\O;OCO l(O/O;OAO0ZP VDP,PI>PQ`PW @p8PfPP ^P..PP=P Q,4@(P PE;;Q!.Q@ O)QTQpQw Q}AQ8Q Q t3QQ(Q`R R R2`RARSRw0PRRR p$R P`*@RR0hS%@S, r SL ,S]HSSS+S*B(SSS8ST;TX(T4TN c(lTf;,xTx+T/T T q PT0U xU/U-@UDUdUq/U pU0#5=pU<U _U VA` <V(VBV]@Vd Vy 0VV?V/xV ,X\VV-HW  Wx ;j`W0.WK`WQWZW|pWpWWW XtW W+PW  ,W -4X X@X$X* XDBX\XnpX=XX YX S0XXX;X 8tYY  Y h$Y# -,Y0@Y>(YLYSYY `Yi;@Ys Y{  Y8Y/PY P,K]YHU YPZ#`Z3;hZA LZU ZiZq` Z@Z=Z,`Z0`Z[?[ @[*\[U =[d[o;[|[[[=|[>p[@[/[ [  t\ \=\2A\;,l,\a,,\  0\0(\\H\@] x]2 Rh]A]g@]n=]~,H] [p] ] ] L]@]@^>H^^00^J<^W H$^a p^D(^>^D@^^  t^ ll^ ^(_;_ __8 l_H ip_X;p_n@____ 3 _C=d_/` `%;8`4 `<;xnoquiet_p$XAoAMiKHkbKQUGE.n_confirmPrintantialiasEntrygv_classXtPopuprpl_getopt_longButtonHighlight$XBoAMiKBkbKQ0UD.action_panner.xos_watchFileFrequency$XBoAMiKBkbKQ0UD.action_panner.xp$XAoAMiKGkbKQ0$D.infoformoptionfsEntrycb_popdownVersionPopupfile_selectionClassRecgv_pending_page_request$XAoAMiKMkbKQknE.quietToggle$XBoAMiK_jbKQk5C.XmuCvtStringToPalette.XrmQEcolor$XAoAMiKTkbKQkbF.versionPanelCreatedlstatstrncpycanonicalize_file_namenodsc_p$XAoAMiKMkbKQkkE.popupprocess_menuXtSetKeyboardFocusthreeDClassRec$XBoAMiKBkbKQ0UD.action_panner.yo$XAoAMiKNkbKQkqE.fmediaLabel$XBoAMiKUkbKQkeF.widgets_createLabeledLineTextField.transmbuttonClassRec$XAoAMiKVkbKQ0lF.defaultTranslationscb_popdownInfoPopup$XAoAMiKIkbKQkQE.pagepos_x$XBoAMiK9jbKQErC.FS_listAction.scrollingfullscreen_p$XAoAMiKIkbKQkQE.pagepos_ySwitchToggle$XAoAMiKHkbKQUGE.n_ignoreEOFdoc_preferredOrientationOfPagewidgets_setTextmedia_numMediasbombautomaticLabeloptiongsEntryarguments_pdoc_preferredMediaOfPages_uncompressCommanddoc_boundingBoxOfPagecb_newtocScrollbar$XAoAMiK9jbKQErC.file_selectionActionsTablepageMenusqrtmagstep_pXineramaQueryScreens$XAoAMiK8jbKQ0lC.resourcesfile_getDirOfPathshow_openFilegv_miscmenu_entries_resquitConfirmLabel$XAoAMiK7jbKQkXC.yytable$XAoAMiKHkbKQUGE.n_maximumWidth$XBoAMiKCkbKQEeD.char_to_xtp.free_prop$XBoAMiKVkbKQ0lF.ClassInitialize.initializedstrncmpwidgetless_pstyle_p$XBoAMiKDkbKQEpD.makeConfirmPopup.tab_trans$XAoAMiKRkbKQ0IF.resource_style_filegv_pdf_passwordmakeInfoPopupgen_tempnamefwrite$XAoAMiKNkbKQkqE.infoPopupButtoncopyrightEntryscale_parseScalescb_popdownDialogPopup$XAoAMiK7jbKQkXC.yydefact$XBoAMiKBkbKQ0UD.action_movePage.initializeds_pageXrmCombineFileDatabaseaction_eraseLocatorumask$XAoAMiKHkbKQUGE.DOT_bitsdebug_pXClipBoxversionResource$XAoAMiKDkbKQEpD.confirmPopupVisibleclipWidgetClassaction_preferDialogPopupButtonmedia_parseMediass_gsX11AlphaDeviceupdateEntrys_gsCmdScanPDF$XAoAMiKHkbKQUGE.n_scratchDir$XAoAMiKVkbKQ0lF.floatZerogv_filename_dscs_watchFileVlistScrollPosition$XBoAMiKBkbKQ0UD.action_movePage.pwscale_valueorientation_pXSetWindowBackgroundPixmap$XBoAMiKBkbKQ0UD.action_toc.dyocb_track$XAoAMiKHkbKQUGE.n_toggleCurrentBitmapmedia_p$XAoAMiK$jbKQUBD.resources$XAoAMiK_jbKQk5C.resourceswm_delete_windowprocessMenu$XAoAMiKCkbKQEeD.last_psx$XAoAMiKCkbKQEeD.last_psy$XAoAMiKDkbKQ0vD.dialogPopupVisibleaction_pageXtToolkitInitializebuild_label_menuVlistChangeSelectedXmuCompareISOLatin1$XAoAMiKUkbKQ0hF.zoom_controloptions_setArg$XBoAMiKBkbKQ0UD.action_movePage.phnoantialias_pVlistMoveFirstVisible_etextgetpidXSetWMNameXChangeWindowAttributes$XAoAMiKNkbKQkqE.opt_pagemedia$XAoAMiK7jbKQkXC.yypactevenEntrycb_doPrintPosXFillRectangle$XAoAMiKVkbKQ0lF.resourcess_scale$XAoAMiKHkbKQUGE.n_uncompressCommandslidersignal_setSignalHandlersGhostviewCoordsPStoXnopixmap_p$XAoAMiKNkbKQkqE.autoResizeToggle_finititlemenucb_openFilegv_screen_widthaccessnoeof_pviewFrameaction_printformWidgetClassGhostviewIsBusysetup_ghostview$XAoAMiKDkbKQEpD.doneButton$XBoAMiKBkbKQ0UD.action_toc.xp$XAoAMiKAkbKQkFD.defaultTranslationsunmarkEntrymmallocareallocsnprintfXSynccopyrightTranslationLabel$XAoAMiKHkbKQUGE.n_watchFile$XBoAMiKBkbKQ0UD.action_toc.yfs_documentBitmapXtCallCallbackss_gsSafeDirmisc_restorePagePositionrestartedXtCallActionProc$XAoAMiKNkbKQkqE.orientLabelXtOpenDisplayprintMarkedEntryscalebase_valueXDefineCursor$XBoAMiKBkbKQ0UD.action_toc.yoaction_movePageGhostviewDrawRectangleprocess_kill_processs_unmarkAllBitmapXtCreateApplicationContextstrlen$XAoAMiKQkbKQEDF.skipped_line$XAoAMiKMkbKQknE.optionControlXRectInRegionXmuMakeAtom$XBoAMiKBkbKQ0UD.action_toc.xfmkdtempgv_ascaleupdate_labelshow_toggleCurrentPageshow_date_DYNAMIClayout_scan_errorXmuCreateStippledPixmap$XBoAMiKBkbKQ0UD.action_toc.xo$XBoAMiKBkbKQ0UD.action_toc.scroll_initialized$XAoAMiKNkbKQkqE.orientButtonpsfreeresource_freeDataGhostviewIsInterpreterReadyButtonUnsets_autoResizes_gsInterpreteraction_setPageMarkmakeDialogPopup_PROCEDURE_LINKAGE_TABLE_gv_infoVerbose$XBoAMiK9jbKQErC.FS_listAction.childypClipWidgetSetCoordinatesXtAppAddActionsXMapWindowVlistEntrieschar_to_xtpwidgets_preferButtonXmuInternAtomscrollbarClassRecs_defaultSaveDirs_magMenuclose_fileXtMoveWidgetfseekostyle_valuetoplevelmallocXrmPutLineResourceXExtentsOfFontSetmain_setGhostscriptResourcess_pageMedias_gsX11Deviceabortcb_saveposXtMakeResizeRequest$XAoAMiKHkbKQUGE.empty_bitss_locatorFormatXtCreateWindowshow_prevPagescaleEntrymessage_usageclipClassRecdialogpopupcb_setPageMarkcurrent_llx__assertcurrent_llyXtName$XAoAMiKTkbKQkbF.version_upConfirmPopupSetInitialButtons_scrollingEyeGuidembuttonWidgetClasspageButtonceilGhostviewGetAreaOfBB$XAoAMiKGkbKQ0$D.infotextshow_saveMarkedPagesviewControl$XAoAMiKHkbKQUGE.n_gsQuietgv_gs_cmd_conv_pdf$XAoAMiKAkbKQEMD.resourcesfreadrpl_getoptXtRemoveInputgv_screen_heightdoc_convStringToDocOrient$XBoAMiKNkbKQkqE.options_gv_cb_apply.s_mediawidgets_createLabeledTextFieldXtRemoveTimeOuttoc_entry_lengthgv_scales_resgv_scroll_modeswitchWidgetClasss_adresource_putResource$XAoAMiKHkbKQUGE.n_gsCmdScanPDFrpl_optindversionIdentification$XAoAMiKMkbKQknE.scan$XBoAMiKCkbKQEeD.cb_print_pos.bufoptions_cb_popdownmisc_savePagePositionnextEntry$XAoAMiKOkbKQkvE.eyeGuideTogglepagemediaEntryreopenEntryaction_pannerXClearAreaXtTranslateCoords$XAoAMiK_jbKQk5C.translationsghostviewClassRec$XAoAMiKHkbKQUGE.n_selectedBitmapXtMalloc$XAoAMiKRkbKQ0IF.gv_nls_ko_KR_UTF_8_datcb_doQuitGhostviewNextPageshow_autoResize$XAoAMiK8jbKQkgC.resourcesgv_magmenu_entries_res$XAoAMiKDkbKQEpD.confirmAaa$XAoAMiKNkbKQkqE.scalesMenuXtSetSensitiveFMT8BITputTexCommandLabel$XAoAMiKMkbKQknE.x11alphadevasciiTextWidgetClass$XAoAMiKNkbKQkqE.mediaMenu$XBoAMiKGkbKQ0CE.magmenu_a_magMenu.dXChangeProperty$XBoAMiKCkbKQEeD.watch_file.timer$XAoAMiKHkbKQUGE.n_gsArguments$XAoAMiKRkbKQ0IF.gv_nls_nl_UTF_8_dat$XBoAMiKGkbKQ0CE.magmenu_a_magMenu.gvwVlistPositionOfEntry$XAoAMiKDkbKQEpD.initialButton$XAoAMiKOkbKQkvE.miscmenudatebuttonascale_pshow_pannerpannerFrameoptions_gv_createMediaMenus$XAoAMiKHkbKQUGE.n_minimumHeightoptions_createLabeledMenuresource_getResources_respectDSCshow_title$XAoAMiKHkbKQUGE.current_bits$XAoAMiKHkbKQUGE.n_markEmptyBitmapaction_tocwatchFileEntry$XBoAMiKBkbKQ0UD.action_movePage.yps_gsQuiet$XBoAMiK9jbKQErC.FS_listAction.startvisiblecb_askPasswordrenameXtReleaseGCcatch_XerrorXTextWidth$XAoAMiKNkbKQkqE.mediaLabelportraitEntry$XAoAMiKOkbKQkvE.titleButton$XBoAMiKMkbKQkkE.options_fs_cb_apply.s_default_save_dirXScreenResourceStringXawFileSelectionAddButtonaction_checkFileXtRealizeWidgetXtAppCreateShell$XBoAMiKIkbKQkQE.layout_ghostview.firsttimeXGetGeometryXawTextGetSelectionPosnosafedir_p$XAoAMiKOkbKQkvE.miscLabelgv_xinerama$XAoAMiKHkbKQUGE.n_pageMedialayout_lex$XAoAMiK$jbKQUBD.defaultTranslationsctime$XAoAMiKHkbKQUGE.n_toggleEvenBitmaps_toggleOddBitmap$XAoAMiK7jbKQkXC.yycheck__ctypestrcatgv_screenXtWindowOfObjectVlistHighlightedperrorVlistSelectedgv_gs_safergv_swap_landscapegv_uncompress_commandprocess_disallow_quit$XAoAMiKMkbKQknE.safeDirToggleframeWidgetClass$XBoAMiKIkbKQkQE.misc_drawEyeGuide.egdgv_scale_baseshow_unmarkAllPages$XAoAMiKHkbKQUGE.n_minimumWidth$XAoAMiKHkbKQUGE.GV_bitsnoswap_p$XAoAMiKLkbKQkdE.notePopupCreatedXDrawRectangle$XAoAMiKOkbKQU1E.gpdVlistVlistconstraintClassRecgv_gs_cmd_scan_pdf$XAoAMiK8jbKQkgC.actionsList$XAoAMiKUkbKQ0hF.zoom_pageNotePopupShowMessage$XAoAMiK_jbKQk5C.actions$XAoAMiKHkbKQUGE.unmark_bitstexCommandLabel$XBoAMiKBkbKQ0UD.action_toc.yp$XAoAMiK$jbKQUBD.actionsListshow_updateFiles_swapLandscapeaction_setOrientationConfirmPopupSetMessage$XAoAMiKNkbKQkqE.watchToggleXtGetGC$XBoAMiKBkbKQ0UD.action_otherPage.toXtDatabaseopenFileLabels_maximumWidthoptions_savedscEntry$XBoAMiK9jbKQErC.FS_listAction.posix__environ_lock$XBoAMiKBkbKQ0UD.action_panner.yp$XBoAMiK9jbKQErC.FS_listAction.posiy___errnoresource_buildDatabase$XAoAMiKHkbKQUGE.n_maximumHeight$XAoAMiKNkbKQkqE.scaleBaseMenuviewClip$XAoAMiKNkbKQkqE.opt_orientationad_value$XBoAMiKUkbKQkeF.widgets_createLabeledTextField.transs_toggleEvenBitmapscale_freeScaless_gsArgumentsXRaiseWindow$XBoAMiKBkbKQ0UD.action_shellConfigureNotify.heightXFreePixmaptoc_textgv_gs_quiet$XAoAMiKHkbKQUGE.n_gsX11Device$XAoAMiKNkbKQkqE.eofToggle$XAoAMiKOkbKQkvE.print_command$XAoAMiKHkbKQUGE.n_documentBitmapfile_translateTildeInPath$XAoAMiKMkbKQkkE.filterss_miscMenuXtMakeGeometryRequestgv_exitingframeClassRecnocenter_pcb_processKillProcess$XAoAMiKHkbKQUGE.n_scalesXtRegisterGrabActionXtAddEventHandler$XAoAMiKMkbKQknE.x11devXtWarningview_width$XBoAMiKNkbKQkqE.options_gv_cb_apply.s_fmediagv_magmenu_entriesaction_dismissPopups_gsCmdConvPDFcb_setOrientationfreopen$XAoAMiKRkbKQ0IF.haveXUSERFILESEARCHPATHshow_locatoroddEntrygv_psfile$XBoAMiK9jbKQErC.FS_listAction.childw$XBoAMiK9jbKQErC.FS_listAction.childxgv_gs_x11_alpha_device$XAoAMiKHkbKQUGE.n_swapLandscape$XBoAMiK9jbKQErC.FS_listAction.childy$XBoAMiKBkbKQ0UD.action_otherPage.xolandscapeEntry$XBoAMiKCkbKQEeD.cb_adjustSlider.opwnl_langinfostrchrstrcasecmpcb_newtocVisibleAdjustgv_savepos_filenameXawTextDisableRedisplay$XAoAMiKLkbKQkdE.notePopupVisible$XAoAMiK6jbKQERC.aaaConstraintResources$XAoAMiKNkbKQkqE.antialiasToggleXDisplayName$XBoAMiK9jbKQErC.FS_listAction.childh$XAoAMiKUkbKQkeF.TextTr$XBoAMiKBkbKQ0UD.action_otherPage.yo$XBoAMiKCkbKQEeD.cb_adjustSlider.ophgv_binexecvpgv_pagemedia_auto$XAoAMiKCkbKQEeD.open_directoryXtPopupSpringLoaded$XBoAMiKBkbKQ0UD.action_page.old_num_paramsmisc_setPageMarker$XBoAMiKBkbKQ0UD.action_movePage.pvwcommandClassRecaction_print_posVlistVisibleLengthXtShellStrings$XAoAMiK7jbKQkXC.yytranslateseascapeEntry$XAoAMiKTkbKQkYF.sid_terminatedoc_convStringToPageMediamagmenu_parseMagMenuEntriesGhostviewSendPSscaleButtons_selectedBitmapXSetErrorHandlershow_saveAllPagesnotepopupXtAddCallbackpagemediaButton$XBoAMiKJkbKQkVE.miscmenu_a_miscMenu.gvw$XBoAMiKBkbKQ0UD.action_movePage.pvhXParseGeometryXDrawStringXmbTextEscapementgv_options_gv_structaction_save$XAoAMiKAkbKQEMD.defaultTranslationss_scratchDiraction_setScale_XEditResCheckMessagesgv_num_std_pagemediaXtSetLanguageProc$XAoAMiKOkbKQkvE.autoCenterToggle$XAoAMiKHkbKQUGE.n_miscMenu$XAoAMiKGkbKQ0$D.infodismissgv_options_gs_struct$XAoAMiKRkbKQ0IF.class_resourcesXtSetValuesGhostviewSetup$XAoAMiKGkbKQ0$D.infoPopupVisible$XBoAMiK9jbKQErC.FS_listAction.firstposx$XBoAMiK9jbKQErC.FS_listAction.firstposyoptions_realize_endgv_filterXtGetValues$XAoAMiKOkbKQkvE.confirmLabelXtCreateWidget_exitXineramaIsActivemagstep_valueXtIsManagedXawInitializeWidgetSetgv_save_modeshow_nextPagestrcmpresource_checkGeometryResourcegv_scale_base_currentmedia_valuecb_useBackingPixmapXtStringscb_stopInterpretermiscmenu_freeMiscMenuEntriesXtErrorXawTextEnableRedisplaytopLevelShellWidgetClassshow_printMarkedPagesConfirmPopupSetButtons_reverseScrolling$XAoAMiKRkbKQ0IF.gv_nls_es_utf8_dat$XAoAMiKPkbKQk5E.wmtdecorcontrol_heightlibiconv_opens_stylescale_checkScaleNumautoMediaEntry$XBoAMiKJkbKQkVE.miscmenu_a_miscMenu.menuwidget$XAoAMiKMkbKQkkE.default_save_dir_XtInheritXtParseTranslationTable$XAoAMiKIkbKQkQE.pagepos_saved$XAoAMiKHkbKQUGE.n_fallbackPageMedia$XBoAMiKBkbKQ0UD.action_toc.entryo$XAoAMiKTkbKQkYF.gv_pid$XAoAMiKHkbKQUGE.n_page$XAoAMiK_jbKQU0C.resources$XAoAMiKTkbKQkYF.block_updateFilegv_orientation_autoaction_autoResizecb_saveXDisplayStringDialogPopupSetButtongv_orientation_old$XAoAMiKHkbKQUGE.n_confirmQuitlibiconv$XAoAMiK_jbKQk5C.alloc_errornoresize_pgv_gs_safeDirfilenoad_ps_markEmptyBitmapsec_sscanfunsetenv_get_exit_frame_monitorXrmSetDatabaseGhostviewClearBackgroundgv_dirsrpl_optargoptions_textApplyGhostviewIsInterpreterRunningnewtoccb_messageXtInstallAcceleratorss_fallbackOrientationmains_ignoreEOF$XAoAMiKOkbKQkvE.screenSizeopen_fail_error$XAoAMiKDkbKQEpD.tabTranssaveposEntrygv_filename_rawFrameConvertStringToFrameTypecb_popupPopup$XAoAMiKMkbKQkkE.scratch_dirspartan_p$XAoAMiKGkbKQ0$D.infoPopupCreatedstrcpysave_allocSaveData$XAoAMiKUkbKQ0hF.zoom_dismisszoom_createZoomgettimeofdaymtime$XAoAMiKAkbKQkFD.actionsList$XAoAMiKRkbKQ0IF.gv_nls_it_UTF_8_datmonochrome_pXrmCombineDatabasecolor_ppage_value$XAoAMiK_jbKQk5C.oldhandler$XAoAMiK9jbKQErC.list_translationsgv_filtersAaaWidgetGetNaturalSizewaitpid$XAoAMiKGkbKQ0$D.info_length$XAoAMiKRkbKQ0IF.gv_nls_fr_UTF_8_datXtReallocversionpopupshow_toggleEvenPagesFileSel_popup__fsr_init_valuecb_resetInfoPopup$XBoAMiKJkbKQkVE.miscmenu_a_miscMenu.modecb_popupVersionPopuporientationsdoc_convDocOrientToXtOrient$XAoAMiKHkbKQUGE.n_toggleOddBitmapXawFileSelectionPreferButtonsetTitlecb_popdownConfirmPopupXtIsSubclass$XBoAMiKMkbKQkkE.options_fs_cb_apply.s_scratch_dir$XAoAMiKHkbKQUGE.n_respectDSC$XAoAMiKHkbKQUGE.n_versioncb_adjustSliderXCopyAreas_confirmQuit$XAoAMiKOkbKQkvE.magmenus_titleStylemisc_resetPagePositionSwitchIsSetfopen$XBoAMiK_jbKQk5C.XmuCvtStringToPalette.XrmQEmonochrome$XAoAMiKDkbKQ0vD.doneButtoncb_doOpenFileaction_watchFileDialogPopupClearText$XAoAMiKRkbKQ0IF.resource_system_file$XAoAMiKHkbKQUGE.even_bitsXtIsSensitivequote_filenameolddocconfirmpopupgv_scanstylestrtoullXInternAtomshow_showThisPagegv_gs_argumentssimpleMenuWidgetClassGhostviewCoordsXtoPSXrmQuarkToStringcb_setScaleXtCreatePopupShellnosafer_p$XAoAMiKCkbKQEeD.save_directoryredisplayEntrysetup_layout_ghostview$XAoAMiKNkbKQkqE.forientButtonpscopydoccb_popupDialogPopupGhostviewStateresource_userDefaultsFileaction_menuPopdownVlistChangeHighlighted$XAoAMiKHkbKQUGE.n_scaleBase$XAoAMiKMkbKQknE.saferToggleshow_pagenewtocControlDialogPopupSetMessageintern_resources$XAoAMiKHkbKQUGE.n_gsCmdConvPDF$XAoAMiKOkbKQkvE.reverseScrollingTogglesystems_mediasscale_getScreenSizeXtSetTypeConverter_environwaitcb_doPrint$XAoAMiKMkbKQknE.conv$XAoAMiKJkbKQkVE.miscmenu_entriesview_heightoptionsetupEntryAaaWidgetAllowResizeXtDestroyWidget$XAoAMiK_jbKQk5C.pixorientationButtonmain_createScaleMenu$XAoAMiKHkbKQUGE.n_useBackingPixmap$XAoAMiKDkbKQ0vD.preferedButtondoc_convStringToPage$XBoAMiKVkbKQ0lF.MoveThumb.old_positionXSetWMIconNameaction_savepos$XBoAMiKOkbKQU1E.process_menu.visible__xargv$XBoAMiKCkbKQEeD.cb_adjustSlider.opvhgv_miscmenu_entriescheck_file$XBoAMiK9jbKQErC.FS_listAction.toXDrawLinescb_checkFileXBell$XAoAMiK_jbKQk5C.broken_pipemkdirsmeBSBObjectClassgv_gs_x11_deviceXtDisplayStringConversionWarninggv_default_pagemediacb_quitGhostview$XAoAMiKNkbKQkqE.forientMenuVlistEntryOfPosition$XBoAMiKCkbKQEeD.cb_adjustSlider.opvw$XBoAMiKCkbKQEeD.cb_adjustSlider.opvx$XBoAMiKCkbKQEeD.cb_adjustSlider.opvy$XBoAMiKNkbKQkqE.options_gv_cb_apply.s_forientautoOrientEntrys_minimumWidth$XAoAMiK9jbKQErC.cannotopenList$XAoAMiKHkbKQUGE.actionsrmdiroptions_cb_popupXrmGetResourcecenterEntry_lib_versiongv_filename_oldgv_print_mode_getopt_long_only_rfclosegv_mediass_maximumHeightoptions_squeezeMultilinecb_popdownPopup__xargc$XAoAMiKNkbKQkqE.mediaButtoninfopopup$XAoAMiKMkbKQkkE.filterXtRemoveSignalstrdupupsidedownEntrygv_displayclean_safe_tempdirXrmDestroyDatabasestateButtoncb_pageAdjustNotifyXtAppAddTimeOutmisc_drawEyeGuide$XAoAMiKNkbKQkqE.fmediaButtonXmbDrawStringtransientShellWidgetClassgv_swap_landscape_olds_orientationgv_options_fs_structgv_real_xdpigv_pagemedia_oldtolowerXtQueryGeometryFileSelgv_filename_uncorientation_value$XAoAMiKHkbKQUGE.GNU_longOptions$XAoAMiKNkbKQkqE.ascale$XBoAMiKBkbKQ0UD.action_movePage.posix$XAoAMiKHkbKQUGE.n_gsX11AlphaDevice$XBoAMiKBkbKQ0UD.action_movePage.posiyclosedirXrmStringToQuarksaveCurrentPageLabelnewtocClipGhostviewEnableInterpreter$XAoAMiKHkbKQUGE.n_gsSaferaaaClassRecprintAllEntry$XAoAMiKHkbKQUGE.n_reverseScrollingversionCompatibility$XAoAMiKNkbKQkqE.scaleBaseLabel$XAoAMiKHkbKQUGE.n_printCommandcb_print_posXtDisplayOfObject$XAoAMiK6jbKQERC.resourcesgv_scale_current$XAoAMiKDkbKQ0vD.tabTransButtonResetXmuCvtStringToPalette$XAoAMiKRkbKQ0IF.gv_nls_noint_de_datgv_safe_gs_workdircb_pageXSetWMProtocols$XAoAMiKMkbKQknE.gs$XBoAMiK_jbKQk5C.XmuCvtStringToPalette.haveQuarksaction_quits_versiongv_fallback_pagemedia$XAoAMiKOkbKQkvE.titleLabel$XAoAMiKHkbKQUGE.n_titleStylesaveAllEntryoptions_gv_createScaleMenus$XAoAMiKRkbKQ0IF.gv_nls_ja_JP_UTF_8_datdying$XBoAMiKDkbKQ0vD.makeDialogPopup.tab_transdatemenu$XAoAMiKDkbKQEpD.confirmPopupCreated$XBoAMiKBkbKQ0UD.action_toc.scrollingdup2vlistWidgetClasss_confirmPrintoptiongvEntryatexit_getopt_internal_r$XAoAMiKMkbKQknE.popupfile_fileIsDircurrent_urxcurrent_ury__iobXmuCvtStringToOrientationXtNameToWidgetXmuCopyISOLatin1LoweredshellWidgetClassgetcwdButtonSet$XBoAMiKBkbKQ0UD.action_toc.startvisibleXrmGetStringDatabaseXmbTextListToTextPropertyXtCreateManagedWidgetrpl_opterropendircompositeWidgetClassshow_toggleOddPagesgv_pagemedias_scaleBasew_toggleAllPageswidgets_setToggleXCreatePixmapmakeConfirmPopupXUnmapWindowsignal_init$XBoAMiK_jbKQk5C.XmuCvtStringToPalette.XrmQEgrayscalemedia_freeMedias$XAoAMiKNkbKQkqE.popupXrmPutStringResource$XAoAMiKNkbKQkqE.dscToggletitlebutton$XAoAMiKRkbKQ0IF.gv_nls_de_UTF_8_dats_scalesXQueryPointer$XBoAMiKOkbKQU1E.process_menu.progresscb_popupInfoPopupsizeEntryreadlinkexecOfFailedLabel$XAoAMiKNkbKQkqE.scalesButton$XBoAMiK9jbKQErC.FS_listAction.posxXawFileSelectionScan$XBoAMiK9jbKQErC.FS_listAction.posyshow_printAllPages$XAoAMiKHkbKQUGE.n_infoVerbose$XAoAMiKRkbKQ0IF.fallback_style_1kill$XAoAMiKRkbKQ0IF.fallback_style_2_startapplicationShellWidgetClass$XAoAMiK7jbKQkXC.yyr1$XAoAMiK7jbKQkXC.yyr2$XAoAMiK9jbKQErC.unknownListsave_saveFile_GLOBAL_OFFSET_TABLE_old_XerrorpopupVerbapp_reslabelWidgetClassnum_ghostsoptions_cb_changeMenuLabel$XBoAMiKBkbKQ0UD.action_shellConfigureNotify.widthXawScrollbarSetThumbsaveDocumentLabelXDrawString16$XAoAMiKOkbKQkvE.optionControlXtAppAddInputgv_options_fsXTextWidth16unlink$XBoAMiKNkbKQkqE.options_gv_cb_apply.s_orientrpl_realpathshow_checkFile$XAoAMiKPkbKQk5E.wmbdecordoc_putPageInRange$XAoAMiKNkbKQkqE.scalesLabelstrstrstrtoldmiscmenu_a_miscMenugv_orientation_auto_old$XBoAMiKCkbKQEeD.char_to_xtp.tp$XAoAMiKOkbKQkvE.popup$XAoAMiK9jbKQErC.curlist_translationsXawFileSelectionRemoveButtonmagmenu_freeMagMenuEntriesgv_options_gsstrtollgv_options_gvcb_destroyGhost$XAoAMiKHkbKQUGE.n_mediasXawSimpleMenuGetActiveEntry$XAoAMiKHkbKQUGE.n_autoResize$XAoAMiKNkbKQkqE.orientMenumisc_testFile$XAoAMiKDkbKQ0vD.dialogTextstrrchrchdir$XAoAMiKHkbKQUGE.n_watchFileFrequencys_antialiasrewindgv_pixel_ydpiXCreateBitmapFromDatacb_printXtGetApplicationResources$XAoAMiKTkbKQkYF.block_terminate$XAoAMiKDkbKQEpD.cancelButton$XAoAMiKDkbKQEpD.message1XmbTextPerCharExtents$XAoAMiKDkbKQEpD.message2$XAoAMiKDkbKQEpD.message3gv_user_defaults_filescalebase_pgv_safe_gs_tempdir__1cG__CrunMdo_exit_code6F_v_VlistGetFirstVisibledoc_mediaIsOkinfoverbose_paaaWidgetClasss_autoCentereofEntryfabsXFlushVlistSetFirstVisible$XAoAMiKHkbKQUGE.n_adtitle_styless_minimumHeightcb_handleDSC$XAoAMiKMkbKQkkE.dirscb_appendInfoPopupdefault_xdpiXSendEventmiscmenu_parseMiscMenuEntriesgv_orientation$XAoAMiKHkbKQUGE.n_gsSafeDirXPeekIfEventmain_setInternResourcemisc_buildPagemediaMenuconfirm_quit_stylesgv_scalesscale_getScreenResourceName$XAoAMiKDkbKQEpD.preferedButtonnewtocFramenowatch_p$XBoAMiKJkbKQkVE.miscmenu_a_miscMenu.xopsscan$XAoAMiKHkbKQUGE.n_magMenugv_databases_fallbackPageMediamakeNotePopuppasswordPromptLabelrpl_optoptXtDestroyApplicationContextcb_showTitle$XBoAMiKJkbKQkVE.miscmenu_a_miscMenu.yocb_antialiasGhostviewDisableInterpreterXtPopdownfile_fileIsNotUsefuls_printCommands_infoVerbosewidgetClassRec$XBoAMiKVkbKQ0lF.HandleAutoscroll.old_positionXmuGetHostnamefileButtonfcntlcb_popupNotePopuppasswordRequiredLabelXtResizeWidgetgv_nameXtGetApplicationNameAndClassstateMenu$XAoAMiKRkbKQ0IF.resource_ad_filefprintf$XAoAMiKPkbKQk5E.wmsdecorprocessButtonwidgets_createLabeledLineTextFieldfloorrpl_getopt_long_onlycurrent_pagemain_controlcb_cancelQuit$XAoAMiKNkbKQkqE.forientLabelgv_real_ydpipagemediaMenu$XAoAMiK8jbKQkgC.defaultTranslationscb_positionPageXtWidgetToApplicationContextapp_conexeclcb_cancelPrint$XAoAMiKHkbKQUGE.n_unmarkAllBitmap$XAoAMiK7jbKQkXC.yypgoto$XAoAMiKHkbKQUGE.odd_bits$XAoAMiKQkbKQEDF.empty_stringview_bordercb_presentationqsort$XAoAMiKHkbKQUGE.n_scrollingEyeGuide$XAoAMiKMkbKQkkE.optionControlpopup_positionPopup$XAoAMiKNkbKQkqE.fmediaMenuXtFreefgetsprevEntry$XAoAMiKHkbKQUGE.n_gsInterpreteroptions_squeezecb_popdownNotePopupmemcmp$XAoAMiKNkbKQkqE.popupVerbExternXtManageChild$XAoAMiKHkbKQUGE.n_autoCentercompositeClassRecXtNoticeSignalXtResolvePathname$XAoAMiKDkbKQ0vD.dialogPopupCreated$XAoAMiKOkbKQkvE.titleMenusprintf$XAoAMiKHkbKQUGE.n_locatorFormataction_shellConfigureNotifycb_reopenghostviewWidgetClass$XBoAMiKOkbKQU1E.process_disallow_quit.messagestrtodaction_preferConfirmPopupButtonaction_otherPage$XBoAMiKGkbKQ0CE.magmenu_a_magMenu.modeXawTextReplaceatof$XBoAMiK9jbKQErC.FS_listAction.clipwatoiXClearWindowstrtol$XBoAMiKBkbKQ0UD.action_page.old_paramsatolgv_filename$XAoAMiKNkbKQkqE.orientationsExternfile_selectionWidgetClassresource_checkResourcesgv_infoSkipErrors$XBoAMiK9jbKQErC.FS_listAction.cliph$XAoAMiKOkbKQkvE.confirmPrintTogglefile_pdfname2psnamecb_popupConfirmPopup$XAoAMiKOkbKQkvE.scalesprocess_fork$XAoAMiKOkbKQkvE.pixmapToggleXtOverrideTranslations$XAoAMiKTkbKQkYF.sid_updateFileXFillPolygon$XAoAMiKNkbKQkqE.infoPopupLabelprocess_kill_all_processes$XAoAMiKOkbKQkvE.mediassaveMarkedPagesLabel$XAoAMiK7jbKQkXC.yydefgoto$XAoAMiKHkbKQUGE.n_antialiascontrol_width$XBoAMiKBkbKQ0UD.action_page.timer$XAoAMiKAkbKQkFD.resourcesmemcpyDialogPopupSetPromptaction_handleDSCs_gsSafercopyright$XAoAMiKNkbKQkqE.optionControlXawFileSelectionGetPath_Qp_qtod$XBoAMiKDkbKQ0vD.DialogPopupGetText.stringXtAddConvertergv_options_setup_struct$XAoAMiKMkbKQknE.argumentsfputc_Qp_qtos$XAoAMiKHkbKQUGE.n_defaultSaveDirswitchClassRecgv_options_setupXtAppMainLoopftelloDialogPopupGetTextaction_setPagemedia_edataaction_openXawFileSelectionSetPathClipWidgetCheckCoordinatesfputsXFreewidgets_setSelectedBitmapgv_fallback_orientations_miscMenuEntries$XAoAMiK9jbKQErC.TextField_translationspage_p___Argvfreeacb_redisplays_useBackingPixmapXtConfigureWidgetgv_gs_interpreterfile_locateFilenamereaddirlayout_parsecb_destroycb_handleEOFXtVaSetValuesvlistClassReccalloclog10cb_setPagemediaquitEntrymemmovedoc_scanFile$XAoAMiKHkbKQUGE.n_scale$XAoAMiKNkbKQkqE.scaleBaseButtonrpl_getopt_internal$XAoAMiKRkbKQ0IF.resource_user_file_symb$XAoAMiKHkbKQUGE.resources$XAoAMiKVkbKQ0lF.actionsgv_medias_resmain_setResolutionsaction_deleteWindowmkstemp$XAoAMiKHkbKQUGE.n_orientationXtManageChildrenstopEntry$XBoAMiKBkbKQ0UD.action_movePage.to$XAoAMiKOkbKQkvE.confirmMenuXtSetMappedWhenManagedgv_print_kills_fileDialogPopupSetText$XBoAMiKBkbKQ0UD.action_panner.initializedFrameDrawFrameXtAppErrorcurrentEntrymemset$XAoAMiKUkbKQkeF.LineTextTrauthorgv_pixel_xdpiswapEntrygrayscale_p$XAoAMiKNkbKQkqE.infoPopupMenufile_getTmpFilenameaction_presentationstrncasecmpstillInProgressLabelgv_scale$XBoAMiKBkbKQ0UD.action_movePage.posx$XBoAMiKBkbKQ0UD.action_movePage.posyaction_antialias$XAoAMiKOkbKQkvE.confirmButton$XAoAMiKHkbKQUGE.n_miscMenuEntriess_toggleCurrentBitmap$XAoAMiK9jbKQErC.resources$XAoAMiKHkbKQUGE.n_fallbackOrientation_getopt_long_r$XBoAMiK9jbKQErC.FS_listAction.movinggetenvsaveMarkedEntry$XBoAMiKBkbKQ0UD.action_movePage.xpcb_autoResizeVlistChangeMarkfile_getUsefulNameGhostviewGetBBofAreaXtAppSetTypeConverterXtRemoveAllCallbacksscaleMenusmeLineObjectClass$XAoAMiKHkbKQUGE.DOC_bitsdefault_ydpicb_doSave$XAoAMiKRkbKQ0IF.resource_user_filenewtocScrollarguments_valuegv_print_commandstrerroraction_reopensave_freeSaveDatamagmenu_a_magMenuscrollbarWidgetClassfileMenuXtCallCallbackList$XAoAMiKHkbKQUGE.n_stylewidgets_getTextmisc_changeFilegv_pagemedia_auto_oldpresentationEntry$XAoAMiKLkbKQkdE.doneButton$XAoAMiKDkbKQ0vD.cancelButtonXtAppAddSignalcb_watchFilelabelClassRec$XAoAMiKNkbKQkqE.swapLandscapeToggle$XAoAMiKUkbKQ0hF.zoom_popupsaveAsPDFLabelstrncatorientationMenulibm.so.2SUNW_1.1libc.so.1SUNW_1.22SUNW_0.7SUNWprivate_1.1libXinerama.so.1libXaw3d.so.8libXpm.so.4libXmu.so.6libXt.so.6libXext.so.0libSM.so.6libICE.so.6libX11.so.6libiconv.so.2/usr/local/lib`L ='`V`_y`i ='`V =(`s Nq`| |X  (Hy(.( Xwy+$8 |@Pz|| }@   ( @ H X x R  R  R  R ( |0 8 RH h x   R   R    0 @ ` p   R  |  R @ !P !  0 P `          @ P p       ( 0 @   " R  a  R  0 R@ ` p    4    ( @ H X p x K    ! !  K   ( 0 8 H ` h x       ! !   8 P X !h !    ( @ H X p x K        8 H h x    R  R ( 8 X h   8 H x    P Ę !Ĩ ! R  R ( R8 X h ň Ř Ÿ     ( H X x Rƈ ƨ Ƹ  d  R  |  R ` p ː ˠ       0 P ` ̀ ̐ ̰       @ P p ̀ ͠ Ͱ     0 @ ` p ΐ Π          0 P  ` π  ϐ ϰ         @ P p Ѐ Р а     0 @ ` p ѐ Ѡ       0 P ` Ҁ Ґ Ұ   H  P  X R h  x     R            O    !  !! ! ! !!( !!8 r!@ !H !!X !!x w! w! ! !  ! ! ! ! ! ! " w" w"8 R"H "h "x " R" " R" " R# #( R#8 #X #h # Y# # # # 8`8 8  HS |` }H%`8OzeIA @`Q=# - @!`zKL @`hT @b`\3T @ `@f @`IZ @l`_v &@` v @`+`Yf @i`V @`xMf @`1jE J@>`y @`RV  @`U @,`B~[ @`+Wh @^`4R @`H$4 @t`s @` @`66 @*`aN .@`Ks @D`4 @`PFH P@k`L:oS Z@`N{t @}`9 v@`xf3 @`K2 [`+p @ "``+p @ r``+p j@ rc, @`+p 'j \㘀 t+``+p )j -`-# `?-# =--%# ##0@Z`+p ֐ @S"`*p j Z#Ȁ `*p j Z#Ѐ@?@@+@?@Ewwwwww_\ w_w_w_\ w@ H H/Π H/Oΰ@w_w_\ h_\ @ '@A@aĮw a]'`]`]@  @swww_\ w_\ (wϠ /_ H H'_ H H'_L H H'_D '_ H8_ _ 8H1 /_ _$`_ H_`$`H _DGǡ, $@_ , @$_ H_`$`H _Ϧ DGǡ, $@_ , @$_ H_ _ 4H /_ H_`$`H _ _D`, $`_ H_ _ 6H /_ H_`$`H _ _D`, $`O΀H _א@   H' H'G< wwww_w_`4aH_`6aHC_פՠӐ@@ _!ՀH_!H''G7Հ H 7_!ӀH_!H''G7Ӏ H 7_`4aH_4`4_`6aH_4`60w_w_\ w__\``ء,0h_\ @Ɛ*08<08HH_\ @_ w__\``ء,0 o_@ g  w_א@@_\ (w_$`_ H_`$`H, @_$`_ H_`$`H, @_$`@A@c4ww b]\ _@_@w_@  wwwww_w_w_\ _\ h_@   /Oְwww_w_h _ H Hw'_פ@@ _$  '_h"_4`_4` _ 4H_` $` '_ 6H_` $` 'HF_ H_ H_ 4H 'HGӀ H  '_` $`_4`_ H_ H_ 6H 'HGӀ H  '_` $`_4` G'G<  w'_\ w_߀h+_\ w__h_D H _D GH_נ \ Hw_\ w__o_w_\ w_߀ow_A@bĮwwww?H_ H?___ \ ߐ@獠H?___ \ ߐ@ۍH?H ǑHH?ǑH?ǑHH?ǑH?ϕH` ] H?_D  H , < #`<_D___ \ ߐ@H?HH` ] H?H?`(] H?_D  H , < #`P_D__D @ ѐ@@ Ւw_h`(] Hk?_\ (w_D 'Ha?__D @ @@ w_h`(] HM?_\ (w_D 'HC?__D @w_h`]_D @ @@ @ `(] H"?___ߐ@HH?_D H , < #`h_D`(] ?ׁH,<\$@A@b<ww_hH?H)H7_ \ _ \ H+_ \ H$H"H H b]!`0]@@ *H_D O, < #aD_D_@ w8@pA@`ܮwwww'Hi_$ x_$ |Hs__D @ А@@ Ԓw__ t`_w_׀h_$ x_$ |H _\ (w_D _$`x_D _$`|_ G,p,p\ h__`G,p,p\ ,p@D x'ss@3H_ G,p,p< _ G,p,pD H_ G,p,p `(] HH ?_ G,p,p$H"_ G,p,pD?H_ G,p,p `(] HH _ G,p,p$_G,p,p\ Ph__G,,@\ P,@D x'ss@@ˍH_G,p,p< H_G,p,pD @ H_G,p,p H`(] HH ?_G,p,p$`@H!_G,p,pD @?H_G,p,p H`(] HH _G,p,p$ @G뀠`?'_ G,p,p\ h+G뀠`?'G뀠`?'G뀠`?'__`G,p,p\ G,0@D x'ss@@SH_ G,p,p< G뀠`?'_ G,p,pD H#G뀠`?'_ G,p,p `(] HHG뀠`?'?_ G,p,p$H.G뀠`?'_ G,p,pD?H G뀠`?'_ G,p,p `(] HH G뀠`?'_ G,p,p$G뀠`?'_G,p,p\ Ph)G뀠`?'G뀠`?'G뀠`?'__G,p,p\ PG,0D x'ss@H_G,p,p< HG뀠`?'_G,p,pD @ H"G뀠`?'_G,p,p H`(] HHG뀠`?'?_G,p,p$`@H-G뀠`?'_G,p,pD @?HG뀠`?'_G,p,p H`(] HH G뀠`?'_G,p,p$ @H\__\``(] @TH@'sGs_G,0@$`xG뀠`?'_G,0@$ x_ G,p,p\ h__`G,p,p\ ,p@D x'ss@$H_ G,p,p< _ G,p,pD H_ G,p,p `(] HH ?_ G,p,p$H"_ G,p,pD?H_ G,p,p `(] HH _ G,p,p$_G,p,p\ Ph__G,,@\ P,@D x'ss@@H_G,p,p< H_G,p,pD @ H_G,p,p H`(] HH ?_G,p,p$`@H!_G,p,pD @?H_G,p,p H`(] HH _G,p,p$ @Hn_ D '_$ x_$ |!a"'!a"'`(] _Gå,p,p< H_Gå,p,p$ @_Gå,p,pt P`(] _ Gå,p,p< _ Gå,p,p$_ Gå,p,pt GÀ`?')a"_G,p,p$`@GÀ`?')a"_ G,p,p$_\ w_߀hf__GÐ@_Gá,0@ xw_E _Gá,0@D x% _Gå,p,pD @_ߠD @H_Gå,p,p @D`$`_Gå,p,p H`_ߠ HH<`H,_Gå,p,pD @_ߠD @H_Gå,p,p @ `\OtH_Gå,p,p @_ @ `\@Ot_ Gå,p,pD_ߠ DH_ Gå,p,pD`$`_ Gå,p,p `_ߠ  H<`H,_ Gå,p,pD_ߠ DH_ Gå,p,p `\OtH_ߦ Gå,p,p_  `\@OtGÀ`?'GÀ`?'_G,0@D x_G,0@D xHLGÀ`?'_ߦ G,p,pDGǀH;GÀ`?'GÀ`?'_G,0@D x_G,0@$`xGÀ`?'_ߦ G,p,pD'GÀ`?'_G,p,pD @GǀHGÀ`?'_G,p,pD @'HJGÀ`?'_G,p,pD @GˀH;GÀ`?'GÀ`?'_G,0@D x_G,0@$`xGÀ`?'_G,p,pD @'GÀ`?'_ߦ G,p,pDGˀHGÀ`?'_ߦ G,p,pD'GÀ`?'GÀ`?'_ G,p,pD_ߦ G,p,pDH7GÀ`?'GÀ`?'_ G,p,p _ߦ G,p,p HGÀ`?'GÀ`?'_ߦ G,p,p _ G,p,p< H6GÀ`?'GÀ`?'_ G,p,pD_ߦ G,p,pDHGÀ`?'GÀ`?'_ߦ G,p,p_ G,p,p `]OtGÀ`?'GÀ`?'_G,p,pD @_G,p,pD @H3GÀ`?'GÀ`?'_G,p,p H_G,p,p HHGÀ`?'GÀ`?'_G,p,p H_G,p,p< HH6GÀ`?'GÀ`?'_G,p,pD @_G,p,pD @HGÀ`?'GÀ`?'_G,p,p @_G,p,p @ `]Ot_\ w_߀oGÀ`?'_G,p,pD @ H '_\ w_߀h:GÀ`?'_G,p,pD @ H%GÀ`?'GÀ`?'_G,0@D x'ss_G,p,p HȑH'sGs'GGHG'_\ w_߀oGÀ`?'GÀ`?'_G,0@D xG$@'ss_G,p,p< HGÀ`?'_G,p,p H`(] HHGÀ`?'?_G,p,p$`@H GÀ`?'_G,p,p$ @H_D H , < #b_wD T@(㾀A@bw7w_ D '_G,0@D p's_ G,p,pς `\@Ot_G,p,p @ `\@OtGs_G,0@D x$'gGg  &H '[ 'k!a"'`(] ? 'OG[Hz `\@OtG H\ 'o`(] ?_\ w_瀤h4H_G,p,p HH'3G3'33H?HGo_G,0@D x'oH_G,p,pD @ O O_\ w_瀤oGoGg H `\@Ot '?Go 'kGgGk$@'g 'OG HGg'33HH'3G3'gH Ϡ `\@Ot 'oH?GgGk@'_ 'W_\ w_瀤hG[H _G,p,p @wwH _ G,p,pww_G,0@D`x$`p 'SGOHn_wD GS,p,pDH[_w ?`(] HG_'cH;_w `(] HH.gGS,0D@ H`8] H??`8] ??_w gGS,0D@'33HGS,p,p ?HH'3G3H'K 'KGK'c_G,0@ pwG_GDGc@$G_Gc$@'_GS 'SGSGOOG`?'KG`?'G_GG,0@D p_GK,0@$`pGo_G,0@D p'o_D H _wH 'W_\ w_瀤oFGo_G,0@D pH GWH H'K 'KGK'G< A@c̮ww77Hy_ \ w_πhD_\ (w_D p'_D t'_D 'GGۡ, $@'GGۡ, $@'G〤 HG߀ H ' 'Gۡ,  $ 7Gۡ,  $ 7_WWG,00400< Gߡ,00400< Gۡ,00400< @@@}H=_\ w_瀤h"_WW@_ D  H W_D p@7HW_D t@7_\ w_瀤oHH_D H , < #b\_DX(0A@aTww_hHlHV_\ w_h_\ w__w_oHQ_ \ _\ P_ \ (_\ hH=_\ _ \ _\ P_ \ (~_\ hzH%_ \ sH b]!`@]@@ÒH_D O, < #a_ߠD_@w8<0www_\ w_߀h__ߐ@ _D x_4`_D |_4`H _4` _4` A@bww'_\ w_瀤hH6_ H_``4H_ H'_ 4'G_4`_ H_``6H_ H'_ 6'G_4`_! H_a`4H_!H'_ 4'G_4a_! H_a`6H_!H'_ 6'G_4a_ߐ@l_ 4_$`p_ 6_$`t_L H _L H 'GHp_L H_ 47H(_ H_ HH'_ 'G7_! H_!HH'_!'G7_L H_ 67H(_ H_ HH'_ 'G7_! H_!HH'_!'G7_ 4H _ 6H 'GHI_ߨ@@'H$H1_@@}'Gۀ H  b]!`H]@@VHHHGۀ H , < #a(_ϠD_ 4_$`p_ 6_$`t__ q  0www___@{@w//O_,`O_,`ww'_w_wG'G'GӠ$ 'G'Gˀ H_L _,`_ߠ w_נ wG'GӠ$ 'G'GÀ O~@A@cww 'Ϡ?wwwo 'k ' 'Ӡ 'K?'g_w$ w_ow_ߠ wG_4`__wGk,0@$  h[_ow_ww__w$@<0?`8p ' b]!`P]@@ b]!`X]Gk@@| b]!``]G@@p b]!`h]@@f@ _ww_wo_wG,0@$ w_oG,p,p$ w__wGk,0@$  h Hs'G,0c(]T@'G#|HH~Gg?HO_@@'gGg H 'Ϡ 'gHGg4 !H Gg `]L@H'' '''G''GGϠ@'G뀤 HG뀤 VH G,0 bx]T@GπHHBG,0b]T@'G뀤 HG#|HHG 'H7G뀤 HHG뀤 DH H'Gg H?'g_נ wעO_ׂ `\@OtGӀHGӠ$ 'G'OG,0bP]T@'G뀤 HHSG,0 c]T@'+G+ H_G+  < ,p,p/ `\@OtH_\ _\ t`H@ w_t  _$`_\ _  ``\@Ot_\ @~_D?_$`_w/H@ w_t  _$`_\ _  ``\@Ot_\ @a_\?_t`_w/H@o w_t  _$`_D?_$`_\ _ t``x] _ < _$ _ t `x] _< H_$ @_t P`x] _ < _ $ _ t (`x] _< `_$ X_t h_w/Hd_\ w/H_@( w_t _t _$ _D?_ $`_\?_t``x] _ < _$ _ t `x] _< H_$ @_t P`x] _ < _ $ _ t (`x] _< `_$ X_t h_\?w_hg_D HX_D?`?'_ G,p,pt _D?`?'_G,p,pt P_D?`?' )a"_ G ,p,p$_D?`?')a"_G,p,p$`@_D?`?'`] _ G,p,p< _D?`?'`] _G,p,p< H__t`_\ w_o_w/H_\`\t`_\?w/H_\ w/H@k `w_ע$ x_  `\@Ot_ע$ `_ 0 `\@Ot_ע$ 0_  `\@Ot_ע$ _ H `\@Ot_w/Hw@@ `w`x] _< _$ _t `x] _< 8_$ 0_t @`x] _< _$ _t (`x] _< P_$ H_t X_w/HH@ `w_ע$ 0_  `\@Ot_ע$ _ 0 `\@Ot_ע$ 0_  `\@Ot_ע$ _ H `\@Ot_w/H@ `w`x] _< _$ _t `x] _< 8_$ 0_t @`x] _< _$ _t (`x] _< P_$ H_t X_w/H_ע / `\@OtH`x] ?7 '/w?H_ע / `\@OtH`x] ?7 '/w?H_D '/_\?w?H '/_\ w?H_D '/w?`] ?7H@u w/ _/$`_D?_/$`_\ _/ t`H_\ w/H@_ w/ _/$`_D _/$`H@S w/ _/$`_D _/$`H~_\?w/Hy@B w/ _/$`_D _/$`_\?_/ t`Hh@1 w/_/$ _D '_/< HZ@# w/ _/$`_D _/$`HN@ w/ _/$`_D?_/$`_\?_/ t`_\ _/ t`H8OOOO@ w/ _/$`_D?_/$`_\ _/ t`H_\ w/H '/H '/HG$  %H , < #`|_hD_G+,p,p$w_G+,0$@w_נ wע/_ׂ `\@OtG,0 c]T@'G$ < ,0 b]T@_T @'G HG VHG,0 bx]T@_T H G,0b]T@'H G$ < ,0 c]T@'OGӀH GK 'K`p]_@@GӀ H Gg H Hq'?'g 'H__wh Hc'_נ$ w_ߠ$ w_T 'G,0c(]T@'G#|HOG 'G뀤 HG뀤 VH G,0 bx]T@ HOG,0b]T@'G뀤 HG#|HOG 'ODG뀤 HOG뀤 DH H'_נ wעO_ׂ `\@OtG'O)G< l X   8 `  p P@p A@cTwww_w_\ w_\ w_נ$ #w__πh_wߠ '_L H?__ע #h9_L H _L H_L H 'HGˀH  b]! @_L  b]!@@~ '_ߠ w_L H__ע # o_L H  b]!`]@@7 b]!`]@@-_נ$ #wߠ '__πh_w_L HK__ע #hE_L H _L H_L H 'H$GˀH  b]! @ __׀h  b]! ^@H b]! @  '_ߠ w_L H__ע # o_L H  b]! ^@ b]!`]@@ b]!`]_@@@A@cdww`]_@A@c www_w_\ w_w_߀h H.'_L H _L H_L H_ߠ w_L O_L O_L O__t`_L H H'_L {H!H'_L }H!H'_L (H!H'_L )H!H'_L <H!H'_L >H!H'_L =H! H'_L $H!H'_L +H_$ !H'_L -H _$`!H'_L *H _$`!H'_L /H _$`!H'_L %H_w_ߠ w_L H _L H_L H_ߠ w_L O_L O_L O_L AH_L ZH _L aHe_L zH` '_L AH_L ZH _L aH._L zH)G H%_L G,@_ߠ wG '_L AH_L ZH _L aH _L zHG O_ߠ$ wߦ G,@G H_?H'ˢ`]@@H _$`!H'_wߠ _$`!H'_L [HS '_ߠ w_L 0H$_L 9HG H_L G,@_ߠ wG '_L 0H _L 9HG O G,@G H_^?H'_L ]H @1_$ ! H'`]_@K?H'_L 0HI_L 9HD '_L 0H$_L 9HG H_L G,@_ߠ wG '_L 0H _L 9HG O_ߠ$ wߦ G,@G H_?HL'ˠ@ې_$ ! HD'_L |H '_ߠ w_L H _L H_L H_ߠ w_L O_L O_L OG H9_L AH_L ZH _L aH*_L zH%_L G,@_ߠ wG 'G H_L AH_L ZO_L aH_L zO_ߠ$ wߦ G,@G H_?H'ˢ`]@@PH! H'ˢ`]@@CH! H'ˢ`]@@6H!H'ˢ`]@@)H!H'O H `]_@F?H'`]_@<?H'_L AH_L ZH_L aH_L zH_L 0H_L 9H_L _HO '_L G,@_ߠ wGǠ 'Gǀ H%_L AH_L ZO_L aH_L zO_L 0H_L 9O_L _O_ߠ$ wߦ G,@Gǀ H_А?H'ˠ@_$ !H'__t``]_@_ߠ wOGˀ H_ߠ w__t`G'G< @A@aԮw@ a]'`] b]@  @s wwww_w_@T_@9_$"H0www___@@S@w_w__\"8@@<__\"@@@6w_\"0w_\!Pw_w@ @(_t"@w_\"(w_\!Pw_w@ @_t"8A@c|wwww_w_L"H_\"8wH_D"HH_\"@wH_\!w_\`\ \`__`4`6@  @sw_\!w_!'_L"/ _,b_\!w_\!x h__ta `]\ ___@O_,bG_4a__ta__ta_ 4'_ 6'_!'_L"H_D"'H_D"HH_D" 'H_D"'GӀ HGӡ, G׀HGӡ, GۀHH_GGGG_\a0\a8  @ss@"s wwww_wנ _$bH_L"/֠ _,b_@U h__@8O_,b wwww_w_L"H _,b_@. h__@ wwww_wנ _,b_@ h__@ wwww_w_$"H____ߐ@Җ w'_\ \ w_\ 耤h#_瀤h'_T 0 7_T 2 7_ 47_ 67_ 47_ 67_\`א@@0A@aܮwwww _$` _\` t`_ 4 H _4`4_ 6 H _4`6b]\ \ \ @___@ wwww_w_ 4 H _4`4_ 6 H _4`6 _4` _4` 7_4`_4`_4` w_w_\ \ w_瀤hZ_T 7_T 7_ 7_ 7_ 4H_ 47_ 6H_ 67_ 4,00<00ݡ,00<00$@7_ 6,00<00ۡ,00<00$@7WW値HW7WW〤HW7Wဤ H 7W߀ H 7_\ \ WWې@@ _ 0 w_\ w_ϐ@@=_4`_4`_4`W_4`W_4`@A@aww bh]\ _@_ΐ0www_ _4`_ _4` www_w_\ Ѐh _\ \ h_\ \ _פՠӐ@є _$`_4`_4` _ H_ H_ H_ H _ H _ H H'_ 4H _ 6H H' 'G<  www_ H Hw'_ H Ho'_\ wנ '_ H_ _4`_ _ 8H '_ H_ _4`_ _ 4H '_ H_ _4`_ _ 6H '_ H_T _4`_T _T 0H '_ H_T _4`_T _T 2H 'GπH _@'GH' H'G< w_w_\ \ w_瀤h^_@ h. '_ 4 H_ 47Ǡ '_ 6 H_ 67Ǡ 'ǀH_Ǡ@@o H_@@f_ 4_ 4H_ 4H'_ 4'_ 6_ 6H_ 6H'_ 6'_G4 Gߡ4 @@H _J ?A@cww_נِ@|_ 4H_ 6HH '_ϐ@@'H#H0_ϐ@@'Gˀ H b]!`]@@ 'H 'HHGˀ H , < #a_DGˀ H_ 'H_{ 'G'G<   w''ww_w_\ \ wG_$`G_$`_D _ 4@_ 4H _ 4_ 4$@_$`_D H_$ _D _ 6@_ 6H _ 6_ 6$@_$`_D H_$  w''_w_\ \ w_GG۠א@_Gۡ,00<00Gס,00<00@@dG_4`G_4`_X P@A@cwwwww_wנؐ @=؀h@>:  @@?Hww__tbxa0] `]\ _@@3 _t!h_\!h a] a]@@+_\! h_\! @ :  @_\! @ Hww__ta a] c]\ _@@ _t!p_\ap\a a8]a]@@p_t!x_\!(h_\!(@Ӑ:  @W_\!(@ӒHww__ta(a ] c]\ _@@ǘ _t!_\a\a(a(]a]@@9_t!_$"_D!0 Ho_D!0 Hj_D!0 Ha@] `]\ _@@ _t"_ע"D` $`_D!0 HaH] `]\ _@@| _t"_ע"D` $`_D!0 HaP] `]\ _@@b _t" _ע"D` $`_D!0 HaX] `]\ _@@H _t"(_ע"D` $` cx]\ @Kw_\!h_\!Hw_\"xw_w_צa@aH__a]_@@@_\!w_צaPaX__a]_@@@_D!0 HF_D!0 HA_\aH\b@_\aX\b@ _D!0 H_\aH\b@_\aX\b@_D!0 H_\aH\b @_\aX\b @_D!0 H_\aH\b(@ޒ_\aX\b(@ؒ__D!4@@s  b]\ @Ðw_צaaaa_a`]_@@s@s_צaaabb_ah]_@@s@s `8]\ @w_צaaȪaЬaآa_ap]_@@s@s _$b@_$"8_D"@,0< @ݐ_t"0_\"0t  d_$bX_$"P_D"X,0< @͐_t"H_\"Ht  _$bp_$"h_D"p,0< @p_t"`_\"`t _t!`@ﴐ _t"@ﰐ _t"@﬐ _t"ax]ha]@:  @a]@Hww__tba]ha]@:  @a]@Hww__tb_t"_\!Ha]@@ _\!Xa]@@  A@awwww_w b]\ \ \ @___@_@ _\!H@ 㾠A@`wOwwwww_w_w 'k_\!_\!hE_\!h" 'k a]"ݪok,0u@_\!wW_Wk,0@t`_Ww_k 'k_\!Hk@@@H  'k a]"ݪok,0u@_\"xwW_Wk,0@t`_Ww_k 'k_\!Hk@@@_\!_\!h  'k a]"ݪok,0u@_\!wW_Wk,0@t`_Ww_k 'k_\!Xk@@@Z_D!4_D!4H__D!4@@ޔ __D!4@@ה _\! _\! h1_\! @r_\! h_\! @:  @}_\! @Hw_w____ta _\!x@'_\ap\a a8]a]@@k_t!x_\!(_\!(h1_\!(@<_\!(h_\!(@Ð:  @G_\!(@ÒHw_w____ta(_\!@_\a\a(a(]a]@@5_t! /Oְ0w_w_D"8$ 'G_$b8G뀤 H_\b0Db8,0\@_D"8$ 'G_$b8G瀤 O_"8D` $`_D"P$ 'G_$bPG뀤 H_\bHDbP,0\@̐_D"P$ 'G_$bPG瀤 O_"PD` $`_D"h$ 'G_$bhG뀤 H_\b`Dbh,0\@_D"h$ 'G_$bhG瀤 O_"hD` $`_\"0@햐_\"H@풐_\"`@펐_\"@튐_\"@톐_\"@킐_\"@~_\"@z_\"x@v_\! @r_\!(@n_\"h_\"@=_t"ww /Š /_h H/_h H/_w_h /Ơ '_@ ,w_πh _,`_L !H /_ w_L H /H_@ @w__@@_w_@ *w_h G۠ '_,`_ w_@ؒ *w_o_w_@~'G׀H__Gא@@ҔHGۀH_Gנ@w_L H /H<_Gנ < @wGۀH2_@Q'G׀H__@@w_hGۀ H_Gנ@w_L H /H_Gנ < @wG۠$ 'GۀO_@푐_πh _Ϡ w ,_,`Hw_wOƀ H OĀH /H H/_o2O/Owwwwߠ '_@'_L H_L HHc_@ؐ < @\w__ߐ@@֒_w__@@/w_ǀh _,`_Gנ@wG۠ '__@@w_ǀo_wǠ _,`G'G۠$ 'G'G H__ǐ@@__@@ _ǐ@ GנwG'G۠$ 'G'G O__ǐ@@_@0A@ނ`,www_h_@cw_h_ h__$ L@ /H _a]@@Ē@ww__@ @ _,`A@݂cwww '_ha]w ' a]"ݪۧ,0u@_w_ۡ,0@t`_w۠ '_ې@@@8 ' a]!Fۧ,0t@_@w_ۡ,0@t`_w۠ '_ې@@ ww_@Ґw_@ΐw__@w___  @@@ _,`0A@݂a4ww_h/_@ ~w_h&a]@#w_瀤h _,`_ w_@I_@_@_@: ww_w_w_\ _\ @@'G< @w'_hGH _H_A@܂cDww''_wG` "H ` "H , ` "H , ` "H , _D"@H6a]G@@`_ݐ@@SwGH_ϐ _D!4GH_$!4H_\!H_ϐ@@_\!X_ϐ@@ _ϐ G_$a4A@܂awwwww_h_瀤h _߀h_ HHr_h_\  b]\ h_\ w_h _\  b]\ o_hHO_w_\ a]@@" HB_D!4'G'GϠ 'Gπ H 'GGӀHGπ` "H ` "H , ` "H , ` "H , _D"@OGGӀH_GӐ@ _Gϐ@ 㾰A@ۂc\wowwww_h_h_瀤h _߀h_ HH_\  bx]\ hH_w_\ w_\ w_\ \ w_\ a]@@閒 H#a]D H__D D@@7'GÀ HG_@7m@H_GÐ@@9V H_\ a]@@j H_@70'_GÐ@@9? H_\ b]@@SH__D D@@7^'_@7?HG_@7@H_GÐ@@9, Hf_\ b]@@,H_@7'_GÐ@@9 HO_\ b]@@H_@6'_GÐ@@8 _@6ѐ'_GÐ@@8 H._\ b]@@ HEa]D H<__D D@@6'G H1G_@6ː@H*__\!h _G@@ H__\"h _G@@ JH__\!h_G@@ H_\ b ]@@覒 HK_D HHb  `H]$` a]$`  ch]$`  cX]$`_D H'G ch]$`G ah]$`_D L'G cp]$`G ap]$`_\ 8 `]t`_@8o b(]$   `8]$`H_\ b(]@@R H _D HH_T 0 `0]$`_T 2 `@]$`_ 4 `(]$`_ 6 `]$`_ 4 b]$`_ 6 b]$`_D H ah]D $@@ H_D L ap]D $@@ H a]$` `H]D H b]D H b]D Hb@] ?bH] ?_D H'_D L'_\ 8 `]\ $@ h4 cX]D H cX]D ,0 ch]D@ ch]$`  cX]$` ch]D H ch]D ,0 cp]D@ cp]$`  ch]$` cX]D H8G cX]D ,0 ch]D@$ cX]D ,0 ch]D@ cX]D $ < ,0 ch]D@$L H cX]D ,0 ch]D@ ch]$`  cX]$` ch]D H8G ch]D ,0 cp]D@$ ch]D ,0 cp]D@ ch]D $ < ,0 cp]D@$L H ch]D ,0 cp]D@ cp]$`  ch]$`_\ 8 `]t` cX]D   cX]$` ch]D   ch]$` cX]D H7  cX]$` cX]D H& cX]D ,0 ch]D@ cX]D $ < ,0 ch]$@ cX]D   cX]$` cX]D O  cX]$`G cX]D ,0 ch]$@ ch]D H7  ch]$` ch]D H& ch]D ,0 cp]D@ ch]D $ < ,0 cp]$@ ch]D   ch]$` ch]D O  ch]$`G ch]D ,0 cp]$@G ch]D $@ cX]D <`@.! 'G cp]D $@ ch]D <`@.! 'GHGH_  H_\ @Q?bH] HbP] HH?bP] ?H?bH] ??_  H_\ @%?bH] HbX] HH?wbX] ?wwH?bH] ??_L!8HG 'HG ' `0]D 'kkG'kkH `(]D 'kkHG'kkH b]D 'kkȑȑH'kGk `0]$` `@]D 'kkG'kkH `]D 'kkHG'kkH b]D 'kkȑȑH'kGk `@]$`_ `0]D @j  `@]D  `8]D H `@]D  `8]$`_@5 b(]$ _ b(]D  `@]D @@5_T 0 `0]$`_T 2 `@]$`_ 4 `(]$`_ 6 `]$`_ 4 b]$`_ 6 b]$`Hy_\ b0]@@? H  `H]$` a]$`Hb_\ b8]@@( HWa]D HP_D H'_D L'_T 0'_T 2'_ 4'_ 6'_G,00<00<` @<  @@GWH GG$ @@'H GG$ @$@'_G@ _@4 b(]$ _ b(]D G@@5NA@ւc$wwwww_ a]\ @@ƒ*08<08H$_נϐ@@”__πh_b`]@@3 H _bh]@@' A@ւbwwwww_ a]\ @@儒*08<08H$_נϐ@@倔__πh_b`]@@ H _bp]@@ 㾰A@ւawgwwwwߠ '_ a]\ @@@*08<08H_\ \ w_\!`h;__\!`h5 '_\!h a] 4,0t@_\"wo_o,0@t`_oww 'bx],0t@,0@t ww '_\!`@@䉔_\!`h_\!`_h]__@@_\!h ' a] 4,0u@_"wo_o,0@t`_oww '_@@@ߔ '_\!h a] 4,0t@_\!wo_o,0@t`_oww 'bx],0t@ ,0@t` ww '_@@#__ta`0ww_w_t"A@Ղawwww' ' 'ߠ ' 'GG뀤HG_G,0\@@㳐 'G 'G 'GG뀤OGߠ 'G 'Gߡ4 @#wG4 @w _,` '_wGG뀤H)  _G,0\@@ぐw__G,0\@_@@>__@w_,`_ w_G,@G 'GG뀤O _,` _G,@ ' a]!,0t@_w_,0@t`_w 'b],0t@_w_,0@t`_w '_@@c_@☐_@═@w_\a\b0Db8D_\a\bHDbP<_\b\b`Dbh4@ww_\!_@" _\"x@㼐0www_@@㯒 /w_߀h_ߠ w__ߐ@ _,`_@H _@y _,`0www_@e_@̒_@[A@Ԃ`www '_\"h_\"@Q_h_\!H_@K ' a]"ݪ,0u@w,0@t`_w '_\!H@@@_h_L H_\"w_h_L H_\"xw_h_L HHL_@ϐ@ ~hww_@'GH_Рѐ@6@'GH_\"ѐ@ŒH _\",`_\" @_\"_\b\bA_\"ϐ@_D"P$ 'G_$bPGˀ H_\bHDbP,0\@G_D"P$ 'G_$bPGǀ O_"PD` $`_\bHDbP,0tGH 'Hb]@═w_瀤h 'GH_G H _ c]@H _ `]@_\"x@_H_D"8$ 'G_$b8Gˀ H_\b0Db8,0\@_D"8$ 'G_$b8Gǀ O_"8D` $`_\b0Db8,0t_D"h$ 'G_$bhGˀ H_\b`Dbh,0\@Đ_D"h$ 'G_$bhGǀ O_"hD` $`_\b`Dbh,0t_\aH\b  ' a]"ݪ,0u@w,0@t`_w '_\!X@@@ݔ_w_@ < @w_w_L nH _,`_ w_L H>_L  b]  @ H% _,`_ w_ w_L  b]  @ H_ w_L  b]  @ OH _L _,`_ w_ w_L O _,`_w_b]b]@Ė@_b]b]@@_w_b]@@7 H 'H ' /_@yw_߀h_ߠ w_b]@@H_נ7@@jHSG!< @#HL_b]@ @H _b]@@H6_Dbh DbpH_"pD`, $`_\b`Dbp,0< @>_t"`_׀h_@=:  @_@>Hww__\b`Dbh,0u_"hD` $`HBG H__ǐ@5/O΀H4_DbP DbXH_"XD`, $`_\bHDbX,0< @_t"H_׀h_@:  @_@Hww__\bHDbP,0u_"PD` $`_@ːw_߀oT_D"PH _\bHDbP,0tH_\bHDbP< a]@ @Ɩ_D"hH _\b`Dbh,0tH_\b`Dbh< a]@ @஖_@೐w_\"@a_Db8 Db@H_"@D`, $`_\b0Db@,0< @_t"0a]ha]@߂:  @a]@߁Hww__\b0Db8,0u_"8D` $`a]@_L /H_ w_w_L /HS_@ߡ /w_hJ _,`_ w_Db8 Db@H_"@D`, $`_\b0Db@,0< @*_t"0_πh_@):  @ޭ_@*Hww__\b0Db8,0u_"8D` $`_w_L /H _@Y /w_o_D"8H_\b0Db8,0t_@g_ڐ_\"x@H0www_\ w_ߐIСA@Ђawwww_\ \ \ wߠ ' a]!,0t@w,0@t`_w '_@@h_a8]@@9Hb]w ' a]"ݢ,0t@_w_,0@t`_w '_\!X@@޴_ߐA@Ђ`$wwww_\ \ \ wߠ ' ' a]!,0u@w,0@t`_w '_@@@_b]@@֒H a]@޾wH_b]@@ĒH_\"h_\"wHa]@ޢw__@_\!А | A@ςb|wwww_\ \ \ \ w_'Gۀ Hf_\"@wϠ /,`_Ϡ wϠ _,`b]@?'Gנ 'GGۀH-_\"0Gס,0\@a]@@]H_\"0Gס,0\@GGۀH a]@גGנ 'GGۀO2_\!@-Q _\"@-L _ߠܐ@_\!А  A@ς`twwww_\ \ \ \ w_'_\"H\ hHGπ Hb]w_\"@_w__\"HGϡ,0\@@V h_\"@ ِ_\"HGϡ,0\@jw_\!H_ǐ@ _\"hB_\"h_\"@r_t"_D4` "H ` "H , ` "H , ` "H , DⰠ@Ha]_D!4@@Z_ߠՐ@@M a] _@@H_@b]_ߒ!@@_t" A@΂aܮwwww_'_\ \ \ \ wG〤 HT_\"`G,0\@b]@@VH_\"@݇HH=b]@}HH3ؐ @ܛH_\"@Y(_\"`G,0\@_\!@,; _\"@,6 _נؐ@_\!А  A@΂`wwwwwwwϠ '+ '+b]_א@@ۭ b]\ _ϐ@@Y _t  '+bx]/+,0t@+,0@t w+ '+b]/+,0t@+,0@t w+ '+ a]"ݢ/+,0t@_w_+,0@t`_w+ '+ a] /+,0t@ +,0@t` w+ '+c]/+,0t@+,0@t w+ '+c]/+,0t@+,0@t w+ '+ a]#"/+,0t@_w_+,0@t`_w+ '+c]/+,0t@ +,0@t` w+ '+ a]"4/+,0t@ +,0@t` w+ '+c]_א@@ a]\ _\ /+@@ۤ_t СA@͂`wwww_@N hH_@ܞw_L  cH_\ \ wH_\ wwwww_w_'_L cH_\!w_\!w_\!w_\!wH_L sH_\!w_\"w_\!w_\"wH 'G HG H^_T 0'_G@蔔 _< H7_'_D"d'GGHGG$@'GG HGG@'_@*@G@@+__@+ ?__ 6@@+ ]@CbHH_w_@(o@'_ I((c(] HH'G@@*HG H__@+O ?__ 6@@+a ]@C1H`A@̂a4wwwwwww_w_w 'k_h; 'k\c0]_ǐ@@\ `]\ _ok@@ڕ_t _\  a]"Oc ]@ @ڌ_\  a]!rc ]@ @} 'k_L cH a]"4ok,0t@k,0@t wOk 'k\b]_ǐ@@ٝ\ b]\ _ok@@G_t  'k\c8]_ǐ@@ق\b]\ _\ ok@@+_t _h_\ c@]c ]@ @ 'k\cH]_ǐ@@T\ `]\ _\ ok@@_t  'k a]!ok,0t@cP]wG_Gk,0@t`_GwOk 'kb]ok,0t@cX]w7_7k,0@t`_7w?k 'k a]#"ok,0t@_w'_'k,0@t`_'w/k 'kc`]ok,0t@k,0@t wk 'k a]!{ok,0t@k,0@t wk 'kch] bx]\ _\ ok@@ي_t A@˂`$wwwwwwcp] c]\ _@@ڇ w_h_@O:  @Ӑ_@PHww_w_w_L HX_L  b]  @ H _,`_ w_L  b]  @ O_L H+_L H&_L  b]  @ H_L  b]  @ H _,`_ w_L H_L O_L H_ w_L O_@w__h _$ w_L  b]  @ H _,`_$ w_L  b]  @ O_w_w_L H_L H _L _,`_ w_ w_L O _,`_w_L H_@_瀤h_@؍:  @_@؎Hww_w_w_h9_@ǒ w_h _,`_L H_ `]\ _ϐ@@n w_ a] _ߐ@@j_h_ wHw_o_@ױ_w_װA@ɂc4ww_wwߠ ' ' a]"ݪ,0u@w,0@t`_w '_\!H@@@̔_߀hcx]wߢ_ߐ@뽒J_\"@h_߀h_@:  @u_@Hww__tb_\"w_0ww_w_\!H_@럒0w'_w_'A@ɂa$ww'ww_wG` "H ` "H , ` "H , ` "H , _D"@HHDa]G@@Ք `]\ _א@@ׁ w_ר"E G` "H ` "H , ` "H , ` "H , % _瀤h_ a] __ߐ@@\СA@ȂcTww'_w 'G` "H ` "H , ` "H , ` "H , _D" @HHWa]G@@`_ݐ@@Sw a] ,0t@,0@t w ' a]#h,0t@,0@t w '_@@_@_"E G` "H ` "H , ` "H , ` "H , $% 0w' 'GG$@`?'_GG@lG 'G OA@Ȃ`wwwwwww_\ w_c]@@״ H'_\ h_ h _$` H/_\ $ H  c]$`c]_t` _$` H/_c]@@ׅ H(_\ h_ h _$` H/Φ _\ $`H  c]$`c]_t` _$` H/_c]@@U H(_\ h_ h _$` H/Φ _\ $`H  c]$`c]_t` _$` H/_c]@@% H(_\ h_ h _$` Hv/Φ _\ $`H  c]$`c]_t` _$` H`/_c]@@ H(_\ h_ h _$` HF/Φ _\ $`H  c]$`c]_t` _$` H0/__c]@@˔_\ h_ h _$` H/_\ $ H  c]$`c]_t` _$` H/Oΰ@A@ƂcԮw@ a]'c] b]@  @rs㾠ww_\ w_D 8 H w_wg__נW@@wOHwO_Ow_ wwww_w__\ @ϒ_t!__\!@ǒ_t!_\!h_\!h _4`_ 4 H _4`4_ 6 H _4`6 _4a" _4a  _4a$ _4a* _4a( _4a&@w_w__\!@@t__\!@@n w_w_ '_ '_ '_!*'_ 6Gߡ, $@Gס, $@'_ 4G, $@Gס, $@'G瀤 HG뀤 H[G〤 H G߀ HG׀ HOG瀤 HG߀ HG 'Gߠ$ 'G瀤 HG߀ OG뀤 HG〤 HG 'G$ 'G뀤 HG〤 OG뀤 HG瀤 HG׀ HG 'G 'Gנ$ 'G뀤 HG瀤 HG׀ OG뀤 HG瀤 H ' ' 'ߠ ' 'Gۡ,  $ 'Gۡ,  $ 'HGGע@G۠$@'GGע@G۠$@'G_4a G_4a"G_4a$_\ \ GGG,00400< G,00400< Gۡ,00400< @@@XA@łaĮww'''''G'_w_w_׀h c]@H_πh c]@H_@} h c]@H~G〤 HG〤 HG7G7GG@7GG@7GG@7G7G7GG@7GG@Gߠ$@7GGߠ@7GGߠ@7GG@Gߠ$@7GGߠ@7GGߠ@7GG@Gߠ$@7GG@Gߠ$@7GGߠ@7GG@Gߠ$@7GG@Gߠ$@7GGߠ@7G7GG@7GG@7G7G〤 H*_@Ԅ_@_Ϡ@   @|s_@q_@_נ@   @isH(_@\_@ؐ_נ@   @Ts_@I_@Ő_Ϡ@   @AsHG〤 HBG߀ H< ' 'GG$@G$@'_GGGGG__ϐ@@ sss_GG@G@GG,$@- $@G$$G__ϐ@@ sssH~G〤 H=Gߡ<` @< 'G'Gߠ HG '_GGGGG__ϐ@@ sss_GG@GG,$@G$G__ϐ@@ sssH?G〤 H;Gߡ<` @< 'G'Gߠ HG '_GGGGG__ϐ@@ ssis_GG@GG,$@G$G__ϐ@@ ssQswww_w_ 8'_ 4'_ 6'_!$'GӀ HGӡ, G׀HGӡ, GۀHH_GG_D`G\a\a  @sss w_\ w_@*08<08H_ϐ@@ _4a*_4a&_4a(H  _4a* _4a& _4a(@A@Âa$ww bh]\ _@_0www_a&`, `, _4`_a(`, `, _4`@w_w_\ \ _@ڐ www_ H HS'_ H HK'_\ wנ '_ H_ _4a*_!*_ 8H '_ H_ _4a&_!&_ 4H '_ H_ _4a(_!(_ 6H 'GπH _@{'GH' H'G<  www_w_\ Ѐh _\ \ h_\ \ _פՠӐ@G _$`_4`_4` _ H_ H_ H_ H _ H _ H H'_ 4H _ 6H H' 'G< A@‚`ww_נِ@_L!HT_ 4H_ 6HH '_ϐ@@K'H#H0_ϐ@@@'Gˀ H b]!c]@@Ϲ 'H 'HHGˀ H , < #a_DGˀ H_ 'H_~ 'G'G<  A@bww_w_L!)HA `H]\ h:_\ \ w_D '_\ G,0@\ Hw_\ w__Ϥ˪Ǭà@@ss@?s_ `H]\ __Ð@@  ss s @1sǁA@adww `H]\ h1_\ \ w_D '_\ w__ߤǨ۪׬Ӡϐ@@ss@s__\G,0@D 84 @@ `H]t 0www__A@` wwwww_w_\ w_\ 8_ta_\ (_\ \ _\ @@Œh _,a_א@ __\!`]@@H_\ (_\ \ _\!@@Хh_@3__\!`]@@_L!)H `H]\ h _@_M?@H_ wwwwߠ '_ H)_\ L nH_\ L NH 'H_\ L sH_\ L SH 'GۀH_Gې@@  A@a\ww'_wwH<_L!쀤H_D H_\ wH _D H_\ wH3_L!쀤H_\ wߠ _$`H&_L!쀤H_\ wߠ _$`H_\ wHHG$  O, < #a_נD_߀h _\`\ \`_ߐ@@ڔ0wwww_w__D`@D`D@@ ' 'G'G'__\ @@@A@bw'  `],`A@bwwww_w_w`] @σw_! H}_\!h_\! h_\!w_\ _ta_L H_\ @k_@H_\!h_\!L H_\!\  h _\!\`\`@W  _\!,`_\a\ ta_\!"h_\a\a\  "@I_$aH_\! h_\a\a\a\  @6_$aH_$!_\! h _! H_@_\ata_ר] $@u _! H_Da\aa@' `]L H   `],`_@ ߐHgGӀ?H@B H @B H_@ ʐHR_פ!Gӡ4 $@$_צ!\GӠ@t_\! h@_! H;GӀ H7_\!L? H1_D!` ]@ @' `]L H   `],`_@ HGÀ?H@γB H @έB H_@ x_\!h_! O_ǐ @p_\!hE_! H@Ȑ #@ΐ_D!ĠȐ@#@x' `]L H   `],`_@ BHGÀ?H@hB H @bB H_@ -_\!Ѐ h_\!@b_t!Ё www_w_wנ '_D _D!ȀH'_D!Ƞ֐@"@G'Gπ H_D!@F?_$a_\!@/HGGπ?H_@ H>H,_D _D!̀H%_D!̠֐@"@'Gπ H_D!@?_$a_\!@HGπ?H_@ HGπ H G,@__\!֐@@@A@bw a]'`] a]@  @8s0A@bdww_w`8]@ʐ_t `@]@Ð_t `H]@ͼ_t `P]@͵_t `X]@ͮ_t!㾀A@aw?wwww_wO_wG_\ wo_\ ww '!@ wW__W_@@l_Ot!_\ wo_\ ww ' '_ '!@ wW__W_@@T_Ot!_Ot! _O,a?_O$a_Ot!_Ot!_Ot!_O$!_Ot!?_O$aĠ?_O$aȠ?_O$a_Ot!_Ot!_Ot! _O4a _O4a _O,a _O,a _O$`_O$!_O\!Ph_O\!Pw77(``] ȑ_O$!H_Ot!P_O\!Xh_O\!Xw77(``] ȑ_O$!L_Ot!X__G`4  "H `6  "H @0www_w_\ ؀ h _\ _t`h_\!@t__\ _@ @@w_w_@ __\!@@ʣ__\!@@ʝ_\!@Q_\ h _\ \ _\ @@̼0w'_w_@ʔ hH@GH-_D!H&_\ h_\ h_\ \ _\`\a`4`6@  @ds_\`\ \`@̅ _$aH_\ h _\`\ \`_\ @@y@wPA@`wwwwww_w_w_w_\!8w_h`h]w_\!8w_h`h]w_\!0w_h`h]w_\!0w_h`h]w_\!Ph_\!Pw(``] ȑ_$!H_t!P_\!Xh_\!Xw(``] ȑ_$!L_t!X_@Ԑ h_L!쀤H _\ _\ ؀h_5 _@ɾ h_L!쀤H _\ _\ h_ _\ _\ h__\!@@Ɇ_\ w'_\ w/ '{!@ w__@@|_t!_ 4_ 4H_ 6_ 6H_ 8_ 8H_\ _\ h_\ _\ Ѐh_D!D_D!DH_\!_\!@@!H__@@Hz_L!_L!Hs_D!_D!Hl_L!(_L!(He_L! _L! H^__@@HV_D!@_D!@HO_L!)_L!)HH_!H_!HJ(HA_!L_!LJ(H:_D!t_D!tH3_D!p_D!pH,_D!x_D!xH%_D!|_D!|H_D!`_D!`H_D!d_D!dH_D!h_D!hH _D!l_D!lH _,a__aa  @) /Oְ www_ /_ /O݀H O܀H HG'O݀H_ 7H_ 47O܀H_ 7H_ 67_$ O݀`?'O܀`?'_GGӨߐ@@ؘ/_` $`_4`_` $`_4` OހH H' 'G< A@`tww//_ 47_ 67_OO@@*08<08H / '77He /HwHuHs_@ 2H @ 2H @@nς `\@OtH' /H9H7H5ς `\@Ot_נِ@  @M '_Ϡ@@ /H_Ϡ@@ H , < #b_DH_Ϡ@@є H , < #b_D8HXPA@aww//ww_w_ 7_ 7`p] '`p] 'H*_DalDad$ '_DahDa`$ '_!L'_!H'H*_DahDa`$ '_DalDad$ '_!H'_!L'H_D!@ H  O ZOOO!OOG H 'G H '_!H'_!L'OH4OH0G'(`x] H(`] HH'G7G'(`x] H(`] HH'G7HxOHG'(`x] H_ 4w(ȑ'OHG'(`x] H_ 6w(ȑ'OH I(I'G'(`x] HǑ(`] HH'G7H"OHI(I'G'(`x] HÑ(`] HH'G7_$!H_$!L_ H_ H H' 'G/_4`_4`_4a_4aO/Oް0A@`www_ H  b(],` b(]L H H ' b]\ __@'G< 㾰A@cԮwgw_w_L!퀤H_`4a耤H _`6aꀤH H/_@H_`4a耤H _`6aꀤH_L!)H_\ h_\ \ _\ @@ _t`_\`\ \`@ _L!)Ht_\ hj_\ \ @ `]@ b]t   b(],`_\`\ \`_`4`6`@@Ww_\ \ @  b(]L H__\!`]@@ŧ_߀ h_\ \ _ߐ@@Ǭ_\ \ @Ǿ w b]\ @ǿ b]t _߀ h__t`_\`\ \`_ߐ@@ǛH_\ wHw_߀ h 'H '_\`\ \`o@ @@Ǘ__ߐ@@/O㼰A@`<www_w_\ w_`44a_`64aH_DalDad$ '_DahDa`$ 'H$_DahDa`$ '_DalDad$ 'H_D!@ H  O ZOOO!OOGˀ H 'Gǀ H '_ 4w(`x] HG'(ȑ'_ 6w(`x] HG'(ȑ'Ϧ`]__Da@Da`DadDahDalӕ(ϑ(DapDatDaxDa|@ss;;sss@5s_\`\ \`_\ @L@А@:    s< @s_D!D H`]Hw_D!D H`]Hw_D!D H`]Hw`]w_w_wǦ`]__\`Э< \`< @@_\`\ \`_\ @@Ă@:    s< @Əs_\ \ @q _$! `H]\ h _b`]\ h_  /O㹰A@cwgw_www 'ww_b`]\ h_L!)H_ `H]\ h_[ H_U _@(_L!HH_\!G,0t@G ' c]L H" `8]\ h `8]\ @:  @| `8]\ @Hwwww_ww_wH  `]\ h `]\ @ؐ:  @\ `]\ @֒Hwwww_ww_w_L  b]  @ H_ w_L  b]  @ O_L Hg_G,0t@G '_L H_L  b]  @ H_ w_L H _L  b]  @ O_L H _,`_ wG  dH b]!`]@@Β@&p@‚ _L  b]  @ H_ w_L  b]  @ O_L O`]G,0t@G '`]G,0t@G 'b@]\ h& d@wo_ow_o`]@@%b@]\ @kww_o_w@@É_w@~_oG,0t@G '_L!H `]G,0t@G '_L!(H7`]G,0t@G '`]G,0t@G 'b]\ h_\!8h _\!8a]@@bH a]G,0t@G '_\!0h_\!0h_\!0@¯:  @3_\!0@¯Hwwww_ww_w_L  b]  @ H_ w_L  b]  @ O_L Hg_G,0t@G '_L H_L  b]  @ H_ w_L H _L  b]  @ O_L H _,`_ wG  dH b]!`]@@@%I@[ _L  b]  @ H_ w_L  b]  @ O_L O_\!8hQ_\!8a]@@HF_\!8L -H!_\!8@ @Yw_a]@@__\!8@@k_G,0t@G 'H _\!8G,0t@G 'a]G,0t@G 'a ]G,0t@G 'H_\!8h_\!8a]@@UHH a]G,0t@G 'G,0t@G '_\!8h@ÿ'G?H a(]@ý@$@ H_\!8a]@@H@á'G?H a(]@ß@$@ @Ð'G?H a(]@Î@$p@ @'G?H a(]@}@$_@q  _,a_\!8h_\!8a]@@ْ H c]\ h  c]\ L H  _,a_l @V_$!_D! HG@G@G@M G@Gې@F G@ې `H]\ h_b`]\ ha0]_\  `H]\ @@EH a8]_\ @@9`8]א@@ a@]_\ \ @@@  _\!8hG@”G@ G@H_\!8a]@@KH G@}G@ G@v_L! H b]\ @k HaH] b]\ @@@±@ _@@Ғ cX]\ _@@Д@@ Hl_h_@ڐ_h_@Ӑ_\!8hG@+G @® '{G{ '{GG{@ @¤'{G_$a_t!H_\!8a]@@ԒH G_$a_t!G@G@G_$a_@@G`0]_@ @~_t!G@G_$a_@+G`0]_@ @i_t!_@t_@q_$!0w_w_D! H _D!@P ?_$a@S_D!Ā H1_D!@?_$a_\!Ѐ h_\!@_t!_\!h_\!w_\ _ta_L H_\ @G_@$_\!o_D!Ȁ H _D!@v?_$a_\!@__D!̀ H _D!@f?_$a_\!@O _,a_̒ 0A@`dww_w___\!aP]@@B w''''_w_\`\ \`_\!GGG4 G4 @@@s_\ h_\ \ _\`\aGGG4 G4 @@@sw''www_w_wH _H&$` _H"$` _H$` _H$` _H$`_D!@ H  O ZOOO!OO_D H_ 4$ _$`_ 6$ _$`_瀤hG_$`_߀hG_$`H_ 6$ _$`_ 4$ _$`_瀤hG_$`_߀hG_$`_D H _$`_D H _$` w'wwwwG H_D!`_$`_D!h_$`_D!l_$`_D!d_$`H>G H_D!`_$`_D!h_$`_D!d_$`_D!l_$`H(G H_D!h_$`_D!`_$`_D!d_$`_D!l_$`H_D!h_$`_D!`_$`_D!l_$`_D!d_$`СA@c\ww''ww_w_GGϪˬӐ@@ss_GӦǨê@@uG'G'GGǠ$@'I(G'I((`] HH'G_$`G'G'GG$@'I(G'I((`] HH'G_$`__D _D @@ СA@a\ww''ww_w_פӐ@  ss_GӦϨ˪ǠÐ@@GӠ H_w_wH_w_wGGϠ$@'G'I(GGϠ$@'I(`] HH'G_$`GGǠ$@'G'I(GGǠ$@'I(`] HH'G_$`w''''w_w_GGӠϐ@_GGˠǐ@GGˀHGH'G'G_$`GGǀHGH'G'G_$` GGˠ$@@ _$`GGǠ$@@ _$`_!H_$ _!L_$ w''''w_GG۠א@_GGӠϐ@GGӀHGH'G'G_$`GGπHGH'G'G_$` GGӠ$@@@ _$`GGϠ$@@8 _$`@A@`Ԯww_@b h `H]\ h _b`]\ h_ @w_w _,a_@: h_ @w_w _,a_@" h_X@w_w _,a_@  h_ wwww_w_h _D!$?@ 'G_,`_瀤h _L!쀠`?'G_,`_߀h_\!h H'Ӡ 'G_,`0w_w_D!?H_L!쀤H _\!h H' 'G/O0w_w_D!?H _L!쀤H H' 'G/O0w_w_L!H H /_D!? 2H /OA@`wwwww'_w_D!Ā H HV/@ (w__t`__t`__t` _,`G_,`_t _\!h@"_t!_\!h_\ata__ta_$!__ta_@c_D!`(]_@ @_t!H_\!w_\ h _\ w_\ o__t`  /Oڰ`A@bԮww_w_\ w_D! H H`/_\! h HX/_L!쀤HP_\!8h_\!8a]@@ H c]\ h  c]\ L H  _,a_  !'_\ \ w7_\!w?_\ \ _\ @@<wG 'O_\ \ _\!@ @5_\ \ @8 H/ H/O㾠A@`wOwwwwww_\ w_h H/ b]D H"aX]@& ch]$ a`]@ c]$ ah]@a`]$   b]$`[_@@[@'G ch]D H'_\ h_ h _$` H~/_\ $ H  ap]$`ap]_t` _$` Hi/G c]D H(_\ h_ h _$` HQ/Φ _\ $`H  ax]$`ax]_t` _$` H;/Ga`]D H(_\ h_ h _$` H#/Φ _\ $`H  a]$`a]_t` _$` H /__`]@@ /Oΰ@A@aTw@da]   @C pA@`w'wwww_w_ww_πh__\"P@@ْw_ǀh_\ wHH_πo_ǀhH_@@ h_@ _`4`8, 7i_`6`8, 7g_`4`8, 7e_`6`8, 7c_a_@  @Wa'oW_'k_ HGkc@'kGo H_\ D '[Goi@G[HG[i$@'oGo H 'oGk H_\ D '[Gkg@G[HG[g$@'kGk H 'k 's a]#uws,0t@GowO_Os,0@t`_OwWs 's a]#wws,0t@Gkw?_?s,0@t`_?wGs 's_ H ieH a]#hws,0u@e_ 8, $@< w/_/s,0@t`_/w7s 's_Ǥws@@_@[P@W wwww_w_L"H_$"____ߐ@[H ____ߐ@0w_w_L"H H' H'G< P@pA@cw'wwww_wa]w_\!؀h_\!w_πh_@/:  @_@0Hw?w?_?_ta_\!w_$"8?_$b<?_$b@_\!@_$b_\aa]bDbHbLbP@@_\aa]bTbXb\b`@@_\!wW_נG@ @_t" _\"wW_נG@ @_t"(_\"wW_נG@ @_t"0_\ wW '_נG@@`@_t"_L H_\!`@qw7_7T  H_7T  H'3_7T '3G3_$bh_7 _$bdH _\aXT J$bh_\XT`JT`L$d0www___@@@w_L"H_ata 4a0A@cww_w bx]\ \ \ x_@_֐A@cwwwwww_w_w /_\!؀ha]_ta_\!_\!؀h-_\!@_\!؀h_\!@:  @_\!@Hww__ta_\!@_$b_D"H?_$b /O/Oְ@w_w_\!@V__\"@@__\" @@__\"(@@__\"0@@w'_w_D"h'_D"d'GG_D"8L@$'_\!hwG'_߀h"Gۀ H_ߐ@ w_߀h_ߠ wG۠$ 'Gۀ H _ߐ@ w_߀o_߀hN_ߐ@Ӓ w_ǀh__ߠ$@'H_@u'_L H_\`\ \`_\a`\aTaTaGפ@GGӠL@_GÐ@@s@sH_\`\ \`_\aTaTaGפ@GGӠL@_GÐ@@@sСA@c,www''/_wנ 'G뀤 HG_D"HGH'G_D"8H H'G瀤 H_D"D'_D"H'_D"L'_D"P'_!7_\"0wH_D"T'_D"X'_D"\'_D"`'_!7_\"(wG7_TaGDb8$DbdLGˠ@7_ 4GϢ$@GǠ@7_D"dGˢ$@Gà@'a] HH'G7 '_h_WW@@| HJO怤H_@_@n_\"WW@@@WsH,_@ڐ_@V_WW@@@@s_WWG_\a0\a8@@>sss 'G'Gߡ< ww''/_wנ 'à ' 'G뀤 HG_D"HHG'G'G瀤 H _D"<'Ǡ 'H_D"@'Ǡ?'Gˠ GǀH 'H'Gˠ$ GǀHO怤H 'H 'HGGǀHGπ H 'H 'H#'G HG#H__GGO@'G H __GGӐ@ 'HG H__GGӐ@ '__GGO@'GH_Gǐ@__Gǐ@@  GÀHGGˀH_Gː@Ԓ__Gː@@  A@`www'/_w_L"H_\!wǠ /G_D"8HH_GL@ *H /OƀHOꀤH 7_TaGDb8$DbdL 7נ 7_D"d'a] Ha] HH'G7Ӡ '_h_WWӐ@@ HUOƀH/_@n_@_\" WWӐ@@@s_WWG_a\a0\a8@@>ss sH$G_D"@H_\"0Hw_\"w_@4_@_WWӐ@@@s www_w___D"@@?h _L"H"_D"8'G_D"HG_D"@H __Gې@ G۠ 'G_D"O_DbG_D"8H8G_$b8_ 6'#  H!#'_@j_@_\bT`0T`2`4< @@@s_s_\"ph __\"p@@͔ A@bww''_w_D"d'bp]D H b]!a]GGG@@/G H GGHG'G H GG HG 'G H GG<` @< 'H GG<` @< $'GGG<`@.! '_Gߐ@;0w_w_D"8'㓠_D"'㑠I'( w'_w?'_D"d H _D"d4 t@'G_D"H_D"'G'ۓ_D"'ۑI''(A@cwwwwwߠ '۠ '_ `X]\ h _D H_D 8'_D <'GۀHdG׀H` a]\  `(]D ,0\@ a] J H c]L xH @c?@ic@d{ c]D GۀH  c]D G׀H_  @dy G c]$`G c]$` `]\  bX]\ ? ? bX]\  a]\  6@K ]@H w'''''_GG۠א@G(HGGH G!@H GG뀤H H'ߠ H'Gߡ< 0ww_w '_@@ pA@cwOwwwwߠ ' '{b] 's 'k c(]\ h  c(]\ @w c(]t _h8_\  b]\ h/_w_w__h&_h"__ b]\ @@*08<08H __a]@@Ow__\ w___h_oH_w_\ w_\ w_@a]@Ih 'k_ 4'_ 6'?'G{HG 'G H=G `]D H5 'G `]D H b]\ G,0\@w_G '__wW_W@G `]D O ' b]\ @  `]$` b]t G `]D H b]\ w `]D ' 'wH _w_ ' 'wGGHH 'o 'נ '_G,0\@w_L !H G!@'_ w_a]@@H  'G!@'H_a]@@ҒH  'G!@'H_a]@@H  'Gנ('H_a]@@H  'Gנ('H_b]@@H  'G!@'H_b]@@H  'G!@'H_b]@@zH  @'Gנ('H}_b]@@iH  'Gנ('HlGkH_b ]@@TH"'HZ_b(]@@FH !'G!@'HH_b0]@@4H  'Gנ('H7_b8]@@#H  'Gנ('H&_b@]@@H  "'Gנ('H_bH]@@H  !'Gנ('H_bP]@@H  H'G!@'H_bX]@@ޒH  D'G!@'H_b`]@@̒H  'G!@'H_bh]@@H  'G!@'H_bp]@@H  P'G!@'H_bx]@@H  'G!@'HGkH_b]@ @FH _ w$'Gנ$'H~GkHz_b]@ @,Hn c]\ hg 'c_ w_L =H_ w 'c_@P'g bX]\  '_G_'[GcHG_ H  bX]\  '_G_Gg@$ '_H#G[ HGg'_HG_,`,`Gg@$ '[ c]\ G[@@,'_G_G[HGg$ '_ c]\ G_@@,'_G__@ @a _T 0'G'_T 2'G'G۠ H 'G۠ H_ 6 $#'G۠ @H 'G۠ H_ 4 $#'G۠ HP_ 4Gà$@'G HGsG'KKI(G'KKI'b] JHb] ''7?>'KGK@'KK7G'KKI(sI(b] HH'KGK'G۠ HGG@'HGG$@'G۠ HP_ 6G$@'G HGsG'KKI(G'KKI'b] JHb] '''?>'KGK@E'KK'G'KKI(sI(b] HH'KGK'G۠ HGG@'HGG$@'G۠!H_ 4Gà$@ <` @< '_ 6G$@ <` @< 'G۠"H c]\ @O*08<08H_@G۠$H$ a]D 'g__@@Gg a]D H c]\ h _@ H 'GHGנ$H '{GwHHAG!@H+_GGGGGǐ@@H_GGǐ@ '{_B*08<08H _GGϐ@ @]G!@HG{`?'gGg'{G{O$HkG 'G_ < Ha_ G4 $@<  `]$` `]D ,0< @\ b]t  'wG_ < H1_G,0\@h_G,0\@@:  @>_G,0\@@Hw_w___ b]\ Gw,0t@G 'Gw 'wG_ < O b]\ a]_@ @ c(]t  A@`\wwwww_h _\ w_h_\  c]\ h ____ߐ@ w_oA@cwwwwwߠ / `]\ w a]\ w_\ b]@@ĒH `]L H_ 6'G H 'G_ 6$@'_D Lc]D $@'' c]L ЀH'_ 6wG'I(b] H'b] J Hb] ' c]D I(('G$@'_D Lc]$`_ 4'G H 'G_ 4$@'_D H `]D $@'' c]L ЀH'_ 4wG'I(b] H'b] J Hb] 'c]D I(('G@'GGHG'G H '_D H `]$`Gc]D H _G@͔ Gc]$`G c]D H bX]\  b]D G@[G c]$`c]D  `]D $@@Ő Hc]D c]D $@@ H  bp],`HM_\ b]@@H=  `],`  bp],`_T 0c]$`_D H'G `]$`Gc]$`  c]$`_D L'Gc]$`Gc]$` bX]\  b]$ H_\ b]@@gH  `],`  bp],`H_\ b]@@PH4 bp]L H+ c]\ h$ bX]\ _D D@J'G׀ HG c]\ D H G_@ @]3 Gא@bH_\ b]@@H /ޠ b]$`_D Lc]$`H_\ b]@@H4 bX]\ _D D@'c]D _D L$@'Gb]D L@ H G b]D H /Gb]$`_D Lc]$`H\_\ b]@@H ? b]$`HJ_\ b]@@H! bX]\ _D D@'G bX]\ t@H  bX]\ Gא@ H _\ b]@@H bX]\ _D D@' bX]\ Gא@` OހHa  `],` bX]\ _D D@l' b]D ?H  b]D G׀HGנ$  b]$`G b]D H?'H ' b]D G׀H' b]D G@ b]$` b]D H bX]\  b]D @  b]D G׀OA@cwwwww_D H _b`]\ hHr_\ \ w_@  @W'W'_D HGӠ$@ '_D LGϠ$@ '_\ 8w_ c@]\ $@!h: `H]D G۠$@ H1 `]D Gנ$@ H( a]#hwww_@@Ĕ Gۥ, ̀H _b]@@H _b]@@_ c@]t`G `H]$`G `]$`СA@awwwww_\  b]\ hH\_\ \ w_ HE_\ c]@@FH2_\ w_T   `X]$`_T   b]$`_ b]$`_ c]$`_  `]$`_  a ]$` bX]$`H _\ c]@@ H_D HHbX]D Hr `]D Hk a ]D Hdb] ?c ] ?_D H'_D L'_\ 8 c]\ $@ h4 a]D H a]D ,0 `0]D@ `0]$`  a]$` a]D H a]D ,0 `8]D@ `8]$`  a]$` a]D H8G a]D ,0 `0]D@$ a]D ,0 `0]D@ a]D $ < ,0 `0]D@$L H a]D ,0 `0]D@ `0]$`  a]$` a]D H8G a]D ,0 `8]D@$ a]D ,0 `8]D@ a]D $ < ,0 `8]D@$L H a]D ,0 `8]D@ `8]$`  a]$`_\ 8 c]t` a]D   a]$` a]D   a]$` a]D H7  a]$` a]D H& a]D ,0 `0]D@ a]D $ < ,0 `0]$@ a]D   a]$` a]D O  a]$`G a]D ,0 `0]$@ a]D H7  a]$` a]D H& a]D ,0 `8]D@ a]D $ < ,0 `8]$@ a]D   a]$` a]D O  a]$`G a]D ,0 `8]$@G `0]D $@ a]D <`@.! 'G `8]D $@ a]D <`@.! 'GˀHGǀH_  H_\ @K?c ] Hc(] HH?c(] ?H?c ] ??_  H_\ @?c ] Hc0] HH?c0] ?H?c ] ?? c]L ЀHGˠ 'GǠ ' `X]D 'G'Hb]D 'HG'H `]D 'ȑȑH'G `X]$` b]D 'G'Hc]D 'HG'H a ]D 'ȑȑH'G b]$`_ `X]D  b]D @`H_\ c]@@H__D HHo bX]$`  a]$` a]#uwww a]#wwww_\ @@} W `X]$`W b]$`  a]$`  a]$`_D H `0]$`_D L `8]$`_\ 8 c]t`_ `X]D  b]D @H_\ c]@@H   a]$` bX]$`H bX]$`  a]$`HA@cԮwwwww_\ c]@@H c]D H c`]D _D L@a]D $@'_ 6cH]\  6$@'GGπHG'HG׀ H 'a0]D _D H@a(]D $@'_ 4cH]\  4$@'GGӀHG'HGۀ H 'Ga0]D H G c`]D HzcH]\ GGא@@̔ `]\  4 cx]\  4$@' `]\  6 cx]\  6$@'GӀHGGäL@Gӡ< < < .! 'H 'GπHGGL@Gϡ< < < .! 'H ' cx]\ Gˤ GǠ @Ga0]$`_D Ha(]$`G c`]$`_D La]$`HL_\ c8]@@ H,  a]$`  c]$`cH]\ T 0a0]$`_D Ha(]$`cH]\ T 2 c`]$`_D La]$`H_\ c@]@@ǒ H   a]$`  c]$`0wwww_ @0wwww_ @B0wwww_@0wwwwߐ@ A@awwwww b]\ @*08<08HH@ A@awwwww b]\ @~*08<08HH@ A@`wwwww `]\ @Z*08<08HH@ A@cwwwww_ HH<_\ cH]@@H `P]\ @$*08<08HH$ @ !H_\ cP]@@ǒH b8]\ @*08<08HH @  A@bwwwww_ HH<_\ cH]@@Hc]\ @А*08<08HH$ @ H_\ cP]@@sH a]\ @*08<08HH @ e0wwwwߐ@ ۔A@awwwwwcX]wc`]wch]wcp]wcx]w '_ HHS_\ _ϐ@@HG 'H!_\ _ǐ@@ HG 'H_\ _א@@HG 'HG '_\ _@@HG 'H_\ _@@ܒHG 'HG @'G@0wwww_ @Δ A@b̮wwwww_ HH@_\ c]@@H  `(]D  "'H&_\ c]@@H  `(]D $ "'H_\ @}'Gۀ HG۠ ('G۠!'_Gې@@ٔ wwww_ HH_\ @#'Gۀ H_Gې@@ A@`ܮwwwww_ HH c]\ _\ @@$$'Gۀ?H_Gې@@] A@`$wwwww_h_\  `]\ h_\ wH_w_ a(]\ h@(zH_ `]\ h@H_ a]\ h@t Hw_ c]\ \ h  c]\ @uɔHd_ `@]\ \ h  `@]\ @uHQ_ `H]\ \ h  `H]\ @uH>_ c`]\ \ h  c`]\ @uH+_ c]\ h@pH_ c(]\ h_@H_@c]@QH_@ A@a wwwww_h$_D !H_\ 8b]\ h_ `X]\ h@&H_ A@`,wwwww c]D HH a]!wc]w_w `]\ ϐ@@  A@clwwwww_ HH"_\ c]@@H @H_\ c]@@H @ה0wwwwߐ @@A@b<w `]D H c]@ b]\ @ΐ~НA@awwww'_c]@@ w_c]@@ w_c]@@ w@ 1wc]_א@@w_wǠw_@w!w @L_ϤǦ@@G〤H!__@@A@@____@s@: @  s< @sH__@@"@@{____@T@: @  s< @asA@cdwww ' `(]\ hb]D H `(]\ @J `(]t  b]$`_ww_ `(]@  @;'G〤 H_ `(]t`  `(]t`  `(]$`_@ `(]t  b]$` `(]w_A@aԮwowwwww c]D Hh c]D H c]\ h c]\ \ h c]\ \ w c]\ wH b]\ h b]\ w_߀h" a]\ h a]\ @:  @ a]\ @Hww_w_wH_@t < @w_c]_ߐ@@H  a]\ h a]\ @W:  @ې a]\ @UHww_w_w_h_\ h a@]\ _\ _א@] _h_\ h a@]\ _\ _ߐ@H  ' `]!d,0t@_w_,0@t`_w ' `],0t@_w_,0@t`_w ' `X]\ @@! b]D HA ' a]!,0t@_ww_w,0@t`_ww ' c0]\ @@c`]\ hc`]\ @ c0]\ c]__@@i-c`]t _@ A@`Įwwww_< H/_' bX]\ D"d'GG߀HGGߠ$@'GGߢ HGGߠ@' bX]\  bX]\ G@uH _w bX]\  bX]\ ِ'ӓ_ I((c] HH'GӐ@A@c<wwww bX]\ 篐'G〤 H `]\ c] c] @H@JH  `]\  bX]\ ꊐ ? bX]\  a]\  6@ꖒ Dž]@fH㾠A@b wOwww_w_ 7_ 7_ 7_ 7_T 7_T 7 a]D HH a8]D HH `X] H* `] H" `] H `p] HW `]T H W `]T H a]#hwywwg a] wwww_ a] |wuwwW a]\ @@* y٤L@ݡ< < < .! 7}wפL@ۡ< < < .! 7{ـHy}$@WդL@٦$@< < < .! 7sH 7s׀Hw{$@WӤL@צ$@< < < .! 7qH 7qcH]\ WsWq}{u@@@p}`]4`{`]4`Ws`]4`Wq`]4` `X]4` `]4` `]4` `p]4`W `]4`W `]4` A@a\wwww_h% c]L `?'G c],` b]\ hb`]\ @b`]\ @ ^ c]L @ 'a]\ G@@גA@`<wwww_'G㠌 H c]L `?'G c],`G㠌 H` ]w c]L w_wb`]\ ϐ@@{ G㠌 H b]\ h b`]\ @  A@cwwww_h2 c]D H  c]D ?H' c]D  'G c]$` b]\ hb`]\ @ub`]\ @ c]D `?' cP]\ G@@3 A@awwww_h2 c]D H  c]D ?H' c]D  'G c]$` b]\ hb`]\ @b`]\ @e `]\  c]D @@0A@`dwwwwb`]\ A@`wwww a]D H '`(]w_wb`]\ נӐ@s A@cTwwww_< @O'G〤 Hb`]\  a]D @Q㾐A@bwGww c]D w_< HM c]L ـHF b]\ @wH= b]\ h b]\ @:  @g b]\ @HwOwO_Ow_נW@@'G〤H b]\ _h _@h ~_@% a]\ h  a]\ @ a]t  c]L ـH b]\ _`0]@ @ a]t  A@`lwwww_h c]L ـ`?'G c],`ِV c]L ـ@ ' b]\ G@@௒A@cw' /w c]\ hsG Ho bX]\ ͐h bX]\ Đ@(:  @ bX]\ 㷐@@!Hww_wG H'_w_L H_L '_נ wG'Gǀ *H H/_L OOHG H 'G H_w_L H  _,`_נ w_L O *_ a]D ,@ /OH_@5w_w_ A@aDwww_D ' c]\ h,G㠌 H(G㠌 H P w_瀤h '_瀤hG㠌 H ? w_瀤h '_瀤h 'H G〤 HwH 'G_$`_w_A@cwwww`8]w`@]ww b]\ hHg_ `]$` `]w_@ `]D HHP c]L PHA `]D H`H]wH `]D H`P]wH`X]w_@|_@_ ` ] @@ b] @ `]\ @@ܔH  `]\ @ A@aԮwwwww b]\ hHM_ `]$` `] w_@+ a]\ @g c]\ @!``]c8] @@ b] @ a(]`h]b]D b]D `p]@@ߘ a(]@J@l A@`<wwww `h]`x]@@w_瀤h_w@iw_߀h`]w_׀hH_`]_ߐ@@_@А@j2@СA@c$wwwwww_瀤h_wH@)w_߀h`]wߐ@j `]Sw `]D H@w_t  a]\ h a]\ h a]\ @:  @l a]\ @Hww_Hw b]\ h b]\ @ː:  @O b]\ @ɒHww_w__t`_t _πh_πh_@:  @0_@Hww_Hww__t`_߀h_߀h_@:  @_@Hww_Hww__t` b]\ h H' 'G_$`( c]D H_πh H' 'G_$`, _$`0 c]D _$`4 c]D _$`8_@_w_׀h _@jq_@H@_@0www@i@A@b̮wwww``]w7 a]\ `]@@Sw'_ a]$` a]Bw_@d a]D HH`]w c]\ h c]\ Hh  c]\ HwH c]\ h c]\ w a]\ _@ a]\   a]\ w b]\ @pw / a]D H a]\ _  c]\ w/`]@@H a]D H6 a]\ C  a]\ w/ a]D H a]D # cH`] a]D  @@H `]@@ZHF c]\ w/b]\ h: a]\  `]@   a]\ `]@@}w 'C a]!GC,0t@ `]\ w_C,0@t`_wC 'C_GC@@D_h_@:  @_@Hww_wb]\ h OH_@w_@_@@@ߐ@w_ h`]__@@&@@A a]\ @_@. 'C `]!dGC,0t@_7w_C,0@t`_wC 'C c(]\ GC@@֔ 'C a]!GC,0t@_/w_C,0@t`_wC 'C_'GC@@_' a] @@_' a]  `]@@ a]\   c(]\ cx]\ @  @G _ c(]\ _@@%A@ctwwwwww_h_'H ' a]\ w_@`H  a]\ \ H@g  c]\ @_@ c]t  a]Nw a]D H@w_߀h_߀h_@:  @r_@Hww_Hww__t` a]\ h a]\ h a]\ @ɐ:  @M a]\ @ǒHww_Hw b]\ h b]\ @:  @0 b]\ @Hww_w__t`_t _πh_πh_@:  @_@Hww_Hww__t`_t b]\ h Gˀ H H' 'G_$`( _$`,_$ 0 c]D _$`4 c]D _$`8_@gw_׀h _@gy_@H c(]\ @(_@A@c4wwww a]\ `]@@qw a]\ ߒ  ' `]!dӧ,0t@ cH]\ w_ӡ,0@t`_wӠ ' c(]\ Ӑ@@. ' a]!ӧ,0t@ cH]\ w_ӡ,0@t`_wӠ '_ǤӐ@@_ a] @@_ a]  cx]@@ٖ`]w `]\ h `]\ w a]\ _@Ւ a]\   a]\   c(]\ cx]\ @  @} _ c(]\ _@@[ A@`Lwwww a]\ 9w `]\ @Ԑ_@ `]t _@FZw_׀h a]\  _@H@e; c(]\ @'_ߐ?@I A@c,wwwww b]\ @F"w_߀h _@fH_@H @e?@I A@b|wwww `h]`x]@@4w_߀hH_`]b]D b]D @@D_@iA@awwww  @Kw@'G〤H2 'G@GӠ 'GӀ!O`]`] `]\ `] b]\ @@@`] `]\ @@@ _א @0A@`\wwww_h_\  b]\ h _b`]\ hH?@HגA@cwwww ' b]\ h_h_w_L -H_L +H  '_@ː'H9_L =H_L  hH bX]\ ێ'G〤 H  ' bX]\ G@ݖ H '_L  b]  @ H_Ϡ w_@" 'Gۀ HG〤HGۀ HR c]\ h?aP]D ?H aP]D 'H  bX]\ .'G۠$ Gߠ@? @'GGˠ@' c]\ G@@6'G @CY G a]D HG@HHGۀ H G〤 HG@HСA@`wwww ' ' ' ' / / /_h_\  b]\ h _w_\ w_\ wHb`]\ w `]\ w cx]\ w_ 4'_ 6'_ 4'_ 6'_< H /OH@@B/ c]L H /OHG_ 4,00<00<` @< _T 0$@b`]\ T 0$@7_ 6,00<00<` @< _T 2$@b`]\ T 2$@7_GG@ G7G7_T 0WW$@$'_T 2WW$@$' /HOHGGˠ$@ <` @< 'GGǠ$@ <` @< ' /OH _GG@+ A@~a4wwww_'?'ߠ?' c]\ hH@G㠌 H?'HG㠌 H?'HG㠌 H?'HG㠌 H?'G㠌 H 'HG㠌 @H 'HG㠌 H ' bX]\ GGې@ڜA@}cwwww_h c]L x`?'G c],`x?@F a`]D H* c]L xH a]!w`]w_wH  a]!wa]w_w bH]\ א@@C  c]L x@ ' cP]\ GӐ@@T A@}b4wwww_' a]\ G@@3'G〤 HG㠌$H G 0 b]$`HG 0 `(]$`G〤 H @@?@F=@AU A@}a<wwww_' 'H7 b]D H   b]$`H  b]$`H<G a]$`H5 b]D H   b]$`H  b]$`H  'HG〥`H%` O, < #b@_נDOcOO_瀤h+G߀H'@@` a]\  `(]D ,0\@ a] J H  c]L xH?@EH?@E@@ A@|bܮwwww_' c]\ h  c]\ D H'۠ 'G'G〤?H `]D `?'G `]$`H'GG߀H c]\  a]D G@@ H G c]$`H wHG c]$`_瀤h# a]\  `(]D ,0\@ a] J H  c]L xH?@E&H?@E! A@|`Ԯwwww_w_D HY_D  HT c]D H?a]D _D Ha]D _D H a ]H,`a ] c]\ _D`D` @ `]\ a ]@@_ _D a]$`_D a]$`_D b]$`_D b]$`H A@{cwwww_a(]@@H_b`]\ ha0]wHa8]w_א@`H_a@]@@H_b`]\ haH]wHaP]w_א@=H_aX]@@nHk c]\ hb_ ` ]\  c]\ \ X c]\ \ @) _ ` ]\  c]\ \ h c]\ \ @  c]\ D H c]\ D $  a]D $@'H a]D '_ ` ]\  c]\ \!G,0@\ ( c]\ \!\ 8@@ޘ HA_a`]@@H7_h_\  b]\ h _b`]\ h_aP]D ?H c]\ h_b`]\ h aP]D @C0www_@[0A@zbwwww ` ]\ h ` ]\ @b]\ hb]\ @O a]\ h a]\ @B@ b]\ @B@ 0A@zawwww_h c]D $  c]$` c]D HHL  c]$` bP]L H c]\ _\ \ a]@ap]a ]\  c]\  a@]\ @@  `X]t  `X]\  a] ah]@@ `X]\ @ A@ycܮwwwww c]D Ԁ H5@w_߀h  c]D Ԁ H'ax]_ߐ@@&a]b]\ @@ aX] @̒ a] @ƒ@ڐ @H@0www@0A@yb\wwww@ `X]\ \ \  `X]\ \ @@[ `X]\ @ A@yawwww@w_߀ha]wb@]\ @*_߀h_@:  @7_@Hww_b@]t`@fb`]\ h0www@N0A@y`dwwww a`]\ @ a]\ @a] @a] @ya]@ @BH A@xcwwwwb]D H  c]\ @ b]$` bh]D H  c]\ @b c]t   bh]$`w `]t _ `]t`_ `]t`0A@xblwwwwb]D HD bh]D H@ a]D H   a]$`H a]D H  a]$`@$ c]\ cx]\ @  @  c]\ @5  b]$`A@xawwwww a]D H `]\ wc]\ wϠ  a]$`Hc]\ w `]\ wϠ  a]$`_א@/ _ϐ@+  ap]\ _א@@0A@wcܮw'ww bh]D H@G H c]\ wH G H `]\ w_瀤h_h_ a] @@p_ a] _@@5СA@wbwwwww bh]D H@_a]@@H  `]wa]wH,_a]@@~H  `]wa]wH_a]@@jH  `]wa]wHHu_hL ' a]!,0t@_w_,0@t`_w ' a] |,0t@,0@t w '_\ h_ c]\  ap]\ @@_t H _\ @@H'_\ h" ' a] ,0t@,0@t w '_\ @@_\ @_t @A@vcw'G a]$`㾰A@vc4w_ ' `]!,0t@ ,0@t` w 'a] aX]\  `X]\ @@7 c]t  'a],0t@ ,0@t` ww 'a],0t@ ,0@t` wo 'a] `]\  c]\ @@ܘ ap]t  'a] `]\  ap]\ @@Øc]t b] `]\  ap]\ @@ `]t wg `]t _g `]t`_g `]t` c]\ @# ap]\  ap]\ @@0b0]\ h  b]\ @b0]t  ap]\ b0]\ @@ c]\ \ \  c]\ \ b]@@ٖ   bh]$`0A@ucTwwwwc]D H@Z `]\ @  c]$`0A@ubwwwwc]D H/ bp]D H@  `X]$`@% `]\ cx]\ @  @Ә  `]\ @\  c]$`A@uawwwww `X]D H `]\ w cp]\ wϠ  `X]$`H cp]\ w `]\ wϠ  `X]$`_א@U _ϐ@Q  ``]\ _ϐ@@ ``]\ _א@@`A@u`Tw ' `]!,0t@ ,0@t` ww 'b] aX]\  `X]\ @@ `]t  'b],0t@ ,0@t` wo 'b],0t@ ,0@t` wg 'b ],0t@,0@t w_ 'b(],0t@,0@t wW 'b0] `]\  `]\ @@w 'b8] c]\ _@@ 'b@] `]\ _@@ cp]t bH] `]\ _@@͘ `]t bP]_@@R ``]t  `]\ @H_@ ' `]"',0t@wG_G,0@t`_GwO ' `]"9,0t@w7_7,0@t`_7w? ' `]"M,0t@?,0@t`?w/ ' `]"_,0t@w_,0@t`_w' ' `]\ @@ bX]\ h  a]\ @Z bX]t  ``]\  bX]\ @@_ ``]\ @@ے 'bX],0t@ ,0@t` w ' ``]\ @@> `]\ \ \  `]\ \ b]@@   bp]$`A@sawo'www bp]D HYG H  cp]\ wH G H `]\ w_h9_h 'b`],0t@_ww_w,0@t`_ww '_@@Ӕ_瀤h_ a] @@ג_ a] _@@СA@s`Tw bp]D H `]\ bh]@@w ' a]"ݢ,0t@bp]w_,0@t`_w '_@@{A@rcLww_hH2 bp]D H `]\ bh]@@jwG 'S_Gw?_?L Hbx]WS,0t@wS,0@t`_wS 'SHb]WS,0t@wS,0@t`_wS 'Sb]WS,0t@-wS,0@t`_wS 'Sb]WS,0t@+wS,0@t`_wS 'S a] |WS,0t@)wS,0@t`_wS 'S a]"ݢWS,0t@/wS,0@t`_wS 'S a]#hWS,0t@=wS,0@t`_wS 'S_GWS@@F 'S_?L H__@{@: @@7'H_T`HT`<_@l: ,00400< L@ <` @< 7''-+@), @ 27'' dH d7''=H a]#hWS,0t@'w_S,0@t`_wS 'S a]"ݢWS,0t@_w_S,0@t`_wS 'S_GWS@@U 'S a]!FWS,0t@_@w_WS,0@t`_wS 'S_GWS@@5A@qb4wo bp]D Hk `]\ bh]@@+w ' a]"ݢ,0t@ww,0@t`_ww '_@@~_@'G H  cP]_@@H cP]_@ @$  cP],` cP]w_СA@q`ww bp]D H `]\ b]@@~ƒw 'b`],0t@_w_,0@t`_w '_@@СA@pcww bp]D H `]\ b]@@~w 'b`],0t@_w_,0@t`_w '_@@Qwwwwww_w_wG'G'w '_\ h_瀤h_______GG@@ss@*sw_hM_$ _$ _D H_D H _D H:_D H5 _$` '_D H _$`H& ' _D H_\!G$< ,0\@,\@@~:H _H $`G 'G_D O__t`G'G< @w'_h_D HG_D H_D $ 'G H 'H 'G'G<  w'' '_h_D H'ߠ 'G'GG〤H_Gې@@?H 'HG?H 'G'G< w'wwwww_h?Hq'ˠ '_D H!G HG_D H_\!G,0@ w_D`D`H _D` D`H 'GH_D H_ w_D`D`H _D` D`H 'GH_ w_D`D`H _D` D`H 'GH_D _$`_D _$`_D _$`_D _$`_D H'ˠ?'Gˡ< A@o`ww'wwwwww?'_h?H'ˠ 'GH_D HG HG_D H_\!G,0@\ w_h 'GH _\ w_h '_D H!G HG_D H_\!G,0@ w_D`D`H _D` D`H?'GH_D H_ w_D`D`H _D` D`H?'GH_ w_D`D`H _D` D`H?'G?H_D H_D  H_\ w '_h:G_D H4_D _D H _D _D H_D  _D H _D  _D H_wG '_w_ w_hG_D O ' a]\ \ hD_h@ a]\ G,0\@w_D  H"_D _D H _D _D H_D  _D H _D  _D H_wG ' a]\ G,0\@h_o_h 'G?H_D _$`_D _$`_D _$`_D _$`_D 'HdG H`_\ w '_D H__hGH'G '_w_ wG_D OG?H* ' a]\ \ h _ a]\ G,0\@hG_D @H'G ' a]\ G,0\@oG?H_$ _$ _D $ _$`_D $ _$`G'Gˡ< 0w' '_h5_D HG HG_D H_\!G,0@D H _\!G,0@D 'H_D ܀ H_D 'H _D ؀ H_D 'G'G< 0ww?'_h9_h5_D H0 '_D H)_D H _D $ G$@'HG'__\!G,0\@@zHGH 'G 'G_D OG߀ H _h_@zא" 'G߀ H 'G'G< 0A@lbw''H* 'H5 'H1GH!'H Z'H%GH Z'H!'H?'H?'HG O, < #a0_DG'G< $Dt40A@laww '_hT_b]@@{H 'HF_b]@@{H 'H8_b]@@{֒H 'H*_b]@@{ȒH 'H_b]@@{H 'H_b]@@{H#'G'G<  A@kcwww?'_b]@@{H?'G瀤?H+_h'_D H" '_D H__\ G,p,p\@{eHG'G 'G_D OG瀤?H@ '_h_D 'ߠ ' a]\ \ h- a]\ G,0\@D H_ a]\ G,0\@\ @{)HGG@'G ' a]\ G,0\@oG'G< A@kaw'ww'G@}cw_πhb]wG〤H b]!b] a]\ ___ϐ@@@y wH"b]___ϐ@@@xπh@y:  @y@yHww_w_w_װ ww_h$_h_@yd:  @x_@yeHww_w_@z, /w_߀h_ߠ wߠ _,`_w_0ww_h_@z  /w_瀤h_wH_ w_w_A@jbĮwwww_h _@yߒ /wHw_h__$@'H c]\ @w_@x'G H _G$ < L@ /HG$ '_hb]w_@@xܒw_h_wHw_ϐ@y .w_h  _,`_ wHb]w_@x_@x@ h_@x h _,` _@x_@x@ h  __@x  ,@ ' 'c]G___ǐ@!@@|s'G HG!HH6ߐ!@V@| ?'@|'@| G HH!G H_瀤hG_$`HG@z 'G 'GHG# cOGHHwߠ߀h@x*:  @w@x+Hww_w_w_߰ A@ibwww_L ~H7_L  /H_L  H-c]@x~w_瀤h#_@ww_@ww__נ@$ _$ h__צ@`_ߐ@@{___א@@x㾠A@iawWw 'k_h1_@x /w___h__L H __L  b]  @ H 'kGkH_o@@xH !< @#H 'kGk'G< 㾰w 'k_h _o@@xaH 'kH!< @#H  'k@y " H _ h 'k@y =" Gk'G< 0A@hc|ww_h_H$w_@w5w__$@$  h_$ w_c]@@zH _c]@@w _w_A@hbww_h_Hw_@wҒ .w_w_瀤h_Hw_瀤h_@v:  @vm_@vHww_w_w_L H_L @z_, _Ϡ w_L O_c ]@ @wHc(]wHL_c0]@ @w Hc8]wH:_c@]@ @vHcH]wH(_c]@ @vHc]wH_c]@ @vHc]wH_w__h _L H_H1w__ϐ@@vb_w_L H_L H_L _,`_ w_Ϡ w_L H_L O__א@@v=_@u_w_A@gbww_cP]Ϭ۠Ӑ@  ss@ys'G< 0A@gb\wwww b]D H@ a`]D HH a(]\ @y\   a`]$`0A@gawwww b]D H a`]D H  a(]\ @x  a`]$`㾠A@g`wOwww b]D H@l 'w_@u'{_w a]\ w `]\ @y_ ' a] ,0t@ ,0@t` wg ' `]\ @@u `]\  c]D  c]D w@@y7 ' a] www_ ' a]!Fw c]D w_wW ' `]\ @@ub `]\ @y c]D G{@ c]$` b]D 's b]D H)_cX]@@uoh_c`]@@ueh _ch]@@u[h  b]D $  b]$` a`]D H6 `0]D H/GsH+ `0]D H _cX]@@u/h_c`]@@u%h _ch]@@uh㾠A@f`wWwww b]D H  c]D HH] ' a] ,0t@ ,0@t` wo ' a]!F,0t@ ,0@t` wg ' `]\ @@t '{ `]\  c]D w@@x3  c]$` ' a] www_ ' `]\ @@th㽐A@ecw? ';cp] a]\  `X]\ ?;@@u= a(]t cx]c]\  a(]\ ?;@@ta8]t  ';c]?;,0t@;,0@t w; ';c]?;,0t@;,0@t w; '; a]#?;,0t@;,0@t w; ';c]?;,0t@ ;,0@t` w; ';c]?;,0t@ ;,0@t` w; ';c]?;,0t@ ;,0@t` w; ';c]?;,0t@ ;,0@t` w; ';c]?;,0t@ ;,0@t` w; ';c]?;,0t@;,0@t w; ';c] a]\ a8]\ ?;@@s[ `]t  ';c]?;,0t@ `]\ w_;,0@t`_w; ';c]?;,0t@;,0@t w; '; a]#?;,0t@ ;,0@t` w; ';c]?;,0t@ ;,0@t` w; ';c]?;,0t@ ;,0@t` w; ';c]?;,0t@ ;,0@t` w; ';c] `]\ a8]\ ?;@@rؘ aH]t  aH]\ w aH]\  a] a]@@rǖa8]\  aH]\ @@r̒ `]\  aH]\ @@r ';_L Hc]?;,0t@'w;,0@t`_w; ';Hc]?;,0t@w;,0@t`_w; ';c]?;,0t@9w;,0@t`_w; ';c]?;,0t@7ww;,0@t`_ww; ';c]?;,0t@5wg;,0@t`_gwo; ';c]?;,0t@3wW;,0@t`_Ww_; '; `]\ ?;@@rڔ_L H_'* * @7@5@71_'@t ,`,`,`3@9@7/H_T H,`,`7@5@71_D`XD`\,`,`,`3@9@7/ '; a]#hw?1wG_GwO; '; aH]\ ?;@@r a] wO/wW_WwG; '; `]\ ?;@@q a(]\ @tN  c]$` a(]\ \ \  a(]\ \ b]@@u&   b]$`  a`]$`@w '_G,0\@h_G,0\@\ @p_G,0\@@pܐG '_G,0\@o_@pϐ@@pې w_  @s_w_㾐A@bcdw?w '_h`]w_@Jw '_w_@qs w_瀤hG '_wG_ w_@qb w_瀤oG < ,0< @pw_w_w_L HlG Hh_@qD w_߀h _,` /S_L #H_L !H 'H_`]S@@s'GÀ H0`] JH(nwǠShS@p:  @p>S@pHwGwG_G_t`(@tH_$  '__t`_נ wG$ '_ߠ w_wG OGH.8w`]h`]@p:  @p`]@pHwGwG_G_t`` ] @tcH_$ __t`_נ w_t _@o͐_w_A@acwwwwwߠ '_h) a]\ h a]\ \ h  a]\ \ @pj a]\ @o a]t   b]$`H_ HH_\ `(]@@oH b]D H   b]$`H_\ `0]@@oH b]D H   b]$`Hh_\ `8]@@opH b]D H  $ b]$`HO_\ `@]@@oWH b]D H ! b]$`H6_\ `H]@@o>H b]D H   b]$`H_\ `P]@@o%H b]D H   b]$`HHh b]D H._ a]t`@n  a]t _D @ a]\ 4`_D D a]\ 4` a]\ t   a]\ 4`  a]\ 4` H5 b]D H_D @ a]\ 4`_D D a]\ 4` a]\ T  a]\ T H a]\ T 7 a]\ T  a]\ T $@7H a]\ T 7 a]\ T  a]\ T $@7 a]\ T  a]\ T H a]\ T 7 a]\ T  a]\ T $@7H a]\ T 7 a]\ T  a]\ T $@7 a]\ T H( a]\ T H  a]\  a]\ T  a]\ T  a]\ T  a]\ T @@>HH a]\ WW@(W a]\ 4`W a]\ 4`  a]\ 4`  a]\ 4`H\ b]D HUw_`X]wW_W c]\ _@@o  a]\ t  'S c]\ \ h' c]\ GS,0\@\  `]\  a]\ \ @@n@ w_GS 'S c]\ GS,0\@o a]\ \ @m h  a]\ \ @p 'k a] ok,0t@Gw'k,0@t`_'w/k 'k__ok@@n 'k a]#hok,0t@Iwk,0@t`_wk 'k a] ok,0t@Cwk,0@t`_wk 'k a] |ok,0t@Ewk,0@t`_wk 'k a]\ \ ok@@no__D`@D`D=;@@nCW=I<` @< $E$@'OW;G<` @< $'K a]\ \ \ D 7A a]\ \ \ D 7?GOI@AH IAHAI$@'OGKC@?H C?H?C$@'K 'k a]#uok,0t@GOw_k,0@t`_wk 'k a]#wok,0t@GKw_k,0@t`_wk 'k a]\ \ ok@@md a]\ \ @p _D @ a]\ 4`_D D a]\ 4`H b]D @H a]\ \ @qw_h '_@n$w ' c]\ G,0\@\ _@@lHG ' c]\ G,0\@\ _@@lsO c]\ G,0\@ ' a]\ T  a]\ T @<` @< 7 a]\ T  a]\ T @<` @< 7 a]\ T  a]\ T $@@m2 H a]\ T  a]\ T $@@m" H,``] I('G'WG$@ a]\ 4`WG@ a]\ 4`WG$@ a]\ 4`WG@ a]\ 4` a]\  a]\ T  a]\ T  a]\ T  a]\ T ǐ@@I'I'GǀHGˀH ' b]D !H a]\ \ h 'k a]#hok,0t@Uw?k,0@t`_?wGk 'k a] ok,0t@Sw/k,0@t`_/w7k 'k a]\ \ ok@@l a]\ \ ig@  @l a]\ \ U,00<00S,00<00ec@@lq_\`\ \`'[W@@ss@osG[7aGW7_WaWiHWaWeH W_WgHW_WcH; a]\ T H( a]\ T H  a]\  a]\ T  a]\ T  a]\ T  a]\ T @@ a]\ HHW b]D H@ a]\ h0 a]\ T H( a]\ T H  a]\  a]\ T  a]\ T  a]\ T  a]\ T @@͘ a]\ ֖GÀH  a]\ ǐ@@ a]t wwwwwwϠ /Oΰ A@\bDw'w`] b]t`  `]$` '  ' '_\  `]t`  a]$``]a ]t`?aP]$` c]t  b]t  a]t b]t  `]t  b]t  a(]t  c]t  `]t  a]t  c]t  c(]t  aH]t   c]$`  b]$` c]$`  `]$`  `]$`  c]$`  b`]$`  a@]$` cP]$`  b]$`  b]$`  `]$`  a]$`? `]$`  b]$` a]$` b]$` b]$`  c]$`  b]$` b ]$`  a]$`  c]$`  a]$` a]$`  `]$`  b0]$`  c]$`  b]$`  b]$` ap]$`  aH]$` cp]$`  c ]$`  a(]$`  a]$`  b@]$` b(]$` a]$` a]$`c]  a]$ `]@jEhm`]@j=w`]@m`]_@@k `]_@@kߔ `]_@@kה `]_@@kϔ `]_@@kǔ `]_@@k `]_@@k `]_@@k `]_@@k `]_@@k a]_@@k a]_@@k `]a]@@k @mY@m_@me b]t  b]\  `]@@m^ a]w_@iw_瀤h_瀤h_@i:  @h_@iHww_w_a ]@@kG  b]\ a ]\ _@ s@m,s a@]t _瀤h __@@k& _@hSH_@l a@]\ h a@]\  a]a ]@@m G_a(] a]@@K'G?H:H  a]$`H  c]$`H bP]\ a0]@@ih  a]$`a8]b]t` bP]\ a@] a]@@k/H  a]$` bP]\ b]t`H a]$` bP]\  a]t`H  `]$` bP]\ c]t`H  b0]$`H  c]$`H a]$`H a]$`  c]$` b ]$`  a]$`aH]b]t`H  b]$`H  b]$`H ap]$`Hz  aH]$`Hs cp]$`Hl  c ]$`He  a(]$`H^  a]$`HW  b@]$` bP]\  c]t`HH b(]$` bP]\  `P]t`H9 a]$` bP]\  `]t`H* cP]$`H#  b]$`H  `]$`H  c]$`H  b`]$`H  a@]$`H c]$`H  `]$`H  b]$`H  `]$`H b] aP] `]\ @@f̔@f   a]$`H  `]$`H  `]$`H  `]$`H bp]$`H  b]$`H a]$`H b]$` bP]\  a]t`H b]$` bP]\  a]t`H  c]$` bP]\  b]t`Hu b] aP] `]\ @@f]@f  bP]\ h bP]\ @f:  @fj bP]\ @fHww_b@]t`HC  b]$`H< b ]$`H5 b] aP] a]\ @@f@eӐ  b] aP] `]\ @@f @e HG -O, < #cd_HDG_a(] a]@@'G?O a@]\ h b]!aX]a`]@@eє@e  a@]\ a ]\  a]\ _@@@+ aP]t @e b]\  a]' a]&`]@  s@j|s b0]@h7 c]t  a@]\ ah]@@i b]t  aP]a ]\  a]\ @@' ' `]!,0t@G`?'Gw_ߢ,0@t`_w ' `]!d,0t@ a]\ w_,0@t`_w 'a ]\  c]\  a@]\ @@i5 `X]t  `X]\  a0]@ @j `X]\  c] c]@ (@i  a]\  c]\ X a]@@H  b]\ @h@d  b]\ @i H2 c]\ @@@eap]@@eϐ"[@6@i b]t   `]$` b]\ h ax]@gy@do  aP]\ @) aP]\  `]a]@@ה aP]\ a]@@˔ `h]_ǐ@@e0 `h]! aP]\  b]a]@@@5 `]t  `X]\ \  b]t`  c]$` c]L ؀@ ' c]D Gˠ@ c]$` c]L Ҁ @? ' c]D GǠ@ c]$`GH  c],`x c]D p!,H!,H' c]D p'G c]$`p c]D t!,H!,H' c]D t'G c]$`t aP]\ a ]\  a]\ a]a]@@Ę c]t  c]\ h c]\ @d:  @d c]\ @dHww_ c]t` c]\ @ a]t  a]\ @ a8]$  aP]\ a ]\  a]\ a]a]@@u ah]t  ah]\ h ah]\ @d2:  @c ah]\ @d0Hww_ ah]t` ah]\ ܐ c]t  aP]\ a ]\  a]\ a]a]@@0a]t a]\ ha]\ @c:  @cqa]\ @cHww_a]t`a]\ @4E `x]t  aP]\ a ]\  a]\ a]a]@@ `]t  `]\ h `]\ @c:  @c, `]\ @cHww_ `]t` `]\ @ a]t ? a]$`? a]$`c] c]$  c]D <H= a]\ @! 0 `(]$` ' a]\ \ h% a]\ G,0\@ c] J(H G `(]$`HG ' a]\ G,0\@oHI c]D <HQ a]\ @{! 0 `(]$` ' a]\ \ h- a]\ G,0\@ c] H((@gzHc] H G `(]$`HG ' a]\ G,0\@o a] (@fHc]$ H c]D <HQ a]\ @%! 0 `(]$` ' a]\ \ h- a]\ G,0\@ c] H((@g$Hc] H G `(]$`HG ' a]\ G,0\@o a] (@fHc]$ H c]D <HQ a]\ @ϒ! 0 `(]$` ' a]\ \ h- a]\ G,0\@ c] H((@f΁Hc] H G `(]$`HG ' a]\ G,0\@o a] (@f4Hc]$ HG c]D  H  c]D  ( c]$` c]D  8 c]$` a]\  c]D !@@a `(]$  `(]D H  a]\ @O! `(]$  `(]D 0 `(]$` c]D  H  c]$` c]D  0 c]$` a]\  c]D $ $@@  b]$  b]D H  b]$` b]D 0 b]$` c]D Ԁ H   c]$`H c]D Ԁ H  c]$` c]D ܀!H! c]$`@k  ap]  `]$  a]  `x]$  `] www `X]\ @@b, _ h' a@]\  b]\ \  b]@ 2@eΘ 2w `] w_w_w `X]\ @@a{  c]\ h a@]\  b]\ \  b ]@ @e  c]t  c]\ h a@]\  b]\ \  c]@ @e  c]t  c]\ h a@]\  b]\ \  b]@ @eh  c]t  c]\ h a@]\  b]\ \  c]@ @eK  c]t  c]\ h a@]\  b]\ \  `p]@ @e.  c]t  c]\ h a@]\  b]\ \ bh]@ @e  c]t  c]\ h a@]\  b]\ \  `p]@ @d  c]t a]w c]\ `_@@`Ԓw_h b]\ D __@`^@@_'H  c]\ `@_'G HG,00400H' 'G7   c]D p,00400< H H ' c]D p,00400'G7  < ,00400< H7  c]\ h_@@`w_h b]\ D __@` @@_'H  c]\ h@_'G HG,00400H'{ '{G{7 c]D t,00400< HH 'w c]D t,00400'wGw7< ,00400< H7 'H0  c],`xa],0t@,0@t wo ' a]#h,0t@< ,004004w___,0@t`__wg 'Ha],0t@ ,0@t` wo 'H0  c],`xa],0t@,0@t wo ' a] ,0t@< ,004004w___,0@t`__wg 'Ha],0t@ ,0@t` wo 'a],0t@ wg_g,0@t`_gwo 'a],0t@wW_W,0@t`_Ww_ 'b],0t@ c]D p,004004wG_G,0@t`_GwO 'b],0t@ c]D t,004004w7_7,0@t`_7w? 'b] `]\  `X]\ @@c[ a]t b(]"`\@Ot @@ b0]"`\@Ot @@ a@]\  a]  `] c]\ @@^ b]\  a]  `] `H]\ @@^a]\  a]  `] `@]\ @@^ `8]\  a]  `] c`]\ @@^ cP]\ 9 `]\ Ƈ cP]\ œb8]!`\@Ot @@ )b@]?!``\@Ot? @@  ' a]"4,0t@ ,0@t` w 'bH] c]\  a]\ @@b a]t  a]\  ,0t@  '  ' a]"4,0t@,0@t w 'bP] c]\  a]\ @@bT a]t  a]\  ,0t@  ' b]t  'bX] c]\  a]\ @@b, `]t  `]\  ,0t@  ' @ aP]\ a ]\  a]\ b`]bh]@@w 'bp]"`\@Ot ' a]"4,0t@ ,0@t` w 'G,p,p\h~_G,p,p\ @]h H' 'GG,p,p\ $`G,p,p\ D HKG,p,p\  `]\  a]\ @@aG,p,p\t G,p,p\ hG,p,p\`\  a] \`\` @@]G,p,p\\  ,0t@  ' G 'G,p,p\oc]D H+ c]\ h$ ' a] P,0u@ c]\ w_,0@t`_w ' b]\ @@@\ c ]D H+ c]\ h$ ' a] P,0u@ c]\ w_,0@t`_w ' `@]\ @@@\ `]D H+ c]\ h$ ' a] P,0u@ c]\ w_,0@t`_w ' b]\ @@@\ `]D H+ c]\ h$ ' a] P,0u@ c]\ w_,0@t`_w ' b]\ @@@\V cP]\ ” ' a]"4,0t@ ,0@t` w 'bx]w__@@\ah H' 'G b]$` b]D H"_ c]\  a]\ @@`T c0]t  c0]\  ,0t@  ' b]w__@@\$h H' 'G `]$` `]D H"_ c]\  a]\ @@` a]t  a]\  ,0t@  ' b]w__@@[h H'{ '{G{ c]$` c]D HBK c]\ @  @Z a]!,0t@Kw7,0@t`_7w? '_ c]\  a]\ @@_ `]t  `]\  ,0t@  ' b]w__@@[h H'w 'wGw a8]$` a8]D H~ 'b] b]\  a]\ @@_y a]t  a]\  ,0t@  '  'b] b]\  a]\ @@Z a]t  ' a]"4,0t@,0@t wo ' a]!,0t@b]w___,0@t`__wg 'b] c]\  a]\ @@ZcH]t  'b] b]\  a]\ @@^ a ]t  a ]\  ,0t@  '  'b]b]\  a ]\ @@Zi a]t  'b] `]\  a]\ @@ZP `]t  'b] bx]\  `]\ @@Z7 bX]t  bX]\ b] ``]@@Z, 'b] `]\  a]\ @@^ `]t  `]\  a]"Oa]@ @Z `]\  a]!ra]@ @Y `]\  ,0t@  '  'b] b]\  a]\ @@^9cx]t cx]\  ,0t@  '  'b]b]\ cx]\ @@Y cx]t  a8]D H cx]\ b] cH]@@Y cx]\ b] aH]@@Y 'b] `]\  cx]\ @@Yg `]t  'b],0t@ c]\ w_,0@t`_w ' b8]D @ 'G/c],0t@Owo_o,0@t`_oww ' b]D @ 'kGk/`x],0t@OwW_W,0@t`_Ww_ ' c]D @ 'SGS/`],0t@Ow?_?,0@t`_?wG 'c],0t@ `0]D w/_/,0@t`_/w7 ' c]L @ '+G+/c],0t@Ow_,0@t`_w '`p],0t@ c]\ w_,0@t`_w 'c],0t@ `] c] I((?_w_,0@t`_w 'c ],0t@ `x] c] I((?_w_,0@t`_w '`] b]\  `]\ @@X`b`]t  c]D   c]$`b`]\  a] b]@@XKb`]\  a]  `P]b`]\ @@X7b`]\ c(] b`]b`]\ @@X$b`]\ c0] `]@@XG a]D  H*_ a]D ,0\@h_ a]D ,0\@@W:  @We_ a]D ,0\@@WܒHww_ b]t` b]\ h7 b]\ c8]@@WSH* b]\ @Ɛh@Y]B c@] b]\ @Җ @V H  `]\ @W `]t @ b`]\ .? c]$`@  b ]$` c]\ ܪ'G H  b]$`  ` ]$`  a]$`H  b]$`  ` ]$`G a]$` c]\  ch]$  ch]D H ch]D H ch]D H ch]D H  ch]$` c]\ 0ܿ b(]$  b(]D ?H `h]ܮ b(]$  b(]D ?H,  b(]$` a]\  b(]D ,0\@D H b(]D   b(]$` a]\  b(]D ,0\@D O? a`]$` c]L 8H   b]$`H  b]$`  c]$` c]\  c]\ @1' c]\ G@(' @@[* a]\ @[, `X]\ @[-  `X]\ @Y/ a@]\  `X]\ \ b]@@Z  ' `]!,0t@ ,0@t` w 'cH] aX]\  `X]\ @@W c(]t  'cP],0t@ ,0@t` w 'cX],0t@ ,0@t` w 'c`],0t@ c]L ww_w,0@t`_ww ' c]\ @hch],0t@ c]\ @wg_g,0@t`_gwo 'cp] b]\  c(]\ @@U a]t  a]\ cx]@@U+ a]  a] c(]\ @@U a]\ cx]@@U a]  bX]@@Uϖ c(]\ @XQ a@]\  c(]\ \ b]@@Y0  'c],0t@ c]wg_g,0@t`_gwo 'c],0t@ bH]wW_W,0@t`_Ww_ 'c],0t@ ax]wG_G,0@t`_GwO ' a]\ @@V c]\ h c]\ @UH:  @T̐ c]\ @UFHw?w?_? c]t` bH]\ h bH]\ @U):  @T bH]\ @U'Hw7w7_7 bH]t` ax]\ h ax]\ @U :  @T ax]\ @UHw/w/_/ ax]t` ' a]"4www' ' a]D H  b]\ @@U `x]D H  c@]\ @@Uc]D H  b]\ @@T c ]D H  `@]\ @@T `]D H  b]\ @@Tϔ `]D H  b]\ @@T a]D H  `]\ @@T a]D H  a]\ @@T b8]D H  cx]\ @@Ta]D H  c8]\ @@Tz a`]D H  bH]\ @@Ti c]D H  b0]\ @@TX c ]D H  b]\ @@TG a]D H  `]\ @@T6 c]D H" a]!,0t@c]w_,0@t`_w ' `]\ @@T@U @ b]\ hG a]$`?@? b]\ ; a]\  R  a]D H? `X]\ \ \ c]@@V w_ h- `X]\ \ \ c]@@V w `X]\ @V& `X]\ \ \  `X]\ \ _@   s @Us `X]\ \ \  `X]\ \ @@X `X]\  b]\ @W 'G<  ( D $ ` d ( D 0 L h  Tp TA@DbĮwwww '_\  c]\  a]\ Ӑ@@S _\ t _\ \ __ ,0t@_` $` '_\`( c]\ \`\ Ӑ@@T _\ t  '_Gϡ,0@\ h`_Gϡ,0@\ b ]@@RZHb ] `h]\ _\ \ Ӑ@@RH3_Gϡ,0@\  `]\ \` \ Ӑ@@R_Gϡ,0\@t _Gϡ,0@\ h_Gϡ,0@\`\  a] \`\`@@RGϠ '_Gϡ,0@\ o A@Ccwwww_a ]\ a ]\ _@@_t _\ hc]_t`_\ h_\ @R8:  @Q_\ @R8Hww__t`0A@Cbww_ c]c]@_ b]c]@_ `]`]@_ `]`]@_ `8]`]@_ c]`]@u_a ]\  a]\ `p]` ]@@w_h_ c]t`_a ]\  a]\ `(]@@ژw_`0]@@UhH   b8]$`H  b8]$`_a ]\  a]\ `8]@@w_h_`0]@@U;H   b]$`H  b]$`_a ]\  a]\ `x]`@]@@w_h"_`0]@@U H   b]$`H_`H]@@TH  b]$`_a ]\  a]\ `P]@@Jw_h_`0]@@TԒH   c]$`H  c]$`_a ]\  a]\ `]`X]@@w_h"_`0]@@TH   c]$`H_`H]@@TH  c]$`_a ]\  a]\ c]@@w_``]@@TqH   `0]$`H)_`h]@@T`H   `0]$`H_`p]@@TOH   `0]$`H  `0]$`_a ]\  a]\ `x]@@w_`]@@T&H   bp]$`H)_`]@@TH   bp]$`H_`]@@TH ? bp]$`H  bp]$`A@Abw' 'GH$ a@]\  b]\  aP]\ a ]\  a]\ ch] `]@@@%sbp]D H`]ch]D  `]D @@S7ch]D 'ӓ `]D 'ӑI'c] JH c] JH 'bp]D H `]둠(;@S[Hbp]D H `]둠(;@R[ b]\ D ' b]\ D 'bp]D H `]GG@@Rה bp]D H 'H  bp]D H ' a@]\ @TH 'GH! a@]\ @@T w_T '_T 'bp]D H `]GG@@R`] `] Hch]D 'ӑ(HG'ӕ`] H ȑ ap]$ `] `] H `]D 'ӑ(HG'ӕ`] H ȑ a]$ `]  `]$ `]  `p]$  A@@awנ / 'b] c]\  `]\ @@O ``]t  ' a]\ \ hG ' a]\ G,0\@oG,0< @N+ `]t  ' a]\ \ hO怤H  a]\ G,0\@D Hb ] `h]\  ``]\ @@N  / a]\ G,0\@\  `]\  ``]\ @@Nk `]\ G,0t@ a]\ G,0\@D H `]\ G,p\ a]  c]d< @NLH `]\ G,p\ a]  c]b< @N5G ' a]\ G,0\@o}@w '_G,0\@h_G,0\@\ @Mf_G,0\@@M`G '_G,0\@o_@MS@@M_ w_  @O_w_㾀A@?atw/w ' '_h`]w_@'0w '_w_@M w_瀤hG '_w?_ w_@M w_瀤oG < ,0< @Mw_ww`]h`]@Mw:  @L`]@MvHw?w?_?_t`_$ _$  _$`__t`_נ w_w_L HG H_@M w_߀h _,` /G '_L H _L #H_L !H '_ w_L H _L #O_L !O_`]G@@O'GÀ H8G H4G H0)wǠGhG@L:  @L}G@LHw7w7_7_t`G_$`G_$` G_$`GH ' '__t`_נ wG$ '_ߠ w_wG O{GH.w`]h`]@L:  @L;`]@LHw7w7_7_t`"S_$`#J_$`  _$`__t`_נ wGH _\ $`_t _@K_w_@w '_\ h G '_G,0\@oG'G< 0ww_w_\ h _\   @  A@=c|ww'''#w c]L рHH; b]\ h@K ( b]t _ b]\ t` b]\ $  b]\ t G H b]\ \ h  b]\ \ @LI b]\ _`] b]\ @@M b]\ t  b]\ D H_\ \ w_T`0`8'_T`2`8'G GˀH G Gˠ$@'H 'G GǀH G GǠ$@'H 'G_ 4@$ 'G GˀHGGˠ$@'G_ 4H_ 4'G_ 6@$ 'G GǀHGGǠ$@'G_ 6H_ 6'Gۀ H?'G׀ H?'G b]\ $` G b]\ $`GGۦ$@ b]\ $`GGצ$@ b]\ $`_ b]\ D  b]\ D  b]\ D  b]\ D @@  b]\ $`G H% b]\ D H_ b]\ D  b]\ D  b]\ D  b]\ D @@G H b]\ \ h  b]\ \ @KJ b]\ @Jl b]t 0A@<b$w cx]\  4<` @<  `]\ T 0$@b`]\ T 0$@' cx]\  6<` @<  `]\ T 2$@b`]\ T 2$@'b`]\ GG@tGa]$`Ga]$`  a]$`0A@<`Įwww a]D Ha]D _$`a]D _$` H' 'G< @A@<`w  a]$` A@;cĮw''w/ / c]\ hG HG H bX]\ GH  bX]\ G@ H,G H bX]\ GH  bX]\ G@ HG H bX]\ i'G HH bX]\ 'GGH G H"GGHG H  bX]\ G$ @H  bX]\ G@ /H( bX]\  a]\  6@n'GG瀤HGG〤H bX]\ GGG$@$ $^ /O․H'_h# bX]\ _D D@C'G bX]\ @HOH  bX]\ G@  A@;`<wwwww_h`]w_a]@@HH=_ېHa]w_@IM_@II@ w_ǡ< @Hʐw___@@HH_a]@@Lqw_πh@JB a]_@R w_h__t`H _πh_@J_w_0w_w_w_㾀A@:bw7wwwߠ /_ha ]w_@Hؐ < @H\w__@@H֒_a]@@H_HCOրH_AH _a(]_@@H H /OրH_*H _a0]_@@GH /OրH__@@H_@<w_h_w_w_@w_߀h_@G_Hw `]\ @Gې b]\ @GՐ b]\  `]t`b]\ hb]\ @Kb]\ @Gb]t  a]\ h a]\ @K a]\ @G a]t  ` ]\ h ` ]\ @I_h_@H:  @G_@HHww_ b]t`_h_@H:  @G_@HHww_ b]t` b]\  b]t _ ` ]t`_a]@@GxH b]\ ?@@HŒ_ b]t`_@G=_w_A@9adwwww_h"_@I@ Ha8]w_@G_@G@ w_ϡ< @G#w___@@F_w_㼠A@9`|wW' '?'c b]\ hGcH]' b]\ a]@@FH HM' b]\ o@@HI'GH  b]\ _h H5' b]\ wgG'cGc HGc?H ca@]_g@@FH caH]_g@@F~c@Q b]\ _gh_g@FGc'G<  A@8bww b]\ hHn c]\ h}_@OH OH_ŐH/__ ` ]\  c]\ \ X c]\ \ @7 _ ` ]\  c]\ \ h c]\ \ @"  c]\ D H c]\ D $  a]D $@'H a]D '_ ` ]\  c]\ \!G,0@\ ( c]\ \!\ 8@@ H"_ɐ*08<08H_+H_x*08<08H_FH_\ \ @K _b`]\ h c]\ h~ `x]D H! a]D H  c@]\ P c@]\  a]D  2H @@J a]D H- a]D  c]\ D $ H  b]\ Oږ b]\  a]D  c]\ D $ @ 2H @J bP]\  a]D  2H @@J a8]\  a]D  c]\ D $ @ 2H @J c]\ h  c]\ D H' 'G' c]\  a]D G@\@ 'G/ aH]\ G,0\@O@@Jf c]\ h  a]D  8 A@7`|w'w ' ' 'G'G' b]\ h,G߀?H(G߀?H$G߀?H G߀?Hא 'G׀ H?'G?H a]D 'HG׀?HH c]\ hG߀?H?'G߀?HUb`]\ `*08<08H c]\ h c]\ G@Ƙ'GaP]$`HG@ }*08<08G@<*08<08@'G'G뀤H c]L xH a]\  `(]D ,0\@ aX] J H@  'HG߀?HH a]D ' ' ' 'H a]D ' ' ' 'H a]D 'G@ '*08<08G@*08<08@ @*08<08@' ' 'H a]D '@ *08<08'G'G'G뀤HH-H a]D 'G@*08<08'G'G'G뀤HHH a]D 'G@ ߐ*08<08'G'G'G뀤HHH@R a]D ' c]\ G@ϒ'G@ *08<08G@z*08<08@ H@*08<08@'G'G'Hpw_h_wH b]\ w_;w_ǀh _@M_@CHG߀?H a]D '@*08<08' c]\ G@ń'GG@ o*08<08@G@-*08<08@@*08<08@' ' 'H# b]!aP] a]\ @@CDHwGߠ$? O, < #`_ܠD ` ]\ h G〤H ' 'G뀤H@G瀤Hb`]\ 9 b]\ h ' c]\ h c]\ G@'G a]$`G〤H!b`]\ {b`]\   6 Gۀ?HG뀤H b`]\ ?aP]$`844@w//OHOH_M_O@@HA@4c4ww/wOH$_瀤 h  a] Pw c]\ h_Hw c]\ w_w_w_א@@C= A@4bTw c]\ @` c]\  c]t` c]t ? a]$` c]\ @BI `]D 'O c]t w' a]t _'b]t`%@Cw b]\ w_w '  b]\ a`]@@Ch  b]D H _ b]\ @@BH4_L H,_L  "H '_L _,`_ w_ wG HGH_ah]@@B~_ w ' _L O _,` ` ] c] b]\  b]\ b]_ a] b]\  c]D  b8]D @@sss/s_@B c]D '# c]\ h# c]\ D HG# HG# c]\ D H G# c]\ D $@'#H?'# c]\ h c]\ D HG# H G# c]\ D @'#G# c]D H G# ax]$`G# c]$` c]D ?H7? ax]$` c]\  c]\ (@i'#G#?H  `]$`  `]$`? c]$`H  `]$`  `]$`G# c]$` `X]\ ” `]D Hq c]\ h c]\ \ h c]\ \ w/ c]\ w7H ` ]\ h  b]@F=w/Hap]w/w7 'S a]!WS,0t@_/w_S,0@t`_wS 'S a]\ WS@@A} b`]\ h b`]\ @Ax a]\ ax]_/_7@@ b`]t @ c]\ h  c]\ D H' 'G'# c]\  a]D G#@³@ 'G/ aH]\ G#,0\@O@@E c]\ hK c]\ hD `]\  b]\ @@@tH6 c]\ \ X c]\ \ Xh) c]\ \ ` c]\ \ `h c]\ \ h c]\ \ hh c]\ \ p c]\ \ phb`]\ Eϔ c]\ h c]\ D H '# c]\ D H9 ' c]\ D H-G# c]\ \!G,0\@@@i: HG#H ' c]\ \!G,0\@@@X'G'#G 'G c]\ D OH c]\ D '둠?@EHa] HH'G'#G#  `]$` c]\ D  `]D L@$ 'KGK 4 @? c]t  ' c]\ w? c]\ D HR c]\ D H+ c]\ D H  c]\ D $ G$@'HG'_?a]G# c]\ \!G,0\@@@?1H_?a]G#G @@?#G '_? `]D @w?G c]\ D O  c]\ GK,@ 'Sa]WS,0t@S,0@t wS 'Sb`]\ WS@@?ΔH< a]\ h a]\ Hw b]\ w_w 'K  `]$` 'Sa]WS,0t@_w_S,0@t`_wS 'Sb`]\ WS@@? ' c]\ h c]\ D  4 @>АwG c]\ D H p_G,@G 'G c]\ D O _G,@ 'S `]\ h$ c]\ h `]\  b]\ @@>H c]\ D  c]\ D Ha]WS,0t@_w_S,0@t`_wS 'S a]!WS,0t@ c]\ w_S,0@t`_wS 'SH.wa]WS,0t@a]w_S,0@t`_wS 'S a]!WS,0t@a]w_S,0@t`_wS 'S bX]\ WS@@>Ք a]\  L  `]\  bX]\  ? bX]\  a]\  6@ ׅ]@뉠H_@= b]\ c]D  c]\ @2 `@]\  c ]D  c]\ @" b]\  `]D  c]\ @ b]\  `]D  c]\ @ `]\  a]D  c]\  2h @Δ aX]\  a]D  ` ]\  2h @ a]\  a]D  c]\  2h @ cx]\  b8]D  ` ]\  2h @ `]\  a]D  b]\  2h @~ b]\  c ]D  b]\  2h @j ` ]\ h c]\ h  c]\ L H H'# '# b0]\  c]D G#@B c@]\  `x]D  c]\  2h @. b]\  a]D  b]\  2h @ b]\ c]D  c]\  2h @ `@]\  c ]D  c]\  2h @ b]\  `]D  c]\  2h @ޔ b]\  `]D  c]\  2h @ʔ b]\  ` ]\  2h @@AՒ b]\  ` ]\  2h @@Aƒ `]\  ` ]\  2h @@A a]\  ` ]\  2h @@Ac]\  c]\  2h @@A b8]\  ` ]\  2h @@A `P]\  c]\  2h @@A{ a8]\  b]\  2h @@Al ` ]\ h c]\ h  c]\ L H H' ' c]\ G@@AI bP]\  c]\  2h @@A: c]\  c]\  2h @@A+ `]\  c]\  2h @@Ac0]\  c]\  2h @@A c]\  c]\  2h @@@GO `]D @ 2H /O@A@-bw bX]L HK `]!w_RwgwG `X]\ _@@<Ĕ OR c]L xH2 `]!w_ c]L xwg_gw? `X]\ _@@<  c]L x HH a] w_ wg w7 a ]\ _@@< a]w_YwgwGa]woWwww? a]#hwUww7 a] wSww/b`]\ _@@Ha] HI b]D  `]D $@ ' b]D  `]D $@ ' a]D H  a]D HG'G'G' cx]\  4wWWG'WWI(a]  `] (H'Hna] H((@=Ha] HI b]D  `]D $@ ' b]D  `]D $@ ' a]D H  a]D HG'G'G' cx]\  6wWWG'WWI(a]  `] (H'Hb] H((@=cHa] Hc] ' `] I' `x] I' ' a]!˧,0t@_\ w_ˡ,0@t`_wˠ ' `]\ ː@@8 'a]˧,0t@b] I((?W_Ww_ˡ,0@t`_wˠ 'a]˧,0t@b] I((?W_Ww_ˡ,0@t`_wˠ 'b`]\ ː@@8 'a]˧,0t@ˡ,0@t wwˠ ' a]D H `]\  a]D ,0\@ː@@8 'a]˧,0t@ c]\ wg_gˡ,0@t`_gwoˠ ' `]\ G,0\@ː@@8aG a]$` /O/OA@)bw' b@]\ wG H  `P]\ wHG H  a8]\ wH G H `]\ w a]!www_ߠ@@8  a]!w_w_w `P]\ @@8 A@)alwwwa]wߠww_ߐ@@8m __׀ha]w_w_w_ߐ@@7Ҕ A@)`w' / ' 'G H a]D  b ]D H  a]D '  b]$`G H b]D H c]\ G@'GӀ HG' 'G H b ]D 'G HG HG H G H ch]D 'G a]$` a]D  b]D @' b ]D  a`]D @'GG׀HU b ]D H  b@]\ wH# b ]D H  `P]\ wH b ]D H  a8]\ wH `]\ w_@5 b`]\ z} a]!wGw_wb`]\ ǐ@@6  / a]D GH  c]\ wH c]\ wG H  b@]\ wHG H  `P]\ wHG H  a8]\ wH `]\ w_瀤h__ߐ@ b]D  a`]D H  `]\  b]D @@ b]D  ` ]D H  `]\  b]D @@ a]D  b ]$` b]D  ` ]$` b]D  a`]$`O/OA@'cw'wG H6 aH]\ G,0\@h  aH]\ G,0\@wH  aH]\ G$ < ,0\@w_׀hH( a]!wߠww_נߐ@@6 Hb]w a]!w_w_w a]\ ߐ@@6 H㾠A@'awW' / 'w ' c]\ h c]\ D 'G'?' c]D  ax]D H c]\ G c]D @EH  c]D '  `]$`HF c]D GH  `]D H c]\ G c]D @H c]D 'H  `]D H c]\ G@@'G?H 'G?H c]\ G ax]D @H ax]D 'G?H b(]D 'G c]$` c]D  ax]D H: ax]D H- aH]\  ax]D ,0\@h aH]\  ax]D ,0\@wH aH]\  ax]D $ < ,0\@w_@8  c]D  c]D HBG߀H  c]\ wH c]\ w aH]\  c]D ,0\@h aH]\  c]D ,0\@wH aH]\  c]D $ < ,0\@w_h__@Ӓ `]D  `]D H  a]\  `]D @@~Ւ c]D GH c]\ G@@OHP ' ' c]D GH$ c]\ \  c]D ,p,pD $ ' c]\ \  c]D ,p,pD $ 'H" a]\  c]D G$@< ,0\D $ ' a]\  c]D G$@< ,0\D $ 'G `]D HG `]D HG b]D H G b]D HSb`]\ w /G `]$`G `]$`G b]$`G b]$`b]w `]D w_wwb ]w `]D w_wob(]w b]D w_wgb0]w b]D w_w_b`]\ @@3ܔ  c]D  ax]$` `]D  `]$`O/O0A@%`w / c]\ h  c]\ h /HU c]\ h  c]\ h /HC c]\ D  c]\ D H /H2 ' c]\ D H( c]\ \ G,p,p\ c]\ \ \@@2ƒH /HG 'G c]\ D OO/O0A@$bw b]\ h y*08<08HHu b]\ h b]\ @3+b8] c]\  a]\ @@4   b]t b@] `]\  b]\ @@2՘  a]t  a]\  a]  c]@?@2 a]\  `]D @@|bH] `h]\  b]\ @@2  ' c]\ h c]\ D ' a8]D G@' aH]\ @1G,0< @1 aH]t  c]\ hd c]\ D H\ ' c]\ D H@ c]\ \ G,p,p\ `]\  b]\ @@2N  aH]\ G,0t@ aH]\ G-0\ a]  c]@@2<G 'G c]\ D ObH] `h]\  b]\ @@2 w ' a]\ \ h\ aH]\ GG@< ,0t a]\ G,0\@D HH8 a]\ G,0\@\  `]\  b]\ @@1ߘ  aH]\ GG@< ,0t aH]\ GG@< -0\ a]  c]@@1ǖG ' a]\ G,0\@o c]\  a]D G@C@ 'G/ aH]\ G,0\@O@@6M㾐A@#`Tw?wwwwߠ 'b8] c]\ _@@2ww ' a]!,0t@_w___,0@t`__wg '_߀h&bP],0t@ ,0@t` wW 'a],0t@_wG_G,0@t`_GwO ' a]!{,0t@ ,0@t` wW '_ `]\ _w@@1wo_ww_װ0A@"b4www_ H c]\ __@ H"' bP]L H H'  bP],`_a] (`\@Ot `X]\ @0 'G< A@"aww_@0*0 < @0'w_w_w_πh_L 'G뀤HH# \_,`_נ wG_,`_נ wH__h \_,`_נ wG_,`_נ wHmG뀥`;H.`&H` H ` O` OO%` O, < #c _ǠD%`& O, < #c4_ǠD``H#`[H%`; O, < #cH_ǠD%`[ O, < #cX_ǠD`{H``OO%`{ O, < #cd_ǠD_Ϡ w_πh _L 'G뀤Of _,`_w_@w '_G,0\@h_G,0\@@/-G '_G,0\@o_@/ @@/- w_  @1V_w_㾐A@!`w?w '_hb`]w_@ w '_w_@/Œ w_瀤hG '_wG_ w_@/ w_瀤oG < ,0< @.w_w_w_L HuG Hq_@/ w_߀h _,` /S_L #H_L !H 'H _bh]S@@1Ք'GÀ H; ' `0]\ h2G,0 `0]\@S@@2ՒHbwG,0 `0]@_ǂ `\@Ot '__t`_נ wG 'G,0 `0]\@oG$ '_ߠ w_wG OGH/w `0]_ǂ `\@Ot__t`_נ w_t _@.0_w_0A@ a4wwwww_h a]\ h a]\ @.ِ a]t  a]t   c0]$`H<_ HH5_\ bp]@@.H c0]D H   c0]$`HO_\ bx]@@-H c0]D H   c0]$`H6_\ b]@@-H c0]D H  D c0]$`H_\ b]@@-ȒH c0]D H  $ c0]$`HH c0]D H._b`]\ h_D H_D H_D H a0]$`_D L ap]$`_ a]t`H  c0]$`H c0]D Hw_D H_D H  a]\ H_D H'_D L'G a0]D $@@.O H G ap]D $@@.D H  a]\ HXb] c]\ _@@.Ș  a]t  ' `x]\ \ h `x]\ G,0\@ww_w\ bX]@@1BHn_w\  `]\  a]\ @@-w w_w\ h_ a] _w\`\`@@-l_wD HD_wD  H  c]\  2h /^H/_wD  H  b]\  2h /^H ` ]\ h c]\ h  c]\ L H H'W 'WGW/^_O^@@1ՒHbX] `h]\  a]\ @@-  G ' `x]\ G,0\@oe a]\ @, h a]\ @/~ ' a] ,0t@iwO,0@t`_OwW '_@@- ' a]#h,0t@mw?,0@t`_?wG ' a] ,0t@kw/,0@t`_/w7 ' a] |,0t@gw,0@t`_w' ' a]\ @@-=__D`@D`Da_@@-Wam<` @< $g$@'sW_i<` @< $'o a]\ \ D 7e a]\ \ D 7cGsm@eH meHem$@'sGok@cH kcHck$@'o ' a]#u,0t@Gsw_,0@t`_w ' a]#w,0t@Gow_,0@t`_w ' a]\ @@,5 a]\ @/v H c0]D @H a]\ h ' a]#h,0t@mwW,0@t`_Ww_ ' a] ,0t@kwG,0@t`_GwO ' a]\ @@,t a]\ @  @,H a]\ m,00<00k,00<00}{@@,6_\`\ \`?7so3/+@@ss@/sGs7yGo7wWyWHWyW}H WwWHWwW{H  c0]D   c0]$` c0]D H  a]\ ww_w_w_@+ hH_!'_ 4GۢH-_ 6GۢH&_h H'נ '_\`\ \`G_`4$$,00400< `6$$,00400< Gא@@@@/s_h_L H _Ta\a`@-R $7H_Ta\aXT J7_D!p H>_@*'_L H_\!`w__Gϐ@@.k'H _\!Xw_ !H__Gϡ<` @< @/'H __Gϐ@@/'_ 4Ӡ$@4 7H_ata7_L H_\`\ \`_\a`\aWW_@*@: @@s< @-IsH3_ !H_\`\ \`_\!WW_@*w@: @@< @/esH_\`\ \`_\!WW_@*`@: @@< @-s0A@cwwww `p]D H, b]D H@O a]\  `X]\ @  @/  `]\ @vܒ  a]\ @-   `p]$`0A@bwwww `p]D H  a]\ @,ސ  `p]$``A@bw '[ `]!_[,0t@ [,0@t` w?[ '[b] aX]\  `X]\ _[@@* a]t  '[b] `]\  a]\ _[@@)wO '[ a]"4_[,0t@ [,0@t` w7[ '[b] c]\ _O_[@@)wG '[b] `]\ _O_[@@)z `]t  `]\  a]  bX]@@)n a]\ @+ '[ `]"'_[,0t@ d[,0@t` dw/[ '[ `]"9_[,0t@ 2[,0@t` 2w'[ '[ `]"M_[,0t@?[,0@t`?w[ '[ `]"__[,0t@?[,0@t`?w[ '[ a]\ _[@@)4_O `]\ @@) a]\ \ \  a]\ \ b]@@,q   b]$`СA@aww_hH7 b]D H a]\ b]@@(w ' a]!,0t@_w_,0@t`_w '_@@(ΔF A@`wwww_w_\ h_\ _L H_\ _\ cx]\ @  @-Q _\ @+ܒ  _,`0www_w_L H 7_\ @+% _,`A@c,wwww_\ \ w ' a]!ӧ,0t@wӡ,0@t`_wӠ '_Ӑ@@(ɔ ' a]!ӧ,0t@_w_ӡ,0@t`_wӠ '_Ӑ@@($0www_h _h _L H_\ @'?_h _,`_@t+_t _\ h_\ @':  @'>_\ @'Hww__t`A@`wwwwwwwנ ' a]"4,0t@,0@t w 'b]_@@&֔ c]\ _@@'_t b]_@@& c]\ _@@'g_t b] c]\ _\ @@(v _t СA@cTwww_@)ѐ_@%p ' `]"',0t@w_,0@t`_w ' `]"9,0t@w_,0@t`_w ' `]"M,0t@?,0@t`?w '_@@'_\`\ \`b]@@*k  A@awwwwww_@&Đ_@&@ < @&C_t _\ _ߐ@@&_L *H _\ b]@@'_\ _@@'_\ b]@@'_@& < @&_t _\ _א@@&A@`dww_hb]w_h_@&j:  @%_@&kHww_w_w_w_L H{_L  b]  @ H_נ w_L  b]  @ O_w_w_L H&_L H!_L  b]  @ H _w_נ wH_נ w_L H_L O__߀h_L _,`_ w_ w__߀o__׀h _L _,`_ w_L H _L _,`_נ w_ w_L O _,`_@%֐w__πh _נ$ w_L  b]  @ H _,`_נ$ w_L  b]  @ O_w_ A@`ww_hb]w_h_@%:  @%_@%Hww_w_w_w_L  b]  @ H_ w_L  b]  @ O_L H8_L  b]  @ H _L  b]  @ H_L  b]  @ H  _,`_ wH _L _,`_ w_ w_L O _,`_@%%w__߀h _$ w_L  b]  @ H _,`_$ w_L  b]  @ O_w_ww_@"@)hs_\ h_\ @$ߐHww_'_\ G۠@$Ԑ@ < @%ƒ_t GۀH _\ ,`_\ @@%6 '۠@% \w_߀h/_L  H*_ߢ瀤h%_L '_ߠ$ wG'Gǀ \HGۀ`?'G'_ߢ瀤h_L '_ߠ$ wG'G \OGۀHH _@"@)zo_\ w_A@` wwww '_w_ϐ@$ w_πh_Ϡ wG '_ϐ@$ w_πo_h_@$>:  @#_@$?Hww_w_@% :w '_h6_ w__$@'_L  b]  @ H%_L H Gˡ<` @< ,  'HGˠ 'ˠ _,`_ w_L  b]  @ OG_@#: H '_@#_@#@G,`@< Gˠ@ < @#^wנ _,`__@@#ՒG〤 HG〤 H _@$ wϠ _,`_Ϡ w_@#'GGˀH(GǠ GˀH_b]@@$Gǡ<` @< ,  'H _c]@@$ GǠ 'GGˀO__@@#G〤H5_w_L  b]  @ H_ w_L  b]  @ O_L H _c]@@#Ԓ 'H _c]@@#ɒH _c]@@#__@@(KG$ '_w _,`G〤 Op_@"_@"A@cw'wwG HHbG$ ' `]\ hc]@@"`3HL `]\ c ]@@&9w `]\  `]\ @֔w_πh_c(]@@& w_߀hc0]@@",_@$^_@";H_׀hw_נ@͒h ' 'GGH_G,0\@L H__G,0\@@"@@@"Hz_@" : w_L  b]  @ H_L H_Ǡ w_L  b]  @ H_L O _,`___G,0\@ _G,0\@,`G'GGH2_G,0\@w_G< ,0\@,t@__G < ,0t@_G,0\@w_G< ,0\@,t@__G < ,0t@G 'GGO 'G$ 'H G 'GGOkGH__ߐ@@'_@!w_נ@oM_@#G H c]_ߐ@@'G H__G,0\@_\@G$ 'G O_@#p_ `]\ @@&Hc8]_ `]\ @@!_@%!_@!.H_@!)@A@a$w b]\  c]\ @@@n' a]\  c]\ H@@n c]\ w c]\ _@@n _@  bH]\ w `]\ _@@m_@  a0]\  ax]\ @@m㾐A@cԮwGwww b]\  c@] c] @@b a]\  bP] c] H@S c]\  c]@H `]\  bH]@= a0]\  ax]@2 'c@],0t@ c]\ @w_,0@t`_w 'cH],0t@ c]\ wo_o,0@t`_oww 'cP],0t@ bH]\ w___,0@t`__wg 'cX],0t@ ax]\ wO_O,0@t`_OwW ' a]\ @@ @A@awwww 'G,0@ b ]\ a ]\ bx]@@G 'G,0@ch]a ]\  a0]\ @l֐@@G 'G,0@cp]a ]\  c]\ @l@@|G 'G,0@cx]a ]\  `]\ @l@@_G 'G,0@ a(]\ a ]\  b]\ @l~@@AG 'G,0@ `@]\ a ]\  a]\ @l`@@#G 'G@ÔG$ 'G〤 HG,0\@@KG,0\@FG$ 'G〤 O㾐A@a|w? '[ `]!_[,0t@ [,0@t` wG[ '[c] aX]\  `X]\ _[@@ ɘax]t ax]\  c]\ t` '[c] `]\ ax]\ _[@@ b@]t  '[c] `]\  b@]\ _[@@nwO_O a] c`]@@h b@]\ _O@@pc] `]\  b@]\ _[@@EwO_O a] c]@@? b@]\ _O@@Gc] `]\  b@]\ _[@@wO_O a]  a0] c]\ @@ b@]\ _O@@c] b@]\ @@i b]t c] b@]\ @@iz a]t cX] b@]\ @@il a0]t cH] b@]\ @@j@ c]t cP] b@]\ @@j2 `]t ax]\  b@]\ @e@A@`w b]\  b8]D @@i c]\  b]D @@haX]\  c]D @@h b]\  c]\ @@j a ]\  b]\ @@j `(]\  `]\ @@j֒ c]\  `]\ @@j˒ a]\  `8]\ @@j cX]\  c]\ @@j www /_@jw_uw__\ @@H _\ _t`__t` /H_@oO/O A@b,wwww />c] 0`\@Ot c]D '?aX]\ ea@ 'G c]$`G? c]D H /> b]D '? c]\ eD@ 'G b]$`G? b]D H /> b8]D '? b]\ e'@ 'G b8]$`G? b8]D H />O> b]\  c]@X/>O> a ]\  b]@I/> `(]\  `]@;O> c]\  `]@./>O> a]\  `8]'@/>O> cX]\  c]/@/>O>Hb`]\  'Cc]GC,0t@ c]\ w_C,0@t`_wC 'C b8]D Hc]GC,0t@ C,0@t` wHc]GC,0t@C,0@t wC 'C b]D Hc]GC,0t@ C,0@t` wHc]GC,0t@C,0@t wC 'C c]D Hc]GC,0t@ C,0@t` wHc]GC,0t@C,0@t wC 'Cc]GC,0t@ c]\ w_C,0@t`_wC 'Cb`]\ GC@@ b]\ h? '?G?,0\@@ؐG? '?G? Owwwwww_@hw_w_____ǐ@@n_D` $`_@A@ cwowww 'c]w`]w?G,0@ b ]\ a ]\ bx]@@4G ' b]\ ?G,0@ `(]\ a ]\ @@ a ]\ ?G,0@b]\ a ]\ @@w `(]\ ?G,0@ `]\ a ]\ @@] c]\ ?G,0@ `h]\ a ]\ @@C a]\ ?G,0@b]\ a ]\ @@) cX]\ ?G,0@ c]\ a ]\ @@ b]\ b_@?,@_ @w?G,0@c]\ a ]\ _@@rG ' c]\ bǐ_@?,@_ @w?G,0@ c0]\ a ]\ _@@LG 'aX]\ b_@?,@_ @ww?G,0@ b ]\ a ]\ _w@@&G 'G?@ƔG$ 'G〤 H?G,0\@@NG,0\@IG$ 'G〤 OA@ awwwww `]w_\ h_\ w_נ w_w_ǐ@@’_\ o_Ȃ_@ A@ `ww b]\ hH ' `]!,0t@ ,0@t` w '`] aX]\  `X]\ @@ b]t  b]\  `@]\ t` '` ] `]\  b]\ @@Lc]t c] a]\ c]\ @@7  b]t c] a]\ c]\ @@"  c]t c] a]\ c]\ @@  aX]t `(]c]\ @@d b]t `0]c]\ @@d c]t `8]c]\ @@ds a]t c]c]\ @@de cX]t `@]c]\ @@e9 a ]t `H]c]\ @@e+ `(]t  '`P],0t@ ,0@t` w ' a]"4,0t@ ,0@t` w '`X],0t@,0@t w ' a ]\ @@ `(]\ @@ '``] `]\ c]\ @@Xw_ a] c]@@Rc]\ _@@Z`h] `]\ c]\ @@/w_ a] `]@@)c]\ _@@1`p] `]\ c]\ @@w_ a]  a0] `@]\ @@c]\ _@@`x] `]\ c]\ @@٘w_ a] `]@@Ӗc]\ _@@ے b]\ c]\ @l㾀A@ `ܮw/ c]L @ ' `x]\ Gː@@c  c]D `?' c(]\ Gǐ@@b c]D @ ' c]\ GÐ@@b c]L x@ 'cX]\ G@@bܒ b]D @ ' `]\ G@@b͒ c]L ـ@ ' c0]\ G@@bw ' c8]\ h% c]\ Gϣ,0 b]\@@H Gϣ,0 c8]\@wGϠ 'Gϣ,0 c8]\@o_ha]\ w ' a]!ӧ,0t@_w_ӡ,0@t`_wӠ ' `]\ Ӑ@@_ c]$ w ' c8]\ h% c]\ Gϣ,0 b]\@@H Gϣ,0 c8]\@wGϠ 'Gϣ,0 c8]\@o_h c8]\ w ' a]!ӧ,0t@_w_ӡ,0@t`_wӠ ' c]\ Ӑ@@ `0]D ,0 c]\@w ' a]!ӧ,0t@_w_ӡ,0@t`_wӠ 'bH]\ Ӑ@@7`]c] c] I((@;@[ a]\ 7@@c̒A@cTwww ' '?_$`?_$` ' a]!ۧ,0t@wۡ,0@t`_w۠ ' c]\ ې@@˔ ' a]!ۧ,0t@wۡ,0@t`_w۠ ' c`]\ ې@@ ' a]\ \ hI a]\ Gá,0\@D H a]\ Gá,0\@\ _ϐ@@cHG_$`G 'G 'H a]\ Gá,0\@\ _ǐ@@IHG_$`G 'Gà ' a]\ Gá,0\@o A@`wwww /v /u c]L / `x]\ ^@ '_G_ c],`}O c]L H /u b]D ' `]\ ]@ '[G[ b]$`G b]D H /vcX]\ ]ϐ@ 'WGW/O c]L xH ܔ c]D `?'SGS' c(]\ ]@ 'OGO'GGH! c]D H  c]D ?H'K c]D  'KGK c]$`}Ӕ /u c0]\ ]@ 'KGK/O c]L ـH ` c]D @ 'GGG' c]\ ]^@ 'CGC'GGH! c]D H  c]D ?H'? c]D  '?G? c]$`}ٔ /u `]L H c]\ (@  ' a]!,0t@ c] (w/_/,0@t`_/w7 ' a ]\ @@7 c]\ (h c]\ (@j:  @ c]\ (@hHw'w'_' c]t`( c]\ ('Gc ]D H:Gc ]$` `]D ' c]D '  `]$` c]\  c]\ (@ɒ'G G `]D H G c]D H /v  `],` c]L H c]\ 0@n ' a]!,0t@ c] 0w_,0@t`_w ' aP]\ @@ c]\ 0h c]\ 0@ΐ:  @R c]\ 0@̒Hww_ c]t`0 c]\ 0U b(]$   c],` `]L H c]\ @ ' a]!,0t@gw,0@t`_w ' `]\ @@@_ga]\ @@H `]h`]@j:  @`]@iHww_ c]t`H_g c8]\ @@H# b]\ h b]\ @?:  @Ð b]\ @=Hww_ c]t`H_g c8]\ @@H# b]\ h b]\ @:  @ b]\ @Hww_ c]t`HX_g c8]\ @@H# b]\ h b]\ @:  @k b]\ @Hww_ c]t`H,_g c8]\ @@cH! b]\ h b]\ @:  @? b]\ @Hww_ c]t` c]\ א'G c]D H.G c]$` b]D ' a]D '  b]$`G G b]D H G a]D H /v  `],` `]L H c]\ @̐ ' a]!,0t@gw,0@t`_w ' c]\ @@_g c8]\ @@͒H# b]\ h b]\ @%:  @ b]\ @#Hww_ c]t`H_g c8]\ @@H# b]\ h b]\ @:  @} b]\ @Hww_ c]t`HX_g c8]\ @@uH# b]\ h b]\ @͐:  @Q b]\ @˒Hww_ c]t`H,_g c8]\ @@IH! b]\ h b]\ @:  @% b]\ @Hww_ c]t` c]\  ch]$   `],`@AG HG a]D H G b]$` /vG HG a]D H G `(]$` /v ' a]!,0t@ww,0@t`_w 'bH]\ @@ ' 'G HG,0 c]\@_w@@HG'G 'G OG `0]D HG `0]$` a]\ @^kawg_g`]c@@c(@큠H'ccc] J(H cc]$  /vOuH b]\ hb`]\ zS?JH OvH?A0A@aTww ' c8]\ h#_G,0 c8]\@@:H G,0 b]\@HwG 'G,0 c8]\@o_w_㼠A@`\wWwww '`]w`]wϢG,0@ b ]\ a ]\ bx]@@ꄘG ' c(]\ Xِ_צ@?,@_Ϡ @wG,0@ a]\ a ]\ _@@^G ' c]\ X_צ@?,@_Ϡ @wG,0@ bp]\ a ]\ _@@8G ' c0]\ X_צ@?,@_Ϡ @wG,0@b]\ a ]\ _@@G ' `x]\ Xg_צ@?,@_Ϡ @wG,0@ `h]\ a ]\ _@@G 'cX]\ XA_צ@?,@_Ϡ @wG,0@ ` ]\ a ]\ _@@ƘG ' `]\ X_צ@?,@_Ϡ @wG,0@ c(]\ a ]\ _@@領G ' ' a]!,0t@wo,0@t`_oww ' a ]\ @@G,0@ ``]\ a ]\ _@@iG ' aP]\ @@G,0@ aX]\ a ]\ _@@GG ' `]\ @@ʔG,0@ ah]\ a ]\ _?@@"G ' c]\ @@G,0@ bh]\ a ]\ _@@G 'àǐ@GÀ H$`]Gà @@G,0@ c]\ a ]\ @@ҘG 'Gǀ HI ' a]\ \ h a]\ Gˡ,0\@D HHGˠ ' a]\ Gˡ,0\@o`]GGˠ$@@ĔG,0@c@]\ a ]\ @@臘G ' ' a]!,0t@w_,0@t`__wg 'bH]\ @@ 'Gˀ H$Gˣ,0 c]\@_@@H`]Gˣ,0 b`]\@@lGˠ 'Gˀ OG,0@ a]\ a ]\ @@(G 'G@ȔG$ 'G〤 HG,0\@@PG,0\@KG$ 'G〤 O A@awנ ' ' c ]\ hH ax]\ h ax]\ @`] c]\  c`]\ @@˘  ax]t H`] cH]\  `] c`] ax]@ݘ cp]\ h cp]\ @`] c]\  c]\ @@  cp]t H`] cH]\  a] c] cp]@棘 ' a]\ \ ho / a]\ G,0\@D H cp]\ w a]D GH /G 'G 'H ax]\ w a]D GH /G ' a]\ G,0\@\  `]\ _@@ w_ a]  c]@@ OH_ߐ嫔G ' a]\ G,0\@oA@a|w c ]\ hH a]\ h a]\ @ `] c]\  a ]\ @@ɘ  a]t H`] cH]\  b8] a ] a]@ۘ bH]\ h bH]\ @ `] c]\  aP]\ @@  bH]t H`] cH]\ a] aP] bH]@塘a]\  `]\  a]\ @@ A w_ a]  c]@@ ; ' a]\ \ hf a]\ G,0\@D HN a]\ G,0\@\  `]\  a]\ @@  w_ a]  c]@@ G H& a]\ G,0\@\  `]\  bH]\ @@  w_ a]  c]@@ ږG ' a]\ G,0\@ow ' a]\ \ h5 a]\ G,0\@D H c]\ ( a]\ G,0\@\ @XH  a]\ G,0\@\ wG ' a]\ G,0\@o_瀤ha]\ w ' a]!ӧ,0t@_w_ӡ,0@t`_wӠ ' a ]\ Ӑ@@ _c ]$ w ' a]\ \ h5 a]\ G,0\@D H c]\ 0 a]\ G,0\@\ @H  a]\ G,0\@\ wG ' a]\ G,0\@o_瀤h$ ' a]\ G,0\@D HG ' a]\ G,0\@D O a]\ \ \ w ' a]!ӧ,0t@_w_ӡ,0@t`_wӠ ' aP]\ Ӑ@@ 㾀A@aLw7 c ]\ hHa '[ `]!_[,0t@ [,0@t` w?[ '[`] aX]\  `X]\ _[@@  c ]t  c ]\  `H]\ t` '[`] `]\  c ]\ _[@@ r cH]t a] a]\  cH]\ @@ ]  `x]t a] a]\  cH]\ @@ H cX]t a] a]\  cH]\ @@ 3  `]t a] a]\  cH]\ @@   c(]t a ] a]\  cH]\ @@   c]t a(] a]\  cH]\ @@   c0]t a0] cH]\ c] `] `X]@$a]\  `]\  `X]\ _[@@ ˜wO_O a]  c]@@ a8] cH]\  a] c] `]@ 'K c8]\ hRGK,0 c8]\@ `]\  `X]\ @@  wO_O a]  c]@@ {GK,0 c8]\@ `]\  `]\ @@ _ wO_O a]  c]@@ YGK 'KGK,0 c8]\@o '[a@] cH]\  b]bH] `]@{ 'K c]\ h0GK,0 c]\@ `]\  `]\ @@  wO_O a]  c]@@ GK 'KGK,0 c]\@oaH] cH]\ @@T| a]t aP] `]\  cH]\ _[@@ ՘wO_O a] `]@@ ϖ cH]\ _O@@ גaX] `]\  cH]\ _[@@ wO_O a] `]@@  cH]\ _O@@ a`] `]\  cH]\ _[@@ wO_O a]  a0] `H]\ @@ y cH]\ _O@@  c ]\  cH]\ @㾰A@ctw_ c]L P@ ' b]\ G@@S c]L Ѐ@ ' `]\ G@@S c]L р@ ' a@]\ G@@S c]L @ ' b]\ G@@S c]L @ ' a@]\ G@@Su c]\  `]\ @@Up `]\ dw b]\ _@@Ua_@F c]\ Rw c]\ _@@UO_@4 ah]\ @w cX]\ _@@U=_@"a]\ .w a]\ _@@U+_@ah]ch]D  `]D @@ bx]\ @@U c]D ԣ,0 a]\@w ' a]!ӧ,0t@_ww_wӡ,0@t`_wwӠ ' `@]\ Ӑ@@ c]D ,0 `]\@w ' a]!ӧ,0t@_wg_gӡ,0@t`_gwoӠ ' bH]\ Ӑ@@kpA@c w'www / / b]\ O@ 'sGs c],`P `]\ O@ 'oGo c],` a@]\ O@ 'kGk c],` a@]\ O{@ 'gGg c],` c]L / b]\ Oh@ 'cGc c],` oZO c]L H / ' a]!,0t@wwO,0@t`_OwW ' bH]\ @@e ' 'G HG,0 `]\@_w@@+HG'G 'G OG c]D H G c]$`k c]\  `]@߉ cX]\  ah]@~ c]\ ؐ ah]\  c]t  a]\ a]@c `x]\ sa]\ ש `x]t  bx]\ @Sww ' '_wap]@@ ϖG H4G H0Gch]D H G `]D H Gch]$`G `]$`ِ a] 'KK `x]$ K `]$  / ' a]!,0t@ww?,0@t`_?wG ' `@]\ @@ 'G HG,0 a]\@_w@@RHG c]$`G 'G O b]\ @S ww `]\  w/_ww7_7_/@@,H_/@ `]\ @_7 `]t` a]\ @B `]\ @B a]t  ``]\ @ `]\ @א a]\  c]D !@@D `(]$  `(]D H  a]\ @D! `(]$  `(]D 0 `(]$` a]\  c]D $ $@@D b]$  b]D H  b]$` b]D 0 b]$` b]D  a]$` `(]D  a]$`8? a]$`? a]$` /H_7@a_/@^ c]\ @RNww c]\ cw/_w_w7_7_/@@oH_/@A c]\ @;_7 c]t` a]\  c]\  a]t  a]\ 2 a8]$  b]\ h  b]\ @ߐ b]t  c]\ 04 b(]$  b(]D ?H ax]# b(]$  b(]D ?H,  b(]$` a]\  b(]D ,0\@D H b(]D   b(]$` a]\  b(]D ,0\@D O? ax]$`? c]$`? `]$`1w /H_7@_/@ 'a],0t@ c]L w/_/,0@t`_/w7 ' a]\ @@GOH b]\ hb`]\ m~?uH OH?l㺰A@bwgwww 'a]wa]wG,0@ b ]\ a ]\ bx]@@G 'G,0@ cp]\ a ]\  a]\ @Q @@ИG 'G,0@ `H]\ a ]\  cX]\ @P@@ݲG 'G,0@ `]\ a ]\  c]\ @Pѐ@@ݔG 'G,0@ c@]\ a ]\  b]\ @P@@vG 'G,0@ ax]\ a ]\  c]\ @P@@XG ' b]\ K_@?,@_ @wG,0@ b]\ a ]\ _@@2G ' `]\ K_@?,@_ @wG,0@ a]\ a ]\ _@@ G ' a@]\ Ka_@?,@_ @wG,0@ `]\ a ]\ _@@G ' a@]\ K;_@?,@_ @wG,0@ `]\ a ]\ _@@G ' b]\ K_@?,@_ @wG,0@ c]\ a ]\ _@@ܚG ' ' a]!ӧ,0t@wӡ,0@t`_wӠ ' bH]\ Ӑ@@ 'Gπ HGϣ,0 `]\@_ǐ@@ВH a]Gϐ@@GϠ 'Gπ OG,0@ c`]\ a ]\ @@@G ' ' a]!ӧ,0t@woӡ,0@t`_owwӠ ' `@]\ Ӑ@@ 'Gπ HGϣ,0 a]\@_ǐ@@vH a]Gϐ@@*GϠ 'Gπ OG,0@ cP]\ a ]\ @@G ' a@]\ q@@Bopa]q@@G,0@pa ]\  bx]\ @N@@ۺG 'G@ZG$ 'G〤 HG,0\@@G,0\@ݐG$ 'G〤 O㾀A@cܮw7 `0]\ hHI '[ `]!_[,0t@ [,0@t` w?[ '[a] aX]\  `X]\ _[@@X `0]t  `0]\  c`]\ t` '[a] `]\  `0]\ _[@@ c]t a] c]\  c]\ @@  bh]t a] a]\  c]\ @@  b]t a] a]\  c]\ @@ט  `]t a] a]\  c]\ @@˜  a@]t a] a]\  c]\ @@  a@]t a] a]\  c]\ @@  b]t b] c]\  b0] bH] bx]@̘ 'K `]\ h0GK,0 `]\@ `]\  bx]\ @@a wO_O a]  c]@@[GK 'KGK,0 `]\@ob] c]\  a] `@] c]@ 'K a]\ h0GK,0 a]\@ `]\  c]\ @@ wO_O a]  c]@@GK 'KGK,0 a]\@o '[b] `]\  c]\ _[@@wO_O a] a]@@ߖ c]\ _O@@b] `]\  c]\ _[@@wO_O a] a]@@ c]\ _O@@b ] `]\  c]\ _[@@wO_O a]  a0] c`]\ @@ c]\ _O@@b(] c]\ @@K a]t b0] c]\ @@KӒ cX]t b8] c]\ @@KŒ c]t b@] c]\ @@JՒ c]t bH] c]\ @@K b]t bP] c]\ @@J bx]t  `0]\  c]\ @Β A@bdwנ 8'@}w_@ @ b]\ h _ b]t`H b]\ w_\ h _\ w_\ o__t` _w_0A@a\ww b]\ _h _\  b]t`H b]\ w_\ _h _\ w_\ _o_\ _t` _@ _\ h_\ @ʐ_t _\ 0@_@0w_D @ @'G_D H 'HG뀤 H 'H G뀤?H?'H?'G'G< 0www_w_@ @w_D @ _'G H@_\`\` _U@A@bw b]\ h b]\ ː b]\ o A@awww_w_k'G뀤 H b]\ bX]_@!@_t _ߐ@ݒ H _\`\` _A@awwwwww@'Gˀ HY_wb`]wbh]w_wwbp]bx] b]@@hbp]@ b8]D H b]\ @9 Hb] b]\ @@@@} _@@ cX]\ _@@@k@i _h_@::  @_@;Hww__t`0__t`__t`G_$` b]\ bX]_ϐ@!@7_t _ϐ@- _w_װ0A@btw/ `X]\ w_L /O_,`O/OA@awww'G HG `h]D H>ϐ / ' a]#h,0t@,0@t w ' a] ,0t@,0@t w ' a]\ @@ܔO  `h]$`  cH]$`HG H `h]D H / ' a]!,0t@ww,0@t`_ww ' a]\ @@(_h_@a:  @_@bHwowo_ow ' a]"4,0t@ ,0@t` wg ' a]!,0t@b]wW_W,0@t`_Ww_ ' a]\ @@Y ' a]!,0t@_wG_G,0@t`_GwO ' a]\ @@9 ' a]"4,0t@,0@t w? ' a]\ @@_@ROݐ  `h]$`  cH]$`H'G Hob]\ h 'b] c]\  a]\ @@b]t b]_\ 0@@ ' a]!,0t@w,0@t`_w 'b] `]\ b]\ @@w_ a]  c]_@@__t`( _ HG H% c]D H b]\ hb]\ @b]t _ H_\ (@}HG H `h]D H ' a]!,0t@wo,0@t`_oww ' a]\ @@є_@w_ < @w__ cH]D @@ cH]D H# cH]D _< H_ cH]$`__<  cH]D $@< _ cH]D @@U __,@ cH]D   cH]$` cH]D _<  H  cH]$` a]\ _@k_@0A@`w b]\ hHUw b] ` ]\ @@ b]@' b]\ w_h+G_\ 0@y@ 'G "H b]b]@@ b]_\ 0@@ؒHH _\ w_o_h  b]b]@@ b]w_0www_@0www_@ _\`\ \`@S㾠A@bwOww'''_L HHG7G7_\ D 7}_\ D 7{_ 47_ 67_@  @G뀤 HWW a]D ,00<00@7WW a]D ,00<00@7HHG뀤 H*_ 47y_ 67wWy<` @,0/<00<` @,0/<00$7Ww<` @,0/<00<` @,0/<00$7HG뀤 HWW<` @,0/<00$7WW<` @,0/<00$7W,00<00@},00<00H},00<00,00<00$@ a]D ,00<00$@7W H 7W,00<00@{,00<00H{,00<00,00<00$@ `]D ,00<00$@7W H 7 ' a]#u,0t@Wwg_g,0@t`_gwo ' a]#w,0t@WwW_W,0@t`_Ww_ '_@@J0www___@@? H H '__$ L@ :H___$ @@* H __$ L@ H H' 'G< @w_L H_L H_ w_L O_L O_w_@A@a w b]!b]@@\@?ww_w_ߠ@@̒?_L H _L H H'_w_L H_L H_ߠ w_L O_L O_ߠ@@?_L H _L H H'_w_L H_L H_ߠ w_L O_L O_ߠ@@t?_L H _L H HZ'_w_L H_L H_ߠ w_L O_L O_ߠ@@H?_L H_L H_L H _L H H$'@5H@'G_$`@-H@'G_$`@-H@'G_$`@%H@'G_$`  'G< A@aLwwwwwww_wG'G' ' ' ' ' ' ' 's 'o 'g_ǀh6 _\ @  @* h& b]@ @ H b]@ @ H b]@ @ H_\ @ǐw_ǀhww_=w_h b]w_Hw@ ?'_ǔw_ǐwߢ b]@ @ Hb]__ߐ@@|H b]__ߐ@@o_@_@@~H_Hb]ߐ@@T'_h_@_@O_@\_Hw@_b]@@w_hO_\ @d__t`_____GG@@sssw_h_@:  @<_@Hww__t`OGà `?'G'Gà @ 'G'_\ wGHHTw_@w_WOC@@h b]!c]@@_@;H5wC Hc_Wc]@ ^ H_W c]@ Q HJ !@w_h_Www_wL H_wL H_wL H_w ww_wL H _wL H_wL O_wWww_wc]@ @{  "H _$`_O_t`(Cw7H_Wc]@  H_׀hww_}w_瀤hb]_h_@v_@_Hw_1w_-w_c ]@@9w_πh]_c(]@@-w_ǀhQ /__ǀh&__Ϡ$@@1_ߐ@@$_Ϩ_Ǡ$$ @@"_א@@_Ǡ @@H$__Ǡ$@@ _א@@_Ǩ_Ϡ$$ @@_ߐ@@_Ϡ @@H=c0]wb@]\ h%Cc8]@@gb@]\ ŭwC_@@˒_@___נC@@@H___c@]@@@_@_@@ސ ?'GH# b]\ @ HcH]@@! b]\ @@cP]@@H_@|w_h b]@@H|@z '@ G@# G@@UH_~cHz '@ G@  G@_b]@@ w_h2_@#@h#cX]@@h 'âc`]@@h 'â_@#@o_@(_@GÀH n  b]$`H_@b]ǐ@@Ҕ̥_h_@_@͐_@ڐ_@-_H&w@2 G@ G@+G@(_@_@@_b]@@w_hO_\ @͐__t`_____GG@@ssqsw_h ch]_@@sO_瀤h_@:  @_@Hww__t`O_@ƐHw 'GH_WOC@@yhsGH_7C@w7 '_WL %H)_W cp]@  H_WL  H_WL  H_WL  H _WL  b]  @ WHH;_WL  %HH$_\ h_W cx]@  H _W @ې_t H _\ h_W c]@ | H _W @_t HG HI_W c]@ c H<_W ww_wc]@ @ H_wL  H_wL  H_wL  H _wL  HHH?'H _w_ @H 'HG H_W c]@  H_W Kww_wc]@ @o H_wL  H_wL  H_wL  H _wL  HHH?'HV_wc]@ @G H_wL  H_wL  H_wL  H _wL  HH H  _$`ؠ 'H+_wc]@ @ H_wL H_wL H_wL H _wL HH H _$`ؠ 'HG H_W c]@  H_W ww_wc]@ @ H_wL  H_wL  H_wL  H _wL  HHH?'H_wc]@ @ H_wL  H_wL  H_wL  H _wL  HH H  _$`  'HV_wc]@ @ H_wL  H_wL  H_wL  H _wL  HH H  _$`  'H+_wc]@ @] H_wL  H_wL  H_wL  H _wL  HH H _$`  'HRG H_W c]@  H}_W ww_wc]@ @ H_wL  H_wL  H_wL  H _wL  HHH?'HNH9G H!G?H  _$`  'HG H  _$`  'H G H _$`  'Gs HGs @@_t!_\!hH_W c]s@@3 O OH_D HE_W c]@ 8 H8 @_t _\ 耤h_W /@@ϒ_\ t _\ \ h@_/c]@@3S H(`] HH'G_\ $`(`] HH'G_\ $` _\ D  H _\ D H _$`H_\ \ @T '_WOC@@ch_WL %H_WL  %H_W c]@  H_7C@w7_\`D` < ,p,p@@_t _\ 耤h_W /@@E_\`D`,0,0t_\`D`,0,0\hZ_/c]@@2 H&(`] HH'G_\`D`,0,0$`(`] HH'G_\`D`,0,0$` _\`D`,0,0D  H_\`D`,0,0D H _ D` $`H _\`D`,0,0\@_WOC@@h_WL %H_WL  %H_W c]@  OX_7C@w7_D H_\`t`H~_D Hy_W c]@  Hl @J_t _\ 耤hA_W /@@_\ t _\ \ hs_\ $ _\ $  ' a]\ \ hM a]\ G,0\@w_\ \ _\ @@ H-_\ \ @"_\ @ @_\ t _\ \ h_\ \ _\ @@_D _\ $`_D _\ $` HG ' a]\ G,0\@o_\ D  H _\ D H _$`H_\ \ @ِ_//@@w'_'h_\`D` < ,p,p@_t _\ 耤h_'_\`D`,0,0u_\`D`,0,0$ _\`D`,0,0$  ' a]\ \ hk a]\ G,0\@w_\`D`,0,0\_\ @@ݒ HG_\`D`,0,0\@y_\ @ @Z_\`D`,0,0t_\`D`,0,0\hG_\`D`,0,0\_\ @@_D _\`D`,0,0$`_D _\`D`,0,0$` HG ' a]\ G,0\@o_\`D`,0,0D  H_\`D`,0,0D H _ D` $`H _\`D`,0,0\@ _//@@9w'_'o3 '_WOC@@h_WL %H_WL  %H_W c]@ f H_7C@w7_W w/_//@@w'_'h_\`D` < ,p,p@ߒ_t _\ 耤h_'_\`D`,0,0u_\`D`,0,0$ _\`D`,0,0$  ' a]\ \ h< a]\ G,0\@w_\`D`,0,0\_\ @@ؒ H_D _\`D`,0,0$`_D _\`D`,0,0$` HG ' a]\ G,0\@o_\`D`,0,0D  H_\`D`,0,0D H _ D` $`H _\`D`,0,0\@4_//@@ cw'_'ob_WOC@@;h_WL %H_WL  %H_W c]@  O._7C@w7_D H_\`t`GO_WOC@@o_WL %H!_WL  %H_W `]@ _ H_WOC@@_7C@w7_O_t`0_7C$@_t`_OwGCw7_W@LH$_WOC@@Ɩh_7C@w7_W@6H_WOC@@o_D H_WL %H{_WL  %Hv_W `]@  Hi_G_t`8wG_WOC@@h@_WL %H_WL  %H_W `]@  H)_7C@w7_WOC@@]h_WL %O_WL  %O_W `]@  O_7C@w7_WOC@@6_7C@w7_O_t`@_7C$@_t`_G h_OwGCw7_W@H$_WOC@@h_7C@w7_W@H_WOC@@o_WL %HU_WL  %HP_W `]@ T HC_G_t`HwG_WOC@@֖h_WL %H_WL  %H_W ` ]@ - H_7C@w7_WL %H_WL  %HH_D ܀ Hf_W `(]@   HY_W >ww_wc]@ @b H_wL  H_wL  H_wL  H _wL  HH H _$`H)_wc]@ @9 H_wL H_wL H_wL H _wL HHH _$`HgG HB_W `0]@  H5_W @ Gw'_\ w '_D H _'_\ @@* H __t` 'HG '_w_ wG_D O_'@H#G H_W `8]@ _ H_W ww_w_ Ȑ@͒H '_WOC@@Ֆh_WL %O_WL  %O_W ` ]@ , O_7C@w7_WOC@@_7C@w7_O_t`P_7C$@_t`_G h_OwGCw7_W@H$_WOC@@h_7C@w7_W@H_WOC@@uo_WL %H;_WL  %H6_W `@]@  H_W `H]@  H_W `P]@  H_W `X]@  H_G_t`XwG 'GH_WOC@@!h_WL %HH_WL  %HC_W ``]@ x H_W `@]@ k H_W `H]@ ^ H_W `P]@ Q Ht_W `X]@ D HgGH_7C@w7 'GH_WOC@@ hM_WL %O_WL  %O_W ``]@  H6_W `@]@  H)_W `H]@  H_W `P]@  H_W `X]@  O_7C@w7_WL %H!_WL  %H_W ``]@  H_WOC@@ J_7C@w7_O_t``_7C$@_t`_G h_OwGCw7_W@H$_WOC@@ 'h_7C@w7_W@H_WOC@@ o_WL %H2_WL  %H-_W `H]@ h H_W `P]@ [ HGH_W `X]@ J H_G_t`hwG 'GH_WOC@@ Ɩhz_WL %H?_WL  %H:_W `h]@  Hc_W `H]@  HV_W `P]@  HIGH_W `X]@  H8GH_7C@w7 '_WL %H_WL  %HH_D ܀ Hf_W `(]@  HY_W ww_wc]@ @! H_wL  H_wL  H_wL  H _wL  HH H _$`H)_wc]@ @ H_wL H_wL H_wL H _wL HHH _$`HgG HB_W `p]@ b H5_W @w'_\ w '_D H _'_\ @@ H __t` 'HG '_w_ wG_D O_'@馐H#G H_W `8]@  H_W Qww_w_ Ȑ@H 'GH_WOC@@ hD_WL %O _WL  %O_W `h]@  H-_W `H]@  H _W `P]@  HGO_W `X]@  O_7C@w7_WL %H!_WL  %H_W `h]@  H_WOC@@ '_7C@w7_O_t`p_7C$@_t`_\ hh_WL %H?_WL  %H:_W `h]@ p H_W `H]@ c H_W `P]@ V HyGH_W `X]@ E Hh_WOC@@ ˖h\_7C@w7_7C$@_t`_O_t`p_WL %H?_WL  %H:_W `h]@  H9_W `H]@   H,_W `P]@  HGH_W `X]@  H_WOC@@ qo_G h_OwGCw7_W@ݐH$_WOC@@ Wh_7C@w7_W@ǐH_WOC@@ Ao_WL %H_WL  %H_W `H]@  HGs H 'sGs @@ _t!_\!h_W /@@'w__/@w_ h_Hww_'ko Hk  2H 'gGgHkoH __@̐_ D`$ $`HGo 'o_D GsHGs 's_\!Gs,0@@Ғ_t!_\!h_\aD`,0  @@ '___\aD`,0u_Gh _G_\aD`,0t`(wGH _O_\aD`,0t`(Cw7_WOC@@ h_WL %H2_WL  %H-_W `H]@  H_W `P]@  HGH_W `X]@  H_7C@w7_WL %H_WL  %HHb_\aD`,0D Hn_W `(]@  Ha_W אww_wc]@ @ H_wL  H_wL  H_wL  H _wL  HH H  _\aD`,0$` H-_wc]@ @ H_wL H_wL H_wL H _wL HH H  _\aD`,0$` H_\aD`,0\ hD_W `0]@ / H7_W @Ӓw'_\ w '_D H"_'_\ @@嶒 H __\aD`,0t`HG '_w_ wG_D O_'@qH_\aD`,0\ hD_W `p]@  H7_W @w'_\ w '_D H"_'_\ @@雒 H __\aD`,0t`HG '_w_ wG_D O_'@&HWG HG?HO_W `8]@  HB_W ͐ww_wc]@ @ H_wL  H_wL  H_wL  H _wL  HHH?'H_w_\aD`,0 ܒHG H '_WOC@@h7_WL %O_WL  %O|_W `H]@ 7 H _W `P]@ * HGO^_W `X]@  OQ_7C@w7_O_\aD`,0t`0_7C$@_\aD`,0t`8_ D` $`_WL %H_WL  %H_W `H]@  OS_Gh_G_t`xwGH_O_t`xCw7 'GH_WOC@@ZhZGH_WL %H_WL  %H_W `X]@  H?GH_7C@w7 '_WL %H_WL  %HH_W `H]@  Hi_W /@@-@_/궐@w_ h_Hww_'kGgHKkoHF_D H_O_\aD`$ < ,0t`0_\aD`$ < ,0 8w_] _7C$@u H$_\ ph_O_t`p_ p] _7C$@u H_\ `h _O_t``_ `] _7C$@u OxHGH4_W `P]@  H'_D H_O_\aD`$ < ,0t`0_\aD`$ < ,0 8w_] _7C$@u _O_t`xCw7HTG?H_W c]@  H_W ww_w_ @JH6G?Hf_W c]@  HY_W ww_wc]@ @ H_wL  H_wL  H_wL  H _wL  HH H _$`H)_wc]@ @ H_wL H_wL H_wL H _wL HHH _$`HG?H_W c]@ V H_W 鉐ww_wc]@ @ H_wL  H_wL  H_wL  H _wL  HH H _$` HR_wc]@ @ H_wL  H_wL  H_wL  H _wL  HH H _$` H)_wc]@ @[ H_wL  H_wL  H_wL  H _wL  HHH _$` H=G?H9_W c]@  H,_W `x]@@# HG HG?H _$` HG H _$` H G H _$` GH_WOC@@hGO_WL %O_WL  %O_W `X]@ p O_7C@w7_WL %H!_WL  %H_W `X]@ U H_WOC@@ۖ_7C@w7_O_t`_7C$@_t`_@_w_@w_hk '_D H_\!G,0\@h _\!G,0\@@⊐G 'G_D O '_D H_\ G,p,p\h _\ G,p,p\@gG 'G_D O_\ h_\ @U_\ h_\ @L_\!h_\!@C_\ 耤h_\ @:_@70w_L H_L H_L H_ w_L H _L O_L O_L (H_@6H)w_@ፐ hH!w_@ᅐ@w_瀤h__@x@" @@ __@n" ,@_Hw_ ww '_L H_L H_L H_ w_L H _L O_L Ow_L (HN 'Ϡ '_ w_L H8_L )HGπ H/_נ$@!hH'_L \H_L  nH  _,`_נ w_ wH_L  rH  _,`_נ w_ wH_L  tH  _,`_נ w_ wH_L  bH  _,`_נ w_ wH_L  fH  _,`_נ w_ wH_L  \H  \_,`_נ w_ wH_L  (H  (_,`_נ w_ wHp_L  )H  )_,`_נ w_ wH`_L  0HN_L  9HI_L  0H7_L  9H2_L  0H_L  9H_L`$ 0, L`$ 0, L`$ 0_,`_נ w_ wH_L`$ 0, L`$ 0_,`_נ w_ wH _L $ 0_,`_נ w_ wH_ w_L _,`_ w_נ wH4_L (HGϠ '_L _,`_ w_נ wH _L )HGϠ$ '_L _,`_ w_נ wH _L _,`_ w_נ w_L H _L )OGπ O_L H_ wH<_L H7_L H2_L H-_L H(_נ$@ hH _L _,`_ w_נ w_L H_L H _L H_L O _,`_h__t`GӀH @ߚ hHw@ߒ @w_׀h_נ@@ߋ_w_0w @'@w_@ @ _@͐__t`_@_$ _@_t ! _$` _D 4 @א_t  _\ ,`_w_@w_\ @ަ_@ޣ0ww_\ _@@ด '_$ 0_$ ,_$ (_$ $__t`_$ 8G'G< @w_\ w_0ww'__h!_@w_@w뀤H_$ w_$ w_L _,`$ '뀤OH__h뀤H_L _,`_ w_ w$ '뀤OA@Ђa ww'wߠ w_D 8 HHw_L`4\`D`,,_D`,$`(G HT_D`$D`,$HK_\`D`$w_\`D`,w__׀h_L H_L H_ߠ w__׀h _L H_L O__׀ hw_߀h_L H _L  H_ߠ wH_ߠ wHH_D`$D`(G@H _\`D`(G@wH_D`$D`($#0H _\`D`$$ wHz_D` D`$! @HM_D #8H b]!`]@@hA @?_D (H_\D(D$$ < _ϠL@< @_$DD($@$_$ (H_ D! @$_\`D` 4 @Ȓ_t _D` D`$! @O_D`$$`,_D`$\`_\`@W@_$`$ _\`D`$,_D`$D`,$ H _$`8H#wO__\`$$`,_D`,D`($$`0_\`D`,L,`4 _\`D`,,_] D0@u _\`D`(w_㾐A@ς`DwGwwwwߠ 'Ӡ 'Ϡ '_瀤h_\ _t`_?w_h _$  b(]\ _t`Hw_D 04 _$`_L %H_L  %H_ `]@ , HH_ `]@  H '_t?w_h __D 04 @$_hl_L %H&_L  %H!_ `]@  H_ `]@  HGˠ 'H)_L %H$_L  %H_ `]@  H_ `]@  HGˠ$ 'Gˀ HH_ ?w_h __D 04 @$_oH?_ `]@  HO_Ӑ@h@_L %H_L  %H_ `]@ l H)_Ӡ@$_Ӑ@h_L %O_L  %O_ `]@ E O 'H_ `]@ 4 H}_Ӑ@hn_L %H_L  %H_ `]@  HW_L %H_L  %H_ `X]@  H@_Ӡ@$_Ӑ@}h0_L %H_L  %H_ `]@  H_L %O_L  %O_ `X]@  O 'H]_ `]@  HO_Ӑ@3h@_L %H_L  %H_ `]@  H)_Ӡ@$_Ӑ@ h_L %O_L  %O_ `]@ c O 'H_ `]@ R HO_Ӑ@ٖh@_L %H_L  %H_ `]@ 0 H)_Ӡ@$_Ӑ@h_L %O_L  %O_ `]@   O 'H_ `]@  HO_Ӑ@h@_L %H_L  %H_ `]@  H)_Ӡ@$_Ӑ@Xh_L %O_L  %O_ `]@  O 'HO_ a]@  H_D 0 dH _\ ,`d /V_ a]V@@ǘ d HOVa]@@ HGH_Β?w_h __D 04 @$G$ 'GOH(!'OG H"G#HG'O_GO@w_h __D 04 @$GGO$@'G O_Ӑ@h@_L %H_L  %H_ a]@  H)_Ӡ@$_Ӑ@h_L %O_L  %O_ a]@  O 'H_ a ]@  H_ a(]@@ Hs!'G H"G#HG'_G@w_h __D 04 @$GG$@'G O_Ӑ@0h@_L %H_L  %H_ a0]@ ߇ H)_Ӡ@$_Ӑ@ h_L %O_L  %O_ a0]@ ` O 'GπH_Ӡ@$c]\ _t`H_\`D`(_t`_\`D`(w_װ㾐A@ʂcTwGwwwww_׀h_@*'H '_瀤 h__@__߀h_i?w_ǀhH_׀h!__GÐ@@_ H_@ @Nw_hG__ǐ@@_Hw__@@_L %H_L  %H_Ǣ `]@  HH_Ǣ a]@ ޷ Hl_D 0 dH _\ ,`d /Z_Ǣ a]Z@@ d HOZa]@@2 HGH_?w_ǀh__@@ݍG$ 'GOH*!'SG H$G#HG'S_GS@’w_ǀh __D 0_@ @ GGS$@'G OHD_Ǣ a ]@ @ H7_Ǣ a(]@@w H*!'G H$G#HG'_G@~w_ǀh __D 0_@ @ȖGG$@'G O_ _߀ow_ϰ0w_w_L H_L H_ w_L O_L O_L H_L H_L %H_L %H_L  %H H' 'G'G< A@ɂaDwwwwwߠ /Π /͠ '_b]@@w_)w ' '_GL@H_GL@ *HGǠ 'G '_GL@O_\ ('__G_\ 0a8]@@5w_πh_e'O΀HÒH_@ːHa_Ϡ ݇w_c]@ @׫ H_L  H_L  H_L  H _L  HH H __@@3 /H,H_a@]GG@@ւH_aH]Gǐ@@wH_aP]@@@ OO /_@j__G_\ 0a8]@@w_πo___\`8\`@@___\`H\`P@___\`X\``@___\`h\`p@ '_D HZ_D H _D $ G$@'HG'_GL@ *H<___\!G,0@\`(\`0aX]@@SwG'Gà 'G'_a`]_\!G,0\@G@@ޖ_@___\!G,0@\ 0?+G 'G_D O_\ x'__G_\ a8]@@w_πhP_A'O΀H_@֫H0H_a@]GG@@ՔH_aH]Gǐ@@ՉH_Ϣ aP]@@Q OO /_@{__G_\ a8]@@Øw_πo_@ׅ_0A@ǂb ww_ah]@@tH b]H{w_ap]@@eH aP]Hlw_ax]@@VH b@]H]w_a]@@GH b]HNw_a]@@8H c]H?w_a]@@)H c8]H0w_a]@@H a]H!w_a]@@ H a]Hw_a]@@H a]Hww_@A@Ƃcw c]\ @Դ `]\ @Ԯb8]\ @Ԩ a]\ @Ԣ㺀A@Ƃc wGwwwww_@Ԑww aP]w_\ h_\ w_ w_w_@@_\ oa]@a]@@ < @ww _,`_a]@@\_a]@@U_h _@@ړ _ c]t`_Ǡ@@ڐ __@@ړa]@@Ē!\]8H h@Ԫ:  @.@ԫHww_wa]w  `]$`H a]@w_h__@ s@Usw_w  `]$`_ha]@@ق_@@$ _ `]t`_ c]t`Hh@Q:  @Ր@RHww_ `]t` 'wa]@w_h_L Ha]@Գw_h_L Ha]@Ԥw_h_L Ha]ww_wǠ / /3 /_L H/_L _H _,`w_L .H _,`3w_L @H _,`w_L _,`_Ǡ w_ w_L O _,`___a]@@w_h _b]@@H'b]@@b]@@_a]@@ӡH'_@@Ӛb]3@@ݘ_b ]3@@Җbp]D Hb(]'@@Ēb0]Ð@@ֽb8]_@@ֶGH#b@]@@['@@ƒ![9O@@4H  '@@ GH%bH]@@6'@@ӡbP]@@ӚO@@ H  '@@Ҕ GH#'#w_h '_\ h_\ w_ w_w_@@ _\ oGH#b@]@@Ð@@U!ZO@@ÒH  '@@؈ GH%bH]@@ŒÐ@@0bP]@@)O@@ӜH  '@@a GH#w_h '_\ h_\ w_ w_w_@@י_\ oGH#b@]@@y_@@!ZWO@@RH  '@@ GH%bH]@@T_@@ҿbP]@@ҸO@@+H  '@@ GH#_Aw_h '_\ h_\ w_ w_w_@@(_\ o___bX]@@1 c8]t ___b`]@@! c8]t ___bh]@@ c8]t ___bp]@@ c8]t ___bx]@@ c]t ___b]@@ c]t ___b]@@ј c]t ___b]@@ a]t ___b]@@ a]t ___b]@@ a]t ___b]@@ `]t ___b]@@ `]t ___b]@@q `]t ___b]@@aa]t ___b]@@Q a]t ___b]@@A c]t ___b]@@1 c]t ___b]@@! `]t ___b]@@ cH]t ___b]@@ a`]t ___b]@@ a]t ___c]@@b]t ___c]@@ј a]t ___c]@@ c]t ___c]@@ ` ]t ___c ]@@ cX]t ___c(]@@c]t c]D H_c0]c8]@@U `]D H_c0]b]@@A `]D H_c@]c8]@@- c]D H_c@]b]@@ b`]D H_cH]c8]@@ a@]D H_cH]b]@@cP]D H_cP]c8]@@ݖ b]D H_cP]b]@@ɖ b]D H_cX]c`]@@ `]D H_cX]ch]@@ b]D H2a]@χcp]@ρ@ < @wǠ _,`_a]@@_cp]@@_cx]_ǐ@@m_@̐b ]D H2a]@Pc]@J@ < @͐wǠ _,`_a]@@ϲ_c]@@ϫ_cx]_ǐ@@6_@Ε a]D H_c]c8]@@ `]D ?H> `]D H_c]c]@@ `]D H_c]c]@@ `]D H_c]c]@@ܖ b]D H_cX]c]@@Ȗa]D H_c]b]@@b]D H_c] a]\ @@b]D H_c] a]\ @@ c]D H_c] b]\ @@u a]D H_c]c8]@@a c]D H_c]b]@@M a]D H_c]b]\ @@8a]D H_c] a]\ @@# `]D H_c]c]\ @@ b0]D H_c]c8]@@ c]D H_c]b]@@ b]D H_c]c8]@@Җ b]D H_c]b]@@ap]D H_c]c8]@@ aH]D H_c]b]@@cp]D H_`]c8]@@ c ]D H_`]b]@@n a(]D H_`]c8]@@Z a]D H_`]b]@@F b@]D H_`] c]\ @@1b(]D H_cx] `P]\ @@a]D H_`] `]\ @@___` ]`(]@@w_hww`0]_@@tH c]w`8]_@@fH c]w`@]_@@XH c]w`H]_@@JH c]w_h_\ h_\ w_ w_w_@@ѭ_\ owH_@@w_h b]!`P]__@@ݖwH_w_h_h_@e:  @_@fHww_w_b8]t`_@___`X]``]@@tw_h>_@@w_h b]!`h]__@@ˍwH_w_h_h_@:  @˙_@Hww_w_ a]t`_@q_w_ϰ A@b4wwwwwߢb ]__@@7__ߐ@@ѸA@awwwwwwwǠ '_׀h_wע`p]__ߐ@@ `p]__א@@_@@у'GH  H_wHw_w_ϰA@`dwowww 'Ӡ 'Ϡ 'Ǡ ' '_\ __`x]`]@w_׀hGH'_פӦϨ@@:'H !,HH'!,''H !,HH'!,'' /Gˠ H`]< ,00400< @@p@@ˋ 'Gˠ H`]< ,00400< @@X@@s 'Gˠ H*Gˠ HGӀH`]Hw`]w_Hw`]w`]_GӐ@@*@@EGˠ H*Gˠ HGπH`]Hw`]w_Hw`]w`]_Gϐ@@@@O〤Hy`]_@@_y@@mG'G< A@`dwwww ' ' ' 'à 'Ǡ 'ˠ 'Ϡ 'Ӡ '_`]רӪϠː@@@'_`]Ǩê@@@'G߀ H8Gۀ H4GGǀH/GGǀHGGÀH%GGǀH GGÀHGGHGGǀH0GGÀH+GGH&GGH! b]!`]_@@g b]!`]@@] c]\ h b]!`] c]\ @@G `]\ h b]!`] `]\ @@1b8]\ h b]!`]b8]\ @@ a]\ h b]!`] a]\ @@ b]!`]@@ `]\ h b]!`] c]\ @@ `]\ h `]D Ho `]\ @Ȓ H@ b]!`]@@Ò b]!a]@@ȹ b]!a]@@ȯ b]!a]@@ȥ b]!a]@@ț b]!a ]@@ȑH% b]!a(]@@ȅ b]!a0] `]\ @@v b]!a8]@@lH b]!a(]@@` b]!a@]@@V 'G'G< 0A@aܮw a]\ h  a]\ wH `]\ h  `]\ wHa]w_h_@ȱ:  @5_@ȲHww_w_w_ A@`Įwww_h_HEw_@@Ȍ!PoO瀤 /H b]!aH]_@@ՖwH$PHwH_@@ 瀤h@T:  @ؐ@UHww_w_w_0 @'@Ǿw_@ @_w_@w_\ @nj_\ @Lj_\ @DŽ_\ @ǀ_\ @|_@yA@bdwwwwaP]w_Dw_h_@:  @l_@Hww_wǠ '_w_aX]@@9w_πh_Ϡ w '_aX]@@'w_πo HH' '_@Ǯ_@ǩL@ '@*w H6_w_w _,`_h)_aX]@@w_h _,`__@@_h __א@@_ wHw_oH _a`]__א@@ƶ_@ː H_@U_@Q@ '@Ӑw___ϐ@@ƛ_@ư_@ƭ_@ƪ_w_0w'w_wG H_@5w_瀤h_G_@ƆHG H_\ h_\ @g_A@bTwwwww '_\ Mwߢ_ߐ@@ap]@@U_\ -w_\ (w `]\ ax]@@1w_׀hn `]\ a]@@"w_πh_ /__πh- `]\ _ `]\ $@@_ǐ@@_ר_Ϡ$$ @@_@@_Ϡ @@H+ `]\ _ `]\ $@@_@@_Ϩ_נ$$ @@_ǐ@@ؒ_נ @@ҒH `]\ __ǐ@@Ť_@Ź_@Ŷ b]\ a]@@Ƥh  b]D H  b]\ @@2H4_L H,_L  "H '_L _,`_ w_ wGHGH_a]@@ _ w '_L O _,`ah]_@A_w_СA@aܮwwww'wwwa]w_a]@@w_πh @oB __@K w_h_a]@@w_ǀh @TB __@KΖ w_h_瀤h`w_h_@ŋ:  @_@ŌHww_w_NrwǦ__G b8]D @@sssFYs_h____@_#H a]w__@@Ģh@C:  @ǐ@DHww_wH%_@Ґ$@'GH_@ÐG@@ǔ'_@ʻ$@'GO__@}Ow_h_w__@}Cw_h_w_w_װA@bwww_\ h_\ h _D ,H_Hw_߀he_D (H`_\ h[_\ h_\ Hw_\ w_w_׀h_@ı:  @5_@IJHww_w_Mw_MZw_אK_t _@_\ ha]ha]@ă:  @a]@ĂHww_Hw_ww_Hw_\ w_\ h_\ w_߀hb_D ,H]_\ h*_\ h_\ @K:  @ϐ_\ @KHww_w_M1w_Lw_אK_t _@Ü_\ ha]ha]@:  @àa]@Hww_wH_\`_\`D`8@&w_\ w_߀h_D 0H_\ _@w__\ h _D 4H_@@_\ h_\ @7__w_@w '_G,0\@h_G,0\@\ @&_G,0\@@ G '_G,0\@o_@@@ w_  @H_w_㾐A@`tw?w ' '_ha]w_w '_w_@õ w_瀤hG '_wG_ w_@ä w_瀤oG < ,0< @Аw_w_w_L HG H_@Æ w_߀h _,` /S /a] ȑ'O_L #H_L !H 'H_a]OS@@Ÿ'GÀ HtO(a] ȁHj_wǠh@:  @s@HwGwG_G_t`Ob] JH O(@΁H_$ HO_$ GÀ H"Sa]@@ƋH  _$`  'HSa]@@zH _$`  '_D HO(b] HH _$` '__t`_נ wG$ '_ߠ w_wG OMGH/wa]ha]@s:  @a]@rHwGwG_G_t`b] _$  _$`__t`_נ wGH/wa]ha]@B:  @Ɛa]@AHwGwG_G_t`b] _$  _$` __t`_נ w_t _wנ '_G,0\@hYG HK_G,0\@D H _G$ < ,0\@D H!_G,0\@D H1_G$ < ,0\@D H'_G$< ,0\@ ,\@ JH_G,0\@w_G$< ,0\@,t@__G$ < ,0t@ 'HG '_G,0\@o_@,_w_0w'?'G /'G 0'G㠌(HG 'G㠌!Hi '_\ h_G,0\@D HG '_G,0\@h _G,0\@D O_G,0\@h?G'GG@'G뀤 H 'GG뀤H_G$ < ,0\@D HH G$ 'GG뀤OGG뀤H_G < ,0\@hH G 'GG뀤OH(G' '_\ hGG뀤HG '_G,0\@hGG뀤O_G,0\@h?'G瀤 HG㠌$H_G,0\@D H?'H _G,0\@D H?'G瀤 HG㠌$HG$'HG"'G'G< A@awwwwwww_wǠ 'à 'w_@ƴw_h_@ƴw___b]@٘w_h_@@a___נ@Řw_h___b]@w_h _@@H /OH b]Ð@@GÀ HG H G_$`G_$`H _D _$`_D $_$`_h_@f A@c\www ' 'ߠ /_@u@3w_瀤h<_@@)@ :w_瀤h. _,`_ w_L :H_ w_L .H_ w_b ]ߐ@@©H _b(]ߐ@@œOHb0]@@yH b8]@@oH4b@]@Ww_׀h*_א@@͒@ w_瀤h _,`w_L H_L .H -_,`_ w_L OOH b0]@@/Hb8]@@%H bH]@@H@Ō @P .w_瀤h _,`OH_bP]GGߐ@@H _,`0www_h__L@H_ߠ w__h__L@O_w_ ww__@Ғw_ߠ @uw_׀hHw __,@___ߐ@@Ӕw_@w'HH%G H G HG HH_D GH H'H _D O OOG_$` 'G< 㾠wwwwA@alw_ww_wנ 'Ӡ 'Ϡw_L H. ' ' ' '?' '_L /_ wO b]  @ H_L  b]  @ H_ w_L  b]  @ OH 'O %HO_L HH_ wH_w_L  b]  @ H_ w_L  b]  @ O ' '{H, 'HV ' 'HP ' '{HJ ' '{HD ' '{H>_@@; '_$ wH2HQ_L `LH%`* O, < #a__D`hH `LO`aOO`lH`hOOO`qOOG@HHdG{ HG{ H G H 'HG{'_ wO_wH_L HHE_L %HH;H4_w H G@@HH$H1_w HH_L H6_L  b]  @ H+G'G$ 'G'{G{ H _ w_L H_L  b]  @ H G'wG$ 'Gw'sGs OHY HH_w_w_wG H_ wH%_L H G'{G$ 'G{'GH_ w_L H G'sG$ 'Gs'wGwO 'H H _L?@@˔HHH H _L?@@HHsH H _L?@@HH]Hjؒ HHR__נ$@wH[HJ_ww_ w_wL `iH&`cH`XH `%O`EOOO`[OO%`c O, < #a__D`sH`nH`iOxO%`n O, < #a__D`uH`sOOO]`xOZOGHH__hHG HGH __$@/w ' 'H_ww_whH_ (p  @wo_Ǡ w_ (p  @G$@wg_Ǡ w_g__w$@h__w$@wg_o_w_g@@GH _o_g,@H_ (p  @ww_Ǡ w__wt`H_ (p  @ww_Ǡ wH__w4`H"__w$`H__wt`H__wt`HHjG O, < #a__DHQ_ (p  @ww_Ǡ wH#O?O?W@_w$ H&O?O?W@_w< H_w< < HH-G O, < #a__DHHG$  O, < #a__DGӠ '_L OGH 'GӀHGH'?'G< ``````````DDD   0 D L 0  A@ctwww/_\ wHM__@@` _t Hz__@@V _t Hp__@@T _t Hf__@@J _t H\__@@@ _t HR__@@6 _t HH__@@5@B_< < H< H;'O`iH`dH `EO`XOO%`d O, < #bh_נD`uH`oH`iOOO`pOOO`xOO 'G< 4$$$ww' /ݠ '_\ w_ ^Hސ  @D '_ߠ wH ސ  @7 '_ /ހ ]H Gע,@/_ߠ w_ /'_ߠ wG'Gπ ]HN݀Hހ -H_ H_ ]H _ /_ߠ wH /ހ H Hi'݀HހHG-ݠ /ހOGע,@/_ /'_ߠ wG'Gǀ ]O__t`_\ w_ /ހ H. @H(G'G$ 'G'GӀH_ߠ w_ /ހ H @H G'G$ 'G'GˀO__t` 'G< @A@aw b]@D $`?'G'G< @ww1@A@`ܮw'H) `x]D H b]!b`]G@@ `]\ @ɐ  `x]$`Gbh]@@Hu@ 㾠A@cܮwWww b]\ h5 b]\ h b]\ @B:  @Ɛ b]\ @@Hw_w___w_g@@H b]\ _h !_@  b]$`@A@bw'=H b]D H   b]$` b]\ @@Gbx]@@qH@ 0A@a̮w' b]D H@ b]$ GH*bx]wbh]w b]\ bp]@@ b]t  b]\ bX]@@ `]t H&ww b]\ h b]\ @ `]\ h `]\ @ސ `]t  b]t _ @_ @_ @0A@cwwww `]D H  c]\ @4  `]$`ah]D H c]\ @z c]t  ah]$`0A@cwwww `]D H-ah]D H `X]\ b]@@% c]\ cx]\ @    c]\ @r   `]$`@A@awwwah]D H 'C `]!dGC,0t@b]w_C,0@t`_wC 'C_ aX]\ _GC@@ߘ c]t  'Cb] `]\  c]\ GC@@w7 a]w 'C a] |GC,0t@C,0@t wC 'C a]!{GC,0t@ C,0@t` wC 'C a/_\ h7GGb]O@@ a]!C,0v_\ w_C,0t`_w c]\ _7C @@L_ wO /_\ o 'C a] |GC,0t@C,0@t wC 'C a]!{GC,0t@ C,0@t` wC 'C a]!GC,0t@ c8]\ w_C,0@t`_wC 'Cb] c]\ _7GC@@ 'Cb] `]\ _7GC@@w/_/ a] aH]@@ޖ c]w 'C a] |GC,0t@C,0@t wC 'C a]!{GC,0t@ C,0@t` wC 'C a/_\ heb]O֐@@c]\ b]@@Hb]@@c]\ @@_\ @@”H _\ b]@@ a]!GC,0t@wC,0@t`_wע c]\ _7GC @@O_ wO֠ /_\ o c]\ @ΐ_7-+@m 'C `]"'GC,0t@-w_C,0@t`_wC 'C `]"9GC,0t@+w_C,0@t`_wC 'C `]"MGC,0t@-w_C,0@t`_wC 'C `]"_GC,0t@+w_C,0@t`_wC 'C c]\ GC@@ c]\ \ \  c]\ \ b]@@H  ah]$`A@a ww'GH  c]\ wHwb]w_w_w_ߐ@@ @w'GH _H_!A@cwww!b]_@@ a]"4wWw_w! c]\ _W@@M !b]_@@! b]\ _@@8 w 'Sb]WS,0t@ S,0@t` wS 'Sb]WS,0t@S,0@t wS 'Sb]WS,0t@S,0@t wS 'Sc]WS,0t@S,0@t wS 'Sc]WS,0t@S,0@t wS 'S a] WS,0t@ S,0@t` wS 'S a]"4WS,0t@ S,0@t` wS 'S_ a]\ _WS@@wa]\ h  c]\ @a]t _a]\ @@_w_A@`dwww!b]_@@ǔ a]"4wWw_w! c]\ _W@@k !b]_@@! b]\ _@@V w 'Sb]WS,0t@ S,0@t` wS 'Sb]WS,0t@S,0@t wS 'Sb]WS,0t@S,0@t wS 'Sc]WS,0t@ S,0@t` wS 'Sc]WS,0t@S,0@t wS 'S a] WS,0t@ S,0@t` wS 'S a]"4WS,0t@ S,0@t` wS 'S_ a]\ _WS@@Ҙw c]\ h  `]\ @Ԑ c]t _ c]\ @@0_w_A@`Ԯww a]"wߠww_ߐ@@G _w_A@`Lwww_h" a]"w_w_w_ߐ@@  a]!Fw_@Ww_w_ߐ@@ @w'_hGH _H_СA@bwww_w ` ]\ h c]\ h  c]\ L HH b]\ c]@@H b]\ א@@ݒ b]\ _hHb]\ hb]\ HwO a]\ h a]\ HwG b]\ wG_GwO_OwW_D '_D '_D`D`$ 'GGǀHG'_D` D`$ 'GGÀHG'G `]D H  `]D 'G_D @'G `]D H  `]D 'G_D @'G b]D H  b]D 'G_D $@'G b]D H  b]D 'G_D $@'G `]D H `]D 'G `]D H `]D 'G `]D $@'G `]D $@' b]D G$@' b]D G$@' '[ `]"'_[,0t@ F[,0@t` Fw?[ '[ `]"9_[,0t@ F[,0@t` Fw7[ '[ `]!_[,0t@ [,0@t` w/[ '[ `]\  a]\  `X]\ _[@@w '[c]_[,0t@ F[,0@t` Fw'[ '[c ]_[,0t@ F[,0@t` Fw[ '[c]\  `]\ __[@@w '[c(] b]\ __[@@w '[c0]b]\ __[@@w_c8] aH]@@ '[c@] `]\ __[@@kww a]D  b]D @6/' '[ a]!_[,0t@Gw_[,0@t`_w[ '[cH]_[,0t@Gw_[,0@t`_w[ '[cP]_[,0t@Gw_[,0@t`_w[ '[cX]_[,0t@Gw_[,0@t`_w[ '[c`]_[,0t@Gw_[,0@t`_w[ '[ch]_[,0t@Gw_[,0@t`_w[ '[cp]_[,0t@Gw_[,0@t`_w[ '[cx]_[,0t@Gw_[,0@t`_w[ '[c]_[,0t@Gw_[,0@t`_w[ '[ch]_[,0t@Gw_[,0@t`_w[ '[c]_[,0t@_ c] I((?_wo_o[,0@t`_oww[ '[c]_[,0t@_ c] I((?_w___[,0@t`__wg[ '[c]_[,0t@ c]\ wO_O[,0@t`_OwW[ '[ b8]D @ 'KGK/c]_[,0t@Ow7_7[,0@t`_7w?[ '[ b]D @ '3G3/c]_[,0t@Ow_[,0@t`_w'[ '[ c]D @ 'G/c]_[,0t@Ow_[,0@t`_w[ '[ c]L @ 'G/c]_[,0t@Ow_[,0@t`_w[ '[c]_[,0t@ c]\ w_[,0@t`_w[ '[ c]\ hc]_[,0t@_Ww_[,0@t`_w[ '[ c]\  b]\ _w_[@@wo c]D   c]$`_o a] b]@@_oc] b`]@@@_o a]  `P]@@v@ '[ b]\  `]\ __[@@[wg_g a]  c]_@@T__g@@__@Ԑ '[c]_[,0t@w[,0@t`_w[ '[c]_[,0t@w[,0@t`_w[ '[_o_[@@ǔ '[ a]#h_[,0t@w_[,0@t`_w[ '[ a] _[,0t@w_[,0@t`_w[ '[_o_[@@__g@@_g b`]\ GGGGǐ@@Ӛ_b`]\ GGǡ<` @< GGˡ<` @<  @_o/_o ! a@]\ _\ b]@@ _@   c]\ h_Whw_H_Wc]@@ H _Wc]@@w_H b]w___hHa_o_o__ c]\ \ X c]\ \ @ _o__ c]\ \ h c]\ \ @  c]\ D H c]\ D $  a]D $@'H a]D '_o__ c]\ \!G,0@\ ( c]\ \!\ 8@@v H_o w7777_\ \ w_\ w_D!X H__$ 4 $ 4 @@ @sH__$ 4 $ 4 @@ @s w7777_\ \ w_\ w_D!X H___\!  4 $ 4 @@@OsH___\!$ 4   4 @@@6s w77777_\ \ w_\ w_D!X H/___\!0 4 $ 4 @@@s___\!8  $ 4 @@@sH-___\!0$ 4  4 @@@s___\!8  $ 4 @@@sw77777G'_\ \ w_\ w_D!X H:G瀤 H77 77@77$@ 77H@7 7$@ 7 77 7 7 7H8G瀤 H777@77$@ 77 7H 77 7@7 7$@ 7 7 7G瀤 H___\!0א@   @sH___\!8א@   @s0w77777퀤H-_@@Ț_@@ -s_%@@ s_@$$@@P0w77777퀤H_@@z_@$@@"0w77777G'G瀤 H3퀤H_@@F_@@ s_@$@@ޘH1퀤H_@@_%@@ zs_$@$@@www_aDaDa̤Da, $$ ,00400< a$7_a$ DaФ$Da̤$Da$7_DaDa̤Da'ӕwǓ_!I((('G_4`_ 〤H_ H''G_4`_ wǕwǓ_!I((('G_4`_ _ _!@,00400< H_ H '_ _!@,00400'G_4`_ 〤H_ H''G_4` w77_D!7_a$ Da$7 /$@ $@ H$@ H'$@ 'Gߡ<` @< 'G瀤 H H'G'G'G_!HGH'_!'G'G_D!܀HG_$aܠ /O/O w_D!7_a$ Da$7_@0 hH_! H_! HH_@_!7_! @$ 7_@p*08<08H&񀤀H _@/퀤H_Daܐ@@ϚH_D!7H񀤀H&񀤀H _@퀤H_@@H񀤀H_$ @٘H_ @Ș񀤀H@HH'@'_G@@H$@HH'$@'_G@@񀤀H逤H_@@ tsH逤H_%@@ \s_4a$@ _4apA@cLw7w''_@ h_D!̀ H _D!Ȁ H_L!HHG H_\!0Hw_\!8w_wG H_\!8Hw_\!0w_w_\ \ ww_\ wo_D!'k_D!'g_D!̠$ 'c_D!Ƞ$ '__D!'[_D!'33`] HH'3G3'WG HG H7_D!X H.Gg7UGgG[, @7SGgGc@G[$@7QGgGc@7OGk7MGkGW@7KGkG_<` @< 7IGkG_ <` @< 7GGkG_@GW$@7EGkG_@7CWG7WS7WE7WQ7WK7WQ7WI7WS7WG7WS7G[HWI7WU7WM7WO7WK7WQ7WI7WS7WI7WU7WG7WU7WC7WO7WE7WQ7WG7WS7WG7WU7WM7WO 7WC7WO 7WCG[$@7WOG[ @ 7WMG[@7WOG[ @ 7WM7WO 7_w_o_נ@   @sG[ H_w_o_\!@   @qs_w_o_\!@ @u _w_o_@   @Xs_w_o_@ @] _w_o_נ@   @@s_w_o_נ@ @E G[ H_w_o_\!@   @#s_w_o_\!@ @' H_w_o_\!@   @s_w_o_\!@ @  HGg7UGgG[, @7SGgGc@G[$@7QGgGc@7OGkG_ <` @< 7MGkG_@GW$@7KGkG_@7IGkG_<` @< 7GGkGW@7EGk7CWQ7WK7WQ7WE7WS7WG7WS7WM7WQ7WK7G[HWO7WI7WQ7WK7WS7WM7WU7WM7WO7WI7WO7WC7WQ7WE7WS7WG7WU7WG7WO7WC7WO7WI7WO7WC7WQ7WE7WQ7WK7WO7WI7_w_o_נ@   @fs_w_o_נ@ @k _w_o_נ@   @Ns_w_o_נ@ @S _w_o_@   @6s_w_o_@ @; _w_o_\!@   @s_w_o_\!@ @! H_w_o_\!@   @s_w_o_\!@ @ G HG Hm_D!X H6_!$ 7UWUGg$@7SWUGg$@G[, $@7QWUGg$@Gc$@G[@7OWUGg$@Gc$@7MGk7KGkGW@7IGkG_<` @< 7GGkG_ <` @< 7EGkG_@GW$@7CGkG_@7AWI7WO7WG7WQ7WE7WQ7WC7WO7WI7WO7G[HWK7WM7WG7WS7WG7WQ7WI7WO7WK7WM7WA7WM7WE7WS7WE7WQ7WC7WO7WA7WM7WA7WM7WC7WO7WI7WO7WK7WM7WA7WM7_w_o_@   @Is_w_o_@ @N _w_o_@   @1s_w_o_@ @6 G[ H_w_o_\!@   @s_w_o_\!@ @ _w_o_נ@   @s_w_o_נ@ @ G[ H_w_o_\!@   @s_w_o_\!@ @ H_w_o_\!@   @s_w_o_\!@ @ƚ H4_!$ 7UWUGg$@7SWUGg$@G[, $@7QWUGg$@Gc$@G[@7OWUGg$@Gc$@7MGk7KGkGW@7IGkG_<` @< 7GGkG_ <` @< 7EGkG_@GW$@7CGkG_@7AWO7WI7WO7WC7WQ7WE7WQ7WG7WO7WI7G[HWM7WK7WO7WI7WQ7WG7WS7WG7WM7WK7WM7WA7WO7WC7WQ7WE7WS7WE7WM7WA7WM7WK7WM7WA7WO7WC7WO7WI7WM7WK7_w_o_@   @s_w_o_@ @ G[ H_w_o_\!@   @s_w_o_\!@ @ _w_o_@   @s_w_o_@ @ _w_o_נ@   @s_w_o_נ@ @̚ G[ H_w_o_\!@   @s_w_o_\!@ @ H_w_o_\!@   @s_w_o_\!@ @ pA@bw7w_w 'c_\!x h_\ c@ @z_t!xH(_\!x h#_\ \ _\!xWSOKGCc@@ss@Ks H _@`]@X_\!Pw_\ w wg_\!x hc H  '_\!xw_g)wgH  '_\!xw_g%wg__go@@v_t!0w_D!X H _`64a_`44aH_`44a_`64a_!# cH_a4a_a4a_aaH_!H'_!'G7_!, H H <` @< _4aH <` @< _4a_L!H_aa$a_aa$a_aDaԡ, $$a_ጢ$<` @< Ꭴ$DР$$_D!Ȁ H%_!H _DaaH_!D`$ $`_aDaԡ, $$a_D!Ȁ HH_DaaO_DaDaȀH:_!H5_DaaH!_!D`$ $`_ጢ$<` @< Ꭴ$DР$$_D!̀ HH_DaaO_D!̀ H H'_D!'G_$a_DaDàH_D!H'_D!'G_$a_Daa H_!D`$ $`_Da$a_D!̀H _DDȠ   $@$_DȢ$<` @< $_DaȠ$ <  .! $a_DaaH_D!H'_!'G瀤 H H'_DaaH_D!H'_!'G'G_$aH_!'G_$aG_$a_$!_$!_a$a_aa$a_a$a_aDa, $ H_ኢ$ <` @< $_DaaH_D!H'_!'G_$a_aDaDa̤Da, $aH"_D!H_ጢ$<` @< DФ$D̠$$_D! H H'_D!'G_$a@A@bdwb]L HH@ a]' a]& b]@@^  b],` wwww_w__ 4 H_D!X H_!H'_!'G_4`4_ 6 H_D!X H_!H'_!'G_4`6! #_4aĠ _4a _4a_D! H_D!H'Ӡ 'G_$a_D! H_D!H'Ϡ 'G_$a _,a_t! _4a_Ð A@cwwww_w_\ h_`]` ]@@Ж_\!? @t `]\ \ \ @___@СA@cwwwwww_w_w /_!(`(] H _!(`0] H_!(`(] H _!(`0] H_!_$!_!_$!_!(`0] H_!(H?`0] ?`(] H`(] H?_!(`0] H_!(H?`0] ??_$!_!(`0] H_!(H?`0] ?`(] H`(] H?_!(`0] H_!(H?`0] ??_$!_!_!J(H _!_!J(H /_\!P_\!Ph_\ _\ h _\!x_\!xh _\a@@_& /_!_!H,_L!_L!H%_!_!H_!_!H_!_!H_!_!H _!_!H ! #_4a_b /_D! H_D!H' 'G_$a_D! H_D!H' 'G_$a_@ h /O/Oְ㾀w_w_) 'W '[_ 4'__ 6'c_/@@ A@aLwwww_w_\ w_D!7_a$ Da$7_@p hH;_! H_! HH/_瀤h__`4`6  @Q HH_ߤӠѐ@%_ѐ@_D!7_h_D!X H _D (7_D 0@7H _D ,7_D 4@7_L!HI_D!7_DaDa̤Da7_a$ DaФ$Da̦$Da$7_!$ Ǡ$@7ǀHŀH_L!$ @ '_G@ ÀHH_L!$ @ '_G@ ̔ӀH}рHxբ@Hդ@рH_Ր@@H[բ@Hդ@рH_Ր@@ sH<բ@Hդ@рH_Ր@@ sHբ@Hդ@рH_Ր@@H `8]@Ր@ _4aӠ$@ _4a_\ ____D!L@ @@w_w_\!h_\!@_t!__\!@@0A@cTwww_\ _\ h H/_D _D H Hy/_\ _\ h Ho/HZ_ P_ PH Hc/H__ P_ PH HW/_ T_ TH HM/HI_ P_ PH HA/_ T_ TH H7/H3_D P_D PH H+/_D T_D TH H!/_ `_ `H H/H_D $  H , < #bt_ߠD /O$$|| www_w_D  'G_$`G_D H __\ @E*08<08H H'Ӡ 'G'G< `A@`www_\ \ D H H/ '_w_\ \ '`@]@@Ֆ_'@/O A@c4www/HCOH_D DH'_D @'G_HE4`OH_D DH'_D @'G_H64`OH_D DH'_D @'G_H'4`OH_D DH'_D @'G_H4` _4`H_D $  O, < #a_ϠDdd(A@awwwww_w_DaС,00<00Da̠$ 7_!,00<00WӠ$@ 7_L! H _L! HHG__D!X  "H @b_L! HW_!H0W_aa¢H(WWӀH#WWрH_c]___ @@@_`]___ @@@A@cwwwww_w_L! H _L! HH_L!H_Da4aH__D!X  "H @_ # cH W a]4`H_!# H_!H'Ǡ# 'Gǀ H H'_!# H_!H'# 'G'G_4a_L! H W a]T $@H ' a]T Wՠ$@'G'G'(`H] `0] HG'(`H] H?`0] ?`0] H `0] H&?G'(`H] `0] HG'(`H] H?`0] ??'`P] JH_D! # 'ˑI(('G,00400< @_4aH_D!  'ˑI(('G,00400< @_4a A@cwww_w '_L! H_L! H_\!h_\!@w_t!HhH<_! dH dH'_!'G߃<  .! 'H5_! dH dH'_!'Gۃ<  .! 'H_! 'H_!'H_L!$  H , < #b<_ϠD_ a]"OG@@_@_!`X]_@@_t!LdA@aDwwwww_w_D!7_DaС,00<00Da̠$ 7_!,00<00WӠ$@ 7_!,00<00Wՠ$@$ 7! #'_L! HH __D!X  "H @IWWՀHOWWӀHJ_L!HC_א /  _,a_! dH dH'_!'_ a]"OGÃ<  .! < @@U_Da4a__ǐ@_@O_D!`X]_@@M_t!HWWрHNWWπHI_L!HB_א ݔ  _,a_! dH dH'_!'_ a]"OGÃ<  .! < @@_Da4a__ǐ@_@_D!`X]_@@_t!H^WWӀH,W_!H& _,a_ a]"O_! < @@͔_Da4a_@ϐ_D!`X]_@@͖_t!H/WWрH*W_aa¢H" _,a_ a]"O_!@@_Da4a_@_D!`X]_@@_t! wwww_w_L!H_L! H_א & _L! H_א   _,a_\!h_\!@_t!A@c\wwwww_w_aDaDa̤Da, $$ a$''_DaС,00<00Da̤Da7_!,00<00$ W͠$@7__@*08<08HH:_D XHH3__D!X  "H @WWˀHWH'W'WGǀHWH'WWˀHWH'W'G'G7_L! HyW_!H W_aa¢HfWW͠$@'ϑI(`0] _!(ȁ H WW͠$@'ϑI(H ?`0] _!(?`(] H`(] H,?WW͠$@'ϑI(`0] _!(ȁ H WW͠$@'ϑI(H ?`0] _!(??_$! _,aH~_!W ``]T $@'ϑI((`0] _!(ȁ H_!W ``]T $@'ϑI((H ?`0] _!(?`(] H`(] H8?_!W ``]T $@'ϑI((`0] _!(ȁ H_!W ``]T $@'ϑI((H ?`0] _!(??_$!W ``]4`_f_\ \ @U A@atwwwww_w__@M*08<08HH_ a]#_\!@@_ a]!r_נ!@@A@`ww??_w_L! HHm`0] HH?`0] ?`(] ׁH`(] H?`0] HH?`0] ??ϑ_$!`0] HH?`0] ?`(] H`(] H?`0] HH?`0] ??_$!_쥐@wwwϠ '_@h@ " HwL` H@ " Hw$w_@h$@?h@ " HwH@_w_L /H@ǒh H]/ @ H /-  _wNH:_L /H _Ǡ wL /O_NH  /H NH /O_Ǡ& h hL .H _Ǡ& hL .HL .H@ h $O /H'`O /OH@L /H /,``@_ǰ&_ h3%w_h@  N" @ h$ H/`%w _h@Hw@w_@Ӑw@h@ H" @_@w_@_ǔ& @@_Ǡ&@ /`'@ H7!< @#(@HG  H'@Ǡ ZH" _oh `  ?# Hw@@w_w@h@ H" _$ @@: '#`H @B '@ _@GH}"  _<`,_πh_oh `  ?# Hw@ː@w_wπh@_@y H[" @ŐwG#_h@_@i NHK" _ϐ @r__@vG#w_L /HH @ h $O /H'`O /OH#@H N H@: H" wNO@ h$L` /H@ /`_πh@Hw@B '_πh@_h@ΐ@ G" w_@w_Ewwww'_wwwπ@ hH_@@wwwww'_׀ h_Hw_wwww_@h_߀@h _׀ hH__H@www'@_ @_ wǢdhHw@7@w_@@h_%@@ %/@@_@_Ǡ@wwwh@4_hHw_w_װwwwww'@_ @_ w@dhHw@@w_@@h,_%`@Y@ %`-_@R__׀ hwHw_www_wwwh@_h_߀hH w_׀ h_Hw_w_w_ǰ ww_B`0B`4B` HF@HC'& H@ H_@: *0[ wא&': *0Z`s _r``@OH' H_@: *0@Zwא: *0@Z`r_r``@O@ H@O_ 0BC  4C`"@"C #`A@b,w'www'_D`'G$`4$`0t` GۀH ``]@_h H'Ǡ 'G_ߪ`,%`_M -H $`( Hw瀤+H$`( H wE`HH$`( $`(_wϰ㾰A@`w_'wwww'_wG'D`'G H?He't`D` HD`H_D` H $`G___Gw _H $`_L -H +H_ w_L :H '_\ hL H_Ǩ4E DH% _Ǩ0E DH% _D( H2D0D4H DH_H _D4DH$0H_D` $`_D GH_<,0\@L` -OL` O_D`$`4_D GH-_<,0\@`h]@H!_D $D0D4H DH_H _Ǥ0DD4HD$G_$`4$`_DGH D0D4H$?H'_= ,0\@L` -HL``H_E ( H?H'wE 'G% _,\@u  H'_߀h`-H H' '__E ,0\G@ u _߀h__D ,0\@L`-HGӀHL`H_@Ғhuw ' '?'_\ w_L H =H _ wL H =O_w '\`hI_\ _\ _@$ H4__\ $@< _@I\ : H _wG' H,'_h_wGH'GӀHE _E`H ] ]`hE E`H '_ wG' '\`oGH&GH"GH b]!`p]_\`_D ,0@b\@_\ @_t` D` $`$` ?H'_hG'_E` %`_LH=EHH4u`GH#_E`$ < ,0\M  -H b]!`x]\@&]H  b]!`]\M @]_\ @_t` _D $` ?H~'H:E H6E`GH wE`'G%`_,\@H&u`GH  b]!`]_\ @]_\ @{_t` _D $`_L $ :@??  ?'HD'_\ @f_t` _׀@hG$`_\`hD`$ H-'D`H*'GӀH__D`,0\L  -H _\` @L h2GH"__D`,0\M  -H b]!`]\@\` H  b]!`]\M @\` `]_t` D` $`$` ?H'_Ǧ w\w_`tL`/_@OOw_\` L HD` $`_h O :H ;HGH  b]!`]_\ @COO_$` ?H'L WHWL ;HSw ' ' '{_]` L Hu`E` H0%`E`GH!GH  b]!`]_\ @O_$`_L :H :H/ ?/OHq'woE`'kGk%`_,\@u`_\`w_t` L H =H _ wL H =O_w 'w\`hI_\ _\ _@Ȕ$ H4__\ $@< 4_@\\ @h _wGw'{ H,'_h_wGwH'{GӀHE _E`H ] ]`hE E`H '_ wGw's 'w\`oGH#GHGH b]!`]_\ _@x\ _\ @ _t` D` $` ?H'_@hG{'w_LH%E`H_Ht`GH  b]!`]_\ @I]`_\ @ݐ_t`  ?H'H<E` H6_E GH woE 'kGk% _,\@H#u GH  b]!`]_\ @]`_\ @_t` _L $ :@??  ?'sHy'H_t _\ @_t` _׀@hGw$`_\`hD`$ H^'D`H['_t  WHV'_L` :HOL` :H_\` L Ht`D` H$`t`_HL >$@`]L@_- _/l >w/l`>L >$@`]L@- _/l >w/l`>L >$@`]L@- _/l >w/l`>L >$@`]L@- _/l >w/l`>L >$@`]L@- _/l >w/l`>L >$@`]L@H=- _G ?%@1!HD'_@4!H?'_@? H@"B H@G" HU HS?H;`]h `]`]@!'H H'+ '+@HG뀤 O, < #`4_DGǀ H@G" H G@B HH?a]\ !"a@a]t`5 5; ON@Ƞ " ?=`Xx A@~bww_`w瀤 h@Sh !~#J&nL!&wש,0a]]va]uH@ A@~aĮww_h'D#~cJH!lL!$w,0a]@_ h\_h $`wZ @t% _ oPP@Y?++  =$'$5((445)C$(DR !/     ?'()*+=  , 8  8/$%:; !#@01234C? 7  # 7, 8 = 5 &)*+>A '()*+D<.%&  $#" !    !!"""###$$$$$$%%%%%%%%&&SF>B"-96??@Y@i?@@B@R??@333333???@Y@i??@Cz???PbM@@@Dz@R@9ffffff?@R??PbM@@@Dz?@$@?Dz??@DabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789LayoutAaa Widget: Variable '%s' is undefined. AaaWidget DisposeExpr: accessed illegal memory location AaaFreeLayout: probably accessed illegal memory location Aaa widget: Warning, parent denied to set the size he proposed.layoutresizeWidthresizeHeightmaximumWidthMaximumWidthmaximumHeightMaximumHeightminimumWidthMinimumWidthminimumHeightMinimumHeightresizableResizableforcedWidthforcedHeightAaayyoverflow: stack overflow maximal stacksize: %d used : %d Overflow forces image exit, bye bye. parse error %s Expression too long.ofNo match.hvwidthheightMissing keyword.Unrecognized keyword.Ignoring character.FrameTypesetFrameStyleSetFrameStyleunsetFrameStyleUnsetFrameStylehighlightedFrameStyleHighlightedFrameStylesetBackgroundSetBackgroundXtDefaultBackgroundhighlightedBackgroundHighlightedBackgroundhighlightThicknesshighlightsetresetunsetButtonClipWidget: Warning, parent didn't accept the size he proposed.reportCallbackCliprescanfiltersNonedirsHome Tmpbutton1button2button3button4pathfiltertopsubcurFS_textfieldFocusAction/HOMEbutton%dnextsetunsethighlightunhighlightresetnotifyscrollonscrollscrolloffpagekill-selectiondelete-previous-characterdelete-next-characterdisplayCaretvlist. no ,! ,..HomeTmp%sframeuseStringInPlacescrollHorizontalscrollVerticaltype%stext%sscroll%sclipreportCallback%saaaallowMarkslistmenuFS_textfieldBackSpaceActionFS_textfieldDeleteActionFS_preferButtonList#replace : List(highlight) : List(unhighlight) ~Button2 : List(set) List(scrollon) ~Button2 : List(scroll) ~Button2 : List(reset) List(notify) List(scrolloff) List(highlight) ~Button1 : List(scrollon) : List(scroll,0,2.0) ~Button1 : List(page) List(scrolloff) List(highlight) ~Button1 : List(scrollon) : List(scroll,0,2.0) ~Button1 : List(page) List(scrolloff) List(highlight) : List(highlight)#replace : List(highlight) : List(unhighlight) ~Button2 : List(scrollon) List(set) ~Button2 : List(scroll) ~Button2 : List(reset) List(notify) List(scrolloff) List(highlight) ~Button1 : List(scrollon) : List(scroll,0,2.0) ~Button1 : List(page) List(scrolloff) List(highlight) ~Button1 : List(scrollon) : List(scroll,0,2.0) ~Button1 : List(page) List(scrolloff) List(highlight) : List(highlight)#override Down: no-op() Up: no-op() Linefeed: no-op() CtrlJ: no-op() CtrlM: no-op() CtrlN: no-op() CtrlO: no-op() CtrlP: no-op() CtrlR: no-op() CtrlS: no-op() CtrlV: no-op() CtrlZ: no-op() MetaV: no-op() MetaZ: no-op() BackSpace: FS_textfieldBackSpaceAction() Delete: FS_textfieldDeleteAction() Right: forward-character() Left: backward-character() Return: no-op() Tab: FS_preferButton(next) : FS_textfieldFocusAction() select-start() : FS_textfieldFocusAction() extend-start()PathtmpDirTmpDirFilterFiltersNone no .*DirsbuttonsButtonspreferredButtonPreferredButtonhighlightPixelHighlightPixelreverseScrollingReverseScrollinglayoutLayoutresizeWidthresizeHeightFileSelectionraisedsunkenchiseledledgedmassiveRaisedFrameTypeFrameDrawFrame: lightgc is NULL.FrameDrawFrame: darkgc is NULL.FrameDrawFrame: widget is not realized.FrameWidget: Warning, parent didn't accept the size he proposed.frameTypeshadowWidthShadowWidthtopShadowPixelTopShadowPixelXtDefaultForegroundbottomShadowPixelBottomShadowPixelFramePageDone PaletteGHOSTVIEWGHOSTVIEW_COLORSNEXTPAGEDONE(null)BadAlloc%ld %d %d %d %d %d %g %g %d %d %d %d%s %d %dMonochromeGrayscaleColor?Too many arguments to interpreter. -dNOPROMPT-dNOPAUSE-sPDFPassword=-dQUIET-P--dSAFER--dDELAYSAFER./-cquitCould not create pipe%ld %ld%ldDISPLAYChdir to %s failedFailedmonochromegrayscalecolorargumentsArgumentsbottomMarginbusyCursorwatchcursorcrosshairfilenameFilenameXtDefaultForegroundleftMarginllxBoundingBoxllymessageCallbackPageOrientationoutputCallbackpalettequietQuietinfoVerboseInfoVerbosexineramaXineramarightMarginscrollCursorplustopMarginuseBackingPixmapUseBackingPixmapurxurylxdpiLResolutionlydpipreferredWidthPreferredWidthpreferredHeightPreferredHeightsafeDirSafeDirsaferSaferinterpreterInterpretergsmessagenotifyGhostviewmenuNameMenuNamemenusetFrameStyleSetFrameStyleFrameTypePopupMenuMButtonhighlightedFrameStyleHighlightedFrameStyleFrameTypeunsetFrameStyleUnsetFrameStylesetFrameStyleSetFrameStyletoggleSwitch%d %d %d %dmove: start=%d ydiff=%d ly=%d reportCallbackselectedShadowWidthShadowWidthmarkShadowWidthhighlightedShadowWidthhighlightedGeometryHighlightedGeometry2 0 -2 1selectedGeometrySelectedGeometry12 0 -2 1vlistVlistmarkBackgroundMarkBackgroundXtDefaultBackgroundselectedBackgroundSelectedBackgroundhighlightedBackgroundHighlightedBackgroundshadowWidthallowMarksAllowMarks*pagezoomControlupdownleftrighttopbottomleftedgerightedgeredisplaycenterright-topleft-topright-bottomleft-bottomdown-leftedgeup-leftedgedown-rightedgeup-rightedgetop-leftedgebottom-rightedgepagehighlightscrollscrollonscrolloffselecttoggleontoggleextendtoggleoffunhighlight-1+1adjustedmovestartstoponoffmarkedallcurrentevenoddmarktoggle+-zoomPopupdateversion/_NET_WM_NAME_NET_WM_ICON_NAMEUTF8_STRINGUTF-8gv: %stitleuseBackingPixmapadjustedPrint Command:PrintPrint Marked PagesPrint Current PagePrint DocumentSave\PutAtPos(%i,%i){%s}a%s button2._pages_page_%d_pagebutton3%s%s%i %i /usr/bin/envenv--presentationCannot exec %s Variable SizeFixed SizeFailed Error: PostScript interpreter failed in main window. Error: PostScript interpreter failed in zoom window. BadAlloc Warning: Could not allocate backing pixmap in main window. Warning: Could not allocate backing pixmap in zoom window. RefreshPageshutdown231message12message23message3confirmPopupresizeWidthresizeHeightconfirmAaadonecancelTab: GV_TogConfPrefBut()dialogPopupresizeWidthresizeHeightmaximumWidthmaximumHeightdialogAaamessagedonecanceldialog_textdisplayCaretlabel*dialog_textfontSetfontleftMarginrightMargin*dialog_textLabel*messageTab: GV_TogDialPrefBut() :no-op() :no-op() :display-caret(on,always)AutomaticPortraitLandscapeSeascapeUpside-DownSwap-LandscapeUnknown error%s: %s %s (%s) %s %s: %s.%.*s/gv_%s_%s.XXXXXXHOME.pdf.ps.gz.bz2.zAError:ERROR:error:infoPopupformfromVertfromHorizbottomleftrightscrollHorizontalscrollVerticaldisplayCarettextdismissfontSetfontbottomMarginleftMarginrightMargintopMargin %[^,] , %f 2 beginextendchoosecheckshowresetmagMenu/usr/local/share/gv/safe-gs-workdirGVLC_ALLLC_CTYPELC_NUMERICLC_TIMELC_COLLATELC_MONETARYLC_MESSAGESLC_PAPERLC_NAMELC_ADDRESSLC_TELEPHONELC_MEASUREMENTLC_IDENTIFICATIONPOSIXXUSERFILESEARCHPATH___vhu.-1002%f-1000%s %s: Unable to open the display. gvWM_DELETE_WINDOWgv-safe-workdir-XXXXXXCannot create safe workdirprintCommandsaveposFilenameuncompressCommandmediasMediasmagMenuMagMenumiscMenuEntriesMiscMenuEntriesscalesScalesscreenresizeWidthresizeHeightmaximumWidthmaximumHeightminimumWidthminimumHeightcontrolpagemediaButtonprocessButtonscaleButtoncontrol.layoutAaa.LayouttitleButtondateButtonlocatorpannerFramepannerslidernewtocFramenewtocClipnewtocControlnewtocreportCallbacknewtocScrollviewFrameviewClipviewControlinterpretersafeDirsaferquietinfoVerboseuseBackingPixmapargumentslxdpilydpipagemessageCallbackoutputCallback-Cannot open fileA4fileSelPopupbuttonspreferredButtonreverseScrollingtmpDirfileSelbutton1filtersdirsfilter_NET_WM_STATE_NET_WM_STATE_FULLSCREENlinegsInterpretergsCmdScanPDFgsCmdConvPDFgsX11DevicegsX11AlphaDevicegsArgumentsArgumentsgsSafeDirtruegsSaferSaferfalsegsQuietQuietSilentErrorsAllxineramaOffOnAutoYour detected screen size is: %i mm x %i mm That does not look like a single monitor, as the ratio is %.2f. That looks like a single monitor, as the ratio is %.2f. Your detected screen resolution is: %i x %i Xinerama's resolution of screen 0 is: %i x %i menuUsage: gv [OPTION]... [FILE] PostScript and PDF viewer. [-]-monochrome display document using only black and white [-]-grayscale display document without colors [-]-color display document as usual [-]-safer start ghostscript in safe mode [-]-nosafer do not start ghostscript in safe mode [-]-safedir start ghostscript from a safe diretory [-]-nosafedir do not start ghostscript from a safe diretory [-]-quiet start ghostscript with the -dQUIET option [-]-noquiet do not start ghostscript with the -dQUIET option [-]-infoSilent do not show any messages in the info popup window [-]-infoErrors do not show warning messages in the info popup window [-]-infoAll do show all messages in the info popup window [-]-arguments=ARGS start ghostscript with additional options as specified by the string ARGS [-]-page=LABEL display the page with label LABEL first [-]-center the page should be centered automatically [-]-nocenter the page should not be centered automatically [-]-media=MEDIA selects the paper size to be used [-]-orientation=ORIENTATION sets the orientation of the page [-]-scale=N|f.f selects the scale N, or arbitrary scale f.f [-]-scalebase=N selects the scale base N [-]-swap interchange the meaning of the orientations landscape and seascape [-]-noswap do not interchange the meaning of the orientation landscape and seascape [-]-antialias use antialiasing [-]-noantialias do not use antialiasing [-]-dsc dsc comments are respected [-]-nodsc dsc comments are not respected [-]-eof ignore the postscript EOF comment while scanning documents [-]-noeof do not ignore the postscript EOF comment while scanning documents [-]-pixmap use backing pixmap [-]-nopixmap do not use backing pixmap [-]-watch watch the document file for changes [-]-nowatch do not watch the document file for changes [-]-help print a help message and exit [-]-usage print a usage message and exit [-]-resize fit the size of the window to the size of the page [-]-noresize do not fit the size of the window to the size of the page -geometry [][x][{+-}{+-}] [-]-ad=FILE read and use additional resources from FILE [-]-style=FILE read and use additional resources from FILE. These resources have lower priority than those provided on the context of --ad [-]-password=PASSWORD Sets the password for opening encrypted PDF files [-]-spartan shortcut for --style=gv_spartan.dat [-]-widgetless shortcut for --style=gv_widgetless.dat [-]-fullscreen start in fullscreen mode (needs support from WM) [-]-presentation Presentation mode (fullscreen, Fit to window, widgetless and no resizing of window) [-]-version show gv version and exit AutomaticPortrait?screen-20screen-44%d x %dupdategrayscalecenternocenterscalemagstepscalebaseresizenoresizeswapnoswapdscnodsceofnoeofwatchnowatchadstyleantialiasnoantialiasnosafersafedirnosafedirpixmapnopixmapcolorhelpinfoSilentinfoErrorsinfoAlldebugfullscreenpresentationmonochromenoquietmediaorientationpasswordusagespartanwidgetlessversionGV_AntialiasGV_CheckFileGV_ConfigureNotifyGV_DeleteWindowGV_DismissPopupGV_EraseLocatorGV_HandleDSCGV_MagMenuGV_MenuPopdownGV_MiscMenuGV_MovePageGV_OpenGV_OtherPageGV_PageGV_PannerGV_PrintGV_PrintPosGV_QuitGV_ReopenGV_SavePosGV_PresentationGV_ResizingGV_SaveGV_SetScaleGV_SetOrientationGV_SetPageMarkGV_SetPageMediaGV_TocGV_TogDialPrefButGV_TogConfPrefButGV_WatchFilefileButtonopenreopensaveposprintAllPagesprintMarkedPagessaveAllPagessaveMarkedPagescopyrightquitstateButtonstopwatchFilesizeoptionsgvoptionsgsoptionsfsoptionssetuppageButtonnext+1redisplayprev-1currentoddevenunmarkorientationButtonautomaticportraitlandscapeupsidedownseascapenextPageprevPagetoggleCurrenttoggleEventoggleOddunmarkAllprintMarkedprintAllsaveMarkedsaveAllopenFileautoResizeupdateFilecheckFileBBox %[^,] , %d %d A4-Invalid file: %srCannot open file%s.ps%s.pdfCannot close file %s Unable to access file '%s' User is not authorized to access file '%s' %s: Unknown request in show_page -P-P- -dSAFER -dDELAYSAFER date%*s %*d filenamevlistpreferredWidthpreferredHeightleftBitmaplxdpilydpi?llxllyurxurymenuautomaticlineleftMargin %99s initpopupcheckresetmiscMenulineupdateredisplaytoggle_currenttoggle_eventoggle_oddunmarkstopprint_allprint_markedsave_allsave_markednotePopupnoteAaamessagedone*message%sLabel%sButtonmenu.: \n\ Save aborted: Undefined destination file.rwSave aborted: Cannot create temporary fileSave aborted: Cannot rename temporary '%s' to '%s'tmpDirfiltersdirsfilter*filter*filters*dirsoptionfsPopupoptionControlapplysavedismissscratchDirsaveDirinterpretersafeDirsaferquietargumentsTrueFalseoptiongsPopupoptionControlgsx11devx11alphadevscanconvwrapscrollVerticalapplysavedismissdefaults%.3fAutomatic%fTrueFalse%d%smenuscalesscaleBasemediafmediaoptiongvPopupoptionControlantialiasautoResizeswapLandscaperespectDSCeofwatchorientforientinfoVerboseascaleapplysavedismissSilentErrorsAllPortraitLandscapeUpside-DownSeascape%d x %d %d x %d A4reverseScrollingTrueFalse%d%soptionsetupPopupoptionControlmiscconfirmPrintscrollingeyeGuideautoCenterpixmaptitleconfirmapplysavedismissmiscmenumagmenumediasprintCommandscalesscreenSizesh-c/dev/nullrChdir to %s failedmenuStop %saaa ...Fatal Error: Dynamic memory exhausted. BZhCannot create temporary file!bzip2 -dc %s >%sgzip -dc %s >%sExecution of %s failed.rWarning: empty file. %!PS-Adobe-EPSF%PDF-%pdf%dsc -sPDFPassword=Chdir to failedThis file requires a password for access.Password did not work.Scanning %s failed.%EndCommentsTitle:CreationDate:BoundingBox:(atend)Orientation:PortraitLandscapePageOrder:AscendDescendSpecialPages:%d %dDocumentMedia:%f %f+DocumentPaperSizes:EndCommentsBeginPreviewEndPreviewBeginDefaultsEndDefaultsPageOrientation:PageMedia:PageBoundingBox:BeginSetupPage:TrailerEOFEndPrologEndSetupPaperSize:%*u %dgv: ps_io_fgetchars: Fatal Error: buffer became too large. BeginDocument:EndDocumentFeature:EndFeatureFileEndFileFontEndFontProcSetEndProcSetResourceEndResourceData:%d %*s %100sLinesEndDataBinary:%dEndBinary%%Pages:%%%%Pages: %d %d %%%%Pages: %d %*d %d%%Page:%%%%Page: %s %d % ps_io_fgetchars: skipped linenoint:deko_KR.UTF-8ja_JP.UTF-8it.UTF-8fr.UTF-8de.UTF-8nl.UTF-8es.utf8es.UTF-8/usr/local/share/gv/gv_system.ad~/.gvXUSERFILESEARCHPATHGV.version: gv 0.0.0LC_ALLLC_MESSAGESLANGCinternationalFalsenoint:%s%snoint:%s%s%s%s%s%sLocale1=%s Locale2=%s Locale3=%s ~/.gv-/usr/local/share/gv/nls/.datportrait.Labellandscape.Labelupsidedown.Labelseascape.Labelgs.errors.none.Labelgs.errors.errors.Labelgs.errors.all.Labelquitstyle.never.Labelquitstyle.whenprocessing.Labelquitstyle.always.Labeltitle.notitle.Labeltitle.documenttitle.Labeltitle.filename.Labelautomatic.Labelstrings.saveCurrentPagestrings.saveMarkedPagesstrings.saveDocumentstrings.saveAsPDFstrings.openFilestrings.passwordPromptstrings.passwordRequiredstrings.quitConfirmstrings.putTexCommandstrings.texCommandstrings.stillInProgressstrings.execOfFailedstrings.copyrightTranslation.antialiasTrue.gsSafer.gsSafeDir.useBackingPixmap*Ghostview.paletteColorGrayscale/gv_spartan.dat.style/gv_widgetless.dat.gsQuiet.infoVerboseSilentErrorsAllMonochrome.pageMedia.orientation.page.autoCenter.scale.scaleBase.autoResize.swapLandscape.respectDSC.ignoreEOF.watchFile.ad.argumentsstyleStyle/usr/local/share/gv/gv_spartan.datgv_spartan.dat/usr/local/share/gv/gv_widgetless.datgv_widgetless.dat%s: Style file '%s' not found - ignored adAd%s: ad file '%s' not found - ignored %s.%sgeometryGeometry%dx%d%s%d-+%s.geometry%*s %d.%d.%d.%d%s Error: incompatible resources. One of the files %s belongs to an older version of gv and cannot be used. Quite probably your %s is too old. For a correct installation the following restrictions must be met: * Every directory contained in XUSERFILESEARCHPATH where the system also searches for app-defaults does not contain a file 'GV'. * GV is contained just in direectories of XUSERFILESEARCHPATH where the system does not search for app-defaults, and the GV.version resource is contained in this GV file (this file is used instead of ~/.gv if ~/.gv is not present). * The systems app-defaults directories which are not comntained in XUSERFILESEARCHPATH may contain a GV file.If so, it SHOULD not contain a 'GV.version' resource. If necessary, ask your system administrator for assistence. A workaround to make GNU gv working is to provide ~/.gv by running 'touch ~/.gv && gv-update-userconfig'. Please remove or update the outdated file. Running gv-update-userconfig %s should help by removing all incompatible resources. Another option that non-admins can do to make GNU gv working is to provide ~/.gv by running 'touch ~/.gv && gv-update-userconfig'. Running gv-update-userconfig should help by removing all incompatible resources. Ignoring resource file '%s'='%s' as no absolute path! GV.pageMedia: AutomaticGV.orientation: AutomaticGV.fallbackOrientation: PortraitGV.swapLandscape: FalseGV.autoCenter: TrueGV.antialias: TrueGV.respectDSC: TrueGV.ignoreEOF: TrueGV.confirmPrint: TrueGV.reverseScrolling: FalseGV.scrollingEyeGuide: TrueGV.autoResize: TrueGV.maximumWidth: screen-20GV.maximumHeight: screen-44GV.minimumWidth: 400GV.minimumHeight: 430GV.confirmQuit: 1GV.watchFile: FalseGV.watchFileFrequency: 1000GV.titleStyle: 1GV.miscMenuEntries: redisplay \n # update \n stop \n line \n toggle_current \n toggle_even \n toggle_odd \n unmark \n line \n print_all \n print_marked \n save_all \n save_markedGV.scale: 0GV.scaleBase: 1GV.scales: Natural size, 1.000, screen \n Pixel based, 1.000, pixel \n Arbitrary magnification, -2 \n Fit height to window, -3 \n Fit width to window, -1 \n Fit to window, 0.000 \n 0.100, 0.100 \n 0.125, 0.125 \n 0.250, 0.250 \n 0.500, 0.500 \n 0.707, 0.707 \n 1.000, 1.000 \n 1.414, 1.414 \n 2.000, 2.000 \n 4.000, 4.000 \n 8.000, 8.000 \n 10.00, 10.00GV.medias: Letter, 612 792 \n # LetterSmall, 612 792 \n Legal, 612 1008 \n Statement, 396 612 \n Tabloid, 792 1224 \n Ledger, 1224 792 \n Folio, 612 936 \n Quarto, 610 780 \n # 7x9, 504 648 \n # 9x11, 648 792 \n # 9x12, 648 864 \n # 10x13, 720 936 \n 10x14, 720 1008 \n Executive, 540 720 \n # A0, 2384 3370 \n # A1, 1684 2384 \n # A2, 1191 1684 \n A3, 842 1191 \n A4, 595 842 \n # A4Small, 595 842 \n A5, 420 595 \n # A6, 297 420 \n # A7, 210 297 \n # A8, 148 210 \n # A9, 105 148 \n # A10, 73 105 \n # B0, 2920 4127 \n # B1, 2064 2920 \n # B2, 1460 2064 \n # B3, 1032 1460 \n B4, 729 1032 \n B5, 516 729 \n # B6, 363 516 \n # B7, 258 363 \n # B8, 181 258 \n # B9, 127 181 \n # B10, 91 127 \n # ISOB0, 2835 4008 \n # ISOB1, 2004 2835 \n # ISOB2, 1417 2004 \n # ISOB3, 1001 1417 \n # ISOB4, 709 1001 \n # ISOB5, 499 709 \n # ISOB6, 354 499 \n # ISOB7, 249 354 \n # ISOB8, 176 249 \n # ISOB9, 125 176 \n # ISOB10, 88 125 \n # C0, 2599 3676 \n # C1, 1837 2599 \n # C2, 1298 1837 \n # C3, 918 1296 \n # C4, 649 918 \n # C5, 459 649 \n # C6, 323 459 \n # C7, 230 323 \n # DL, 312 624GV.magMenu: 2, 2 \n 4, 4 \n 8, 8 \n 16, 16 \n 32, 32 \n 64, 64GV*Ghostview.background: whiteGV*Ghostview.foreground: blackGV.gsInterpreter: gsGV.gsCmdScanPDF: gs -dNODISPLAY -dQUIET -sPDFname=%s -sDSCname=%s %s pdf2dsc.ps -c quitGV.gsCmdConvPDF: gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=pswrite -sOutputFile=%s -f %s -c save pop quitGV.gsX11Device: -sDEVICE=x11GV.gsX11AlphaDevice: -sDEVICE=x11 -dTextAlphaBits=4 -dGraphicsAlphaBits=2 -dMaxBitmap=10000000 -dNOPLATFONTSGV.gsSafeDir: TrueGV.gsSafer: TrueGV.gsQuiet: TrueGV.infoVerbose: WarningsGV.xinerama: AutoGV.gsArguments: -dFIXEDMEDIAGV.uncompressCommand: gzip -d -c %s > %sGV.printCommand: lprGV.scratchDir: /tmp/GV.defaultSaveDir: ~/GV.fallbackPageMedia: A4GV.useBackingPixmap: TrueGV*dirs: Home\n Tmp\n /usr/doc\n /usr/local/docGV*filter: no .*GV*filters: None\n *.*ps* *.pdf* no .*\n *.*ps* no .*\n *.pdf* no .*\n no .*GV*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*SmeBSB.fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*Button.fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV.?.processButton.fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV.?.Label*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV.?.Button*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV.?.locator*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV.?.dateButton*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV.?.titleButton*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*optiongvPopup*infoVerboseButton.fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV.?.infoVerboseButton*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV.?.prevPage*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV.?.nextPage*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*newtoc.fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*fileSel*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*fileSel*button1.fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*fileSel*button2.fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*fileSel*button3.fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*fileSel*button4.fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*fileSel*pathtext*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*optionsetupPopup*Label*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*optionsetupPopup*confirmButton.fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*optionsetupPopup*Switch*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*optionsetupPopup*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*optionsetupPopup*Button.fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*optiongvPopup*Label*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*optiongvPopup*Switch*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*optiongvPopup*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*optiongvPopup*Button.fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*optionfsPopup*Label*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*optionfsPopup*Switch*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*optionfsPopup*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*optionfsPopup*Button.fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*optiongsPopup*Label*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*optiongsPopup*Switch*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*optiongsPopup*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*optiongsPopup*Button.fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*dialogPopup*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*dialogPopup*Button.fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*dialogPopup*message*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*notePopup*Button.fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*notePopup*message*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*confirmPopup*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*confirmPopup*Button.fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*versionPopup*Label*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*versionPopup*versionTexta*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*versionPopup*versionTextb*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*infoPopup*Text*fontSet: -efont-biwidth-medium-r-normal--16-*-*-*-*-*-iso10646-1,-gnu-unifont-medium-r-normal--16-*-*-*-*-*-iso10646-1,-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-*-*,-jis-fixed-medium-r-*--16-*-*-*-*-*-jisx0208.1983-0,-*-*-medium-r-*--16-*-*-*-*-*-*-*,*GV*font: -*-Helvetica-Medium-R-Normal--*-140-*-*-P-*-ISO8859-1GV*SmeBSB.font: -*-Helvetica-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1GV*Button.font: -*-Helvetica-Medium-R-Normal--*-140-*-*-P-*-ISO8859-1GV.?.processButton.font: -*-Helvetica-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1GV.?.Label*font: -*-Helvetica-Medium-R-Normal--*-100-*-*-P-*-ISO8859-1GV.?.Button*font: -*-Helvetica-Medium-R-Normal--*-100-*-*-P-*-ISO8859-1GV.?.locator*font: -*-Helvetica-Medium-R-Normal--*-100-*-*-P-*-ISO8859-1GV.?.dateButton*font: -*-Helvetica-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1GV.?.titleButton*font: -*-Helvetica-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1GV*optiongvPopup*infoVerboseButton.font:-*-Helvetica-Medium-R-Normal--*-100-*-*-P-*-ISO8859-1GV.?.infoVerboseButton*font: -*-Helvetica-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1GV.?.prevPage*font: -*-Helvetica-Medium-R-Normal--*-140-*-*-P-*-ISO8859-1GV.?.nextPage*font: -*-Helvetica-Medium-R-Normal--*-140-*-*-P-*-ISO8859-1GV*newtoc.font: -*-Helvetica-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1GV*fileSel*font: -*-Helvetica-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1GV*fileSel*button1.font: -*-Helvetica-Bold-R-Normal--*-120-*-*-P-*-ISO8859-1GV*fileSel*button2.font: -*-Helvetica-Bold-R-Normal--*-120-*-*-P-*-ISO8859-1GV*fileSel*button3.font: -*-Helvetica-Bold-R-Normal--*-120-*-*-P-*-ISO8859-1GV*fileSel*button4.font: -*-Helvetica-Bold-R-Normal--*-120-*-*-P-*-ISO8859-1GV*fileSel*pathtext*font: -*-Helvetica-Medium-R-Normal--*-140-*-*-P-*-ISO8859-1GV*optionsetupPopup*Label*font: -*-Helvetica-Medium-R-Normal--*-100-*-*-P-*-ISO8859-1GV*optionsetupPopup*confirmButton.font:-*-Helvetica-Medium-R-Normal--*-100-*-*-P-*-ISO8859-1GV*optionsetupPopup*Switch*font:-*-Helvetica-Medium-R-Normal--*-100-*-*-P-*-ISO8859-1GV*optionsetupPopup*font: -*-Helvetica-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1GV*optionsetupPopup*Button.font:-*-Helvetica-Bold-R-Normal--*-120-*-*-P-*-ISO8859-1GV*optiongvPopup*Label*font: -*-Helvetica-Medium-R-Normal--*-100-*-*-P-*-ISO8859-1GV*optiongvPopup*Switch*font: -*-Helvetica-Medium-R-Normal--*-100-*-*-P-*-ISO8859-1GV*optiongvPopup*font: -*-Helvetica-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1GV*optiongvPopup*Button.font: -*-Helvetica-Bold-R-Normal--*-120-*-*-P-*-ISO8859-1GV*optionfsPopup*Label*font: -*-Helvetica-Medium-R-Normal--*-100-*-*-P-*-ISO8859-1GV*optionfsPopup*Switch*font: -*-Helvetica-Medium-R-Normal--*-100-*-*-P-*-ISO8859-1GV*optionfsPopup*font: -*-Helvetica-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1GV*optionfsPopup*Button.font: -*-Helvetica-Bold-R-Normal--*-120-*-*-P-*-ISO8859-1GV*optiongsPopup*Label*font: -*-Helvetica-Medium-R-Normal--*-100-*-*-P-*-ISO8859-1GV*optiongsPopup*Switch*font: -*-Helvetica-Medium-R-Normal--*-100-*-*-P-*-ISO8859-1GV*optiongsPopup*font: -*-Helvetica-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1GV*optiongsPopup*Button.font: -*-Helvetica-Bold-R-Normal--*-120-*-*-P-*-ISO8859-1GV*dialogPopup*font: -*-Helvetica-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1GV*dialogPopup*Button.font: -*-Helvetica-Bold-R-Normal--*-120-*-*-P-*-ISO8859-1GV*dialogPopup*message*font: -*-Helvetica-Bold-R-Normal--*-120-*-*-P-*-ISO8859-1GV*notePopup*Button.font: -*-Helvetica-Bold-R-Normal--*-120-*-*-P-*-ISO8859-1GV*notePopup*message*font: -*-Helvetica-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1GV*confirmPopup*font: -*-Helvetica-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1GV*confirmPopup*Button.font: -*-Helvetica-Bold-R-Normal--*-120-*-*-P-*-ISO8859-1GV*versionPopup*Label*font: -*-Courier-Medium-R-Normal--*-100-*-*-M-*-ISO8859-1GV*versionPopup*versionTexta*font:-*-Helvetica-Bold-R-Normal--*-180-*-*-P-*-ISO8859-1GV*versionPopup*versionTextb*font:-*-Helvetica-Bold-R-Normal--*-120-*-*-P-*-ISO8859-1GV*infoPopup*Text*font: -*-Courier-Medium-R-Normal--*-100-*-*-M-*-ISO8859-1GV*highlightThickness: 1GV*ShapeStyle: RectangleGV*beNiceToColormap: FalseGV*input: TrueGV*initialResourcesPersistent: FalseGV.version: gv 3.6.7.90GV*background: gray71GV*foreground: blackGV*Text*background: #D3B5B5GV*SimpleMenu*background: AntiqueWhite3GV*locator*background: gray65GV*panner*foreground: gray78GV*Label.background: AntiqueWhite3GV*fileSel*Frame*background: gray78GV*fileSel*Frame*Text*background: #D3B5B5GV*optiongvPopup*Toggle*foreground: gray65GV*optiongsPopup*Toggle*foreground: gray65GV*optionsetupPopup*Toggle*foreground: gray65GV*infoPopup*Scrollbar.background: gray71GV*notePopup*message.background: #D3B5B5GV*confirmPopup*message3.background: #D3B5B5GV*confirmPopup*message1.background: gray71GV*Button.background: AntiqueWhite3GV*Button.highlightedBackground: AntiqueWhite2GV*Button.setBackground: AntiqueWhite4GV*Switch.background: AntiqueWhite3GV*Switch.highlightedBackground: AntiqueWhite4GV*Switch.setBackground: AntiqueWhite2GV.?.Button.highlightedBackground: AntiqueWhite2GV.?.Button.background: AntiqueWhite3GV.?.Button.setBackground: AntiqueWhite4GV*MButton*setBackground: AntiqueWhite2GV*MButton*background: AntiqueWhite3GV*Scrollbar.background: gray78GV*Scrollbar.pointerColor: blackGV*Scrollbar.pointerColorBackground: WhiteGV*Scrollbar.scrollbarBackground: gray71GV*Scrollbar.foreground: gray78GV*optionsetupPopup*Text*Scrollbar.background:gray71GV*optionfsPopup*Text*Scrollbar.background:gray71GV*optionfsPopup*Label.background: gray71GV*optiongsPopup*Label.background: gray71GV*optiongvPopup*Label.background: gray71GV*optionsetupPopup*Label.background: gray71GV*newtocFrame*background: gray78GV*newtocScroll.background: gray78GV*Vlist.markBackground: redGV*Vlist.selectedBackground: #D3B5B5GV*Vlist.highlightedBackground: gray65GV*shadowWidth: 2GV*Label.shadowWidth: 1GV*Label*topShadowContrast: -40GV*Label*bottomShadowContrast: -20GV*Scrollbar.TopShadowPixel: gray90GV*Scrollbar.BottomShadowPixel: gray40GV*newtoc.shadowWidth: 0GV*newtocScroll.bottomShadowPixel: gray40GV*optionfsPopup*Label.shadowWidth: 0GV*optiongsPopup*Label.shadowWidth: 0GV*optiongvPopup*Label.shadowWidth: 0GV*optionsetupPopup*Label.shadowWidth: 0GV*confirmPopup*message1.shadowWidth: 0GV*Frame.frameType: sunkenGV*Frame.topShadowPixel: gray85GV*Frame.bottomShadowPixel: gray40GV*Frame.hSpace: 0GV*Frame.vSpace: 0GV*MButton*unsetFrameStyle: chiseledGV.?.Button.unsetFrameStyle: chiseledGV.?.Button.highlightedFrameStyle: chiseledGV*rescan.unsetFrameStyle: chiseledGV*filter.unsetFrameStyle: chiseledGV*borderWidth: 0GV*processButton.borderWidth: 0GV*page.borderWidth: 1GV*SimpleMenu.borderWidth: 1GV*infoPopup*Text.borderWidth: 1GV*viewFrame.topShadowPixel: gray78GV*viewFrame.hSpace: 1GV*viewFrame.vSpace: 1GV*page.borderColor: gray65GV*viewClip.borderWidth: 1GV*viewClip.borderColor: gray71GV*Scrollbar.thickness: 17GV*Scrollbar.thumb: NoneGV*magMenu*VertSpace: 2GV*magMenu*leftMargin: 15GV*magMenu*rightMargin: 15GV*magMenu*justify: centerGV*fileSel.filterframe.background: #D3B5B5GV*fileSel.filterframe.hSpace: 4GV*fileSel.filterframe*Text*Margin: 4GV*fileSel.pathframe.background: #D3B5B5GV*fileSel.pathframe.hSpace: 4GV*fileSel.pathframe*Text*Margin: 6GV*fileSel*Vlist.selectedBackground: gray58GV*fileSel*Vlist.selectedGeometry: 3 0 -3 1GV*fileSel*Vlist.highlightedGeometry: 3 0 -3 1GV*fileSel*topframe.forcedWidth: 100GV*fileSel*subframe.forcedWidth: 100GV*fileSel*Scrollbar.showArrows: FalseGV*fileSel*Scrollbar.thumbTopIndent: 0GV*fileSel*Scrollbar.width: 12GV*fileSel*Scrollbar.shadowWidth: 1GV*fileSel*Scrollbar.background: gray78GV*fileSel*Scrollbar.foreground: gray71GV*fileSel.minimumWidth: 400GV*fileSel.height: 350GV*fileSelPopup.minWidth: 350GV*fileSelPopup.minHeight: 200GV*fileSel.highlightPixel: #D3B5B5GV*zoomPopup.title: ZoomGV*zoomControl.maximumWidth: 600GV*zoomControl.maximumHeight: 600GV*versionPopup*Label.internalHeight: 6GV*versionPopup*Label.internalWidth: 8GV*infoPopup.title: Ghostscript MessagesGV*infoPopup.geometry: +50+50GV*dialogPopup.title: DialogGV*dialogPopup*message.internalHeight: 2GV*dialogPopup*message.internalWidth: 8GV*dialogPopup*defaultDistance: 2GV*notePopup.title: MessageGV*notePopup*message.internalHeight: 6GV*notePopup*message.internalWidth: 8GV*confirmPopup.title: ConfirmGV*confirmPopup*Label.internalHeight: 6GV*confirmPopup*Label.internalWidth: 8GV*optionfsPopup.title: File Selection OptionsGV*optionfsPopup*defaultDistance: 2GV*optionfsPopup*Text*leftMargin: 8GV*optionfsPopup*filters.Margin: 8GV*optionfsPopup*dirs.Margin: 8GV*optionfsPopup*filters.height: 120GV*optionfsPopup*dirs.height: 120GV*optiongsPopup.title: Ghostscript OptionsGV*optiongsPopup*defaultDistance: 2GV*optiongsPopup*Text*Margin: 5GV*optiongvPopup.title: gv OptionsGV*optionsetupPopup.title: Setup OptionsGV*optionsetupPopup*defaultDistance: 2GV*optionsetupPopup*Text*leftMargin: 8GV*optionsetupPopup*scales.Margin: 8GV*optionsetupPopup*scalesFrame.forcedWidth: 230GV*optionsetupPopup*mediasFrame.forcedWidth: 240GV*optionsetupPopup*mediasFrame.forcedHeight: 400GV*fileSelPopup.title: Open FileGV*pannerFrame.frameType: sunkenGV*pannerFrame.hSpace: 0GV*pannerFrame.vSpace: 0GV*panner.background: gray65GV*pannerFrame.shadowWidth: 1GV*pannerFrame.topShadowPixel: gray90GV*pannerFrame.bottomShadowPixel: gray40GV*panner.width: 50GV*panner.height: 50GV*slider.background: gray78GV*slider.shadowWidth: 1GV*slider.topShadowPixel: gray90GV*slider.bottomShadowPixel: gray40GV*stateButton*menu*leftMargin: 20GV*orientationButton*menu*leftMargin: 20GV*pagemediaButton*menu*leftMargin: 20GV*scaleButton*menu*leftMargin: 20GV.control.prevPage*internalHeight: 4GV.control.nextPage*internalHeight: 4GV*locator*internalHeight: 3GV.control.Button*internalWidth: 0GV*presentation.Label: Presentation ModeGV*savepos.Label: SaveposGV*cancel.Label: CancelGV*dismiss.Label: DismissGV*apply.label: ApplyGV*copyright.Label: CopyrightGV*quit.Label: QuitGV*fileButton.Label: FileGV*open.Label: Open ...GV*reopen.Label: ReloadGV*update.Label: UpdateGV*printAllPages.Label: Print document ...GV*printMarkedPages.Label: Print marked pages ...GV*saveAllPages.Label: Save document ...GV*saveMarkedPages.Label: Save marked pages ...GV*stateButton.Label: StateGV*stop.Label: Stop interpreterGV*dsc.Label: Respect document structureGV*eof.Label: Ignore EOF commentsGV*antialias.Label: AntialiasGV*watchFile.Label: Watch fileGV*titleLabel.Label: Show TitleGV*pixmap.Label: Backing PixmapGV*size.Label: Automatic resizingGV*watch.Label: Watch FileGV*infoVerboseLabel.Label: info PopupGV*ascaleLabel.Label: Arbitraty scaleGV*optionsgv.Label: gv Options ...GV*optionsfs.Label: File Selection Options ...GV*optionsgs.Label: Ghostscript Options ...GV*optionssetup.Label: Setup Options ...GV*pageButton.Label: PageGV*next.Label: NextGV*show.Label: RedisplayGV*prev.Label: PreviousGV*center.Label: CenterGV*pageButton*current.Label: Toggle current markGV*pageButton*even.Label: Toggle even marksGV*pageButton*odd.Label: Toggle odd marksGV*pageButton*unmark.Label: Unmark allGV*processButton.Label: \ processingGV*mark.Label: MarkGV*prevPage.Label: <<GV*nextPage.Label: >>GV*unmark.Label: UnmarkGV*automatic.Label: AutomaticGV*portrait.Label: PortraitGV*landscape.Label: LandscapeGV*upsidedown.Label: Upside-DownGV*seascape.Label: SeascapeGV*swap.Label: Swap LandscapeGV*toggleCurrent.label:GV*toggleEven.label:GV*toggleOdd.label:GV*unmarkAll.label:GV*printAll.label: Print All GV*printMarked.label: Print MarkedGV*saveAll.label: Save AllGV*saveMarked.label: Save MarkedGV*openFile.label: OpenGV*redisplay.label: ReloadGV*updateFile.label: Update FileGV*checkFile.label: Check FileGV*filters.label: Filters:GV*dirs.label: DirectoriesGV*button1.label: CancelGV*button2.label: Open FileGV*rescan.label: Rescan DirectoryGV*screenSizeLabel.label: Screen Size (mm)GV*versionPopup*versionDone*label: DismissGV*dialogPopup*cancel.label: CancelGV*notePopup*done.label: OkayGV*confirmPopup*cancel.label: CancelGV*confirmPopup*done.label: QuitGV*save.label: SaveGV*optiongvPopup*mediaLabel.label: \ Paper Size \ GV*optiongvPopup*fmediaLabel.label: Fallback Paper SizeGV*optiongvPopup*orientLabel.label: \ Orientation \ GV*optiongvPopup*forientLabel.label: Fallback OrientationGV*optiongvPopup*magLabel.label: ScaleGV*optiongvPopup*antialias.label: AntialiasGV*optiongvPopup*respectDSC.label: Respect DSCGV*optiongvPopup*eof.label: Ignore EOFGV*optiongvPopup*autoResize.label: Variable SizeGV*optiongvPopup*swapLandscape.label: Swap LandscapeGV*optiongvPopup*scalesLabel.label: \ Scale \ GV*miscmenuLabel.label: Misc Menu EntriesGV*magmenuLabel.label: Mag Menu EntriesGV*mediasLabel.label: Media SizesGV*confirmLabel.label: Confirm QuitGV*misc.label: MiscellaneousGV*scrolling.label: Reverse ScrollingGV*eyeGuide.label: Scrolling Eye GuideGV*confirmPrint.label: Confirm PrintingGV*uncompressLabel.label: UncompressGV*autoCenter.label: Auto CenterGV*printCommandLabel.label: Print CommandGV*scratchDirLabel.label: Scratch DirectoryGV*saveDirLabel.label: Save DirectoryGV*scalesLabel.label: ScalesGV*scaleBaseLabel.label: Scale BaseGV*safeDir.label: SafeDirGV*safer.label: SaferGV*quiet.label: QuietGV*defaults.label: System DefaultsGV*scanLabel.label: Scan PDFGV*convLabel.label: Convert PDFGV*gsLabel.label: InterpreterGV*x11devLabel.label: DeviceGV*x11alphadevLabel.label: Antialias DeviceGV*argumentsLabel.label: ArgumentsGV*filtersLabel.label: File Selection FiltersGV*dirsLabel.label: File Selection DirectoriesGV*filterLabel.label: Default FilterGV*miscMenu.update.label: Update FileGV*miscMenu.redisplay.label: ReloadGV*miscMenu.stop.label: Stop InterpreterGV*miscMenu.toggle_current.label: Toggle CurrentGV*miscMenu.toggle_odd.label: Toggle OddGV*miscMenu.toggle_even.label: Toggle EvenGV*miscMenu.unmark.label: Unmark AllGV*miscMenu.print_all.label: Print AllGV*miscMenu.print_marked.label: Print MarkedGV*miscMenu.save_all.label: Save AllGV*miscMenu.save_marked.label: Save MarkedGV.control.baseTranslations:#replace \n A: GV_Antialias() \n O: GV_Open() \n Q: GV_Quit() \n R: GV_Resizing() \n I: GV_HandleDSC() \n W: GV_WatchFile() \n ~s ~c s: GV_Save(marked) \n s: GV_Save(all) \n ~s ~c p: GV_Print(marked) \n ~s c p: GV_Print(all) \n ~c ~s period: GV_Page(redisplay) \n period: GV_Reopen() \n Z: GV_SavePos() \n U: GV_PrintPos(marked) \n s p: GV_Presentation() \n c L: GV_Page(redisplay) \n M: GV_SetPageMark(current,mark)\n N: GV_SetPageMark(current,unmark)\n 7: GV_SetOrientation(portrait)\n 8: GV_SetOrientation(landscape)\n 9: GV_SetOrientation(upside-down)\n 0: GV_SetOrientation(seascape)\n ~c ~s 1: GV_SetScale(1) \n ~c ~s 2: GV_SetScale(2) \n ~c ~s 3: GV_SetScale(3) \n ~c ~s 4: GV_SetScale(4) \n ~c ~s 5: GV_SetScale(5) \n ~c ~s 6: GV_SetScale(6) \n 6: GV_SetScale(-6) \n 5: GV_SetScale(-5) \n 4: GV_SetScale(-4) \n 3: GV_SetScale(-3) \n 2: GV_SetScale(-2) \n 1: GV_SetScale(-1) \n grave: GV_SetScale(0) \n asciicircum: GV_SetScale(0) \n -: GV_SetScale(-) \n =: GV_SetScale(+) \n +: GV_SetScale(+) \n ~c ~s Up: GV_Page(up) \n ~c ~s Right: GV_Page(right) \n ~c ~s Down: GV_Page(down) \n ~c ~s Left: GV_Page(left) \n ~c s Up: GV_Page(up,left-bottom,!page-1,bottom-rightedge)\n ~c s Down: GV_Page(down,right-top,!page+1,top-leftedge)\n ~c s Left: GV_Page(left,up-rightedge,!page-1,bottom-rightedge)\n ~c s Right: GV_Page(right,down-leftedge,!page+1,top-leftedge)\n c ~s Up: GV_Page(!page-1,top-leftedge)\n c ~s Down: GV_Page(!page+1,top-leftedge)\n c ~s Left: GV_Page(!page-5,top-leftedge)\n c ~s Right: GV_Page(!page+5,top-leftedge)\n ~c ~s d: GV_Page(up) \n ~c ~s x: GV_Page(down) \n ~c ~s z: GV_Page(left) \n ~c ~s y: GV_Page(left) \n ~c ~s c: GV_Page(right) \n ~c s d: GV_Page(up,left-bottom,!page-1,bottom-rightedge)\n ~c s x: GV_Page(down,right-top,!page+1,top-leftedge)\n ~c s z: GV_Page(left,up-rightedge,!page-1,bottom-rightedge)\n ~c s y: GV_Page(left,up-rightedge,!page-1,bottom-rightedge)\n ~c s c: GV_Page(right,down-leftedge,!page+1,top-leftedge)\n c ~s d: GV_Page(!page-1,top-leftedge)\n c ~s x: GV_Page(!page+1,top-leftedge)\n c ~s z: GV_Page(!page-5,top-leftedge)\n c ~s y: GV_Page(!page-5,top-leftedge)\n c ~s c: GV_Page(!page+5,top-leftedge)\n V: GV_Page(center) \n ~c ~sspace: GV_Page(down,right-top,!page+1,top-leftedge)\n space: GV_Page(up,left-bottom,!page-1,bottom-rightedge)\n BackSpace: GV_Page(up,left-bottom,!page-1,bottom-rightedge)\n Insert: GV_Page(page-5) \n Delete: GV_Page(page+5) \n Home: GV_Page(page=0) \n End: GV_Page(page=99999) \n Prior: GV_Page(page-1) \n Next: GV_Page(page+1) \n KP_0: GV_Page(highlight=0) \n KP_1: GV_Page(highlight=1) \n KP_2: GV_Page(highlight=2) \n KP_3: GV_Page(highlight=3) \n KP_4: GV_Page(highlight=4) \n KP_5: GV_Page(highlight=5) \n KP_6: GV_Page(highlight=6) \n KP_7: GV_Page(highlight=7) \n KP_8: GV_Page(highlight=8) \n KP_9: GV_Page(highlight=9) \n KP_Subtract: GV_Page(highlight-1) \n KP_Add: GV_Page(highlight+1) \n KP_Enter: GV_Page(page=highlighted)\n ~c ~s Return: GV_Page(down,!page+1,top) \n Return: GV_Page(top,!page-1,down) \n B: GV_Page(page-1) \n F: GV_Page(page+1)GV.zoomPopup.Aaa.baseTranslations:#replace \n Q: GV_DismissPopup() \n ~c ~s Up: GV_Page(up) \n ~c ~s Right: GV_Page(right) \n ~c ~s Down: GV_Page(down) \n ~c ~s Left: GV_Page(left) \n ~c s Up: GV_Page(up,left-bottom)\n ~c s Down: GV_Page(down,right-top)\n ~c s Left: GV_Page(left,up-rightedge)\n ~c s Right: GV_Page(right,down-leftedge)\n ~c ~s d: GV_Page(up) \n ~c ~s x: GV_Page(down) \n ~c ~s z: GV_Page(left) \n ~c ~s y: GV_Page(left) \n ~c ~s c: GV_Page(right) \n ~c s d: GV_Page(up,left-bottom)\n ~c s x: GV_Page(down,right-top)\n ~c s z: GV_Page(left,up-rightedge)\n ~c s y: GV_Page(left,up-rightedge)\n ~c s c: GV_Page(right,down-leftedge)\n V: GV_Page(center) \n ~c ~sspace: GV_Page(down,right-top)\n space: GV_Page(up,left-bottom)\n BackSpace: GV_Page(up,left-bottom)GV*newtoc.baseTranslations: #replace \n : GV_Toc(highlight) \n : GV_Toc(unhighlight) \n : GV_Toc(scrollon) \n : GV_Toc(scroll) \n : GV_Toc(highlight) GV_Toc(scrolloff) GV_Toc(select) \n : GV_Toc(toggleon) \n : GV_Toc(toggleextend) GV_Toc(highlight) \n : GV_Toc(toggleoff) \n : GV_Toc(toggleon) \n : GV_Toc(toggleextend) GV_Toc(highlight) \n : GV_Toc(toggleoff) \n : GV_Toc(highlight)GV*SimpleMenu.baseTranslations:#replace\n : highlight()\n : unhighlight()\n : highlight()\n : MenuPopdown() GV_MenuPopdown() notify() unhighlight()GV*Ghostview.baseTranslations: #replace \n~Button2 ~Button3 : cursor(scroll) GV_MovePage(start) GV_EraseLocator() \n~Button2 ~Button3 : GV_MovePage(move,1.0,0) \n : cursor(normal) GV_MovePage(stop) GV_OtherPage() notify() \n~Button1 ~Button3 s : cursor(scroll) GV_MovePage(start) GV_EraseLocator() GV_MiscMenu(init) \n~Button1 ~Button3 s : GV_MovePage(move,0,1.0) \n s : cursor(normal) GV_MiscMenu(popup) notify() \n~Button1 ~Button2 s : GV_MagMenu(begin) \n~Button1 ~Button2 s : GV_MagMenu(extend) \n~Button1 ~Button2 s : GV_MagMenu(choose) \n~Button1 ~Button3 : GV_MagMenu(begin) \n Button2 : GV_MagMenu(reset) \n Button2 : GV_MagMenu(reset) \n~Button1 ~Button3 : GV_MagMenu(extend) \n~Button1 ~Button3 : GV_MagMenu(choose) \n~Button1 ~Button2 : cursor(scroll) GV_MovePage(start) GV_EraseLocator() GV_MiscMenu(init) \n Button3 : GV_MiscMenu(reset) \n Button3 : GV_MiscMenu(reset) \n~Button1 ~Button2 : GV_MovePage(move,0,1.0) \n : cursor(normal) GV_MiscMenu(popup) notify() \n Button1 ~Button3 : GV_Page(redisplay) \n Button1 ~Button2 : GV_Page(redisplay) \n : message() \n : notify() \n : GV_EraseLocator() \n : notify()GV.baseTranslations: #replace \n : GV_CheckFile(date) \n : GV_ConfigureNotify() \n WM_PROTOCOLS: GV_DeleteWindow()GV.control.titleButton.baseTranslations:#replace\n : PopupMenu(1)GV.control.dateButton.baseTranslations:#replace \n : PopupMenu(1)GV.control.prevPage.baseTranslations: #replace\n : highlight() \n : reset() \n : set() \n : notify() unset() GV_Page(page-1)\n : notify() unset() GV_Page(page-5)\n : notify() unset() GV_Page(page-10)GV.control.nextPage.baseTranslations: #replace\n : highlight() \n : reset() \n : set() \n : notify() unset() GV_Page(page+1)\n : notify() unset() GV_Page(page+5)\n : notify() unset() GV_Page(page+10)GV*TransientShell*optionControl*Button.baseTranslations: #replace\n : highlight() \n : reset() \n : set() \n : notify() unset()GV*optiongvPopup*Toggle.baseTranslations: #replace\n : \n : \n ,: toggle() notify()GV*optiongsPopup*Toggle.baseTranslations: #replace\n : \n : \n ,: toggle() notify()GV*panner.baseTranslations: #replace \n : GV_Panner(on) \n : GV_Panner(move) \n : GV_Panner(off) \n s : GV_Page(page+1) \n s : GV_Page(page-1) \n : GV_Page(page-1) \n : GV_Page(page+1)GV.TransientShell.baseTranslations:#replace\n WM_PROTOCOLS: GV_DeleteWindow()GV.TopLevelShell.baseTranslations:#replace\n WM_PROTOCOLS: GV_DeleteWindow()GV.TransientShell.Aaa.baseTranslations:#replace\n Q: GV_DismissPopup()GV.TopLevelShell.Aaa.baseTranslations:#replace\n Q: GV_DismissPopup()GV.TopLevelShell*Button.accelerators:#override\n Return: set() notify() unset()GV.TopLevelShell*dismiss.accelerators:#override\n Escape: set() notify() unset()\n Return: set() notify() unset()GV.TopLevelShell*Button.baseTranslations: #replace\n Return: set() notify() unset()\n : unset() \n : set() \n : notify() unset()GV*TransientShell*Button.accelerators:#override\n Return: set() notify() unset()GV*TransientShell*cancel.accelerators:#override\n Escape: set() notify() unset()\n Return: set() notify() unset()GV*TransientShell*button1.accelerators:#override\n Escape: set() notify() unset()\n Return: set() notify() unset()GV*TransientShell*dismiss.accelerators:#override\n Escape: set() notify() unset()\n Return: set() notify() unset()GV*TransientShell*Button.baseTranslations: #replace\n Return: set() notify() unset()\n : unset() \n : set() \n : notify() unset()GV*magMenu.baseTranslations: #replace \n : highlight() \n : unhighlight() GV_MagMenu(reset)\n : GV_MagMenu(check)\n : highlight() \n : highlight() \n : GV_MagMenu(show) MenuPopdown(magMenu) GV*miscMenu.baseTranslations: #replace \n : highlight() \n : unhighlight() GV_MiscMenu(reset)\n : GV_MiscMenu(check)\n : highlight() \n : highlight() \n : MenuPopdown(miscMenu) notify() unhighlight() GV_MiscMenu(reset)GV*gs.errors.none.Label: NoneGV*gs.errors.errors.Label: ErrorsGV*gs.errors.all.Label: AllGV*quitstyle.never.Label: NeverGV*quitstyle.whenprocessing.Label: When processingGV*quitstyle.always.Label: AlwaysGV*title.notitle.Label: No TitleGV*title.documenttitle.Label: Document TitleGV*title.filename.Label: FilenameGV*strings.saveCurrentPage: Save Current PageGV*strings.saveMarkedPages: Save Marked PagesGV*strings.saveDocument: Save DocumentGV*strings.saveAsPDF: Save as PDFGV*strings.openFile: Open FileGV*strings.passwordPrompt: Password:GV*strings.passwordRequired: Password requiredGV*strings.quitConfirm: Do you really want to quit ?GV*strings.texCommand: TeX commandGV*strings.putTexCommand: Put a TeX command at the current positionGV*strings.stillInProgress: Still in progress:GV*strings.execOfFailed: Exec of %s failedGV*strings.copyrightTranslation: N/AGV*viewControl.layout:|v{ 4<+[1]> |h{ 4<+[1]> page 4<+[1]> } 4<+[1]>}GV*control.layout:|v{ f=8 s=8 ss=4 sss=2 a=6 pbw=(10*(|width processButton)) pbss=($ss*($pbw/($pbw+1))) $f |h{ $f |v{ fileButton<+[1]*> $s |h{ 0<+[1]> |v{ autoResize<+30*> $a |h{ 1<+[1]> locator 1<+[1]> } $a openFile<+30*> 1 printAll<+30*> 1 printMarked<+30*> 1 saveAll<+30*> 1 saveMarked<+30*> $a |h{ 0<+[1]> pannerFrame 0<+[1]> } $a |h{ prevPage<+30*> 1 nextPage<+30*> } 1 redisplay<+30*> } 0<+[1]> } $a |h{ 0<+[1]> toggleOdd 1 toggleEven 1 toggleCurrent 1 unmarkAll 0<+[1]> } $a |h{ 0<+30> newtocScroll<*+200[1]-[1]> $ss newtocFrame<-[2]*+200[1]-[1]> 0<+30> } } $s |v{ |h{ stateButton<-90%*> $ss<-90%> pageButton<-90%*> $ss<-90%> orientationButton<-90%*> $ss<-90%> scaleButton<-90%*> $ss<-90%> pagemediaButton<-90%*> $pbss<-90%> |v{ 0<+[1]> processButton<-90%*> 0<+[1]> } $ss<-90%> |v{ 0<+[1]> |h{ titleButton<+5[1]-(100%)[1]*> $ss<-90%> dateButton<+[1]-(100%)[1]*> } 0<+[1]> } } $s |h{ viewFrame<+9999-100%*+9999-100%> } } $f } $f}GV*newtocControl.layout:|v{ |h{ newtoc 0<+[1]> } 0<+[1]>}GV*zviewControl.layout:|v{ 4<+[1]> |h{ 4<+[1]> page<-100%*-100%> 4<+[1]> } 4<+[1]>}GV*zoomControl.layout:|h{ s=8 $s |v{ $s zviewFrame<+[2]-100%*+[2]-100%> $s dismiss<+[1]-100%*> $s } $s}GV*optiongvPopup*layout:|v{ bs=8 s=4 ss=3 sss=2 $bs |h{ $bs |v{ orientLabel $sss orientButton $sss forientLabel $sss forientButton $sss scalesLabel $sss scalesButton (2*$bs) swapLandscape<+[1]*> $sss autoResize<+[1]*> $sss watch<+[1]*> $sss infoVerboseLabel<+[1]*> $sss infoVerboseButton<+[1]*> } $ss |v{ mediaLabel $sss mediaButton $sss fmediaLabel $sss fmediaButton $sss scaleBaseLabel $sss scaleBaseButton (2*$bs) respectDSC<+[1]*> $sss eof<+[1]*> $sss antialias<+[1]*> $sss ascaleLabel<+[1]*> $sss ascaleFrame<+[1]*> } $bs } (2*$bs) |h{ (3*$bs)<-90%> apply $bs<+[1]-100%> save $bs<+[1]-100%> dismiss (3*$bs)<-90%> } $bs}GV*optionsetupPopup*layout:|v{ bs=8 s=4 ss=3 sss=2 $bs |h{ $bs |v{ confirmLabel<+[1]*> $sss confirmButton<+[1]*> $sss titleLabel<+[1]*> $sss titleButton<+[1]*> $sss misc<+[1]*> $sss scrolling<+[1]*> $sss eyeGuide<+[1]*> $sss confirmPrint<+[1]*> $sss autoCenter<+[1]*> $sss pixmap<+[1]*> $sss magmenuLabel<+[1]*> $sss magmenuFrame<+[1]*+[1]> $sss miscmenuLabel<+[1]*> $sss miscmenuFrame<+[1]*+[1]> } $s |v{ scalesLabel<+[2]-100%*> $ss scalesFrame<+[2]-100%*+[1]> $s |h{ |v{ $s screenSizeLabel<+[1]*> $bs printCommandLabel<+[1]*> } $s |v{ screenSizeFrame<+[2]-100%*> $s printCommandFrame<+[2]-100%*> } } } $s |v{ mediasLabel<+[2]-100%*> $ss mediasFrame<+[2]-100%*+[1]> } $bs } (2*$bs) |h{ (3*$bs)<+[1]-90%> apply $bs<+[1]-100%> save $bs<+[1]-100%> dismiss (3*$bs)<+[1]-90%> } $bs}GV*optionfsPopup*layout:|v{ bs=8 s=4 ss=3 sss=2 $bs |h{ $bs |v{ filtersLabel<+[2]-100%*> $ss filtersFrame<+[2]-100%*+[1]> } $bs |v{ dirsLabel<+[2]-100%*> $ss dirsFrame<+[2]-100%*+[1]> } $bs } $bs |h{ $bs |v{ $s filterLabel<+[1]*> $bs scratchDirLabel<+[1]*> $bs saveDirLabel<+[1]*> } $s |v{ filterFrame<+[2]-100%*> $s scratchDirFrame<+[2]-100%*> $s saveDirFrame<+[2]-100%*> } $bs } (2*$bs) |h{ (3*$bs)<-90%> apply $bs<+[1]-100%> save $bs<+[1]-100%> dismiss (3*$bs)<-90%> } $bs}GV*optiongsPopup*layout:|v{ ls=15 bs=8 ss=3 s=4 sss=2 $bs |h{ $bs gsLabel 0<+[1]> } |h{ $bs gsFrame<+[1]-95%*> $ss safeDir $ss safer $ss quiet $bs } $sss |h{ $bs argumentsLabel 0<+[1]> } |h{ $bs argumentsFrame<+[1]-95%*> $bs } $sss |h{ $bs |v{ |h{ x11devLabel 0<+[1]> } x11devFrame<+[1]-95%*> } $ss |v{ |h{ x11alphadevLabel 0<+[1]> } x11alphadevFrame<+[1]-95%*> } $bs } $sss |h{ $bs scanLabel 0<+[1]> } |h{ $bs scanFrame<+[1]-50%*+[1]> $bs } $sss |h{ $bs convLabel<+50*> 0<+[1]> } |h{ $bs convFrame<+[1]-50%*+[1]> $bs } (2*$bs) |h{ (4*$bs)<-90%> apply $bs<+[1]-100%> save $bs<+[1]-100%> defaults $bs<+[1]-100%> dismiss (4*$bs)<-90%> } $bs}GV*notePopup*layout:|v{ vs=8 $vs<+[1]> |h{ $vs<+[1]> message<+[1]-100%*+[1]-100%> $vs<+[1]> } $vs<+[1]> |h{ $vs<+[1]> done<-100%*> $vs<+[1]> } $vs<+[1]>}GV*dialogPopup*layout:|v{ s=7 bs=14 $bs |h{ (2*$bs) message<+[1]*> (2*$bs) } $bs |h{ $bs dialog_textLabel $s dialog_textFrame<+[1]-100%*> $bs } $bs |h{ (2*$bs)<+[1]> done $bs<+[1]> cancel (2*$bs)<+[1]> } $bs}GV*confirmPopup*layout:|v{ h2 =(|height message2) h3 =(|height message3) s2 =(4*($h2/($h2+1))) s3 =(8*($h3/($h3+1))) vs=10 (2*$vs) |h{ $vs |v{ message2<+[1]*> (2*$s2) message3<+[1]*> $s3 } $vs } $vs |h{ (2*$vs)<+[1]> done $vs<+[1]> cancel (2*$vs)<+[1]> } $vs}GV*versionPopup*layout:|v{ vs=8 (3*$vs)<+[1]-100%> |h{ $vs<+[1]> |h{ |v{ versionTexta (|height versionTextb) $vs } $vs |v{ 0<+[1]> versionTextb } $vs } $vs $vs<+2[1]> |v{ 0<+[1]> versionDone 0<+[1]> } $vs<+[1]> } (3*$vs) |h{ $vs<+[1]> license $vs <+[1]> } (3*$vs) |h{ $vs<+[1]> authora $vs<+[1]> } $vs |h{ $vs<+[1]> authorb $vs<+[1]> } $vs |h{ $vs<+[1]> authorc $vs <+[1]> } (3*$vs) |h{ $vs<+[1]> authord $vs <+[1]> } (2*$vs)}GV*fileSel*Clip*Aaa.layout:|v{ list<+[1]*> 0<+[1]>}GV*fileSel.layout:|v{ bs = 8 s = 4 hs2 =(|height button2) hs3 =(|height button3) hs4 =(|height button4) bs2 =($bs*($hs2/($hs2+1))) bs3 =($bs*($hs3/($hs3+1))) bs4 =($bs*($hs4/($hs4+1))) $bs |h{ $bs pathframe<+[1]-95%*> $bs } $bs |h{ $bs |v{ topframe<+200-95%*-90%> 2 subframe<+[1]-[1]*+[1]-[1]> } $s |v{ |h{ |v{ |h{ rescan<+[1]-100%*> $s dirs<+[1]-100%*> } $s |h{ filters $s filterframe<+[1]-95%*> } } } $s |h{ subscroll<*+[1]-[1]> $s curframe<+[1]-[1]*+[1]-[1]> $s curscroll<*+[1]-[1]> } } $bs } $bs |h{ 0<+[1]> (6*$bs)<-95%> button2 0<+[1]> $bs2<+($bs2)-90%> button3 0<+[1]> $bs3<+($bs3)-90%> button4 0<+[1]> $bs4<+($bs3)-90%> button1 0<+[1]> (6*$bs)<-95%> } $bs}GV*miscmenuLabel.label: Extras: MenueeintraegeGV*x11devLabel.label: GeraetGV*misc.label: ExtrasGV*miscMenu.stop.label: Interpreter beendenGV*miscMenu.save_all.label: Alles speichernGV*saveDirLabel.label: Ordner zum SpeichernGV*infoPopup.title: Ghostscript-MeldungenGV*dirsLabel.label: DateiauswahlordnerGV*optiongvPopup*magLabel.label: GroesseGV*button2.label: Datei oeffnenGV*optionsetupPopup.title: Allg. EinstellungenGV*optiongvPopup*respectDSC.label: DSC beachtenGV*miscMenu.save_marked.label: Markiertes speichernGV*scrolling.label: Umgekehrtes ScrollenGV*optiongvPopup*forientLabel.label: Rueckfall-OrientatierungGV*button1.label: AbbrechenGV*filters.label: Filter:GV*confirmLabel.label: Beenden bestaetigenGV*printMarked.label: Markiertes druckenGV*optiongvPopup*orientLabel.label: \ Orientatierung \ GV*optiongvPopup*fmediaLabel.label: Rueckfall-PapiergroesseGV*confirmPopup*done.label: BeendenGV*optiongvPopup*autoResize.label: Variable GroesseGV*defaults.label: StandardeinstellungenGV*uncompressLabel.label: DekomprimierenGV*miscMenu.unmark.label: DemarkierenGV*saveMarked.label: Markiertes speichernGV*optiongvPopup*swapLandscape.label: Swap QuerformatGV*miscMenu.update.label: Datei neu ladenGV*miscMenu.print_marked.label: Markiertes druckenGV*scalesLabel.label: VergroesserungGV*x11alphadevLabel.label: AntialiasGV*saveAll.label: Alles speichernGV*miscMenu.toggle_current.label: Aktuelle umschaltewnGV*miscMenu.toggle_odd.label: Gerade umschaltenGV*miscMenu.toggle_even.label: Ungerade umschaltenGV*printCommandLabel.label: DruckkommandoGV*updateFile.label: Neu ladenGV*optiongsPopup.title: Ghostscript EinstellungenGV*confirmPopup.title: BestaetigenGV*mediasLabel.label: MediengroessenGV*optionfsPopup.title: DateiauswahloptionenGV*optiongvPopup*mediaLabel.label: \ Papiergroesse \ GV*convLabel.label: Konvertiere PDFGV*zoomPopup.title: LupeGV*optiongvPopup.title: gv EinstellungenGV*confirmPrint.label: Drucken bestaetigenGV*filterLabel.label: Standard-FilterGV*filtersLabel.label: DateiauswahlfiltersGV*checkFile.label: Datei beobachtenGV*optiongvPopup*scalesLabel.label: \ Vergroesserungen \ GV*dialogPopup*cancel.label: AbbrechenGV*fileSelPopup.title: Datei oeffnenGV*eyeGuide.label: ?Scrolling Eye Guide?GV*rescan.label: Ordner neu einlesenGV*miscMenu.print_all.label: Alles druckenGV*printAll.label: Alles drucken GV*argumentsLabel.label: ArgumenteGV*scaleBaseLabel.label: VergroesserungsbasisGV*screenSizeLabel.label: Bildschiemgroesse (mm)GV*autoCenter.label: Automatisch zentrierenGV*redisplay.label: Neu ladenGV*confirmPopup*cancel.label: AbbrechenGV*openFile.label: OeffnenGV*save.label: SpeichernGV*notePopup.title: NachrichtGV*optiongvPopup*eof.label: EOF ignorierenGV*apply.label: AnwendenGV*miscMenu.redisplay.label: Neu ladenGV*dirs.label: OrdnerGV*notePopup*done.label: OKGV*optionsgv.Label: gv Einstellungen ...GV*mark.Label: MarkierenGV*dismiss.Label: AbbrechenGV*center.Label: ZentrierenGV*printMarkedPages.Label: Drucke markierte ...GV*update.Label: Neu ladenGV*optionsgs.Label: Ghostscript Einstellungen ...GV*presentation.Label: PresentationsmodusGV*saveAllPages.Label: Speichere Dokument ...GV*pageButton*unmark.Label: Alle demarkierenGV*automatic.Label: AutomatikGV*unmark.Label: DemarkierenGV*reopen.Label: Neu ladenGV*dsc.Label: Beachte DocumentstrukturGV*pixmap.Label: ?Backing Pixmap?GV*pageButton.Label: SeiteGV*open.Label: Oeffnen...GV*fileButton.Label: DateiGV*show.Label: Neu anzeigenGV*stateButton.Label: StatusGV*pageButton*current.Label: Aktuelle Markierung wechselnnGV*optionssetup.Label: Allg. Einstellungen ...GV*ascaleLabel.Label: Beliebige VergroesserungGV*next.Label: NaechsteGV*seascape.Label: Alt. QuerformatGV*cancel.Label: AbbrechenGV*watch.Label: Datei beobachtenGV*titleLabel.Label: Titel anzeigenGV*stop.Label: Interpreter beendenGV*upsidedown.Label: UmgedrehtGV*pageButton*even.Label: Gerade Markierungen wechselnGV*quit.Label: BeendenGV*eof.Label: EOF Kommenatre ignorierenGV*landscape.Label: QuerformatGV*printAllPages.Label: Dokument drucken ...GV*infoVerboseLabel.Label: Info.PopupGV*size.Label: Automatische GroesseGV*prev.Label: VorherigeGV*saveMarkedPages.Label: Markierte Seiten speichern ...GV*pageButton*odd.Label: Ungerade Markierungen wechselnGV*optionsfs.Label: Dateiauswahloptionen ...GV*swap.Label: Querformat umschaltenGV*portrait.Label: HochformatGV*watchFile.Label: Datei beobachtenGV*gs.errors.none.Label: KeineGV*gs.errors.all.Label: AlleGV*gs.errors.errors.Label: FehlerGV.scales: Natuerliche Groesse, 1.000, screen \n Pixelbasiert, 1.000, pixel \n Beliebige Vergroesserung, -2 \n Hoehe anpassen, -3 \n Breite anpassen, -1 \n Beides anpassen, 0.000 \n 0.100, 0.100 \n 0.125, 0.125 \n 0.250, 0.250 \n 0.500, 0.500 \n 0.707, 0.707 \n 1.000, 1.000 \n 1.414, 1.414 \n 2.000, 2.000 \n 4.000, 4.000 \n 8.000, 8.000 \n 10.00, 10.00GV*quitstyle.never.Label: NiemalsGV*quitstyle.always.Label: ImmerGV*quitstyle.whenprocessing.Label: Bei VerarbeitungGV*title.filename.Label: DateinameGV*title.notitle.Label: Kein TitelGV*title.documenttitle.Label: DokumenttitelGV*strings.saveMarkedPages: Markiere Seiten speichernGV*strings.saveCurrentPage: Aktuelle Seite speichernGV*strings.saveDocument: Dokument speichernGV*strings.saveAsPDF: Als PDF speichernGV*strings.openFile: Datei oeffnenGV*strings.passwordPrompt: Passwort:GV*strings.passwordRequired: Passwort erforderlichGV*strings.quitConfirm: Wollen Sie wirklich GNU gv beenden?GV*strings.putTexCommand: Schreibe eine TeX-Anweisung an die aktuelle PositionGV*strings.texCommand: TeX -AnweisungGV*strings.stillInProgress: Noch in Bearbeitung:GV*strings.execOfFailed: Ausfuehrung von %s fehlgeschlagenGV*strings.copyrightTranslation: Markus Steinborn GV*zoomPopup.title: GV - 확대GV*infoPopup.title: 고스트 스크립트 메시지GV*dialogPopup.title: 다이알로그GV*notePopup.title: 메시지GV*confirmPopup.title: 확인GV*optionfsPopup.title: 파일 선택 옵션GV*optiongsPopup.title: 고스트 스크립트 옵션GV*optiongvPopup.title: GV 옵션GV*optionsetupPopup.title: 설정 옵션GV*fileSelPopup.title: 파일 열기GV*cancel.Label: 취소GV*dismiss.Label: 닫기GV*apply.label: 적용GV*copyright.Label: 저작권GV*quit.Label: 종료GV*fileButton.Label: 파일GV*open.Label: 열기 ...GV*reopen.Label: 재열기GV*update.Label: 경신GV*printAllPages.Label: 문서 인쇄 ...GV*printMarkedPages.Label: 마크한 페이지 인쇄 ...GV*saveAllPages.Label: 문서 저장 ...GV*saveMarkedPages.Label: 마크한 페이지 저장 ...GV*stateButton.Label: 환경 설정GV*stop.Label: 중지GV*dsc.Label: 문서 구조화GV*eof.Label: EOF 주석 무시GV*antialias.Label: 매끄러운 화면 처리GV*watchFile.Label: 자동 파일경신GV*showTitle.Label: 타이틀 표시GV*size.Label: 자동 크기 조절GV*watch.Label: 자동 파일경신GV*optionsgv.Label: GV 옵션 ...GV*optionsfs.Label: 파일 선택 옵션 ...GV*optionsgs.Label: 고스트 스크립트 옵션 ...GV*optionssetup.Label: 설정 옵션 ...GV*pageButton.Label: 페이지GV*next.Label: 다음GV*show.Label: 화면 재시작GV*prev.Label: 이전GV*center.Label: 중간GV*pageButton*current.Label: 현재페이지 마크/해제GV*pageButton*even.Label: 짝수페이지 마크/해제GV*pageButton*odd.Label: 홀수페이지 마크/해제GV*pageButton*unmark.Label: 전 마크 해제GV*processButton.Label: \ 진행중GV*mark.Label: 마크GV*unmark.Label: 표시 안함GV*automatic.Label: 자동GV*upsidedown.Label: 상하 반전GV*swap.Label: Landscape변환GV*toggleCurrent.label: 현재페이지 마크/해제GV*toggleEven.label: 짝수페이지 마크/해제GV*toggleOdd.label: 홀수페이지 마크/해제GV*unmarkAll.label: 모두 표시 안함GV*printAll.label: 모두 인쇄GV*printMarked.label: 마크부분 인쇄GV*saveAll.label: 모두 저장GV*saveMarked.label: 표시 저장GV*openFile.label: 열기GV*redisplay.label: 화면 재시작GV*updateFile.label: 파일경신GV*checkFile.label: 파일 확인GV*filters.label: 필터GV*dirs.label: 디렉토리GV*button1.label: 취소GV*button2.label: 파일 열기GV*rescan.label: 디렉토리 검색GV*screenSizeLabel.label: 회면 사이즈mm]GV*versionPopup*versionDone*label: 취소GV*dialogPopup*cancel.label: 취소GV*notePopup*done.label: 예GV*confirmPopup*cancel.label: 취소GV*confirmPopup*done.label: 종료GV*save.label: 저장GV*optiongvPopup*mediaLabel.label: \ 용지 사이즈 \ GV*optiongvPopup*fmediaLabel.label: 불판명시의 용지 사이즈GV*optiongvPopup*orientLabel.label: \ 원 상태 \ GV*optiongvPopup*forientLabel.label: 윈 상태로 복귀GV*optiongvPopup*magLabel.label: 확대축소GV*optiongvPopup*antialias.label: 다듬기GV*optiongvPopup*respectDSC.label: DSC를 유효GV*optiongvPopup*eof.label: EOF를 무시GV*optiongvPopup*autoResize.label: 가변 사이즈GV*optiongvPopup*swapLandscape.label: Landscape변환GV*optiongvPopup*scalesLabel.label: \ 스케일 \ GV*miscmenuLabel.label: 기타 메뉴GV*magmenuLabel.label: 확대 메뉴 목록GV*mediasLabel.label: 미디어 크기GV*confirmLabel.label: 확인 종료GV*misc.label: 기타GV*scrolling.label: 스크롤 반전GV*eyeGuide.label: 스크롤 가이드GV*confirmPrint.label: 인쇄시 확인GV*uncompressLabel.label: 압축 전개GV*autoCenter.label: 자동적으로 중앙으로GV*printCommandLabel.label: 인쇄 명령어GV*scratchDirLabel.label: 스크레치 디렉토리GV*saveDirLabel.label: 디렉토리 저장GV*scalesLabel.label: 스케일GV*scaleBaseLabel.label: 기본 스케일GV*safer.label: 보다 안전하게GV*quiet.label: 종료GV*defaults.label: 시스템 표준값GV*scanLabel.label: PDF 검색GV*convLabel.label: PDF 변환GV*gsLabel.label: Postscript인터럽트GV*x11devLabel.label: 디바이스GV*x11alphadevLabel.label: 디바이스 조정GV*argumentsLabel.label: 인수GV*filtersLabel.label: 파일 선택 필터GV*dirsLabel.label: 파일 선택 디렉토리GV*filterLabel.label: 기본 필터GV*miscMenu.update.label: 파일경신GV*miscMenu.redisplay.label: 화면 재조정GV*miscMenu.stop.label: 인터럽트 중지GV*miscMenu.toggle_current.label: 현재페이지 마크/해제GV*miscMenu.toggle_odd.label: 홀수페이지 마크/해제GV*miscMenu.toggle_even.label: 짝수페이지 마크/해제GV*miscMenu.unmark.label: 모두 표시 안함GV*miscMenu.print_all.label: 모두 인쇄GV*miscMenu.print_marked.label: 마크 부분 인쇄GV*miscMenu.save_all.label: 모두 저장GV*miscMenu.save_marked.label: 표시 저장GV*zoomPopup.title: GV - 拡大画面GV*infoPopup.title: GhostScriptメッセージGV*dialogPopup.title: ダイアログGV*notePopup.title: メッセージGV*confirmPopup.title: 確認GV*optionfsPopup.title: ファイル選択オプションGV*optiongsPopup.title: GhostscriptオプションGV*optiongvPopup.title: GVオプションGV*optionsetupPopup.title: セットアップオプションGV*fileSelPopup.title: ファイルを開くGV*cancel.Label: キャンセルGV*dismiss.Label: 閉じるGV*apply.label: 適用GV*copyright.Label: 著作権GV*quit.Label: 終了GV*fileButton.Label: ファイルGV*open.Label: 開く ...GV*reopen.Label: 再オープンGV*update.Label: 更新GV*printAllPages.Label: 文章印刷 ...GV*printMarkedPages.Label: マークしたページの印刷...GV*saveAllPages.Label: 文章保存 ...GV*saveMarkedPages.Label: マークしたページの保存...GV*stateButton.Label: 環境設定GV*stop.Label: 割り込み停止GV*dsc.Label: 文書構造によるスペクト調整GV*eof.Label: EOFコメントを無視GV*antialias.Label: アンチエイリアスGV*watchFile.Label: 自動ファイル更新GV*showTitle.Label: タイトル表示GV*size.Label: 自動サイズ変更GV*watch.Label: 自動ファイル更新GV*optionsgv.Label: GVオプション...GV*optionsfs.Label: ファイル選択オプション...GV*optionsgs.Label: Ghostscriptオプション...GV*optionssetup.Label: セットアップオプション...GV*pageButton.Label: ページGV*next.Label: 次へGV*show.Label: 再表示GV*prev.Label: 前へGV*center.Label: 中央GV*pageButton*current.Label: 現在のページをマーク/解除GV*pageButton*even.Label: 偶数ページをマーク/解除GV*pageButton*odd.Label: 奇数ページをマーク/解除GV*pageButton*unmark.Label: 全マーク解除GV*processButton.Label: \ 実行GV*mark.Label: マークGV*unmark.Label: マーク解除GV*automatic.Label: 自動GV*portrait.Label: ポートレートGV*landscape.Label: ランドスケープGV*upsidedown.Label: 上下反転GV*seascape.Label: 逆ランドスケープGV*swap.Label: ランドスケープ変換GV*toggleCurrent.label: 現在のページマーク/解除GV*toggleEven.label: 偶数ページマーク/解除GV*toggleOdd.label: 奇数ページマーク/解除GV*unmarkAll.label: 全マーク解除GV*printAll.label: 全印刷GV*printMarked.label: マーク部分印刷GV*saveAll.label: 全保存GV*saveMarked.label: マーク部分保存GV*openFile.label: 開くGV*redisplay.label: 再表示GV*updateFile.label: ファイル更新GV*checkFile.label: ファイルチェックGV*filters.label: フィルタ:GV*dirs.label: ディレクトリGV*button1.label: キャンセルGV*button2.label: ファイルを開くGV*rescan.label: ディレクトリ再読込GV*screenSizeLabel.label: 画面サイズ[mm]GV*versionPopup*versionDone*label: 閉じるGV*dialogPopup*cancel.label: キャンセルGV*notePopup*done.label: 了解GV*confirmPopup*cancel.label: キャンセルGV*confirmPopup*done.label: 終了GV*save.label: 保存GV*optiongvPopup*mediaLabel.label: \ 用紙サイズ \ GV*optiongvPopup*fmediaLabel.label: 判別不明時の用紙サイズGV*optiongvPopup*orientLabel.label: \ 用紙の向き \ GV*optiongvPopup*forientLabel.label: 判別不明時の用紙向きGV*optiongvPopup*magLabel.label: 拡大縮小GV*optiongvPopup*antialias.label: アンチエイリアスGV*optiongvPopup*respectDSC.label: DSCを有効GV*optiongvPopup*eof.label: EOFを無視GV*optiongvPopup*autoResize.label: 可変サイズGV*optiongvPopup*swapLandscape.label: ランドスケープ変換GV*optiongvPopup*scalesLabel.label: \ スケール \ GV*miscmenuLabel.label: その他メニューエントリGV*magmenuLabel.label: 拡大メニューエントリGV*mediasLabel.label: メディアの大きさGV*confirmLabel.label: 終了時の確認GV*misc.label: その他GV*scrolling.label: スクロール反転GV*eyeGuide.label: スクロールガイドGV*confirmPrint.label: 印刷時の確認GV*uncompressLabel.label: 圧縮展開GV*autoCenter.label: 自動的に中央へGV*printCommandLabel.label: 印刷コマンドGV*scratchDirLabel.label: スクラッチディレクトリGV*saveDirLabel.label: 保存ディレクトリGV*scalesLabel.label: スケールGV*scaleBaseLabel.label: スケールベースGV*safer.label: より安全にGV*quiet.label: 終了GV*defaults.label: システム標準値GV*scanLabel.label: PDF読み込みGV*convLabel.label: PDF変換GV*gsLabel.label: PostscriptエンジンGV*x11devLabel.label: デバイスGV*x11alphadevLabel.label: アンチエイリアスデバイスGV*argumentsLabel.label: 引数GV*filtersLabel.label: ファイル選択フィルタGV*dirsLabel.label: ファイル選択ディレクトリGV*filterLabel.label: 標準フィルタGV*miscMenu.update.label: ファイル更新GV*miscMenu.redisplay.label: 再表示GV*miscMenu.stop.label: 割り込み停止GV*miscMenu.toggle_current.label: 現在のページマーク/解除GV*miscMenu.toggle_odd.label: 奇数ページマーク/解除GV*miscMenu.toggle_even.label: 偶数ページマーク/解除GV*miscMenu.unmark.label: 全マーク解除GV*miscMenu.print_all.label: 全印刷GV*miscMenu.print_marked.label: マーク部分印刷GV*miscMenu.save_all.label: 全保存GV*miscMenu.save_marked.label: マーク部分保存GV*miscmenuLabel.label: Altre voci del menuGV*optionsgv.Label: Opzioni di gv ...GV*mark.Label: SelezionaGV*dismiss.Label: AnnullaGV*x11devLabel.label: PerifericaGV*scratchDirLabel.label: Cartella baseGV*quitstyle.always.Label: SempreGV*misc.label: VarieGV*miscMenu.stop.label: Ferma interpreteGV*strings.stillInProgress: Ancora in corso:GV*miscMenu.save_all.label: Salva tuttoGV*center.Label: CentraGV*saveDirLabel.label: Salva cartellaGV*printMarkedPages.Label: Stampa pagine selezionate ...GV*update.Label: AggiornaGV*optionsgs.Label: Opzioni di Ghostscript ...GV*infoPopup.title: Messaggi di GhostscriptGV*safeDir.label: SafeDirGV*dirsLabel.label: Cartelle di selezione dei fileGV*presentation.Label: Modalità presentazioneGV*scanLabel.label: Scasiona PDFGV*optiongvPopup*magLabel.label: ScalaGV*button2.label: Apri fileGV*saveAllPages.Label: Salva documento ...GV*optionsetupPopup.title: ImpostazioniGV*optiongvPopup*respectDSC.label: Rispetta DSCGV*miscMenu.save_marked.label: Salva selezionateGV*strings.putTexCommand: Inserisci un comando TeX nella posizione correnteGV*strings.execOfFailed: Esecuzione di %s fallitaGV*scrolling.label: Scorrimento inversoGV*optiongvPopup*forientLabel.label: Orientamento sostitutivoGV*pageButton*unmark.Label: Deseleziona tutteGV*button1.label: AnnullaGV*quitstyle.whenprocessing.Label: Durante l'analisiGV*filters.label: Filtri:GV*confirmLabel.label: Conferma uscitaGV*title.filename.Label: Nome fileGV*automatic.Label: AutomaticoGV*unmark.Label: DeselezionaGV*printMarked.label: Stampa selezionateGV*optiongvPopup*orientLabel.label: \ Orientamento \ GV*optiongvPopup*fmediaLabel.label: Dimensione foglio GV*confirmPopup*done.label: EsciGV*optiongvPopup*autoResize.label: Dimensione variabileGV*defaults.label: Predefiniti di sistemaGV*uncompressLabel.label: DecomprimiGV*reopen.Label: RicaricaGV*miscMenu.unmark.label: Deseleziona tuttoGV*safer.label: SaferGV*saveMarked.label: Salva selezionateGV*title.notitle.Label: Senza titoloGV*dsc.Label: Rispetta struttura del documentoGV*optiongvPopup*swapLandscape.label: Passa a panoramaGV*miscMenu.update.label: Aggiorna fileGV*miscMenu.print_marked.label: Stampa selezionateGV*strings.openFile: Apri fileGV*scalesLabel.label: ScaleGV*savepos.Label: Salva posizioneGV*pageButton.Label: PaginaGV*x11alphadevLabel.label: Periferica antialiasGV*saveAll.label: Salva tuttoGV*open.Label: Apri ...GV*miscMenu.toggle_current.label: Seleziona pagina correnteGV*miscMenu.toggle_odd.label: Seleziona pagine pariGV*miscMenu.toggle_even.label: Seleziona pagine dispariGV*printCommandLabel.label: Comando di stampaGV*updateFile.label: Aggiorna fileGV*optiongsPopup.title: Opzioni GhostscriptGV*quiet.label: SilenziosoGV*confirmPopup.title: ConfermaGV*mediasLabel.label: Dimensioni dei mediaGV*optionfsPopup.title: Opzioni di selezione del fileGV*show.Label: RevisualizzareGV*optiongvPopup*mediaLabel.label: \ Dimensione foglio \ GV*convLabel.label: Converti PDFGV*optiongvPopup.title: Opzioni di gvGV*stateButton.Label: StatoGV*strings.passwordRequired: Password richiestaGV*confirmPrint.label: Conferma stampaGV*pageButton*current.Label: Inverti la selezione correnteGV*optionssetup.Label: Impostazioni ...GV*ascaleLabel.Label: Scala arbitrariaGV*next.Label: SuccessivaGV*filterLabel.label: Filtro predefinitoGV*seascape.Label: Panorama inversoGV*cancel.Label: AnnullaGV*watch.Label: Osserva fileGV*titleLabel.Label: Mostra titoloGV*filtersLabel.label: Filtri di selezione fileGV*checkFile.label: Analizza fileGV*processButton.Label: \ analisi in corsoGV*strings.saveMarkedPages: Salva pagine selezionateGV*optiongvPopup*scalesLabel.label: \ Scala \ GV*stop.Label: Ferma interpreteGV*dialogPopup*cancel.label: AnnullaGV*fileSelPopup.title: Apri fileGV*eyeGuide.label: Guida visuale di scorrimentoGV*upsidedown.Label: SottosopraGV*pageButton*even.Label: Inverti selezione pariGV*quit.Label: EsciGV*magmenuLabel.label: Voci del meni MagGV*gs.errors.none.Label: NessunoGV*eof.Label: Ignora commenti EOFGV*rescan.label: Scansiona nuovamente cartellaGV*miscMenu.print_all.label: StampaGV*strings.copyrightTranslation: Marco Paolone GV*landscape.Label: PanoramaGV*printAllPages.Label: Stampa documento ...GV*gsLabel.label: InterpreteGV*strings.texCommand: Comando TeXGV*printAll.label: Stampa tuttoGV*argumentsLabel.label: ArgomentiGV*infoVerboseLabel.Label: Messaggio di informazioneGV*gs.errors.all.Label: TuttoGV*scaleBaseLabel.label: Scala di baseGV*screenSizeLabel.label: Dimensione schermo (mm)GV*dialogPopup.title: DialogoGV*strings.saveCurrentPage: Salva pagina correnteGV*strings.quitConfirm: Si desidera davvero uscire ?GV*autoCenter.label: Centra automaticamenteGV*redisplay.label: RicaricaGV*size.Label: Ridimensionamento automaticoGV*prev.Label: PrecedenteGV*title.documenttitle.Label: Titolo documentoGV*confirmPopup*cancel.label: AnnullaGV*openFile.label: ApriGV*saveMarkedPages.Label: Salva pagine selezionate ...GV*strings.saveDocument: Salva documentoGV*pageButton*odd.Label: Inverti selezione dispariGV*save.label: SalvaGV*notePopup.title: MessaggioGV*optionsfs.Label: Opzioni di selezione file ...GV*swap.Label: Passa a panoramaGV*portrait.Label: RitrattoGV*optiongvPopup*eof.label: Ignora EOFGV*strings.saveAsPDF: Salva come PDFGV*gs.errors.errors.Label: ErroriGV*quitstyle.never.Label: MaiGV*apply.label: ApplicaGV*watchFile.Label: Osserva fileGV*miscMenu.redisplay.label: RicaricaGV*dirs.label: CartelleGV*notePopup*done.label: OkGV*miscmenuLabel.label: Menu d'entrée diversesGV*optionsgv.Label: Options de gv...GV*mark.Label: SélectionnerGV*dismiss.Label: AnnulerGV*x11devLabel.label: PériphériqueGV*scratchDirLabel.label: Répertoire tamponGV*quitstyle.always.Label: ToujoursGV*misc.label: DiversGV*miscMenu.stop.label: Arrêter l'interpréteurGV*strings.stillInProgress: Encore en travail :GV*miscMenu.save_all.label: Sauvegarder toutGV*center.Label: CentrerGV*saveDirLabel.label: Répertoire de sauvegardeGV*printMarkedPages.Label: Imprimer pages marquées...GV*update.Label: ActualiserGV*optionsgs.Label: Options de Ghostscript...GV*infoPopup.title: Messages GhostscriptGV*dirsLabel.label: Répertoire de sélections des fichiersGV*presentation.Label: Mode présentationGV*scanLabel.label: Analyse du PDFGV*optiongvPopup*magLabel.label: ÉchelleGV*button2.label: Ouvrir le fichierGV*saveAllPages.Label: Sauvegarder le document...GV*optionsetupPopup.title: ParamètresGV*optiongvPopup*respectDSC.label: Respecter les DSCGV*miscMenu.save_marked.label: Sauvegarder marquéesGV*strings.putTexCommand: Insérer une commande TeX à la position actuelleGV*strings.execOfFailed: L'exécution de %s a échouéGV*scrolling.label: Défilement inverséGV*optiongvPopup*forientLabel.label: Orientation FallbackGV*pageButton*unmark.Label: Déselectionner toutGV*button1.label: AnnulerGV*quitstyle.whenprocessing.Label: Lorsqu'en calculGV*filters.label: Filtres :GV*confirmLabel.label: Confirmer la fermetureGV*title.filename.Label: Nom du fichierGV*automatic.Label: AutomatiqueGV*unmark.Label: DéselectionnerGV*printMarked.label: Imprimer marquéesGV*optiongvPopup*fmediaLabel.label: Format papier FallbackGV*confirmPopup*done.label: QuitterGV*optiongvPopup*autoResize.label: Taille variableGV*defaults.label: Paramètres par défautGV*uncompressLabel.label: DécompresserGV*reopen.Label: RechargerGV*miscMenu.unmark.label: Déselectionner toutGV*saveMarked.label: Sauvegarder marquéesGV*title.notitle.Label: Pas de titreGV*dsc.Label: Respecter la structure du documentGV*optiongvPopup*swapLandscape.label: Passer en paysageGV*pixmap.Label: Sous-couche de pixelsGV*miscMenu.update.label: Actualiser le fichierGV*strings.passwordPrompt: Mot de passe:GV*miscMenu.print_marked.label: Imprimer marquéesGV*strings.openFile: Ouvrir un fichierGV*scalesLabel.label: ÉchellesGV*savepos.Label: Sauvegarde de la positionGV*x11alphadevLabel.label: Périphérique antialiasGV*saveAll.label: Sauvegarder toutGV*open.Label: Ouvrir...GV*miscMenu.toggle_current.label: Marquer page courranteGV*fileButton.Label: FichierGV*miscMenu.toggle_odd.label: Marquer impairesGV*miscMenu.toggle_even.label: Marquer pairesGV*printCommandLabel.label: Commande d'affichageGV*updateFile.label: Actualiser le fichierGV*optiongsPopup.title: Options GhostscriptGV*quiet.label: MuetGV*confirmPopup.title: ConfirmerGV*mediasLabel.label: Taille des mediaGV*optionfsPopup.title: Option de sélection de fichierGV*show.Label: ReafficherGV*optiongvPopup*mediaLabel.label: \ Taille du papier \ GV*convLabel.label: Convertion du PDFGV*optiongvPopup.title: Options de gvGV*stateButton.Label: ÉtatGV*strings.passwordRequired: Mot de passe requisGV*confirmPrint.label: Confirmer l'impressionGV*pageButton*current.Label: Inverser marquage courrantGV*optionssetup.Label: Paramètres...GV*ascaleLabel.Label: Taille arbitraireGV*next.Label: SuivantGV*filterLabel.label: Filtre par défautGV*seascape.Label: Paysage renverséGV*cancel.Label: AnnulerGV*watch.Label: Voir le fichierGV*titleLabel.Label: Montrer le titreGV*filtersLabel.label: Filtres de sélection de fichiersGV*checkFile.label: Vérifier le fichierGV*processButton.Label: \ calculGV*strings.saveMarkedPages: Sauvegarder pages marquéesGV*optiongvPopup*scalesLabel.label: \ Échelle \ GV*stop.Label: Arrêter l'interprêteurGV*dialogPopup*cancel.label: AnnulerGV*fileSelPopup.title: Ouvrir un fichierGV*eyeGuide.label: Guide de défilement visuelGV*upsidedown.Label: Portrait renverséGV*pageButton*even.Label: Inverser marquage paireGV*quit.Label: QuitterGV*magmenuLabel.label: Menu d'entrée MagGV*gs.errors.none.Label: AucunGV*eof.Label: Ignorer les commentaires de fin de fichierGV*rescan.label: Actualiser le répertoireGV*miscMenu.print_all.label: Imprimer toutGV*strings.copyrightTranslation: Quentin Gibeaux GV*landscape.Label: PaysageGV*printAllPages.Label: Impression ...GV*gsLabel.label: InterpréteurGV*strings.texCommand: Commande TeXGV*printAll.label: Imprimer tout GV*argumentsLabel.label: ArgumentsGV*toggleEven.label: GV*infoVerboseLabel.Label: Message d'informationGV*gs.errors.all.Label: ToutGV*scaleBaseLabel.label: Échelle de baseGV*screenSizeLabel.label: Taille de l'écran (mm)GV*dialogPopup.title: Fenêtre de dialogeGV*strings.saveCurrentPage: Sauvegarder la page courranteGV*strings.quitConfirm: Voulez-vous réellement quitter ?GV*autoCenter.label: Centrer automatiquementGV*redisplay.label: RechargerGV*size.Label: Mise à l'échelle automatiqueGV*prev.Label: PrécédentGV*title.documenttitle.Label: Titre du documentGV*confirmPopup*cancel.label: AnnulerGV*openFile.label: OuvrirGV*saveMarkedPages.Label: Sauvegarder pages marquées...GV*strings.saveDocument: Sauvegarder le documentGV*pageButton*odd.Label: Inverser marquage impaireGV*save.label: SauvegarderGV*optionsfs.Label: Options de sélection de fichier...GV*swap.Label: Passer en paysageGV*optiongvPopup*eof.label: Ignorer le marqueur EOFGV*strings.saveAsPDF: Sauvegarder en PDFGV*gs.errors.errors.Label: ErreursGV*quitstyle.never.Label: JamaisGV*apply.label: AppliquerGV*watchFile.Label: Voir le fichierGV*miscMenu.redisplay.label: RechargerGV*dirs.label: RéportoiresGV*miscmenuLabel.label: Extras: MenüeinträgeGV*x11devLabel.label: GerätGV*optiongvPopup*magLabel.label: GrößeGV*button2.label: Datei öffnenGV*optiongvPopup*forientLabel.label: Rückfall-OrientatierungGV*confirmLabel.label: Beenden bestätigenGV*optiongvPopup*fmediaLabel.label: Rückfall-PapiergrößeGV*optiongvPopup*autoResize.label: Variable GrößeGV*optiongvPopup*swapLandscape.label: Swap QürformatGV*scalesLabel.label: VergrößerungGV*miscMenu.toggle_current.label: Aktülle umschaltewnGV*confirmPopup.title: BestätigenGV*mediasLabel.label: MediengrößenGV*optiongvPopup*mediaLabel.label: \ Papiergröße \ GV*confirmPrint.label: Drucken bestätigenGV*optiongvPopup*scalesLabel.label: \ Vergrösßrungen \ GV*fileSelPopup.title: Datei öffnenGV*scaleBaseLabel.label: VergrößerungsbasisGV*screenSizeLabel.label: Bildschiemgröße (mm)GV*openFile.label: ÖffnenGV*open.Label: Öffnen...GV*pageButton*current.Label: Aktülle Markierung wechselnnGV*ascaleLabel.Label: Beliebige VergrößerungGV*next.Label: NächsteGV*seascape.Label: Alt. QürformatGV*landscape.Label: QürformatGV*size.Label: Automatische GrößeGV*swap.Label: Qürformat umschaltenGV.scales: Natürliche Größe, 1.000, screen \n Pixelbasiert, 1.000, pixel \n Beliebige Vergrößerung, -2 \n Höhe anpassen, -3 \n Breite anpassen, -1 \n Beides anpassen, 0.000 \n 0.100, 0.100 \n 0.125, 0.125 \n 0.250, 0.250 \n 0.500, 0.500 \n 0.707, 0.707 \n 1.000, 1.000 \n 1.414, 1.414 \n 2.000, 2.000 \n 4.000, 4.000 \n 8.000, 8.000 \n 10.00, 10.00GV*strings.saveCurrentPage: Aktülle Seite speichernGV*strings.openFile: Datei öffnenGV*strings.putTexCommand: Schreibe eine TeX-Anweisung an die aktülle PositionGV*strings.execOfFailed: Ausführung von %s fehlgeschlagenGV*miscmenuLabel.label: Overige Menu ItemsGV*optionsgv.Label: gv Opties ...GV*mark.Label: MarkeerGV*dismiss.Label: AnnuleerGV*x11devLabel.label: ApparaatGV*scratchDirLabel.label: Klad DirectoryGV*quitstyle.always.Label: AltijdGV*misc.label: OverigGV*strings.stillInProgress: Proces momenteel lopende:GV*printMarkedPages.Label: Print Gemarkeerde Pagina's ...GV*optionsgs.Label: Ghostscript Opties ...GV*infoPopup.title: Ghostscript BerichtenGV*safeDir.label: VeiligeDirGV*dirsLabel.label: Standaard DirectoriesGV*presentation.Label: Presentatie ModusGV*scanLabel.label: Scan PDFGV*optiongvPopup*magLabel.label: SchaalGV*button2.label: Open BestandGV*saveAllPages.Label: Save Document ...GV*optionsetupPopup.title: Setup OptiesGV*optiongvPopup*respectDSC.label: Respecteer DSCGV*miscMenu.save_marked.label: Save GemarkedGV*strings.putTexCommand: Voeg TeX commando toe aan huidige positie.GV*strings.execOfFailed: Uitvoer van %s MisluktGV*scrolling.label: Tegengesteld ScrollenGV*optiongvPopup*forientLabel.label: Standaard OrientatieGV*pageButton*unmark.Label: Demarkeer AllesGV*button1.label: AnnuleerGV*quitstyle.whenprocessing.Label: Tijdens VerwerkingGV*confirmLabel.label: Bevestig AnnuleringGV*title.filename.Label: BestandsnaamGV*automatic.Label: AutomatischGV*unmark.Label: DemarkeerGV*printMarked.label: Print GemarkedGV*optiongvPopup*orientLabel.label: \ Orientatie \ GV*optiongvPopup*fmediaLabel.label: Standaard Papier AfmetingGV*confirmPopup*done.label: AnnuleerGV*optiongvPopup*autoResize.label: Variabele AfmetingGV*defaults.label: SysteeminstellingenGV*uncompressLabel.label: UitpakkenGV*reopen.Label: HerladenGV*miscMenu.unmark.label: Demarkeer AllesGV*safer.label: VeiligerGV*saveMarked.label: Save GemarkeerdGV*title.notitle.Label: Geen TitelGV*dsc.Label: Respecteer Document StructuurGV*optiongvPopup*swapLandscape.label: Verwissel LandschapGV*miscMenu.update.label: Update BestandGV*strings.passwordPrompt: Wachtwoord:GV*miscMenu.print_marked.label: Print GemarkeerdGV*strings.openFile: Open BestandGV*scalesLabel.label: SchaalverdelingenGV*savepos.Label: SavepositieGV*x11alphadevLabel.label: Anti-alias ApparaatGV*saveAll.label: Save AllesGV*miscMenu.toggle_current.label: Toggle HuidigGV*fileButton.Label: BestandGV*miscMenu.toggle_odd.label: Toggle OnevenGV*printCommandLabel.label: Print CommandoGV*antialias.Label: Anti-aliasGV*updateFile.label: Update BestandGV*optiongsPopup.title: Ghostscript OptiesGV*quiet.label: StilGV*confirmPopup.title: BevestigGV*mediasLabel.label: Media AfmetingenGV*optionfsPopup.title: Bestand Selectie OptiesGV*show.Label: HerlaadGV*optiongvPopup*mediaLabel.label: \ Papier Afmeting \ GV*convLabel.label: Converteer PDFGV*zoomPopup.title: ZoemGV*optiongvPopup.title: gv OptiesGV*strings.passwordRequired: Wachtwoord VereistGV*confirmPrint.label: Bevesting AfdrukkenGV*pageButton*current.Label: Toggle huidige markeringGV*optionssetup.Label: Configuratie Opties ...GV*ascaleLabel.Label: Arbitraire SchaalGV*next.Label: VolgendeGV*filterLabel.label: Standaard FilterGV*seascape.Label: ZeegezichtGV*cancel.Label: AnnuleerGV*watch.Label: Bestand MonitorenGV*titleLabel.Label: Beeld Titel AfGV*filtersLabel.label: Bestand Selectie FiltersGV*checkFile.label: Controleer BestandGV*processButton.Label: \ verwerkenGV*strings.saveMarkedPages: Save Gemarkeerde Pagina'sGV*optiongvPopup*scalesLabel.label: \ Schaal \ GV*stop.Label: Stop InterpreterGV*dialogPopup*cancel.label: AnnuleerGV*fileSelPopup.title: Open BestandGV*eyeGuide.label: Scroll GidsGV*upsidedown.Label: OnderstebovenGV*pageButton*even.Label: Toggle Even MarkeringenGV*quit.Label: AfsluitenGV*magmenuLabel.label: Mag Menu ItemsGV*gs.errors.none.Label: GeenGV*eof.Label: Negeer EOF commentaarGV*rescan.label: Herlaad DirectoryGV*miscMenu.print_all.label: Print AllesGV*strings.copyrightTranslation: Gajus Dirkzwager GV*landscape.Label: LandschapGV*printAllPages.Label: Print Document ...GV*optiongvPopup*antialias.label: Anti-aliasGV*strings.texCommand: TeX commandoGV*printAll.label: Print Alles GV*argumentsLabel.label: ArgumentenGV*infoVerboseLabel.Label: info PopupGV*gs.errors.all.Label: AllesGV*scaleBaseLabel.label: Schaal MethodeGV*screenSizeLabel.label: Scherm Afmeting (mm)GV*dialogPopup.title: DialoogGV*strings.saveCurrentPage: Save Huidige PaginaGV*strings.quitConfirm: Weet u zeker dat u het programma wilt afsluiten?GV*autoCenter.label: Auto CentreerGV*redisplay.label: HerladenGV*size.Label: Automatisch HerschalenGV*prev.Label: VorigeGV*title.documenttitle.Label: Document TitelGV*confirmPopup*cancel.label: AnnulerenGV*openFile.label: OpenenGV*saveMarkedPages.Label: Save Gemarkeerde Pagina's ...GV*pageButton*odd.Label: Toggle Oneven MarkeringenGV*notePopup.title: BerichtGV*optionsfs.Label: Bestand Selectie Opties ...GV*swap.Label: Verwissel LandschapGV*portrait.Label: PortretGV*optiongvPopup*eof.label: Negeer EOFGV*strings.saveAsPDF: Save als PDFGV*gs.errors.errors.Label: FoutmeldingenGV*quitstyle.never.Label: NooitGV*apply.label: ToepassenGV*watchFile.Label: Bestand VolgenGV*miscMenu.redisplay.label: HerladenGV*miscmenuLabel.label: Entradas de menú variadasGV*optionsgv.Label: Opciones de gv ...GV*mark.Label: MarcarGV*dismiss.Label: DescartarGV*scratchDirLabel.label: Directorio de inicioGV*quitstyle.always.Label: SiempreGV*misc.label: VariosGV*miscMenu.stop.label: Parar intérpreteGV*strings.stillInProgress: Todavía en curso:GV*miscMenu.save_all.label: Guardar todoGV*center.Label: CentrarGV*saveDirLabel.label: Guardar directorioGV*printMarkedPages.Label: Imprimir páginas marcadas ...GV*update.Label: ActualizarGV*optionsgs.Label: Opciones de Ghostscript ...GV*infoPopup.title: Mensajes de GhostscriptGV*dirsLabel.label: Directorios de selección de archivosGV*presentation.Label: Modo de presentaciónGV*scanLabel.label: Buscar en el PDFGV*optiongvPopup*magLabel.label: EscalaGV*button2.label: Abrir archivoGV*saveAllPages.Label: Guardar documento ...GV*optionsetupPopup.title: Opciones de configuraciónGV*optiongvPopup*respectDSC.label: Respetar DSCGV*miscMenu.save_marked.label: Guardar marcadasGV*strings.putTexCommand: Insertar comando de TeX en la posición actualGV*strings.execOfFailed: Ejecución de %s fallóGV*scrolling.label: Desplazamiento inversoGV*optiongvPopup*forientLabel.label: Orientación alternativaGV*pageButton*unmark.Label: Desmarcar todasGV*button1.label: CancelarGV*quitstyle.whenprocessing.Label: Mientras procesaGV*filters.label: Filtros:GV*confirmLabel.label: Confirme finalizarGV*title.filename.Label: Nombre de archivoGV*automatic.Label: AutomáticoGV*unmark.Label: DesmarcarGV*printMarked.label: Imprimir marcadasGV*optiongvPopup*orientLabel.label: \ Orientación \ GV*optiongvPopup*fmediaLabel.label: Tamaño de papel alternativoGV*confirmPopup*done.label: FinalizarGV*optiongvPopup*autoResize.label: Tamaño variableGV*defaults.label: Predeterminados del sistemaGV*uncompressLabel.label: DescomprimirGV*reopen.Label: RecargarGV*miscMenu.unmark.label: Desmarcar todoGV*saveMarked.label: Guardar marcadasGV*title.notitle.Label: Sin títuloGV*dsc.Label: Respetar la estructura del documentoGV*optiongvPopup*swapLandscape.label: Cambiar apaisadoGV*miscMenu.update.label: Actualizar archivoGV*strings.passwordPrompt: Contraseña:GV*miscMenu.print_marked.label: Imprimir marcadasGV*strings.openFile: Abrir archivoGV*scalesLabel.label: EscalasGV*savepos.Label: Guardar posiciónGV*pageButton.Label: PáginaGV*x11alphadevLabel.label: Dispositivo de suavizadoGV*saveAll.label: Guardar todoGV*open.Label: Abrir ...GV*miscMenu.toggle_current.label: Marcar actualGV*fileButton.Label: ArchivoGV*miscMenu.toggle_odd.label: Marcar imparesGV*miscMenu.toggle_even.label: Marcar paresGV*antialias.Label: Suavizado de bordesGV*updateFile.label: Actualizar archivoGV*optiongsPopup.title: Opciones de GhostscriptGV*quiet.label: DiscretoGV*confirmPopup.title: ConfirmarGV*mediasLabel.label: Tamaño del medioGV*optionfsPopup.title: Opciones de selección de archivosGV*show.Label: Refrescar imagenGV*optiongvPopup*mediaLabel.label: \ Tamaño del papel \ GV*optiongvPopup.title: Opciones de gvGV*stateButton.Label: EstadoGV*strings.passwordRequired: Se requiere contraseñaGV*confirmPrint.label: Confirme imprimirGV*pageButton*current.Label: Marcar página actualGV*optionssetup.Label: Opciones de configuración ...GV*ascaleLabel.Label: Escala arbitrariaGV*next.Label: SiguienteGV*filterLabel.label: Filtro por defectoGV*seascape.Label: Apaisado antihorarioGV*cancel.Label: CancelarGV*watch.Label: Ver archivoGV*titleLabel.Label: Mostrar títuloGV*filtersLabel.label: Filtros de selección de archivosGV*checkFile.label: Comprobar archivoGV*processButton.Label: \ procesandoGV*strings.saveMarkedPages: Guardar páginas marcadasGV*optiongvPopup*scalesLabel.label: \ Escala \ GV*stop.Label: Parar intérpreteGV*dialogPopup*cancel.label: CancelarGV*fileSelPopup.title: Abrir archivoGV*upsidedown.Label: InvertidoGV*pageButton*even.Label: Marcar páginas paresGV*quit.Label: FinalizarGV*gs.errors.none.Label: NingunoGV*eof.Label: Ignorar comentarios de fin de ficheroGV*rescan.label: Volver a buscar en directorioGV*miscMenu.print_all.label: Imprimir todoGV*strings.copyrightTranslation: César Gil GV*landscape.Label: ApaisadoGV*printAllPages.Label: Imprimir documento ...GV*optiongvPopup*antialias.label: Suavizado de bordesGV*strings.texCommand: Comando de TeXGV*printAll.label: Imprimir todoGV*argumentsLabel.label: ArgumentosGV*gs.errors.all.Label: TodoGV*scaleBaseLabel.label: Base de la escalaGV*screenSizeLabel.label: Tamaño de pantalla (mm)GV*dialogPopup.title: DiálogoGV*strings.saveCurrentPage: Guardar página actualGV*strings.quitConfirm: ¿Realmente quiere finalizar?GV*autoCenter.label: Centrado automáticoGV*redisplay.label: RecargarGV*size.Label: Redimensionado variableGV*prev.Label: AnteriorGV*title.documenttitle.Label: Título del documentoGV*confirmPopup*cancel.label: CancelarGV*openFile.label: AbrirGV*saveMarkedPages.Label: Guardar páginas marcadas ...GV*strings.saveDocument: Guardar documentoGV*pageButton*odd.Label: Marcar páginas imparesGV*save.label: GuardarGV*notePopup.title: MensajeGV*optionsfs.Label: Opciones de selección de archivos ...GV*swap.Label: Cambiar apaisadoGV*portrait.Label: VerticalGV*optiongvPopup*eof.label: Ignorar fin de ficheroGV*strings.saveAsPDF: Guardar como PDFGV*gs.errors.errors.Label: ErroresGV*quitstyle.never.Label: NuncaGV*apply.label: AplicarGV*watchFile.Label: Ver archivoGV*miscMenu.redisplay.label: RecargarGV*notePopup*done.label: ¡Hecho!GV.control.MButton.font: -*-Helvetica-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1GV*orientationButton*forcedWidth: 72GV*upsidedown.Label: Up-DownGV.?.processButton.label: \ workingGV*control.layout: |v{ f=4 sss=2 pbh=(100*(|height processButton)) pbs1=($pbh/($pbh+1)) $f |h{ $f |v{ titleButton<+200-[1]*-100%> 1 dateButton<+200-[1]*-100%> 4 |h{ 2<+[1]> locator<*-100%> 1<+[1]> } 4 fileButton<+50*-100%> 1 stateButton<+50*-100%> 1 pageButton<+50*-100%> 1 orientationButton<+50-100*-100%> 1 scaleButton<+50*-100%> 1 pagemediaButton<+50-[1]*-100%> (4*$pbs1) |h{ 0<+[1]> processButton<+50*-100%> 0<+[1]> } 4 |h{ 0<+[1]> pannerFrame<*-100%> 0<+[1]> } 4 |h{ prevPage<+60*-100%> 1 nextPage<+60*-100%> } 4 |h{ 0<+30> newtocScroll<*+200[1]-[1]> 4 newtocFrame<-[1]*+200[1]-[1]> 0<+30> } } $f |v{ viewFrame<+[2]-100%*+9999-100%> } $f } $f }GV.control.MButton.height: 1GV.control.MButton.forcedHeight: 1GV.control.MButton.borderWidth: 0GV.control.MButton.borderColor: greenGV.control.MButton.background: grayGV.control.MButton.topShadowPixel: grayGV.control.MButton.bottomShadowPixel: darkgrayGV.borderWidth: 0GV.control.borderWidth: 0GV.control.viewFrame.borderWidth: 0GV.control.viewFrame.viewClip.borderWidth: 0GV.control.viewFrame.viewClip.page.borderWidth: 0GV*control.layout: |v{ |h{ fileButton stateButton pageButton orientationButton scaleButton pageMediaButton } |h{ newtocFrame<-[1]*+200[1]-[1]> viewFrame<+9999-100%*+9999-100%> } }Printing via '%s' failed.%s%s %s conversion%pdf%ps-P-P- -dSAFER Cannot open filewrFailed to scan file %s Cannot create temporary file! %[^,] , %f , %[^,] screenpixel1.000Natural sizescreenSize %d x %d %d%d.%dunixlocalhostSSH_CLIENT127-0-0-1screenSize_%s_%d_%dgv: terminated by signal %d versionPopupgv Copyright InformationversionControlversionText%clicenseversionDoneauthor%cN/ATranslation: gv 3.7.3.90March 2011 gv -- An X11 user interface for Ghostscript. Copyright (C) 1992-1997 Johannes Plass, Timothy O. Theisen Copyright (C) 2004,2005,2006,2007 Jose E. Marchesi Copyright (C) 2007,2008,2009,2010 Markus Steinborn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU gv; see the file COPYING. If not, see . GNU Maintainer: Markus Steinborn (gnugv_maintainer@yahoo.de) Original Author: Johannes Plass %s See the `AUTHORS' file for a complete contributors list Please send error reports to: bug-gv@gnu.org leftBitmap%sLabel%sFrametypeuseStringInPlacescrollHorizontalscrollVerticaldisplayCaretReturn: no-op() Escape: no-op() Down: no-op() Up: no-op() Linefeed: no-op() CtrlJ: no-op() CtrlM: no-op() CtrlN: no-op() CtrlO: no-op() CtrlP: no-op() CtrlR: no-op() CtrlS: no-op() CtrlV: no-op() CtrlZ: no-op() MetaV: no-op() MetaZ: no-op() BackSpace: delete-previous-character() Delete: delete-next-character() Right: forward-character() Left: backward-character() :display-caret(on,always)display-caret(off,always) :display-caret(on,always) :display-caret(off,always)Escape: no-op() CtrlJ: no-op() CtrlM: no-op() CtrlN: no-op() CtrlO: no-op() CtrlP: no-op() CtrlR: no-op() CtrlS: no-op() CtrlV: no-op() CtrlZ: no-op() MetaV: no-op() MetaZ: no-op() BackSpace: delete-previous-character() Delete: delete-next-character() Right: forward-character() Left: backward-character() :display-caret(on,always)display-caret(off,always) :display-caret(on,always) :display-caret(off,always)-minimumWidthminimumHeightzviewFramezviewClipreportCallbackzviewControlllxllyurxurybottomMarginleftMarginrightMargintopMarginlxdpilydpiinterpretersafeDirsaferquietuseBackingPixmapargumentsfilenamemessageCallbackpreferredWidthpreferredHeightrzoomPopupzoomControlpagedismissScrollbar Widget: Could not get geometry of thumb pixmap.cursorNametop_left_arrow Scrollbarwidget: no event forced exit MoveThumbNotifyThumbtopOfThumbTopOfThumbXtDefaultForegroundShownminimumThumbMinimumThumbshowArrowsShowArrowsthumbTopIndentThumbTopIndentthumbSideIndentThumbSideIndentarrowTopIndentArrowTopIndentarrowSideIndentArrowSideIndentuseDynamicUseDynamicintervaldelayDelayHandleThumbHandleAutoscrollNotifyScrollEndScrollScrollbarPOSIXLY_CORRECT--%s: option '%s' is ambiguous %s: option '--%s' doesn't allow an argument %s: option '%c%s' doesn't allow an argument %s: option '--%s' requires an argument %s: unrecognized option '--%s' %s: unrecognized option '%c%s' %s: invalid option -- '%c' %s: option requires an argument -- '%c' %s: option '-W %s' is ambiguous %s: option '-W %s' doesn't allow an argument %s: option '-W %s' requires an argument XXXXXXinvalid KIND in __gen_tempname! "invalid KIND in __gen_tempname"tempname.ca Ha(ZZaXZaacc(cHchc_0_8cccccccccddd d8dPeff(f0eeeeeffff f8f@fHfPfXf`fhfpfxhfffXfffffffgggg g0_@_H_P_Xg8gHghgggggggggggggghhh h8hHhP_`hXhhhphhhhhhhq8q+q+q+q +q(++qHqpqqrrrTrTZrrrrr_hs_p_x_rsss@sPs`spsxssssssssstttt t8t@tHtPthtptt,,, x(x0x@__xH_ӈz z(z8z@zHzPzXz`zhzxzzzzzzzz{{{ {0{H{P___{`{h{x{{{{{_{{{{{|___|||| |(|0|8|@|H|P|X|`|p|x||||||||___ȐȒȔȖ||0}}} }8}P}`}h}}}}}}}}}}}}}}~~~~(~8_---~H~P~~~PXh`pxmn HXhx 0H(8HX`h (08P`px_` ``(0(PX`p 8@HPX`hp(08@HXhpxxHHH(H8HX`px 8Hpx (08@HX```` `(`,`0 (08@HPXhpx8h`8`@[ (0HPhpx`H8@HPXhpx`P`X```h`p`t`xX (08@H 08HPX`hpx8@HPX`p x+ `p" 08@PX`hx2G0 0@P`px 08l`PX`hyp (0@HX`hx(@Php 8P`hx0@P`p` `hx (08@P`x(8HP`x (0@P`h 8Xp0H`(0@Ph 08HP`p8P(8`x(H(` A A App A B B B B B( B@ BH BP Bh B B B B B B```` B B B B C C C C( C8p CP Cp C C C C C C C C D H H H H H H H H Mh Mp M M M M M M M M M M N N N  N0 N8 N@ NP NX N` Nh N N N N N N` O O` O OH OX`` Oh`` QP Q` Qh Q Q Q R R0 RP RX Rx R R S2p` S0 S8 SX S22?BhA,,.X@;.,; .,/.hA.l:<>8<0"CC<@;]"Ȁ C@ xC/@]X:@Ȱ(߰`<X,P@B,Db<AxB-- ,T>h/hZA;P@=;T/A=;(B,4?>`,@/Bx;,(.,<<<=t,0@/(`H;P+ @=(ߐ;`;H<AA .H=@>A;AhDp%0.,D/?m0;<D.@ȘP0A8@0=ApB\Ԏ@,LX/>(00B0@;\t=P?@@.A>@=@Լ>X,,B/ =hHx,\A4/.` <<+X+<0X=@:C= =dx@0 ;< 2.p?8;0?@AA(,xB8.P;@BH0%(0, O@ h`:D0;@XA ]X˜@ Ƞ;/8A.C/%@?/H,h,B@A=X/;0>P.,HD80H=@;;$(?ȴAx8?AA=`;X<,8D%4CA0X,=/AH;HB/X+\+=8P^^Z<` C08A@/C`hi/ =xl@$ȸ>0AP;\?(0<H.<@P(=H@p^.@(;.A0P0hH+B(8;X;,+/0//0=p<_<(?/x-H.pBp=;h`/PHP;h,`0`?\;=|>p@/=A,l,0(=,H>H0<H pD(>D@(;p@=d/;80o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o 0o 0o @0o `0o 0o 0o 0o 0o 0o 0o @0ow `0oo 0og 0o_ 0oW 0oO 0oG 0o? @0o7 `0o/ 0o' 0o 0o 0o 0o 0o @0o `0o 0o 0o 0o 0o 0o 0o @0o `0o 0o 0o 0o 0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'```````````L`_ Z Za a x c)X ohooX/9 o``+`ba a a b b0b@bPb`bpbbbb8bb bbcIM0IpPP*QJHNPXX:highlight() :reset() :set() :notify()unset()d`dpdPdddPdddP dd(dee 0de88ePe`hehpepexP@*0 `eee0H*HmiPkhPhhfxhhipi8iH0f(oooppf0ppep  p(ep8(ep@pH0pPp`4ppppp8pppppppà Π*rq8q8rr r0r@rPrhrrPr078::pD*IHGGPFhtt0tttttttu8uu0pu@uH`uXuHdu`up@uurrDuuuuuuuu$uxuvv|v v8)vPuHhdvXuHlv`vhPvxvhXvvvvvv vv(vvwwOwStQ@:message() w\](]`aHcHO@cp*ixAny:set()PopupMenu()w(w8PwHwPw`wpw wX8(*Any:highlight() Any:toggle()www wwwwxwx x X`* p(xhxhpxxxxxxxxxxyy y8yHyPyXyhyxyyyxyyyxyxzzt 8yPxĈp*Ā(Xx  ph`0X 0 8HP` p0 P  p x  x }8rP  88HH``@xxP (@08@`H`((P@@X`PPxhh`hhxpt00PPhh00HH``UUUUUUUUUUUU* UH UUU (UBUAQ*B00U*$ )U @P* @ `T*0@UT*68<U'0fT*CqT*Ux T*UT*!Q*U`Q* U 0$P*  U@0T* 80p T*)p`UT* UTRUCUB UPUUUUUTUUUUUUUUUUUUUsassassassassaspptt@8`;ApLXAxP`;Q@08x=X7Bx7=@@=@x@x;@k@h?=/(@,<(-BhX*0@3 ;H[x?>8(@8AHx@Q@@X> DhSp;xS0ASxAXVx;ZX@ZXAZX?ZXA=;xC^Px>(^PC^P<^PC^Px>p^PB(@BppZXA@p?7=8;7=D@<=@=hCLX;;[@(@XxS0DB08A@<`08miscMenuEntriesmediasscalesprintCommanduncompressCommandgsInterpreter8gsCmdScanPDFPgsCmdConvPDFhgsX11Device߀gsX11AlphaDeviceߘgsArguments߸gsSafeDirgsSafergsQuietinfoVerboseautoCenter scale8scaleBaseHorientation`fallbackOrientationxpagepageMediafallbackPageMediaswapLandscapescratchDirdefaultSaveDirconfirmPrint(version@autoResizePmaximumWidthhmaximumHeightminimumWidthminimumHeightselectedBitmapdocumentBitmaptoggleOddBitmaptoggleEvenBitmaptoggleCurrentBitmap0unmarkAllBitmapPmarkEmptyBitmaphlocatorFormatantialiasmagMenureverseScrollingscrollingEyeGuiderespectDSCconfirmQuitignoreEOF0watchFileHwatchFileFrequency`styleadmiscMenutitleStyleuseBackingPixmap`08hS0xZXZXZXZXA/(77@@Xh"^@*xhp7PHx8h0`8XxX8@p8`0`8(@x Hx0(/05`84H08 0@p0P)(8Xx(XH(p+PP(P.x. Px.X8Xx@hH@h0X HPx0Pp `@h+ Hp0Px8p../H/h0/X(X Hp Hx@` `(`(X(X(P Hx(`P0h(Px@8X` `+ Hx `P(..Hp@p Pp0`¸8hØ PxĘXŠ@pƨ0pǨ0`ȐHɈ@`ʐʸ0xˠHx̠X͘(P)(Έθ HxϠϸHhА(XxѰ8X҈Ҹ pӨHhԠ@`Ր0h֘0`׈+g(`؈ب(Hh)`٨ +PPxڨ Xۀ0hܘ8X݈ݰPx0(ި/@hߐ(@p. h4H(0P0@(`.8hPh0X0)(PHp0PX@0hP0P0X3(X0h8p-@0Xx8+Pp@0P Pp8x0(/Hx8p. P(4HPx8h0@P.0Xx(!HH/H  @ h   0  07PHx8h P 0` 8X  X X8@  8` 0`8( ( P xx  Hx0( /  05`84H0 H x 0@p 0P)(8Xx(XH(p +P P 0 h (P.x.  x .X 8Xx (@hH  @h (0X x)(    0 P x  :  ;h-7 () h     H h     P    0 p  1x  ( P x    @ h     H h   + ( X     0 `)   :  0 X       X x      X    ( H x     @ p0(  /  0 X     ( P. p    8 X8    0 0 X x  0@  0   .   H x f 3  0 h     0 X x 10)(   0 P8 p    ! !H !x ! ! " "( "`7 " " # #( #P #x # # $ $H $ $ % %@ %p % % % & &H &p & & ' 'H 'p ' ' ( ( 8 (P (x ( (+ ) )@ )p ) ) ) * *8 *p * * * + +87  +h + + , ,  ,H ,x , ,8 -  -P -p - - . .H .x . . . / /8 /` / /0( / 0(/ 0` 0 06p 0 1 185 1X. 1 1 1 2  2h 28 2 2 3  3H0,0 3p 3 3 30@ 4  4X 4 4 4. 5 50 5h 5 5 5 6  6X 6x 6 6 7 7  7X 7 7 7 7 8 1 8H0H`x(@XpX8ƈƨ8Ǡ0H`xȘȰ0HhɈ8@P`xψИѨ 0@P`xܐݨ @Xx0Hh0H`xP0xhpX@0@@@ @   H   @   8   8  8(Hh8` P8`@pHx@p @h@h0`(Px8Xx(Hp0`(X0Xx0Pp  0 X    ! !H!h!!!""0"h"""##0#X###$$0$X$$$%%P%x%%%&& &H&x&&&&''8'`'''((0(P(x((())()H)`))))**H*x***+(+P+p+++,,0,X,,,--@-`-x---..@.p....//(/H/h////00(0@0X0x00011(1P1x11112 2P22223303h334 4H4x4455@5x5566(6H6p6667 7P777788(8@8h888899@9p999: :P:::;;8;h;;JN0PPQVWWX(Y0Z8Z[p[]]X]^^P^_(_`(`a(abPcpcxddee eHeeeff(fXfffgg(gXgghh0h`hhopop pt x{~h (h 8p 8 8 9 90 8 = > >( >P >x > > > ? ?0 ?X ? ?8Ǡ0H`xȘȰ D D  D0 G HHgv 3.6.7.90gv 3.6.7.90 H KX N N N O$8: NotifyScroll() : MoveThumb() NotifyThumb() : NotifyScroll() : HandleThumb() HandleAutoscroll() : MoveThumb() NotifyThumb() : HandleThumb() : EndScroll()X`hp O O DxP O O D O P P P( P8 PH PX Ph Px P P P P P Pd P P, P Q O(0 O. Q "H Q0'X Q@(# H @x*0?  ( 0 8 @HP`Xh(x0 !"#$ %(&0'(@)P,X*`+p-Xx)X(/ G  Z Z Z a S%@+P#DH# 4GUa Zpv+P%@a Z a  Ih M0X Ip< P  Pl Q4 JH N PXP  H ~8+ 5 HG OV Se a(0k T,t Z} Z aX@ YP0 Z t Z {P a@ a@v+P%@a Z  c  c(  cH  ch( c t _0} _8 v+P%@a Z c c c% c+ (@; cA cG cM cS cY d_ de d k d8rv+P0%@a Z{ dP p @D H 4 H PH v+P(%@a Z   H H|   P  p8 8  e@v+Pp%@a _@{ f" x: hV po < 0  f( f0 e e e à     Π e e f f f f  f8 f@ fH fP fX f` fh fp fx 4 'h p% h. px> HtQ "X\ ph Հp `{ f ` < f p@ t f X XP l  f f f f" f) f0 f7 g> gE gL g S g0Z n  t _@} _H _P _X g8 gH  gh g $ g  @@  hT g g g& g- g4 g; gB S gZ ga gh go gv h} h h  h8 hH hP < _` hX hh hp h h h h h h hv+%@a Z q8 7p 8  :H :p@ D IH| G GP8 FhP q+  q+ q+  q &+, q(2++8 8@E qH(K qp Q q( E8 FhW Jc qAiv+%@a _hu r O S Q@ \h ]( ] ` aH cH O@$ cp ix L< N( r, r R0 P T8  r T  (`2 Z9 r? rE rK rQ rt _h. kW a4e sk m} _p _x _w r s s| wP s( s@ sP s` sp sx s( s s s s s s  s  s  t  t  t # t  * t8 1 t@ 8 tH ? tP F {L W th ^  t l  tp  t  t , , , qv+P%@a Z   8L v+P %@a Z  v+Px%@a _   p ` 4 L  x(  x0  HL  8<  x@  4  ``t _ (  9 } _ N 0 b 8 t xH {v,( %@a _t _  Ұ  ӈ@  z   z(  z8  z@  zH  zP  zX  z`  zh  zx  z  z  z  z  z  z  z  z  {  {  {   {0 $ {H * {P} _ _ _ 0 {` 6 {h = {x D { K { R { Y { ` { _ g { n { u { | { {  |  _  _  _  |  |  |  |   |(  |0  |8  |@  |H  |P  |X  |`  |p  |x  |  | v,`%@a _ ! | | & | + | 0 | 6 |t _} _ _ <Ȑ BȒ Ȕ HȖ N | T | Z 0$ e 3@ s 6H8  }  }  }   }8  }P  }`  }h  }  }  }  }  } Y }  }  }  } t }  }  }  }  }  ~  ~  ~  ~(  ~8 _ - %- ,-0 3 ~H : ~P8 A ~8 H ~ O ~@ V @ ] P d X k h  ` w p ~ x    m  n(   v+PȰ%@a Z                         v-H%@a Z  H X h x!  ' - 3   9 ?  E K Q W ]  c 0i H ov+P%@a Zz      v+P%@a Z & ( 8 H v+P%@a Z X `  h        *  v.H8%@a Z !   !           (  0 8 P  `  p& x, 2 8 > D J  Pv+P@%@a _Z @u z & t _} `         `v+PX%@a `  ` ( 0  4 (( P  X  ` p                  8 @ H  P X ` h# p()  / 5  ; A  T G (M 0S 8Y @_ He XM hk pq xw }        xHHH D`     (H 8 H X ` p  x    ' . 5 < C J Q X _  f 8m Ht p{ x             ( 0 8 @ H X t `} ` ` `  `(  `, @  `0        % , 3 : A H  O (V 0] 8d @k Hr Py X h p x 0 H @ 80 h/  `8 `@v+P%@a Z U@u    sv.h%@a `H [L    ( 0  H  P gP  h p x$ *  0 06 qB (I x]  t `Ho 8  X d X    8 @ H P X h p x} `P       `X `` `h  `p  `t  `x 4,  C J phd k r y       v+P%@a Z X Έ@    (E 0D 8 @ H v+P%@a Zv+P%@a Z       v+P%@a Z 0" 83 H, P( X2 `  h. X? pE xK Q W i 0e o u 0{ 5v.p%@a Z  h4 8 @ H P  X ` p  l x    ' " v.+ a Z "% B + 0T  Z ` , f `Lz     px "     0  8  @ P X ` h x     v.0%@a Z ^@  *p " 08  7 = 2<Q F8d j p v | G0          0 @ P ` p x       v/(%@a `&  `; hL[ 9  ` 0f 8l l t ` P X ` h y  p       *   A       ( 0 @  H v0h%@a Z (* 0< hQ ` Xf `D hl xr x `       7 v+P%@a Zv+P%@a `  | ( X 4  ,   K (Q @  P h p     Q       0G  $ 8* P0 `E h6 x < B H N T Z ` f l 7 s z   0 @  P ` p     % ,      P6 H 8, 0d t ` -0 | $ X  @$ 4 `; hB xI P W ^ e l s z         ( 0 8 @ (8 P ` x   v2h%@a Z       ( 8$ H+ P2 5L: `A x H O V ] d k r y A    H ( 0 @ P ` h            8  X p        ! ( 0/ H6 ` = D K R Y `  g n (u 0| @ PZ h : a    h          0 8 H P ` p    r   $ (+ 2 (9 8@ P0 G  (N jXm t {           ( 8( ` x 8 ( H (   H@ p 0 (X  X# `7*v+P%@a Z1  A 6  A  A; m(0F pp  Ae  Bk  Br  B  Bq q8\   B(  B@  BH  BP uA  Bhv+P%@a ` ~@u  B  B9  B 0  B   B  Bt `} ` ` `  B  B  B  B  Ce  C  Cd  C(  C8v+P%@a Z      ( ) H < \ Kv+Ph%@a Z W X i p$  CP ~   $   v+P%@a Z  Cp     C   C  C   C   C  C   C   C   D v+P%@a Z  H   H  H!  H  H  H!   H  H!v+P%@a `!  Mh  Mp!  M  M&  M!   M  M,  M   M%  M!&  M!,  M!2  N!8  N!>  N   N0!D  N8!J  N@   NP  NX   N`  Nh  N   N!P  N,  N!V  NK  Nt `!\v2l %@a `!h !t !  O! (0  O! .! "H! 'X (   \  d @h x0! P! h! א! `"   " P"- "= "V T"h p"s @Ht `"  O@" " x  OH  OX} ` `"  Oh)" 8\" " " X| ` ` ,"v+P%@a Z"v2%<%@a Z" 88H" 8# 9X# :`X#' ;x#0  QP#6 =` #I  Q`#O  Qh 2  Q0#U  Q0J  Q(r  R   R0 #[  RP   RX   Rx0#a  R( H  R0#g  S)#m2p8#yv+P%@a Z#v+P%@a Z#v2%@a a# `?  S0!  S8   SX(#  S #2#v:%@a Z#2##?#( $Bh$A$ $$ Rh\$4 $D,$fx${,$.X$@$ $P@$;% .%(,%Z%% % 74%; %.% %%%,&/&1&l &{0& &.h&&A'.l'  '-0 'J   @'i [(h'y:('~<'>8'<0' '0'  ' "l'P()> (2(7C(A(V00(q `(C(<@(;( ]"(h (Ȁ) )GC)T@)\) x)C)  x) T,))/@*@* 8*! |8*7 ]*QX*:* * `***@** *Ȱ+(+& },+E V+W߰+j@+v`+ + D+<+X+ 0P+,P,@,B,,,G,D,g b,p0,<,(`,,Ax,B,-- - -&-J 4-V-j 8-{ 8--- ,-,T->h. x.  S.@.&.1`.I/h.h Z.A. ;P.@. H.@..=. / 0/&;T////Q Z/WA/a LX/m=/}/;(/B/  4// d/ 8P//,40 -03?0? Y0H`0P0Y 0_>`0yH 0,@00`00 b011/131ABx1R;1b 1p,(1  1 1 xt1`11 12.2<`2J2V,<2u TX<2}<2 2<2=t22 822,03@36/(3T P3[ 73m `x3 ``3H3 x3 8@33;P3+4 414A4L @04Y (t l4e4s$84 44 n(444@4=(4445 D55)ߐ57@5= Q5H 5\.5x55;`5;5H5`5<5 ZX`5A5 5A666* x86G6\ 6n@@6y6~ x$6.H6=6@66>6Ĉ7@7 QT7( 76A7G 7a7 (x7@7;7Ah7D7p78 ]Xx8P 87%08B8X.8n,08 `8 ahD8D8/8?8A8 9 99)9G9Y9{@99 m09 9;9P9<: :&:B@:Q:YD:l.:::@::Ș;߸ ;/;TP;{ ;;0;A8;@0;=;Ap; V<<2 (=00=== .h>  >(>8>I>u>>B>0@>;> >  >?`??C?U \t?n?v=P?`? 0?? °0???@?@? @.@ @1@XA@i>@@z @^@=@@@A È,A A @A3@APz Ak0AԼ.A>XA,,AABAB   tB# tB:/ BW (=hB_HBBxKK>,\KcKr@K~K K  4KĀKK DKL A4LL1/LS Lo.`L L  XHJ<L<L+XM +M6 8MFDHMK<MU Ma0XM MM=%MMM@MQkQr:QwxQ  XQ Q"`Q`Q QCQ= Q R p\R =R' dx R2RHR^ H^Rc@Ro0 R `RR;R< R 2R DR.pS?S%8@SG l8LSZSx SS;0S`SS?S@S@8ATA(T,T,xTOB8TZ 84TrTz.PTTT;T@TBHTU UUC UX0(Ue  UU 2XlU <U pUUV! V?@VZ %VjVt(V0VV cx4V XPV V, WW$ O@W2 ,WC 8WX hW~`.WW pW:WD0W;WWW@XWA XX$ 0X9@XJ ]XXV6[˜Xi@ XsȠX;}  X/8X .H X |QRAX xX iY 0Y X8Y2H YO.Yl wYvCY YpYh Y/YYZ 8ZZ+!Z3Z8 `m%@#?`/H`,h`ߘ`,a@a!a2B@aGAaR Hama@a=Xaa a/a b 9b(`b:bU;bf0b pPb xbb>Pb Sb`b.c,c8  P0cDHcND8cd0Hc c=@c Qc9;c;$c(d ?d)ȴdNAdtdyxd8d?dd >dd  dAdAdee`e.`eFeWe^ ht@=`/$;X2<eh,8e ee`ADe%4eefCfA0fXf+?f< (\fNf\ xXfmfz@ Zf,f UW=fff/gAHgg@gI@gWg~ 0g;HggBg/Xg+\,g . ,h +,h3=8hC hbP0hhxh G hh ^Nh ^ZNhi ypi%Si;iXii<it ` i Z*i .iCii08jj$j1j8jf 1jvA@Q`jj  j/jj j X jCk` k'h_k>kd 08k kkkk ikk lP l$/l@ i 4lN ljlr`lx`lll=xll 7lllmXk@$m7ȸmQmgmm>0mAPm;\m m ˨0n n?n(n.0n;<nE`nI@nP lnen{H nn ,<n.n n<n n `\co@Po o0`o= CoT ,ol( o=Ho 0ooBp @Y%<p p&?p2pF 8pT@Hph%8psp pp *0p H&kpp 0q qq)q82lqg`qv@8q*~q q@xqoBdqCq q?q ;@4rrEjAjs<`r1:r? prb`rh S`\r};rCr l(r/r;rAr0Zs VDss0>s8`s> @p8sMPsp ^s..ss=s Q,W@(s sh0;t.t' rt;tWt^ tdAtn8t t tVtt(t`t uu`u(u:u^0Puyuu p$u P`uu0hv @v r v3 ,vDHvlv{v+vMB(vvv8vv;vX(ww5 c(lwM;,7w_+w/w w q Pw0w xw/x@x+xKxX/xx px0F=px<x _x xA`/<y(y)@yD yY 0yjyt5?y~/xy ,X\yy-Hy yx ^u`z.z+`z1z:z\pzkpz|zz Xtz z+Pz  ,z -4z z@{{  {$B{<{Np{v={} Y{ S0{{{;{ 8t{{ { h${ -,|@|(|$|+|1 `|A;@ |K  |X8|q/P| P,nD|Hw|P|#`};h} L}% }9}A` }`@}q=}{,`}0`}}?} @}\~% =~4~?;~L~S~o~v=|~>p~@ /~ ~  t~ ~=~A~,l,,,8  0I0(hH@x Rh@=/,HS [pa q  L@@>H0< H$ p6D(C>SD@dm  t{ ll (; l ip ;p@1Mkz 3 e=d/;8 ;x___Argvcrti.scrt1.s__get_exit_frame_monitor_ptr__do_exit_code_ptr__crt_scratchvalues-Xa.cDrodata.rodataAaa.cBbss.bssDdata.dataDpicdata.picdata.L12ClassInitializeDestroys_autoResizeXtSetValuesXtQueryGeometryGeometryManagerChangeManagedInsertChildCvtStringToLayoutAaaFreeLayoutAaaLayoutAaaGetNaturalSizeGetDesiredSizeLookupVariable.L670Evaluate.L_cseg0.L_cseg1.L726DisposeExprComputeNaturalSizesComputeSizes.L_cseg2SetSizes.L1713.L1934Aaa_bison.c__yy_memcpy.L65.L66.L67.L68.L550Aaa_lex.c.L76.L80.L153.L164maxlen_exceeded.L402.L474.L591.L601.L611.L621.L635.L644.L722MButton.c.L13XawTextEnableRedisplayGetSetBackgroundGCGetHighlightedBackgroundGCPaintButtonWidgetClip.cRealizeSendReportGetDesiredSizeOfChildLayoutClip.L489FileSel.cFS_textfieldFocusActionFS_textfieldBackSpaceActionFS_textfieldDeleteActionFS_preferButtonActionFS_listAction.L21.L27.L30.L33.L35.L75.L83.L105.L117.L129.L141.L208.L210.L213.L227.L229.L230.L234.L236.L237rescanProcBuildMenufiltersProcdirsProcCreateTextFieldSetPreferredButtonCreateListchangeListsstrwildstrreplace.L660appendDirEndSeparatorsavestrcpy.L689widgets_setTextsavestrcat.L725file_translateTildeInPathFScompareEntrieswidgets_preferButton.L801.L882.L979.L1009.L1022.L1043.L1056.L1071.L1129.L1156.L1380.L1393CurDirSelectionProcSubDirSelectionProcTopDirSelectionProc.L_cseg3.L1462.L1467.L1499.L1540MulticlickNotify.L1651changeListSetIncompleteDirectoryViewSplitPathCombineToPath.L1836.L1943.L1944.L1946.L1947.L1953.L1985SetDirectoryView.L2183.L2205.L2217.L2261.L2331.L2457.L2462.L2466.L2468.L2471.L2474cb_scroll.L_cseg4.L2617.L2639.L2646.L2651.L2655.L2657.L2660.L2663.L2675.L2853Frame.c.L32.L54.L64.L86.L96.L118.L128.L150.L160.L182shadow_getGC.L427.L439.L451LayoutFrame.L842Ghostview.c.L29NotePopupShowMessageRepeatNotifyaction_changeCursorClassPartInitializeCopy_pixmapRealize_pixmap.L147ChangeCursorStopInterpreterCatchPipe.L512XtAppAddInputInterpreterFailedOutput.L744.L746.L748.L750.L752SetBackground.L956ComputeSizecatch_alloc.L1437GhostviewSetupSetProperty.L1551.L1554.L1557.L1561.L1565.L1567.L1692.L1714.L1716.L1726.L1739.L1749.L1751.L1758.L1762.L1862.L1873.L1875.L1913.L2011.L2018.L2024.L2065StartInterpreter.L2246GhostviewOrientCoordsGhostviewCornersPS.L2838.L2840.L2842.L2874.L2906.L2938$XAoAMiKNkbKQkqE.infoPopupMenuSwitch.cVlist.c.L53.L71PaintVlistWidgetshiftLabel.L162PaintEntryStringPaintMarkPaintMarkOfEntryPaintMarkMarkOfEntryPaintMarksOfEntriesvlist_change_mark.L1206actions.cscroll_successcatch_timer.L161.L184.L270.L281.L292.L303.L314.L325.L336.L347.L359.L370.L381.L392.L403.L414.L425.L436.L447.L458.L469.L480.L492.L506.L925.L1033.L1049.L1062.L1096.L1110.L1134.L1165.L1293.L1298.L1351.L1370.L1586.L_cseg5.L_cseg6.L_cseg7.L1709.L1724.L1856.L1878.L1980.L1982.L1984.L1986.L1988.L2084.L2093.L2288.L2378.L2401.L2411.L2445callbacks.c.L19.L23.L26.L159.L212.L334.L335.L337.L437.L548watch_filemake_pagelistget_pagelist.L860.L862.L900.L912.L919.L963.L966.L967.L980.L994.L1008.L1039.L1149.L1182.L1201.L1223.L1255.L1488.L1519.L1520.L1521.L1523.L1904.L1909.L2158.L2157.L2156.L2195.L2206.L2213.L2225.L2236.L2243.L2255.L2290cb_shutdown.L2430.L2432.L2482cb_setPasswordcb_cancelPassword.L2516confirm.c.L187.L191.L199.L203.L211.L215.L296.L299.L301.L306.L308dialog.c.L107.L110.L112.L114.L116.L121.L124.L126.L148.L200.L239.L276.L283.L288.L290.L384.L405doc_misc.c.L727.L738.L749.L760.L771.L782error.c.L41file.c.L127.L155.L279.L424.L429.L486.L496.L499.L509info.cFontSetWidth.L189.L194.L196.L201.L205.L207.L209.L220.L233.L240.L245.L247.L249.L251magmenu.cmagmenu_mallocMagMenuEntry.L63.L111.L216.L226.L246.L256.L266.L374main.c.L14.L40.L43.L51.L62dummyCvtStringToPixmap.L125.L193.L195.L197.L218.L225.L265.L285.L291.L293.L328.L398.L478.L479.L519.L530.L540.L543.L576.L577.L585.L586.L593.L594.L602.L890.L962.L981.L993.L995.L997.L999.L1001.L1005.L1016.L1029.L1051.L1070.L1077.L1083.L1088.L1089.L1106.L1191.L1204.L1217.L1236.L1252.L1256.L1258.L1265.L1269.L1272.L1275.L1277.L1280.L1286.L1290.L1301.L1305.L1311.L1323.L1329.L1332.L1334.L1340.L1342.L1361.L1372.L1479.L1482.L1484.L1486.L1494.L1501.L1507.L1509.L1511.L1632.L1656.L1664main_createMenu.L1745.L1764.L1766.L1768.L1770.L1772.L1774.L1783.L1787.L1796.L1809.L1827.L1838.L1851.L1882.L1891.L1900.L1914.L1918.L1927.L1936.L1971.L1989.L2001.L2013.L2057.L_cseg8media.cmedia_mallocMedia.L81.L130.L177misc_catchEyeGuideTimer.L409.L420misc_openFile.L497.L622.L696.L703render_page.L1123set_new_orientationset_new_pagemediaset_new_scalesetup_layout_ghostviewmisc_setSensitivemisc_setBitmap.L1287.L1314.L1440.L1459.L1574.L1587.L1642.L1653.L1655.L1753.L1755.L1850.L1987set_orientationButton_labelset_newBitmapIfChanged.L2298set_pagemediaButton_label.L2535.L2537.L2539.L2541same_document_media.L2645.L2647.L2739miscmenu.c.L22miscmenu_mallocMiscMenuEntry.L74.L122.L259.L344misc_private.cnote.c.L70.L73.L77options.c.L120.L123.L165options_readline.L539.L546.L580.L587options_writeline.L637.L651.L656.L790options_fs.coptions_fs_createoptions_fs_setOptionsAtEntry.L45.L47options_fs_cb_applyoptions_fs_cb_save.L102.L106.L109.L113options_gs.coptions_gs_createoptions_gs_setOptionsAtEntryoptions_gs_change.L119.L138.L151options_gs_cb_applyoptions_gs_setArgoptions_gs_cb_saveoptions_gs_cb_defaults.L295.L304.L311.L313.L316.L319.L324.L332options_gv.coptions_gv_createoptions_gv_setOptionsAtEntryoptions_gv_getScales.L575options_gv_cb_applyorientation2extern.L650.L652.L707.L757options_gv_cb_save.L812.L819.L837.L930.L948.L1091.L1095.L1097.L1099.L1101.L1103.L1105.L1107.L1111.L1115.L1135.L1152.L1154.L1158.L1162options_setup.coptions_setup_createoptions_setup_setOptionsAtEntry.L52.L277.L318options_setup_cb_apply.L353.L354.L408.L448options_setup_cb_save.L490.L494.L498.L500.L502.L504.L508.L525.L547.L551.L555.L557.L559.L561.L563.L565process.cprocess_get_pdprocess_remove_pdprocess_child_statusprocess_notify.L241.L243.L250.L268process_set_shell_resize.L412.L556popup.cps.cdsc_strncmpfirstword.L84ps_dynMemExhaustparse_boundingbox.L231.L261.L317.L363.L407.L417.L449.L526.L529.L582.L664.L709.L735.L761.L803.L829.L847.L871.L897.L915.L933.L959.L1058.L1093.L1127.L1198.L1468.L1504.L1589.L1610.L1695.L1792.L1898.L1976.L2747ps_io_initps_io_exitgettextlineps_gettextblankps_io_fseekps_io_ftellps_memmove.L3562ps_io_fgetchars.L3655.L3666.L3704.L3706.L3741.L3753.L3770.L3782.L3808.L3820.L3837.L3849.L3866.L3878.L3895.L3910.L3917.L3994.L4012.L4019.L4063pscopyuntil.L4420.L4465.L4469.L4475.L4517.L4519resource.c.L1515.L1531.L1539.L1547.L1555.L1563getI18N.L1623.L1624.L1662.L1682.L1701.L1710.L1721.L1732.L1785.L1791.L1798.L1807.L1820.L1822.L1824.L1835.L1859.L2060.L2062.L2064.L2066.L2068.L2070.L2072.L2074.L2076.L2078.L2080.L2082.L2086.L2088.L2090.L2092.L2094.L2096.L2098.L2100.L2102.L2104.L2106.L2108.L2110.L2112.L2120.L2121.L2142.L2163.L2184.L2228.L2233.L2245.L2276.L2277.L2285.L2293.L2306.L2327.L2338.L2349.L2360.L2381.L2402.L2413.L2434.L2455.L2476.L2497.L2518.L2544.L2545.L2557.L2565.L2573.L2581.L2616.L2648resource_mergeFileIntoDatabase.L2721.L2754.L2755.L2795.L2807.L2819.L2824.L2826.L2828.L2843.L2856.L2897.L2899.L2905.L2930.L2936.L2958.L2960.L2962.L2964.L2966.L2968.L2975.L2977.L2979.L2990.L3065save.c.L48.L61print_filesave_forkPDFToPSConversionDone.L222.L224save_forkPDFToPSConversion.L329.L339.L378save_copyToFilescale.cscale_mallocScale.L221.L465.L505.L573.L578.L592.L599.L669secscanf.cGNU_strnlenGNU_strndupset_conv_typeprocess_char_classprocess_numbergv_signal.csignal_signalIsOksignal_scb_terminatesignal_sh_terminatesignal_scb_updateFilesignal_sh_updateFileversion.cmakeVersionPopup.L98.L133.L136.L157.L171widgets_misc.c.L72.L78zoom.c.L39.L143.L152.L166.L168.L170.L172.L174.L179.L181.L223.L235Scrollbar.cHandleThumbHandleAutoscroll.L34MoveThumbNotifyThumbNotifyScrollEndScrollEraseThumbRegionPaintThumbCoverPaintShadowAtSidesOfThumbPaintShadowAtEndOfThumbPaintWholeThumbPaintMiddleOfThumbPaintEndOfThumbGetRelativeThumbLocationAdjustThumbShadowPaintThumbPaintArrows.L777CreateGCSetDimensions.L1399CompareEventsPeekNotifyEventLookAheadExtractPositioncanonicalize-lgpl.cgetopt.cnpgettext_auxdcpgettext_exprdcnpgettext_exprexchange.L108_getopt_initialize.L167.L228.L242.L271.L327.L346getopt_datagetopt1.cmkdtemp.ctempname.cletters.L42.L17malloca.cmmalloca_resultscrtn.s_END__START_noquiet_p$XAoAMiKHkbKQUGE.n_confirmPrintantialiasEntrygv_classXtPopuprpl_getopt_longButtonHighlight$XBoAMiKBkbKQ0UD.action_panner.xos_watchFileFrequency$XBoAMiKBkbKQ0UD.action_panner.xp$XAoAMiKGkbKQ0$D.infoformoptionfsEntrycb_popdownVersionPopupfile_selectionClassRecgv_pending_page_request$XAoAMiKMkbKQknE.quietToggle$XBoAMiK_jbKQk5C.XmuCvtStringToPalette.XrmQEcolor$XAoAMiKTkbKQkbF.versionPanelCreatedlstatstrncpycanonicalize_file_namenodsc_p$XAoAMiKMkbKQkkE.popupprocess_menuXtSetKeyboardFocusthreeDClassRec$XBoAMiKBkbKQ0UD.action_panner.yo$XAoAMiKNkbKQkqE.fmediaLabel$XBoAMiKUkbKQkeF.widgets_createLabeledLineTextField.transmbuttonClassRec$XAoAMiKVkbKQ0lF.defaultTranslationscb_popdownInfoPopup$XAoAMiKIkbKQkQE.pagepos_x$XBoAMiK9jbKQErC.FS_listAction.scrollingfullscreen_p$XAoAMiKIkbKQkQE.pagepos_ySwitchToggle$XAoAMiKHkbKQUGE.n_ignoreEOFdoc_preferredOrientationOfPagemedia_numMediasbombautomaticLabeloptiongsEntryarguments_pdoc_preferredMediaOfPages_uncompressCommanddoc_boundingBoxOfPagecb_newtocScrollbar$XAoAMiK9jbKQErC.file_selectionActionsTablepageMenusqrtmagstep_pXineramaQueryScreens$XAoAMiK8jbKQ0lC.resourcesfile_getDirOfPathshow_openFilegv_miscmenu_entries_resquitConfirmLabel$XAoAMiK7jbKQkXC.yytable$XAoAMiKHkbKQUGE.n_maximumWidth$XBoAMiKCkbKQEeD.char_to_xtp.free_prop$XBoAMiKVkbKQ0lF.ClassInitialize.initializedwidgetless_pstyle_p$XBoAMiKDkbKQEpD.makeConfirmPopup.tab_trans$XAoAMiKRkbKQ0IF.resource_style_filegv_pdf_passwordmakeInfoPopupgen_tempnamefwrite$XAoAMiKNkbKQkqE.infoPopupButtoncopyrightEntryscale_parseScalescb_popdownDialogPopup$XAoAMiK7jbKQkXC.yydefact$XBoAMiKBkbKQ0UD.action_movePage.initializeds_pageXrmCombineFileDatabaseaction_eraseLocatorumask$XAoAMiKHkbKQUGE.DOT_bitsdebug_pXClipBoxversionResource$XAoAMiKDkbKQEpD.confirmPopupVisibleclipWidgetClassaction_preferDialogPopupButtonmedia_parseMediass_gsX11AlphaDeviceupdateEntrys_gsCmdScanPDF$XAoAMiKHkbKQUGE.n_scratchDir$XAoAMiKVkbKQ0lF.floatZerogv_filename_dscs_watchFileVlistScrollPosition$XBoAMiKBkbKQ0UD.action_movePage.pwscale_valueorientation_pXSetWindowBackgroundPixmap$XBoAMiKBkbKQ0UD.action_toc.dyocb_track$XAoAMiKHkbKQUGE.n_toggleCurrentBitmapmedia_p$XAoAMiK$jbKQUBD.resources$XAoAMiK_jbKQk5C.resourceswm_delete_windowprocessMenu$XAoAMiKCkbKQEeD.last_psx$XAoAMiKCkbKQEeD.last_psy$XAoAMiKDkbKQ0vD.dialogPopupVisibleaction_pageXtToolkitInitializebuild_label_menuVlistChangeSelectedXmuCompareISOLatin1$XAoAMiKUkbKQ0hF.zoom_controloptions_setArg$XBoAMiKBkbKQ0UD.action_movePage.phnoantialias_pVlistMoveFirstVisible_etextgetpidXSetWMNameXChangeWindowAttributes$XAoAMiKNkbKQkqE.opt_pagemedia$XAoAMiK7jbKQkXC.yypactevenEntrycb_doPrintPosXFillRectangle$XAoAMiKVkbKQ0lF.resourcess_scale$XAoAMiKHkbKQUGE.n_uncompressCommandslidersignal_setSignalHandlersGhostviewCoordsPStoXnopixmap_p$XAoAMiKNkbKQkqE.autoResizeToggle_finititlemenucb_openFilegv_screen_widthaccessnoeof_pviewFrameaction_printformWidgetClassGhostviewIsBusysetup_ghostview$XAoAMiKDkbKQEpD.doneButton$XBoAMiKBkbKQ0UD.action_toc.xp$XAoAMiKAkbKQkFD.defaultTranslationsunmarkEntrymmallocareallocsnprintfXSynccopyrightTranslationLabel$XAoAMiKHkbKQUGE.n_watchFile$XBoAMiKBkbKQ0UD.action_toc.yfs_documentBitmapXtCallCallbackss_gsSafeDirmisc_restorePagePositionrestartedXtCallActionProc$XAoAMiKNkbKQkqE.orientLabelXtOpenDisplayprintMarkedEntryscalebase_valueXDefineCursor$XBoAMiKBkbKQ0UD.action_toc.yoaction_movePageGhostviewDrawRectangleprocess_kill_processs_unmarkAllBitmapXtCreateApplicationContextstrlen$XAoAMiKQkbKQEDF.skipped_line$XAoAMiKMkbKQknE.optionControlXRectInRegionXmuMakeAtom$XBoAMiKBkbKQ0UD.action_toc.xfmkdtempgv_ascaleupdate_labelshow_toggleCurrentPageshow_date_DYNAMIClayout_scan_errorXmuCreateStippledPixmap$XBoAMiKBkbKQ0UD.action_toc.xo$XBoAMiKBkbKQ0UD.action_toc.scroll_initialized$XAoAMiKNkbKQkqE.orientButtonpsfreeresource_freeDataGhostviewIsInterpreterReadyButtonUnsets_gsInterpreteraction_setPageMarkmakeDialogPopup_PROCEDURE_LINKAGE_TABLE_gv_infoVerbose$XBoAMiK9jbKQErC.FS_listAction.childypClipWidgetSetCoordinatesXtAppAddActionsXMapWindowVlistEntrieschar_to_xtpXmuInternAtomscrollbarClassRecs_defaultSaveDirs_magMenuclose_fileXtMoveWidgetfseekostyle_valuetoplevelmallocXrmPutLineResourceXExtentsOfFontSetmain_setGhostscriptResourcess_pageMedias_gsX11Deviceabortcb_saveposXtMakeResizeRequest$XAoAMiKHkbKQUGE.empty_bitss_locatorFormatXtCreateWindowshow_prevPagescaleEntrymessage_usageclipClassRecdialogpopupcb_setPageMarkcurrent_llx__assertcurrent_llyXtName$XAoAMiKTkbKQkbF.version_upConfirmPopupSetInitialButtons_scrollingEyeGuidembuttonWidgetClasspageButtonceilGhostviewGetAreaOfBB$XAoAMiKGkbKQ0$D.infotextshow_saveMarkedPagesviewControl$XAoAMiKHkbKQUGE.n_gsQuietgv_gs_cmd_conv_pdf$XAoAMiKAkbKQEMD.resourcesfreadrpl_getoptXtRemoveInputgv_screen_heightdoc_convStringToDocOrient$XBoAMiKNkbKQkqE.options_gv_cb_apply.s_mediawidgets_createLabeledTextFieldXtRemoveTimeOuttoc_entry_lengthgv_scales_resgv_scroll_modeswitchWidgetClasss_adresource_putResource$XAoAMiKHkbKQUGE.n_gsCmdScanPDFrpl_optindversionIdentification$XAoAMiKMkbKQknE.scan$XBoAMiKCkbKQEeD.cb_print_pos.bufoptions_cb_popdownmisc_savePagePositionnextEntry$XAoAMiKOkbKQkvE.eyeGuideTogglepagemediaEntryreopenEntryaction_pannerXClearAreaXtTranslateCoords$XAoAMiK_jbKQk5C.translationsghostviewClassRec$XAoAMiKHkbKQUGE.n_selectedBitmapXtMalloc$XAoAMiKRkbKQ0IF.gv_nls_ko_KR_UTF_8_datcb_doQuitGhostviewNextPageshow_autoResize$XAoAMiK8jbKQkgC.resourcesgv_magmenu_entries_res$XAoAMiKDkbKQEpD.confirmAaa$XAoAMiKNkbKQkqE.scalesMenuXtSetSensitiveFMT8BITputTexCommandLabel$XAoAMiKMkbKQknE.x11alphadevasciiTextWidgetClass$XAoAMiKNkbKQkqE.mediaMenu$XBoAMiKGkbKQ0CE.magmenu_a_magMenu.dXChangeProperty$XBoAMiKCkbKQEeD.watch_file.timer$XAoAMiKHkbKQUGE.n_gsArguments$XAoAMiKRkbKQ0IF.gv_nls_nl_UTF_8_dat$XBoAMiKGkbKQ0CE.magmenu_a_magMenu.gvwVlistPositionOfEntry$XAoAMiKDkbKQEpD.initialButton$XAoAMiKOkbKQkvE.miscmenudatebuttonascale_pshow_pannerpannerFrameoptions_gv_createMediaMenus$XAoAMiKHkbKQUGE.n_minimumHeightoptions_createLabeledMenuresource_getResources_respectDSCshow_title$XAoAMiKHkbKQUGE.current_bits$XAoAMiKHkbKQUGE.n_markEmptyBitmapaction_tocwatchFileEntry$XBoAMiKBkbKQ0UD.action_movePage.yps_gsQuiet$XBoAMiK9jbKQErC.FS_listAction.startvisiblecb_askPasswordrenameXtReleaseGCcatch_XerrorXTextWidth$XAoAMiKNkbKQkqE.mediaLabelportraitEntry$XAoAMiKOkbKQkvE.titleButton$XBoAMiKMkbKQkkE.options_fs_cb_apply.s_default_save_dirXScreenResourceStringXawFileSelectionAddButtonaction_checkFileXtRealizeWidgetXtAppCreateShell$XBoAMiKIkbKQkQE.layout_ghostview.firsttimeXGetGeometryXawTextGetSelectionPosnosafedir_p$XAoAMiKOkbKQkvE.miscLabelgv_xinerama$XAoAMiKHkbKQUGE.n_pageMedialayout_lex$XAoAMiK$jbKQUBD.defaultTranslationsctime$XAoAMiKHkbKQUGE.n_toggleEvenBitmaps_toggleOddBitmap$XAoAMiK7jbKQkXC.yycheck__ctypegv_screenXtWindowOfObjectVlistHighlightedperrorVlistSelectedgv_gs_safergv_swap_landscapegv_uncompress_commandprocess_disallow_quit$XAoAMiKMkbKQknE.safeDirToggleframeWidgetClass$XBoAMiKIkbKQkQE.misc_drawEyeGuide.egdgv_scale_baseshow_unmarkAllPages$XAoAMiKHkbKQUGE.n_minimumWidth$XAoAMiKHkbKQUGE.GV_bitsnoswap_p$XAoAMiKLkbKQkdE.notePopupCreatedXDrawRectangle$XAoAMiKOkbKQU1E.gpdVlistVlistconstraintClassRecgv_gs_cmd_scan_pdf$XAoAMiK8jbKQkgC.actionsList$XAoAMiKUkbKQ0hF.zoom_page$XAoAMiK_jbKQk5C.actions$XAoAMiKHkbKQUGE.unmark_bitstexCommandLabel$XBoAMiKBkbKQ0UD.action_toc.yp$XAoAMiK$jbKQUBD.actionsListshow_updateFiles_swapLandscapeaction_setOrientationConfirmPopupSetMessage$XAoAMiKNkbKQkqE.watchToggleXtGetGC$XBoAMiKBkbKQ0UD.action_otherPage.toXtDatabaseopenFileLabels_maximumWidthoptions_savedscEntry$XBoAMiK9jbKQErC.FS_listAction.posix__environ_lock$XBoAMiKBkbKQ0UD.action_panner.yp$XBoAMiK9jbKQErC.FS_listAction.posiy___errnoresource_buildDatabase$XAoAMiKHkbKQUGE.n_maximumHeight$XAoAMiKNkbKQkqE.scaleBaseMenuviewClip$XAoAMiKNkbKQkqE.opt_orientationad_value$XBoAMiKUkbKQkeF.widgets_createLabeledTextField.transs_toggleEvenBitmapscale_freeScaless_gsArgumentsXRaiseWindow$XBoAMiKBkbKQ0UD.action_shellConfigureNotify.heightXFreePixmaptoc_textgv_gs_quiet$XAoAMiKHkbKQUGE.n_gsX11Device$XAoAMiKNkbKQkqE.eofToggle$XAoAMiKOkbKQkvE.print_command$XAoAMiKHkbKQUGE.n_documentBitmap$XAoAMiKMkbKQkkE.filterss_miscMenuXtMakeGeometryRequestgv_exitingframeClassRecnocenter_pcb_processKillProcess$XAoAMiKHkbKQUGE.n_scalesXtRegisterGrabActionXtAddEventHandler$XAoAMiKMkbKQknE.x11devXtWarningview_width$XBoAMiKNkbKQkqE.options_gv_cb_apply.s_fmediagv_magmenu_entriesaction_dismissPopups_gsCmdConvPDFcb_setOrientationfreopen$XAoAMiKRkbKQ0IF.haveXUSERFILESEARCHPATHshow_locatoroddEntrygv_psfile$XBoAMiK9jbKQErC.FS_listAction.childw$XBoAMiK9jbKQErC.FS_listAction.childxgv_gs_x11_alpha_device$XAoAMiKHkbKQUGE.n_swapLandscape$XBoAMiK9jbKQErC.FS_listAction.childy$XBoAMiKBkbKQ0UD.action_otherPage.xolandscapeEntry$XBoAMiKCkbKQEeD.cb_adjustSlider.opwnl_langinfostrchrstrcasecmpcb_newtocVisibleAdjustgv_savepos_filenameXawTextDisableRedisplay$XAoAMiKLkbKQkdE.notePopupVisible$XAoAMiK6jbKQERC.aaaConstraintResources$XAoAMiKNkbKQkqE.antialiasToggleXDisplayName$XBoAMiK9jbKQErC.FS_listAction.childh$XAoAMiKUkbKQkeF.TextTr$XBoAMiKBkbKQ0UD.action_otherPage.yo$XBoAMiKCkbKQEeD.cb_adjustSlider.ophgv_binexecvpgv_pagemedia_auto$XAoAMiKCkbKQEeD.open_directoryXtPopupSpringLoaded$XBoAMiKBkbKQ0UD.action_page.old_num_paramsmisc_setPageMarker$XBoAMiKBkbKQ0UD.action_movePage.pvwcommandClassRecaction_print_posVlistVisibleLengthXtShellStrings$XAoAMiK7jbKQkXC.yytranslateseascapeEntry$XAoAMiKTkbKQkYF.sid_terminatedoc_convStringToPageMediamagmenu_parseMagMenuEntriesGhostviewSendPSscaleButtons_selectedBitmapXSetErrorHandlershow_saveAllPagesnotepopupXtAddCallbackpagemediaButton$XBoAMiKJkbKQkVE.miscmenu_a_miscMenu.gvw$XBoAMiKBkbKQ0UD.action_movePage.pvhXParseGeometryXDrawStringXmbTextEscapementgv_options_gv_structaction_save$XAoAMiKAkbKQEMD.defaultTranslationss_scratchDiraction_setScale_XEditResCheckMessagesgv_num_std_pagemediaXtSetLanguageProc$XAoAMiKOkbKQkvE.autoCenterToggle$XAoAMiKHkbKQUGE.n_miscMenu$XAoAMiKGkbKQ0$D.infodismissgv_options_gs_struct$XAoAMiKRkbKQ0IF.class_resources$XAoAMiKGkbKQ0$D.infoPopupVisible$XBoAMiK9jbKQErC.FS_listAction.firstposx$XBoAMiK9jbKQErC.FS_listAction.firstposyoptions_realize_endgv_filterXtGetValues$XAoAMiKOkbKQkvE.confirmLabelXtCreateWidgetXineramaIsActivemagstep_valueXtIsManagedXawInitializeWidgetSetgv_save_modeshow_nextPagestrcmpresource_checkGeometryResourcegv_scale_base_currentmedia_valuecb_useBackingPixmapXtStringscb_stopInterpretermiscmenu_freeMiscMenuEntriesXtErrortopLevelShellWidgetClassshow_printMarkedPagesConfirmPopupSetButtons_reverseScrolling$XAoAMiKRkbKQ0IF.gv_nls_es_utf8_dat$XAoAMiKPkbKQk5E.wmtdecorcontrol_heightlibiconv_opens_stylescale_checkScaleNumautoMediaEntry$XBoAMiKJkbKQkVE.miscmenu_a_miscMenu.menuwidget$XAoAMiKMkbKQkkE.default_save_dir_XtInheritXtParseTranslationTable$XAoAMiKIkbKQkQE.pagepos_saved$XAoAMiKHkbKQUGE.n_fallbackPageMedia$XBoAMiKBkbKQ0UD.action_toc.entryo$XAoAMiKTkbKQkYF.gv_pid$XAoAMiKHkbKQUGE.n_page$XAoAMiK_jbKQU0C.resources$XAoAMiKTkbKQkYF.block_updateFilegv_orientation_autoaction_autoResizeXDisplayStringDialogPopupSetButtongv_orientation_old$XAoAMiKHkbKQUGE.n_confirmQuitlibiconv$XAoAMiK_jbKQk5C.alloc_errornoresize_pgv_gs_safeDirfilenoad_ps_markEmptyBitmapsec_sscanfunsetenv_get_exit_frame_monitorXrmSetDatabaseGhostviewClearBackgroundgv_dirsrpl_optargoptions_textApplyGhostviewIsInterpreterRunningnewtoccb_messageXtInstallAcceleratorss_fallbackOrientationmains_ignoreEOF$XAoAMiKOkbKQkvE.screenSizeopen_fail_error$XAoAMiKDkbKQEpD.tabTranssaveposEntrygv_filename_rawFrameConvertStringToFrameTypecb_popupPopup$XAoAMiKMkbKQkkE.scratch_dirspartan_p$XAoAMiKGkbKQ0$D.infoPopupCreatedsave_allocSaveData$XAoAMiKUkbKQ0hF.zoom_dismisszoom_createZoomgettimeofdaymtime$XAoAMiKAkbKQkFD.actionsList$XAoAMiKRkbKQ0IF.gv_nls_it_UTF_8_datmonochrome_pXrmCombineDatabasecolor_ppage_value$XAoAMiK_jbKQk5C.oldhandler$XAoAMiK9jbKQErC.list_translationsgv_filtersAaaWidgetGetNaturalSizewaitpid$XAoAMiKGkbKQ0$D.info_length$XAoAMiKRkbKQ0IF.gv_nls_fr_UTF_8_datXtReallocversionpopupshow_toggleEvenPagesFileSel_popup__fsr_init_valuecb_resetInfoPopup$XBoAMiKJkbKQkVE.miscmenu_a_miscMenu.modecb_popupVersionPopuporientationsdoc_convDocOrientToXtOrient$XAoAMiKHkbKQUGE.n_toggleOddBitmapXawFileSelectionPreferButtonsetTitlecb_popdownConfirmPopupXtIsSubclass$XBoAMiKMkbKQkkE.options_fs_cb_apply.s_scratch_dir$XAoAMiKHkbKQUGE.n_respectDSC$XAoAMiKHkbKQUGE.n_versioncb_adjustSliderXCopyAreas_confirmQuit$XAoAMiKOkbKQkvE.magmenus_titleStylemisc_resetPagePositionSwitchIsSetfopen$XBoAMiK_jbKQk5C.XmuCvtStringToPalette.XrmQEmonochrome$XAoAMiKDkbKQ0vD.doneButtoncb_doOpenFileaction_watchFileDialogPopupClearText$XAoAMiKRkbKQ0IF.resource_system_file$XAoAMiKHkbKQUGE.even_bitsXtIsSensitivequote_filenameolddocconfirmpopupgv_scanstylestrtoullXInternAtomshow_showThisPagegv_gs_argumentssimpleMenuWidgetClassGhostviewCoordsXtoPSXrmQuarkToStringcb_setScaleXtCreatePopupShellnosafer_p$XAoAMiKCkbKQEeD.save_directoryredisplayEntry$XAoAMiKNkbKQkqE.forientButtonpscopydoccb_popupDialogPopupGhostviewStateresource_userDefaultsFileaction_menuPopdownVlistChangeHighlighted$XAoAMiKHkbKQUGE.n_scaleBase$XAoAMiKMkbKQknE.saferToggleshow_pagenewtocControlDialogPopupSetMessageintern_resources$XAoAMiKHkbKQUGE.n_gsCmdConvPDF$XAoAMiKOkbKQkvE.reverseScrollingTogglesystems_mediasscale_getScreenSizeXtSetTypeConverter_environwaitcb_doPrint$XAoAMiKMkbKQknE.conv$XAoAMiKJkbKQkVE.miscmenu_entriesview_heightoptionsetupEntryAaaWidgetAllowResizeXtDestroyWidget$XAoAMiK_jbKQk5C.pixorientationButtonmain_createScaleMenu$XAoAMiKHkbKQUGE.n_useBackingPixmap$XAoAMiKDkbKQ0vD.preferedButtondoc_convStringToPage$XBoAMiKVkbKQ0lF.MoveThumb.old_positionXSetWMIconNameaction_savepos$XBoAMiKOkbKQU1E.process_menu.visible__xargv$XBoAMiKCkbKQEeD.cb_adjustSlider.opvhgv_miscmenu_entriescheck_file$XBoAMiK9jbKQErC.FS_listAction.toXDrawLinescb_checkFileXBell$XAoAMiK_jbKQk5C.broken_pipemkdirsmeBSBObjectClassgv_gs_x11_deviceXtDisplayStringConversionWarninggv_default_pagemediacb_quitGhostview$XAoAMiKNkbKQkqE.forientMenuVlistEntryOfPosition$XBoAMiKCkbKQEeD.cb_adjustSlider.opvw$XBoAMiKCkbKQEeD.cb_adjustSlider.opvx$XBoAMiKCkbKQEeD.cb_adjustSlider.opvy$XBoAMiKNkbKQkqE.options_gv_cb_apply.s_forientautoOrientEntrys_minimumWidth$XAoAMiK9jbKQErC.cannotopenList$XAoAMiKHkbKQUGE.actionsrmdiroptions_cb_popupXrmGetResourcecenterEntry_lib_versiongv_filename_oldgv_print_mode_getopt_long_only_rfclosegv_mediass_maximumHeightoptions_squeezeMultilinecb_popdownPopup__xargc$XAoAMiKNkbKQkqE.mediaButtoninfopopup$XAoAMiKMkbKQkkE.filterXtRemoveSignalstrdupupsidedownEntrygv_displayclean_safe_tempdirXrmDestroyDatabasestateButtoncb_pageAdjustNotifyXtAppAddTimeOutmisc_drawEyeGuide$XAoAMiKNkbKQkqE.fmediaButtonXmbDrawStringtransientShellWidgetClassgv_swap_landscape_olds_orientationgv_options_fs_structgv_real_xdpigv_pagemedia_oldtolowerFileSelgv_filename_uncorientation_value$XAoAMiKHkbKQUGE.GNU_longOptions$XAoAMiKNkbKQkqE.ascale$XBoAMiKBkbKQ0UD.action_movePage.posix$XAoAMiKHkbKQUGE.n_gsX11AlphaDevice$XBoAMiKBkbKQ0UD.action_movePage.posiyclosedirXrmStringToQuarksaveCurrentPageLabelnewtocClipGhostviewEnableInterpreter$XAoAMiKHkbKQUGE.n_gsSaferaaaClassRecprintAllEntry$XAoAMiKHkbKQUGE.n_reverseScrollingversionCompatibility$XAoAMiKNkbKQkqE.scaleBaseLabel$XAoAMiKHkbKQUGE.n_printCommandcb_print_posXtDisplayOfObject$XAoAMiK6jbKQERC.resourcesgv_scale_current$XAoAMiKDkbKQ0vD.tabTransButtonResetXmuCvtStringToPalette$XAoAMiKRkbKQ0IF.gv_nls_noint_de_datgv_safe_gs_workdircb_pageXSetWMProtocols$XAoAMiKMkbKQknE.gs$XBoAMiK_jbKQk5C.XmuCvtStringToPalette.haveQuarksaction_quits_versiongv_fallback_pagemedia$XAoAMiKOkbKQkvE.titleLabel$XAoAMiKHkbKQUGE.n_titleStylesaveAllEntryoptions_gv_createScaleMenus$XAoAMiKRkbKQ0IF.gv_nls_ja_JP_UTF_8_datdying$XBoAMiKDkbKQ0vD.makeDialogPopup.tab_transdatemenu$XAoAMiKDkbKQEpD.confirmPopupCreated$XBoAMiKBkbKQ0UD.action_toc.scrollingdup2vlistWidgetClasss_confirmPrintoptiongvEntryatexit_getopt_internal_r$XAoAMiKMkbKQknE.popupfile_fileIsDircurrent_urxcurrent_ury__iobXmuCvtStringToOrientationXtNameToWidgetXmuCopyISOLatin1LoweredshellWidgetClassgetcwdButtonSet$XBoAMiKBkbKQ0UD.action_toc.startvisibleXrmGetStringDatabaseXmbTextListToTextPropertyXtCreateManagedWidgetrpl_opterropendircompositeWidgetClassshow_toggleOddPagesgv_pagemedias_scaleBasew_toggleAllPageswidgets_setToggleXCreatePixmapmakeConfirmPopupXUnmapWindowsignal$XBoAMiK_jbKQk5C.XmuCvtStringToPalette.XrmQEgrayscalemedia_freeMedias$XAoAMiKNkbKQkqE.popupXrmPutStringResource$XAoAMiKNkbKQkqE.dscToggletitlebutton$XAoAMiKRkbKQ0IF.gv_nls_de_UTF_8_dats_scalesXQueryPointer$XBoAMiKOkbKQU1E.process_menu.progresscb_popupInfoPopupsizeEntryreadlinkexecOfFailedLabel$XAoAMiKNkbKQkqE.scalesButton$XBoAMiK9jbKQErC.FS_listAction.posxXawFileSelectionScan$XBoAMiK9jbKQErC.FS_listAction.posyshow_printAllPages$XAoAMiKHkbKQUGE.n_infoVerbose$XAoAMiKRkbKQ0IF.fallback_style_1kill$XAoAMiKRkbKQ0IF.fallback_style_2_startapplicationShellWidgetClass$XAoAMiK7jbKQkXC.yyr1$XAoAMiK7jbKQkXC.yyr2$XAoAMiK9jbKQErC.unknownListsave_saveFile_GLOBAL_OFFSET_TABLE_old_XerrorpopupVerbapp_reslabelWidgetClassnum_ghostsoptions_cb_changeMenuLabel$XBoAMiKBkbKQ0UD.action_shellConfigureNotify.widthXawScrollbarSetThumbsaveDocumentLabelXDrawString16$XAoAMiKOkbKQkvE.optionControlgv_options_fsXTextWidth16unlink$XBoAMiKNkbKQkqE.options_gv_cb_apply.s_orientrpl_realpathshow_checkFile$XAoAMiKPkbKQk5E.wmbdecordoc_putPageInRange$XAoAMiKNkbKQkqE.scalesLabelstrstrstrtoldmiscmenu_a_miscMenugv_orientation_auto_old$XBoAMiKCkbKQEeD.char_to_xtp.tp$XAoAMiKOkbKQkvE.popup$XAoAMiK9jbKQErC.curlist_translationsXawFileSelectionRemoveButtonmagmenu_freeMagMenuEntriesgv_options_gsstrtollgv_options_gvcb_destroyGhost$XAoAMiKHkbKQUGE.n_mediasXawSimpleMenuGetActiveEntry$XAoAMiKHkbKQUGE.n_autoResize$XAoAMiKNkbKQkqE.orientMenumisc_testFile$XAoAMiKDkbKQ0vD.dialogTextstrrchrchdir$XAoAMiKHkbKQUGE.n_watchFileFrequencys_antialiasrewindgv_pixel_ydpiXCreateBitmapFromDatacb_printXtGetApplicationResources$XAoAMiKTkbKQkYF.block_terminate$XAoAMiKDkbKQEpD.cancelButton$XAoAMiKDkbKQEpD.message1XmbTextPerCharExtents$XAoAMiKDkbKQEpD.message2$XAoAMiKDkbKQEpD.message3gv_user_defaults_filescalebase_pgv_safe_gs_tempdir__1cG__CrunMdo_exit_code6F_v_VlistGetFirstVisibledoc_mediaIsOkinfoverbose_paaaWidgetClasss_autoCentereofEntryfabsXFlushVlistSetFirstVisible$XAoAMiKHkbKQUGE.n_adtitle_styless_minimumHeightcb_handleDSC$XAoAMiKMkbKQkkE.dirscb_appendInfoPopupdefault_xdpiXSendEventmiscmenu_parseMiscMenuEntriesgv_orientation$XAoAMiKHkbKQUGE.n_gsSafeDirXPeekIfEventmain_setInternResourcemisc_buildPagemediaMenuconfirm_quit_stylesgv_scalesscale_getScreenResourceName$XAoAMiKDkbKQEpD.preferedButtonnewtocFramenowatch_p$XBoAMiKJkbKQkVE.miscmenu_a_miscMenu.xopsscan$XAoAMiKHkbKQUGE.n_magMenugv_databases_fallbackPageMediamakeNotePopuppasswordPromptLabelrpl_optoptXtDestroyApplicationContextcb_showTitle$XBoAMiKJkbKQkVE.miscmenu_a_miscMenu.yocb_antialiasGhostviewDisableInterpreterXtPopdownfile_fileIsNotUsefuls_printCommands_infoVerbosewidgetClassRec$XBoAMiKVkbKQ0lF.HandleAutoscroll.old_positionXmuGetHostnamefileButtonfcntlcb_popupNotePopuppasswordRequiredLabelXtResizeWidgetgv_nameXtGetApplicationNameAndClassstateMenu$XAoAMiKRkbKQ0IF.resource_ad_filefprintf$XAoAMiKPkbKQk5E.wmsdecorprocessButtonwidgets_createLabeledLineTextFieldfloorrpl_getopt_long_onlycurrent_pagemain_controlcb_cancelQuit$XAoAMiKNkbKQkqE.forientLabelgv_real_ydpipagemediaMenu$XAoAMiK8jbKQkgC.defaultTranslationscb_positionPageXtWidgetToApplicationContextapp_conexeclcb_cancelPrint$XAoAMiKHkbKQUGE.n_unmarkAllBitmap$XAoAMiK7jbKQkXC.yypgoto$XAoAMiKHkbKQUGE.odd_bits$XAoAMiKQkbKQEDF.empty_stringview_bordercb_presentationqsort$XAoAMiKHkbKQUGE.n_scrollingEyeGuide$XAoAMiKMkbKQkkE.optionControlpopup_positionPopup$XAoAMiKNkbKQkqE.fmediaMenuXtFreefgetsprevEntry$XAoAMiKHkbKQUGE.n_gsInterpreteroptions_squeezecb_popdownNotePopupmemcmp$XAoAMiKNkbKQkqE.popupVerbExternXtManageChild$XAoAMiKHkbKQUGE.n_autoCentercompositeClassRecXtNoticeSignalXtResolvePathname$XAoAMiKDkbKQ0vD.dialogPopupCreated$XAoAMiKOkbKQkvE.titleMenusprintf$XAoAMiKHkbKQUGE.n_locatorFormataction_shellConfigureNotifycb_reopenghostviewWidgetClass$XBoAMiKOkbKQU1E.process_disallow_quit.messagestrtodaction_preferConfirmPopupButtonaction_otherPage$XBoAMiKGkbKQ0CE.magmenu_a_magMenu.modeXawTextReplaceatof$XBoAMiK9jbKQErC.FS_listAction.clipwatoiXClearWindowstrtol$XBoAMiKBkbKQ0UD.action_page.old_paramsatolgv_filename$XAoAMiKNkbKQkqE.orientationsExternfile_selectionWidgetClassresource_checkResourcesgv_infoSkipErrors$XBoAMiK9jbKQErC.FS_listAction.cliph$XAoAMiKOkbKQkvE.confirmPrintTogglefile_pdfname2psnamecb_popupConfirmPopup$XAoAMiKOkbKQkvE.scalesprocess_fork$XAoAMiKOkbKQkvE.pixmapToggleXtOverrideTranslations$XAoAMiKTkbKQkYF.sid_updateFileXFillPolygon$XAoAMiKNkbKQkqE.infoPopupLabelprocess_kill_all_processes$XAoAMiKOkbKQkvE.mediassaveMarkedPagesLabel$XAoAMiK7jbKQkXC.yydefgoto$XAoAMiKHkbKQUGE.n_antialiascontrol_width$XBoAMiKBkbKQ0UD.action_page.timer$XAoAMiKAkbKQkFD.resourcesDialogPopupSetPromptaction_handleDSCs_gsSafercopyright$XAoAMiKNkbKQkqE.optionControlXawFileSelectionGetPath_Qp_qtod$XBoAMiKDkbKQ0vD.DialogPopupGetText.stringXtAddConvertergv_options_setup_struct$XAoAMiKMkbKQknE.argumentsfputc_Qp_qtos$XAoAMiKHkbKQUGE.n_defaultSaveDirswitchClassRecgv_options_setupXtAppMainLoopftelloDialogPopupGetTextaction_setPagemedia_edataaction_openXawFileSelectionSetPathClipWidgetCheckCoordinatesfputsXFreewidgets_setSelectedBitmapgv_fallback_orientations_miscMenuEntries$XAoAMiK9jbKQErC.TextField_translationspage_pfreeacb_redisplays_useBackingPixmapXtConfigureWidgetgv_gs_interpreterfile_locateFilenamereaddirlayout_parsecb_destroycb_handleEOFXtVaSetValuesvlistClassReccalloclog10cb_setPagemediaquitEntrydoc_scanFile$XAoAMiKHkbKQUGE.n_scale$XAoAMiKNkbKQkqE.scaleBaseButtonrpl_getopt_internal$XAoAMiKRkbKQ0IF.resource_user_file_symb$XAoAMiKHkbKQUGE.resources$XAoAMiKVkbKQ0lF.actionsgv_medias_resmain_setResolutionsaction_deleteWindowmkstemp$XAoAMiKHkbKQUGE.n_orientationXtManageChildrenstopEntry$XBoAMiKBkbKQ0UD.action_movePage.to$XAoAMiKOkbKQkvE.confirmMenuXtSetMappedWhenManagedgv_print_kills_fileDialogPopupSetText$XBoAMiKBkbKQ0UD.action_panner.initializedFrameDrawFrameXtAppErrorcurrentEntrymemset$XAoAMiKUkbKQkeF.LineTextTrauthorgv_pixel_xdpiswapEntrygrayscale_pfile_getTmpFilenameaction_presentationstrncasecmpstillInProgressLabelgv_scale$XBoAMiKBkbKQ0UD.action_movePage.posx$XBoAMiKBkbKQ0UD.action_movePage.posyaction_antialias$XAoAMiKOkbKQkvE.confirmButton$XAoAMiKHkbKQUGE.n_miscMenuEntriess_toggleCurrentBitmap$XAoAMiK9jbKQErC.resources$XAoAMiKHkbKQUGE.n_fallbackOrientation_getopt_long_r$XBoAMiK9jbKQErC.FS_listAction.movinggetenvsaveMarkedEntry$XBoAMiKBkbKQ0UD.action_movePage.xpcb_autoResizeVlistChangeMarkfile_getUsefulNameGhostviewGetBBofAreaXtAppSetTypeConverterXtRemoveAllCallbacksscaleMenusmeLineObjectClass$XAoAMiKHkbKQUGE.DOC_bitsdefault_ydpicb_doSave$XAoAMiKRkbKQ0IF.resource_user_filenewtocScrollarguments_valuegv_print_commandstrerroraction_reopensave_freeSaveDatamagmenu_a_magMenuscrollbarWidgetClassfileMenuXtCallCallbackList$XAoAMiKHkbKQUGE.n_stylewidgets_getTextmisc_changeFilegv_pagemedia_auto_oldpresentationEntry$XAoAMiKLkbKQkdE.doneButton$XAoAMiKDkbKQ0vD.cancelButtonXtAppAddSignalcb_watchFilelabelClassRec$XAoAMiKNkbKQkqE.swapLandscapeToggle$XAoAMiKUkbKQ0hF.zoom_popupsaveAsPDFLabelstrncatorientationMenuanotate anotate G GH8Z "H Z#H$Z$H,Zanotate JHIH IM0XIp`PpPQJHNPXanotate anotate anotate 22 hp8P@anotate x pH(H@HPanotate  ŔphѨҀh XTXl#8#t$ļŐlhѤ|h XPXh#4#p$ xhp0hàΠanotate 7272 78P:X:p`DIHGGPFhanotate  `U(T\u rZZT`U$T\urZZT OSQ@\]( ]0``aHhcHpO@xcpixanotate` X \X 8anotate0 ( hÈanotatep h `@XǘpǠǨǰanotate8 0 ӈӈanotate  209^ X7(CoreClassPart_WidgetClassReccore_class#WidgetClass XtProc$$XtWidgetClassProcunsigned charIXtEnumWidgetint|XrmName+Booleank}}XtCallbackProc_XtCallbackRec4callback#closure}#4XtCallbackListshortVPositionunsigned shortrDimension_XtEventRecXtEventTable_TranslationDataXtTranslations XtBoundActions_XtStateRec)unsigned long_XtTMRec translations#proc_table#current_state7#lastEventTime@#QXtTMRec@Pixel@PixmapGWidgetList_XExtData number|#next#free_private#private_data#$|3XPointer$XExtData_XDisplay@Window@VisualID8 ext_data#visualid #class|#red_mask@#green_mask@# blue_mask@#(bits_per_rgb|#0map_entries|#4 'Visual  Cdepth|#nvisuals|#visuals # Depth C_XGC \ cGC@Colormap Dext_data#display#root #width|#height|#mwidth|# mheight|#$ndepths|#(depths S#0root_depth|#8root_visual #@default_gc l#Hcmap y#Pwhite_pixel@#Xblack_pixel@#`max_maps|#hmin_maps|#lbacking_store|#psave_unders|#troot_input_masku#x Screen D_CorePart4selfk#widget_class#parentk#xrm_name#being_destroyed#destroy_callbacks=# constraints}#(x_#0y_#2width#4height#6border_width#8managed#:sensitive#;ancestor_sensitive#<event_table#@tm#Haccelerators#hborder_pixel#pborder_pixmap#xpopup_list#num_popupsY#name<#screen U#colormap y#window #depthY#background_pixel#background_pixmap#visible#mapped_when_managed# ^CorePart_WidgetRecocore4#uXtArgValname<#valueo#ArgListYkkXtInitProcJk#JXtArgsProc@XtValueMaskh@Cursorp'background_pixmap#background_pixel@#border_pixmap#border_pixel@#bit_gravity|# win_gravity|#$backing_store|#(backing_planes@#0backing_pixel@#8save_under|#@event_masku#Hdo_not_propagate_masku#Poverride_redirect|#Xcolormap y#`cursor#hXSetWindowAttributes'vk~FOvXtRealizeProcDisplay( type|#serial@#send_event|#display#window # XAnyEvent@Time`itype|#serial@#send_event|#display#window # root #(subwindow #0time4#8x|#@y|#Dx_root|#Hy_root|#LstateM#PkeycodeM#Tsame_screen|#XCXKeyEvent`type|#serial@#send_event|#display#window # root #(subwindow #0time4#8x|#@y|#Dx_root|#Hy_root|#LstateM#PbuttonM#Tsame_screen|#X}XButtonEvent`type|#serial@#send_event|#display#window # root #(subwindow #0time4#8x|#@y|#Dx_root|#Hy_root|#LstateM#Pis_hint+#Tsame_screen|#XXMotionEventh>type|#serial@#send_event|#display#window # root #(subwindow #0time4#8x|#@y|#Dx_root|#Hy_root|#Lmode|#Pdetail|#Tsame_screen|#Xfocus|#\stateM#`XCrossingEvent0type|#serial@#send_event|#display#window # mode|#(detail|#,WXFocusChangeEvent@type|#serial@#send_event|#display#window # x|#(y|#,width|#0height|#4count|#8XExposeEvent@DrawableHtype|#serial@#send_event|#display#drawable# x|#(y|#,width|#0height|#4count|#8major_code|#<minor_code|#@XGraphicsExposeEvent0type|#serial@#send_event|#display#drawable# major_code|#(minor_code|#,XNoExposeEvent07type|#serial@#send_event|#display#window # state|#(XVisibilityEventHKtype|#serial@#send_event|#display#parent # window #(x|#0y|#4width|#8height|#<border_width|#@override_redirect|#DRXCreateWindowEvent0type|#serial@#send_event|#display#event # window #(hXDestroyWindowEvent8type|#serial@#send_event|#display#event # window #(from_configure|#0XUnmapEvent8Utype|#serial@#send_event|#display#event # window #(override_redirect|#0XMapEvent0type|#serial@#send_event|#display#parent # window #(iXMapRequestEventH type|#serial@#send_event|#display#event # window #(parent #0x|#8y|#<override_redirect|#@ XReparentEventX!type|#serial@#send_event|#display#event # window #(x|#0y|#4width|#8height|#<border_width|#@above #Hoverride_redirect|#P XConfigureEvent8"type|#serial@#send_event|#display#event # window #(x|#0y|#4"XGravityEvent0#Vtype|#serial@#send_event|#display#window # width|#(height|#,"XResizeRequestEvent`$type|#serial@#send_event|#display#parent # window #(x|#0y|#4width|#8height|#<border_width|#@above #Hdetail|#Pvalue_mask@#X#tXConfigureRequestEvent8%>type|#serial@#send_event|#display#event # window #(place|#0$XCirculateEvent8%type|#serial@#send_event|#display#parent # window #(place|#0%XXCirculateRequestEvent@Atom@&type|#serial@#send_event|#display#window # atom& #(time4#0state|#8&XPropertyEvent8'ktype|#serial@#send_event|#display#window # selection& #(time4#0&XSelectionClearEventP(\type|#serial@#send_event|#display#owner # requestor #(selection& #0target& #8property& #@time4#H'XSelectionRequestEventH)=type|#serial@#send_event|#display#requestor # selection& #(target& #0property& #8time4#@(}XSelectionEvent8)type|#serial@#send_event|#display#window # colormap y#(new|#0state|#4)WXColormapEvent +*2 u V*O u u(*l u(*b*#s*2#l*O#`+Mtype|#serial@#send_event|#display#window # message_type& #(format|#0data*l#8*XClientMessageEvent8,type|#serial@#send_event|#display#window # request|#(first_keycode|#,count|#0+kXMappingEvent@XID(,type|#display#resourceid,1#serial@#error_codeI# request_codeI#!minor_codeI#",?XErrorEvent + - uH-type|#serial@#send_event|#display#window # key_vector,#(-XKeymapEvent(.4type|#serial@#send_event|#display#extension|# evtype|#$-XGenericEvent8.type|#serial@#send_event|#display#extension|# evtype|#$cookieM#(datat#0.LXGenericEventCookie u// u_XEvent2Ltype|#xany #xkeyi#xbutton#xmotion#xcrossing>#xfocus#xexpose#xgraphicsexpose#xnoexpose#xvisibility7#xcreatewindowK#xdestroywindow#xunmap#xmapU#xmaprequest#xreparent #xconfigure!#xgravity"#xresizerequest#V#xconfigurerequest$#xcirculate%>#xcirculaterequest%#xproperty&#xselectionclear'k#xselectionrequest(\#xselection)=#xcolormap)#xclient+M#xmapping,#xerror,#xkeymap-#xgeneric.4#xcookie.#pad/#//XEvent2L<2k2]2f2o2XtActionProc_XtActionsRec2string<#proc2#22XtActionList3XtResourceList|XrmClass3gk3R3gXtWidgetProc_XRegion33Region 3k2]333XtExposeProc+44kkk344XtSetValuesFunc+4k4W4XtArgsFuncMXtGeometryMask 5grequest_mode4#x_#y_#width#height# border_width# siblingk#stack_mode|#4XtWidgetGeometry5g5kk5555XtAlmostProc4+6 k556 XtAcceptFocusProc@XtVersionType6XtGeometryYesXtGeometryNoXtGeometryAlmostXtGeometryDone6G6k5566XtGeometryHandler7k<67XtStringProc_CoreClassPart:tsuperclass#class_name<#widget_sizeY#class_initialize#class_part_initialize-# class_initedZ#(initialize#0initialize_hookS#8realize#@actions3#Hnum_actionsY#Presources3&#Xnum_resourcesY#`xrm_class3?#dcompress_motion#hcompress_exposureZ#icompress_enterleave#jvisible_interest#kdestroy3p#presize3p#xexpose3#set_values4=#set_values_hook4#set_values_almost5#get_values_hookS#accept_focus6#version6/#callback_private}#tm_table<#query_geometry6#display_accelerator7#extension}#_CompositeClassPart( ;geometry_manager6#change_managed3p#insert_child3p#delete_child3p#extension}# :tCompositeClassPart _ConstraintClassPart0 ;resources3&#num_resourcesY#constraint_sizeY# initialize#destroy3p#set_values4=# extension}#(;1ConstraintClassPart _AaaClassPart<>foo|#<AaaClassPart_AaaClassRec@<core_class#composite_class;#constraint_class;#aaa_class<>#"dpyx>cargspnum_argsh>cfrom`>ctoX>lconverter_dataPlayoutConverterStructDD>PsizeM#addr#>"XrmValue>P}Cl>uBoxPtrdouble_ExprType>ConstantBinaryUnaryWidthHeightVariable>ExprType_Operator?:PlusMinusTimesDividePercent>Operator@ExprPtr?op?:#left?M#right?M#?op?:#down?M#|XrmQuark@\constant>#binary?_#unary?#width?#height?#variable?#_Expr @type>#u?#@\_Glue@order|#value>#expr?M#@GlueRec @0A u @0A) u_BoxParams`Agstretch@#shrinkA #0A)BoxParamsRec |A u |A u_BoxTypeABoxBoxWidgetBoxGlueBoxVariableBoxABoxType_LayoutDirectionBMLayoutHorizontalLayoutVerticalB LayoutDirectionBfirstChild>~#dirBM#Bquark?#widgetk#Bexpr?M#Cquark?#expr?M#ClboxBg#widgetB#glueB#variableB#_BoxDnextSibling>~#parent>~#paramsAg#sizeA~#pnaturalA#xtypeA#uC#>uLayoutPtrD_LayoutConverterStruct Dbase<#oldfrom<#from<#toD#DLayoutConverterStruct Destroy1IpIDkw/xlG^2pDMEkDEXtOrderProc _CompositePart Echildren#num_childrenY#num_slotsY# insert_positionE#E4CompositePart _ConstraintPart Emumble}#EConstraintPart FlayoutD#debug#resize_width# resize_height# maximum_width# maximum_height#minimum_width#minimum_height#FAaaPart_AaaRecGUcore4#compositeE#constraintE#aaaF#FGUAaaWidgetClassInitialize;IJ(GDGeometryManagerCJHMHxHxkchildBx5requestBp5replyBhwG^DXpIHEPchangedFObw|GHD6GXtGeometryResult |H u_SubInfoI?naturalSizeH#naturalBw|#allow_resize# forced_width#forced_height#HI?SubInfoPtrInitialize~M0NJ,krequest}xknew}pargs}hnum_args}`lG^XprefwidthVprefheightTDChangeManagedNO\JkgwxwG^pchildrenJhDkGetDesiredSizeOP8Kkchildxdesired5gXpIHPDInsertChildPXPKdkchildxDResizePPKkgwxDSetValuesPQTLmkgoldxkgreqpkgnewhargs`num_argsXoldG^HnewG^@DQueryGeometryQSHxM<kgwx5requestp5preferred_returnhwG^XresultHxTpreferred_size5gDLookupVariableST?MM>~childx?quarktparent>~`box>~XD Evaluate"TX>OlG^l!x>~box!p?Mexpr!h>natural!`left>#Pright>#Hdown>#@widgetk$infoIH%TXTXTXWXtmp?MSWXdX XdX XdbufOlV}D( +O uDisposeExprfYPZxO?MexprexDComputeNaturalSizesZtQG^lx>~boxpBMdirlchild>~`wkXinfoIHPminStretchOrder|LminShrinkOrder|HthisDirBMDZtZtpZtpr$tpr\tpr\tpminSize|largestMinSize|C  D$ComputeSizes t{|Sw>~box xdirBM pchild>~hstretch@Pshrink@totalGlueSwremainingGlue>glueS~size|~totalSizes|~totalChangeS~change|~remainingChange|~shrinking|~happy|~i|~maxGlue|~C 4D @0S u@SGluePtr |S uSetSizest{~T>~boxsx_xsv_ystchild>~uhwidth|vdheight|v`bw|w\wkxPinfoIHyHD$AaaFreeLayout~8U!>~boxxchild>~pnext>~hDAaaGetNaturalSizeHUG^lxUwidthppUheightphbox>~`DAaaLayoutVG^lx|attemptResizetbox>~hwidthfheightdpwidthbpheight`resultHx9\D !AaaWidgetGetNaturalSizek8dWFG^lgxUwphpUhpihD!AaaWidgetAllowResizexWG^lwxwflagwwhflagwvD"layout_parse|Wt#XtConfigureWidgetX@||MMM$_XtInherit#XtFreeXn3%+Xn#XtErrorXXwG4"XtQueryGeometryHxXXXX%+X"XtNameToWidgetkY;kX%+Y;%+YM+Y>c>c>c>lY_Z2XtAddressXtBaseOffsetXtImmediateXtResourceStringXtResourceQuarkXtWidgetBaseOffsetXtProcedureArgYXtAddressModeZaddress_modeZ2#address_id}#sizeY#ZJ_XtAppStructZZXtAppContext[Z>c}>cZ#XtSetTypeConverter[qYDYVYZM|[r"XtMakeResizeRequestHx[XMM[q[qG"XtIsManaged\[3XrmString"XrmQuarkToString\\I|"__posix_ttyname_r|\|3@"__posix_getlogin_r|\3|"lockf|\||u%+\"truncate|]A]uuoff64_t"tell]A]w|%l]wussize_t"pwrite]]|]@]l"pread]^%|]@]"lseek]A^\|]A|"ftruncate|^|u%+^"truncate|^^uuoff_t"tell^_|%l_"pwrite]_X|_@]"pread]_|]@]"lseek^_|^|"lockf|`||u"ftruncate|`8|u"mkstemp|`_3"mkstemp|`3unsigned long long`rlim64_trlimit64`rlim_cur`#rlim_max`#`"getrlimit|a)|`%`a)"setrlimit|am|a2@rlim_trlimitarlim_curam#rlim_maxam#a~"getrlimit|a|a%a~a"setrlimit|b:|a%ub:"__posix_ctime_r3bbC3tm$cEtm_sec|#tm_min|#tm_hour|#tm_mday|# tm_mon|#tm_year|#tm_wday|#tm_yday|#tm_isdst|# %bcE"__posix_asctime_r3ccN3 uc u__FILEc__padc#c"ftello]Adcc"fseeko|dCdu|%udC"fsetpos|dddLu"fgetpos|dddcFILEd&tmpfiled%+d%+d"freopendeHded%+eH%+eZ"fopendeeQecc"ftello^ee"fseeko|fdu|%uf"fsetpos|fCdf "fgetpos|fsdd%+fs"sprintf|f3f|'%+f"fprintf|fdf'%+f%+g "freopendgVggd%+gV%+gh"fopendgg_gq&tmpfiledTAaa_bison.c /var/tmp/gv-3.7.3.90/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -DNON_BLOCKING_IO -DGV_CODE -DGV_LIBDIR='"/usr/local/share/gv"' -I../lib -I../lib -g -I/usr/local/include -I/usr/local/include -DXAW_INTERNATIONALIZATION -DXAW_INTERNATIONALIZATION -DXAW_MULTIPLANE_PIXMAPS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -c Aaa_bison.c -W0,-xp\$XAoAMiK7jbKQkXC.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiK7jbKQkXC.;backend;raw;cd;DBG_GEN 5.3.0char7long?kHyytranslatePJ [Z?HyytranslateJ [ZshortHyyr1 ^ N3 H&yyr1 ^NrHyyr2W ^Z NN H&yyr2 ^ZHyydefact ] Ŋ% HDyydefact ]DhHyydefgotoM _ D H yydefgoto _Hyypact Z Ŋ# HDyypact Z@dHyypgotoI ^ @ H yypgoto ^Hyytable ]"  HVyytable ]":^HyycheckC \t : HVyycheck| \t __yy_memcpyxZ Zfromx Ztop ccountl fZ` tZX icTD7intlayout_parsetc f nlayoutConverterArgx yystatecp yyncl yyssp w` yyvspHX yyerrstatuscT yychar1cP yyssaH| yyvsaHW yyss wV yyvsHV yystacksizecV layout_charcV layout_lvalHV layout_nerrscV yyvalHV yylencV(LL yyvs1HV yyss1 wV sizecVx box V box V box V\ box V child V@ pH%V@ pH1V pH=Vd pHIVC$$$$$$D$void fcXrmQuarkGBoxPtrdouble_ExprType ConstantBinaryUnaryWidthHeightVariable ExprType_Operator OPlusMinusTimesDividePercent Operator ExprPtr op O#left b#right b# op O#down b# ^constant #binary t#unary #width #height #variable #_Expr  type #u # ^_Glue orderc#value #expr b# GlueRec 0 H 0+ H_BoxParams`istretch #shrink#0+BoxParamsRec c H c H_BoxTypeBoxBoxWidgetBoxGlueBoxVariableBoxBoxType_LayoutDirectionOLayoutHorizontalLayoutVerticalLayoutDirectionfirstChild #dirO#?IWidget=>XtEventTable_TranslationData>4>GXtTranslations>i>l>uXtBoundActions_XtStateRec>_XtTMRec ?'translations>P#proc_table>~#current_state>#lastEventTimee#>XtTMRecePixelFc?I?RWidgetList_XExtData ?numberc#next?#free_private@#private_data@ #?pc@??ZXPointer?pXExtData@eVisualID 8Aext_data@1#visualid@C#classc#red_maske#green_maske# blue_maske#(bits_per_rgbc#0map_entriesc#4@VVisualAArdepthc#nvisualsc#visualsA"#A+DepthAr_XGCAAGCC`ext_data@1#display@:#root#widthc#heightc#mwidthc# mheightc#$ndepthsc#(depthsA#0root_depthc#8root_visualA"#@default_gcA#Hcmap#Pwhite_pixele#Xblack_pixele#`max_mapsc#hmin_mapsc#lbacking_storec#psave_undersc#troot_input_maskH#xAScreenC`_CorePartFPself#widget_class#parent#xrm_name=E#being_destroyed5#destroy_callbacks=# constraints4l#(x7#0y7#2width7&#4height7&#6border_width7&#8managed5#:sensitive5#;ancestor_sensitive5#<event_table>#@tm?'#Haccelerators>P#hborder_pixel?9#pborder_pixmap#xpopup_list?[#num_popups#name#screenCq#colormap#window#depth#background_pixel?9#background_pixmap#visible5#mapped_when_managed5#CzCorePart_WidgetRecFcoreFP#Fquark #widget#Fexpr b#Gquark #expr b#G]boxi#widgetF#glueF#variableF#_BoxGnextSibling #parent #paramsi#size#pnatural#xtype#uG#G]+GBoxParamsPtrHivalc#qval #bval #pvalH#gval #lvalO#eval b#oval O#HYYSTYPEHHHHIHH layout_lexcIDI n!layout_scan_errorIvZ n!XtFreeIZ XtMallocZI __posix_ttyname_rcIcZe __posix_getlogin_rcJ:Zc lockfcJqccH7Jq truncatecJJzHHoff64_t tellJJc fJHssize_t pwriteJKOcJeJ f preadJKcKOeJ lseekJKcJc ftruncatecLcH7L truncatecLDL HHoff_t tellLDLxc fLx pwriteJLcLeJ preadJM cKOeJ lseekLDMBcLDc lockfcMyccH ftruncatecMcH mkstempcMZ mkstempcMZunsigned long longMrlim64_t rlimit64 Narlim_curN#rlim_maxN#N" getrlimitcNcNaN"N setrlimitcNcNerlim_t rlimit O.rlim_curN#rlim_maxN#N getrlimitcOicO.NOi setrlimitcOcOrHO __posix_ctime_rZOOZtm$Ptm_secc#tm_minc#tm_hourc#tm_mdayc# tm_monc#tm_yearc#tm_wdayc#tm_ydayc#tm_isdstc# OP __posix_asctime_rZQPZ!exitQ c HQ= H__FILEQb__padQ #Q= ftelloJQQbQ= fseekocQQHcHQ fsetposcRQQH fgetposcRMQRQ=FILERM"tmpfileR\7Rz7R freopenR\RRRR\7R7R fopenR\S)RRQ= ftelloLDSXS) fseekocSQHcHS fsetposcSQS fgetposcTQR7T fprintfcTEQT #7TE7TW freopenR\TTNT`R\7T7T fopenR\TTT"tmpfileR\S<Aaa_lex.c /var/tmp/gv-3.7.3.90/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -DNON_BLOCKING_IO -DGV_CODE -DGV_LIBDIR='"/usr/local/share/gv"' -I../lib -I../lib -g -I/usr/local/include -I/usr/local/include -DXAW_INTERNATIONALIZATION -DXAW_INTERNATIONALIZATION -DXAW_MULTIPLANE_PIXMAPS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -c Aaa_lex.c -W0,-xp\$XAoAMiK7jbKQkcC.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiK7jbKQkcC.;backend;raw;cd;DBG_GEN 5.3.0 /layout_scan_error`8s]x,layoutConverterStructP]playoutConverterArg@Vahtb`ccXbasecPhave_space`dLD charvoid$String?3FBoxPtrintdouble _ExprType Constant Binary Unary Width Height VariableqExprType _Operator Plus Minus Times Divide PercentOperatoreExprPtr u op# left%# right%#  op# down%#`XrmQuark 4 constantg# binary7# unaryu# width# height# variable#_Expr e type# u#4_Glue order`# valueg# expr%#nGlueReclong00 _BoxParams`G stretch# shrink#0 BoxParamsRec`{` _BoxType BoxBox WidgetBox GlueBox VariableBoxBoxType _LayoutDirection- LayoutHorizontal LayoutVerticalLayoutDirection z firstChildO# dir-#7Widget5WidgetClassunsignedCardinalXtProcXtWidgetClassProcunsigned charXtEnumXtArgVal { name5# value9#L{ArgListzzXtInitProc z XtArgsProcunsigned long 2XtValueMask C 2Pixmap  2Colormap  2Cursor p & background_pixmap b# background_pixel 2# border_pixmap b# border_pixel 2# bit_gravity`# win_gravity`#$ backing_store`#( backing_planes 2#0 backing_pixel 2#8 save_under`#@ event_mask#H do_not_propagate_mask#P override_redirect`#X colormap s#` cursor #h XSetWindowAttributes & uz Y E N uXtRealizeProc_XDisplay Display  2Window ( < type`# serial 2# send_event`# display # window #  XAnyEvent 2Time ` type`# serial 2# send_event`# display # window # root #( subwindow #0 time P#8 x`#@ y`#D x_root`#H y_root`#L state#P keycode#T same_screen`#X _XKeyEvent ` type`# serial 2# send_event`# display # window # root #( subwindow #0 time P#8 x`#@ y`#D x_root`#H y_root`#L state#P button#T same_screen`#X XButtonEvent ` type`# serial 2# send_event`# display # window # root #( subwindow #0 time P#8 x`#@ y`#D x_root`#H y_root`#L state#P is_hint#T same_screen`#XXMotionEvent hZ type`# serial 2# send_event`# display # window # root #( subwindow #0 time P#8 x`#@ y`#D x_root`#H y_root`#L mode`#P detail`#T same_screen`#X focus`#\ state#`XCrossingEvent 0 type`# serial 2# send_event`# display # window # mode`#( detail`#,sXFocusChangeEvent @ type`# serial 2# send_event`# display # window # x`#( y`#, width`#0 height`#4 count`#8!XExposeEvent 2Drawable H type`# serial 2# send_event`# display # drawable# x`#( y`#, width`#0 height`#4 count`#8 major_code`#< minor_code`#@ XGraphicsExposeEvent 0 type`# serial 2# send_event`# display # drawable# major_code`#( minor_code`#,XNoExposeEvent 0S type`# serial 2# send_event`# display # window # state`#(XVisibilityEvent Hg type`# serial 2# send_event`# display # parent # window #( x`#0 y`#4 width`#8 height`#< border_width`#@ override_redirect`#DnXCreateWindowEvent 0 type`# serial 2# send_event`# display # event # window #(XDestroyWindowEvent 8 type`# serial 2# send_event`# display # event # window #( from_configure`#0"XUnmapEvent 8q type`# serial 2# send_event`# display # event # window #( override_redirect`#0XMapEvent 0 type`# serial 2# send_event`# display # parent # window #(XMapRequestEvent H type`# serial 2# send_event`# display # event # window #( parent #0 x`#8 y`#< override_redirect`#@!XReparentEvent X type`# serial 2# send_event`# display # event # window #( x`#0 y`#4 width`#8 height`#< border_width`#@ above #H override_redirect`#PXConfigureEvent 8 type`# serial 2# send_event`# display # event # window #( x`#0 y`#4+XGravityEvent 0r type`# serial 2# send_event`# display # window # width`#( height`#,XResizeRequestEvent ` type`# serial 2# send_event`# display # parent # window #( x`#0 y`#4 width`#8 height`#< border_width`#@ above #H detail`#P value_mask 2#XXConfigureRequestEvent 8Z type`# serial 2# send_event`# display # event # window #( place`#0XCirculateEvent 8 type`# serial 2# send_event`# display # parent # window #( place`#0tXCirculateRequestEvent 2Atom @ type`# serial 2# send_event`# display # window # atom(#( time P#0 state`#87XPropertyEvent 8 type`# serial 2# send_event`# display # window # selection(#( time P#0XSelectionClearEvent P!x type`# serial 2# send_event`# display # owner # requestor #( selection(#0 target(#8 property(#@ time P#H XSelectionRequestEvent H"Y type`# serial 2# send_event`# display # requestor # selection(#( target(#0 property(#8 time P#@!XSelectionEvent 8# type`# serial 2# send_event`# display # window # colormap s#( new`#0 state`#4"sXColormapEvent#Nshort#N#t (# (# b#1# s#W# l#t# `$r type`# serial 2# send_event`# display # window # message_type(#( format`#0 data##8#XClientMessageEvent 8%> type`# serial 2# send_event`# display # window # request`#( first_keycode`#, count`#0$XMappingEvent 2XID (& type`# display # resourceid%V# serial 2# error_code# request_code#! minor_code#"%dXErrorEvent &9 H& type`# serial 2# send_event`# display # window # key_vector&#(&9XKeymapEvent ('Y type`# serial 2# send_event`# display # extension`# evtype`#$&XGenericEvent 8( type`# serial 2# send_event`# display # extension`# evtype`#$ cookie#( data,#0'qXGenericEventCookie(T_XEvent+q type`# xany <# xkey # xbutton# xmotion# xcrossingZ# xfocus# xexpose# xgraphicsexpose# xnoexpose# xvisibilityS# xcreatewindowg# xdestroywindow# xunmap# xmapq# xmaprequest# xreparent# xconfigure# xgravity# xresizerequestr# xconfigurerequest# xcirculateZ# xcirculaterequest# xproperty# xselectionclear # xselectionrequest!x# xselection"Y# xcolormap## xclient$r# xmapping%># xerror&# xkeymap&# xgeneric'Y# xcookie(# pad(7#(TXEvent+q5+z++++XtActionProc_XtActionsRec," string5# proc+#+,"XtActionList,XtPointer_XtResource0-% resource_name5# resource_class5# resource_type5# resource_size# resource_offset# default_type5# default_addr,B#(,V-%XtResourceList`XrmClassBoolean-z-l-XtWidgetProc_XRegion--Region -z+---XtExposeProc.Nzzz. .NXtSetValuesFunc.z.q.XtArgsFuncXtGeometryMask#NPositionunsigned short.Dimension / request_mode.# x.# y.# width.# height.# border_width.# siblingz# stack_mode`#/XtWidgetGeometry/0zz///0XtAlmostProc P0]z0.070]XtAcceptFocusProc 2XtVersionType0 XtGeometryYes XtGeometryNo XtGeometryAlmost XtGeometryDone01z//01XtGeometryHandler1[z51=1[XtStringProc_CoreClassPart4 superclass# class_name5# widget_size# class_initialize# class_part_initialize# class_inited(#( initialize#0 initialize_hook #8 realize ~#@ actions,+#H num_actions#P resources-.#X num_resources#` xrm_class-G#d compress_motion-Z#h compress_exposure(#i compress_enterleave-Z#j visible_interest-Z#k destroy-#p resize-#x expose-# set_values.W# set_values_hook.# set_values_almost0# get_values_hook # accept_focus0f# version0# callback_private,B# tm_table5# query_geometry1!# display_accelerator1d# extension,B#1{CoreClassPart_WidgetClassRec5 core_class4#4`XrmName5Tz,B,B5-5TXtCallbackProc_XtCallbackRec5 callback5]# closure,B#5v5XtCallbackList_XtEventRec55XtEventTable_TranslationData6 6XtTranslations6?6B6KXtBoundActions_XtStateRec6m_XtTMRec 6 translations6&# proc_table6T# current_state6{# lastEventTime 2#6XtTMRec 2Pixel>977(WidgetList_XExtData 7 number`# next7# free_private7# private_data7#7F`777XPointer7FXExtData7  2VisualID 88 ext_data8# visualid8# class`# red_mask 2# green_mask 2# blue_mask 2#( bits_per_rgb`#0 map_entries`#48,Visual8 9H depth`# nvisuals`# visuals8#9Depth9H_XGC9a9hGC ;6 ext_data8# display8# root # width`# height`# mwidth`# mheight`#$ ndepths`#( depths9X#0 root_depth`#8 root_visual8#@ default_gc9q#H cmap s#P white_pixel 2#X black_pixel 2#` max_maps`#h min_maps`#l backing_store`#p save_unders`#t root_input_mask#x9~Screen;6_CorePart>& selfz# widget_class# parentz# xrm_name5# being_destroyed-Z# destroy_callbacks5# constraints,B#( x.#0 y.#2 width.#4 height.#6 border_width.#8 managed-Z#: sensitive-Z#; ancestor_sensitive-Z#< event_table5#@ tm6#H accelerators6&#h border_pixel7#p border_pixmap b#x popup_list71# num_popups# name5# screen;G# colormap s# window # depth# background_pixel7# background_pixmap b# visible-Z# mapped_when_managed-Z#;PCorePart_WidgetRec>a core>&# > quark# widgetz# > expr%# > quark# expr%# ?3 boxG# widget>a# glue># variable>#_Box? nextSiblingO# parentO# paramsG# size^#p natural{#x type# u>#FLayoutPtr?_LayoutConverterStruct @M base5# oldfrom5# from5# to?#?@MLayoutConverterArgmaxlen_exceeded(`@,layoutConverterStructPxDlayout_lex`EFvx,layoutConverterStructPpc`oldcXlayoutConverterArg@VPr`LhXXXXXXXXXXX(X(XHXHXhXhXXXXXXXXX4X4XHHcold@00sFi`XX  sFi` X XHPHPsFi`PXPXd\d\sFi`\X\Xi`HsFD  EBoxParamsPtr Fp ival`# qval# bvalO# pvalE# gval# lval-# eval%# oval#EYYSTYPEFpFFFFGGG.strcmp`GoG%G7GoXrmStringToQuarkGGx__posix_ttyname_r`G` 2__posix_getlogin_r`H/`lockf`Hf``Hftruncate`HHooff64_t tellHH`$Hssize_t pwriteHID`H 2H$preadHI`ID 2HlseekHI`H`ftruncate`I`Itruncate`J9Ioff_t tellJ9Jm`$JmpwriteHJ`Jv 2HpreadHK`ID 2HlseekJ9K7`J9`lockf`Kn``ftruncate`K`mkstemp`Kmkstemp`Kunsigned long longKrlim64_t rlimit64 LV rlim_curL# rlim_maxL#Lgetrlimit`L`LVLLsetrlimit`L`L 2rlim_t rlimit M# rlim_curL# rlim_maxL#Lgetrlimit`M^`M#LM^setrlimit`M`MgM__posix_ctime_rMMtm$N tm_sec`# tm_min`# tm_hour`# tm_mday`# tm_mon`# tm_year`# tm_wday`# tm_yday`# tm_isdst`# MN__posix_asctime_rNNNatoi`O/OǀOL__FILEOq __padO/#OLftelloHOOqOLfseeko`OO`Ofsetpos`P#OOfgetpos`P\OP#OLFILEP\tmpfilePkPPfreopenPkPPPPkPPfopenPkQ8PQOLftelloJ9QgQ8fseeko`QO`Qfsetpos`QOQfgetpos`ROP#fputc`R?`OR?fprintf`RORHRRfreopenPkRRRPkRRfopenPkS1RRtmpfilePk[{WButton.c /var/tmp/gv-3.7.3.90/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -DNON_BLOCKING_IO -DGV_CODE -DGV_LIBDIR='"/usr/local/share/gv"' -I../lib -I../lib -g -I/usr/local/include -I/usr/local/include -DXAW_INTERNATIONALIZATION -DXAW_INTERNATIONALIZATION -DXAW_MULTIPLANE_PIXMAPS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -c Button.c -W0,-xp\$XAoAMiK8jbKQkgC.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiK8jbKQkgC.;backend;raw;cd;DBG_GEN 5.3.0 fcharlong1\9defaultTranslationsA@ 01Z9YdefaultTranslations@ 01 Stringunsigned Cardinalvoid XtPointer _XtResource0 resource_name# resource_class# resource_type# resource_size# resource_offset# default_type# default_addr#( +XtResource*9resourcesG  Ph9resourcesJG  2Widget 0WidgetClass  XtProc XtWidgetClassProcunsigned char XtEnum 9XtArgValj name# value(#; jArgLists XtInitProcs XtArgsProcunsigned long !XtValueMask2 !Pixmapint !Colormap !Cursorp background_pixmapQ# background_pixel!# border_pixmapQ# border_pixel!# bit_gravityb# win_gravityb#$ backing_storeb#( backing_planes!#0 backing_pixel!#8 save_underb#@ event_mask9#H do_not_propagate_mask9#P override_redirectb#X colormapi#` cursor|#h XSetWindowAttributeskH;D kXtRealizeProc _XtActionsRec string# proc:]# XtActionList+ XtResourceList bXrmClass 1Boolean F 1 FXtWidgetProc_XDisplay fDisplay r !Window( typeb# serial!# send_eventb# display # window # XAnyEvent !Time` U typeb# serial!# send_eventb# display # window # root #( subwindow #0 time #8 xb#@ yb#D x_rootb#H y_rootb#L state#P keycode#T same_screenb#X /XKeyEvent` typeb# serial!# send_eventb# display # window # root #( subwindow #0 time #8 xb#@ yb#D x_rootb#H y_rootb#L state#P button#T same_screenb#X iXButtonEvent` typeb# serial!# send_eventb# display # window # root #( subwindow #0 time #8 xb#@ yb#D x_rootb#H y_rootb#L state#P is_hint1#T same_screenb#X XMotionEventh* typeb# serial!# send_eventb# display # window # root #( subwindow #0 time #8 xb#@ yb#D x_rootb#H y_rootb#L modeb#P detailb#T same_screenb#X focusb#\ state#` XCrossingEvent0 typeb# serial!# send_eventb# display # window # modeb#( detailb#, CXFocusChangeEvent@ typeb# serial!# send_eventb# display # window # xb#( yb#, widthb#0 heightb#4 countb#8 XExposeEvent !DrawableH typeb# serial!# send_eventb# display # drawable# xb#( yb#, widthb#0 heightb#4 countb#8 major_codeb#< minor_codeb#@ XGraphicsExposeEvent0 typeb# serial!# send_eventb# display # drawable# major_codeb#( minor_codeb#, XNoExposeEvent0# typeb# serial!# send_eventb# display # window # stateb#( XVisibilityEventH7 typeb# serial!# send_eventb# display # parent # window #( xb#0 yb#4 widthb#8 heightb#< border_widthb#@ override_redirectb#D >XCreateWindowEvent0 typeb# serial!# send_eventb# display # event # window #( TXDestroyWindowEvent8 typeb# serial!# send_eventb# display # event # window #( from_configureb#0 XUnmapEvent8A typeb# serial!# send_eventb# display # event # window #( override_redirectb#0 XMapEvent0 typeb# serial!# send_eventb# display # parent # window #( UXMapRequestEventH typeb# serial!# send_eventb# display # event # window #( parent #0 xb#8 yb#< override_redirectb#@ XReparentEventX typeb# serial!# send_eventb# display # event # window #( xb#0 yb#4 widthb#8 heightb#< border_widthb#@ above #H override_redirectb#P XConfigureEvent8 typeb# serial!# send_eventb# display # event # window #( xb#0 yb#4 XGravityEvent0B typeb# serial!# send_eventb# display # window # widthb#( heightb#, XResizeRequestEvent`w typeb# serial!# send_eventb# display # parent # window #( xb#0 yb#4 widthb#8 heightb#< border_widthb#@ above #H detailb#P value_mask!#X `XConfigureRequestEvent8* typeb# serial!# send_eventb# display # event # window #( placeb#0 XCirculateEvent8 typeb# serial!# send_eventb# display # parent # window #( placeb#0 DXCirculateRequestEvent !Atom@ typeb# serial!# send_eventb# display # window # atom#( time #0 stateb#8 XPropertyEvent8W typeb# serial!# send_eventb# display # window # selection#( time #0 XSelectionClearEventPH typeb# serial!# send_eventb# display # owner # requestor #( selection#0 target#8 property#@ time #H vXSelectionRequestEventH ) typeb# serial!# send_eventb# display # requestor # selection#( target#0 property#8 time #@ iXSelectionEvent8 typeb# serial!# send_eventb# display # window # colormapi#( newb#0 stateb#4 CXColormapEvent1!9short!!D9 9(!a9(! b!# s!'# l!D#`"B typeb# serial!# send_eventb# display # window # message_type#( formatb#0 data!a#8 !XClientMessageEvent8# typeb# serial!# send_eventb# display # window # requestb#( first_keycodeb#, countb#0 "`XMappingEvent !XID(# typeb# display # resourceid#&# serial!# error_code# request_code#! minor_code#" #4XErrorEvent1 $ 9H$ typeb# serial!# send_eventb# display # window # key_vector##( $ XKeymapEvent(%) typeb# serial!# send_eventb# display # extensionb# evtypeb#$ $XGenericEvent8% typeb# serial!# send_eventb# display # extensionb# evtypeb#$ cookie#( data#0 %AXGenericEventCookie9&$9_XEvent)A typeb# xany # xkey U# xbutton # xmotion # xcrossing*# xfocus# xexpose# xgraphicsexpose# xnoexpose# xvisibility## xcreatewindow7# xdestroywindow# xunmap# xmapA# xmaprequest# xreparent# xconfigure# xgravity# xresizerequestB# xconfigurerequestw# xcirculate*# xcirculaterequest# xproperty# xselectionclearW# xselectionrequestH# xselection )# xcolormap # xclient"B# xmapping## xerror## xkeymap$# xgeneric%)# xcookie%# pad&# &$XEvent)A_XRegion)[ )fRegion))R)o) )XtExposeProc1*s) *XtSetValuesFunc1*Zs*+ *ZXtArgsFunc XtGeometryMask !Positionunsigned short *Dimension +t request_mode*x# x*# y*# width*# height*# border_width*# sibling# stack_modeb# *XtWidgetGeometry+t++++ +XtAlmostProc 1,++ ,XtAcceptFocusProc !XtVersionType,XtGeometryYesXtGeometryNoXtGeometryAlmostXtGeometryDone,T,++, ,XtGeometryHandler-, -XtStringProc _CoreClassPart0 superclass# class_name# widget_size# class_initialize# class_part_initialize# class_inited#( initialize#0 initialize_hook #8 realizet#@ actions#H num_actions#P resources#X num_resources#` xrm_class #d compress_motion #h compress_exposure#i compress_enterleave #j visible_interest #k destroy O#p resize O#x expose)# set_values*# set_values_hook*c# set_values_almost+# get_values_hook # accept_focus, # version,<# callback_private# tm_table# query_geometry,# display_accelerator-# extension# -5CoreClassPart _WidgetClassRec0 core_class0#0 bXrmName10 1XtCallbackProc _XtCallbackRec1t callback1# closure#10 1tXtCallbackList_XtEventRec1 1XtEventTable_TranslationData1 1XtTranslations 11 2XtBoundActions_XtStateRec2' _XtTMRec 2 translations1# proc_table2# current_state25# lastEventTime!# 2>XtTMRec !Pixel92 2WidgetList _XExtData 3l numberb# next3l# free_private3# private_data3#3b33l3u XPointer 3XExtData3 f !VisualID84 ext_data3# visualid3# classb# red_mask!# green_mask!# blue_mask!#( bits_per_rgbb#0 map_entriesb#4 3Visual45 depthb# nvisualsb# visuals4# 4Depth5_XGC5 5"GC6 ext_data3# display3# root # widthb# heightb# mwidthb# mheightb#$ ndepthsb#( depths5#0 root_depthb#8 root_visual4#@ default_gc5+#H cmapi#P white_pixel!#X black_pixel!#` max_mapsb#h min_mapsb#l backing_storeb#p save_undersb#t root_input_mask9#x 58Screen6 _CorePart9 self# widget_class# parent# xrm_name0# being_destroyed # destroy_callbacks1}# constraints#( x*#0 y*#2 width*#4 height*#6 border_width*#8 managed #: sensitive #; ancestor_sensitive #< event_table1#@ tm2#H accelerators1#h border_pixel2#p border_pixmapQ#x popup_list2# num_popups# name# screen7# colormapi# window # depth# background_pixel2# background_pixmapQ# visible # mapped_when_managed # 7 CorePart _WidgetRec: core9#:T)R::$ :TXtActionProc XtActionsRec:t:9actionsList:Z :t@:9actionsList:Z  ;$; ;V change_sensitive;$# ;-SimpleClassPart  ;XtReliefNoneXtReliefRaisedXtReliefSunkenXtReliefRidgeXtReliefGroove ;pXtRelief <)R)o; ; DInitialize@|?(requestxnewpsargshnum_args`bwJXD0 ? cursor|# insensitive_borderQ# cursor_name# pointer_fg2# pointer_bg2# international #( ?(SimplePart P A- shadow_width*# top_shadow_pixel2# bot_shadow_pixel2# top_shadow_pxmapQ# bot_shadow_pxmapQ# top_shadow_contrastb#( bot_shadow_contrastb#, top_shadow_GC5+#0 bot_shadow_GC5+#8 user_data#@ be_nice_to_cmap #H relief;#L ?ThreeDPart !FontA name# card32!# AQXFontPropA B$ lbearing!# rbearing!# width!# ascent!# descent!# attributes*# AXCharStructB$`C ext_data3# fidAB# direction# min_char_or_byte2# max_char_or_byte2# min_byte1# max_byte1# all_chars_existb#$ default_char#( n_propertiesb#, propertiesA#0 min_boundsB$#8 max_boundsB$#D per_charB:#P ascentb#X descentb#\ BCXFontStructC_XOCC CXFontSetDBXtJustifyLeftXtJustifyCenterXtJustifyRight DXtJustify F| foreground2# fontC# fontsetC# label# justifyDB# internal_width*#$ internal_height*#& pixmapQ#( resize #0 encoding#1 left_bitmapQ#8 normal_GC5+#@ gray_GC5+#H stippleQ#P stippledQ#X left_stippledQ#` label_x*#h label_y*#j label_width*#l label_height*#n label_len*#p lbm_yb#t lbm_width#x lbm_height#| depth# DVLabelPart FHighlightNoneHighlightWhenUnsetHighlightAlways FXtCommandHighlight@G highlight_thickness*# callbacks1}# gray_pixmapQ# normal_GC5+# inverse_GC5+# set #( highlightedF#, shadow_width*#0 shape_styleb#4 corner_round*#8 FCommandPartHUXawRAISEDXawSUNKENXawCHISELEDXawLEDGEDXawFrameMassiveRaised GXawFrameType8 Ip set_frame_styleHU# unset_frame_styleHU# highlighted_frame_styleHU# set_background2# highlighted_background2# set_background_GC5+# highlighted_background_GC5+#( highlightedb#0 HlButtonPart _ButtonRecP J core9# simple?# threeDA-# labelF|# commandG# buttonIp#I JButtonWidgetRedisplayJwx)Reventp)oregionhDDestroy0JwxbwJpDGetHighlightedBackgroundGCPKTJbwxvaluesMl~DMl functionb# plane_mask!# foreground!# background!# line_widthb# line_styleb#$ cap_styleb#( join_styleb#, fill_styleb#0 fill_ruleb#4 arc_modeb#8 tileQ#@ stippleQ#H ts_x_originb#P ts_y_originb#T fontAB#X subwindow_modeb#` graphics_exposuresb#d clip_x_originb#h clip_y_originb#l clip_maskQ#p dash_offsetb#x dashes1#| KTXGCValuesGetSetBackgroundGCMJbwxvaluesMl~DPaintButtonWidgetOwx)Reventp)oregionhbwJ`whb\wwbXswbTfsbPcgc5+Hlgc5+@gc5+set D$ButtonHighlight<DOw;x)Revent;p:params;hnum_params;`bwJ=Xset >WDButtonSetKhPRwJx)ReventJp:paramsJhnum_paramsJ`bwJLXDButtonUnsetXPPwWx)ReventWp:paramsWhnum_paramsW`bwJYXDButtonResetgpQwbx)Reventbp:paramsbhnum_paramsb`bwJhXDFrameDrawFrameQ2bbbbGb5"5"_XDisplayQR= size# addr3#RRO FrameConvertStringToFrameType RRR=RFR=R=RX!XawInitializeWidgetSet!_XtInheritXtReleaseGCS#25"9KT XtGetGC5+SnS#!S,9 XtWindowOfObject SSn"1S"1S RXrmValueS1T: SSSSSTXtAddressXtBaseOffsetXtImmediateXtResourceStringXtResourceQuarkXtWidgetBaseOffsetXtProcedureArg TCXtAddressModeU( address_modeT# address_id# size#T_XtAppStructU1 U@XtAppContextUUISSU`XtSetTypeConverterVSST:U(bU XFillRectanglebVf3!5"bb"9Vf __posix_ctime_rVVo tm$Wq tm_secb# tm_minb# tm_hourb# tm_mdayb# tm_monb# tm_yearb# tm_wdayb# tm_ydayb# tm_isdstb# "VWq __posix_asctime_rWWz9W9 __FILEW __padW#W 9off64_t ftelloXX@WW fseekobXX@9b"9X fsetposbXX@X9 fgetposbXX@X WFILEX#tmpfileY "1Y)"1Y; freopenY YY2YDY "1Y"1Y fopenY YYYW 9off_t ftelloYZY fseekobZOX@9b"9ZO fsetposbZX@ZX fgetposbZX@X"1Z"1Z freopenY [ZZY "1["1[0 fopenY [p['[9#tmpfileY N.Clip.c /var/tmp/gv-3.7.3.90/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -DNON_BLOCKING_IO -DGV_CODE -DGV_LIBDIR='"/usr/local/share/gv"' -I../lib -I../lib -g -I/usr/local/include -I/usr/local/include -DXAW_INTERNATIONALIZATION -DXAW_INTERNATIONALIZATION -DXAW_MULTIPLANE_PIXMAPS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -c Clip.c -W0,-xp\$XAoAMiK8jbKQ0lC.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiK8jbKQ0lC.;backend;raw;cd;DBG_GEN 5.3.0}char-5StringunsignedOCardinalvoidnvXtPointer_XtResource0bresource_name>#resource_class>#resource_type>#resource_size[#resource_offset[#default_type># default_addr#(XtResourcelongbw resourcesB 0 b0 w resourcesB 06CoreClassPart_WidgetClassRecBcore_class#BWidgetClass adXtProc K~XtWidgetClassProcunsigned charXtEnumlWidgetintXrmName-Boolean ==XtCallbackProc_XtCallbackReccallbackF#closure#_XtCallbackListshortPositionunsigned shortDimension_XtEventRecXtEventTable_TranslationData5HXtTranslations jmvXtBoundActions_XtStateRecunsigned long_XtTMRec 9translationsQ#proc_table#current_state#lastEventTime#XtTMRecPixelPixmapluWidgetList_XExtData number#next#free_private%#private_data.#%5XPointerXExtDataA_XDisplay]WindowVisualID8 Qext_dataT#visualid#class#red_mask#green_mask# blue_mask#(bits_per_rgb#0map_entries#4Visual Q depth#nvisuals#visuals b# kDepth _XGC  GCColormap ext_dataT#displayi#rootr#width#height#mwidth# mheight#$ndepths#(depths #0root_depth#8root_visual b#@default_gc #Hcmap #Pwhite_pixel#Xblack_pixel#`max_maps#hmin_maps#lbacking_store#psave_unders#troot_input_maskw#x Screen _CorePartself#widget_classK#parent#xrm_name#being_destroyed#destroy_callbacks# constraints#(x#0y#2width#4height#6border_width#8managed#:sensitive#;ancestor_sensitive#<event_table#@tm9#HacceleratorsQ#hborder_pixelK#pborder_pixmap[#xpopup_list~#num_popups[#name>#screen #colormap #windowr#depth[#background_pixelK#background_pixmap[#visible#mapped_when_managed# CorePart_WidgetReccore#wXtArgVal name>#value# ArgList[ t);DtXtInitProc );XtArgsProcXtValueMaskCursorpbackground_pixmap[#background_pixel#border_pixmap[#border_pixel#bit_gravity# win_gravity#$backing_store#(backing_planes#0backing_pixel#8save_under#@event_maskw#Hdo_not_propagate_maskw#Poverride_redirect#Xcolormap #`cursor#hXSetWindowAttributes XtRealizeProc]Display(type#serial#send_event#display#windowr# !XAnyEventTime`type#serial#send_event#display#windowr# rootr#(subwindowr#0time#8x#@y#Dx_root#Hy_root#LstateO#PkeycodeO#Tsame_screen#XXKeyEvent`type#serial#send_event#display#windowr# rootr#(subwindowr#0time#8x#@y#Dx_root#Hy_root#LstateO#PbuttonO#Tsame_screen#XXButtonEvent`Ntype#serial#send_event#display#windowr# rootr#(subwindowr#0time#8x#@y#Dx_root#Hy_root#LstateO#Pis_hint-#Tsame_screen#X(XMotionEventhtype#serial#send_event#display#windowr# rootr#(subwindowr#0time#8x#@y#Dx_root#Hy_root#Lmode#Pdetail#Tsame_screen#Xfocus#\stateO#`eXCrossingEvent0Xtype#serial#send_event#display#windowr# mode#(detail#,XFocusChangeEvent@5type#serial#send_event#display#windowr# x#(y#,width#0height#4count#8tXExposeEventDrawableHPtype#serial#send_event#display#drawableL# x#(y#,width#0height#4count#8major_code#<minor_code#@_XGraphicsExposeEvent0 type#serial#send_event#display#drawableL# major_code#(minor_code#,oXNoExposeEvent0type#serial#send_event#display#windowr# state#(&XVisibilityEventHtype#serial#send_event#display#parentr# windowr#(x#0y#4width#8height#<border_width#@override_redirect#DXCreateWindowEvent0Wtype#serial#send_event#display#eventr# windowr#(XDestroyWindowEvent8type#serial#send_event#display#eventr# windowr#(from_configure#0uXUnmapEvent8type#serial#send_event#display#eventr# windowr#(override_redirect#0&XMapEvent0Ytype#serial#send_event#display#parentr# windowr#(XMapRequestEventH Atype#serial#send_event#display#eventr# windowr#(parentr#0x#8y#<override_redirect#@tXReparentEventX!dtype#serial#send_event#display#eventr# windowr#(x#0y#4width#8height#<border_width#@abover#Hoverride_redirect#P ZXConfigureEvent8"type#serial#send_event#display#eventr# windowr#(x#0y#4!~XGravityEvent0"type#serial#send_event#display#windowr# width#(height#,"2XResizeRequestEvent`#type#serial#send_event#display#parentr# windowr#(x#0y#4width#8height#<border_width#@abover#Hdetail#Pvalue_mask#X"XConfigureRequestEvent8$type#serial#send_event#display#eventr# windowr#(place#0$XCirculateEvent8%Ztype#serial#send_event#display#parentr# windowr#(place#0$XCirculateRequestEventAtom@&,type#serial#send_event#display#windowr# atom%{#(time#0state#8%XPropertyEvent8&type#serial#send_event#display#windowr# selection%{#(time#0&EXSelectionClearEventP'type#serial#send_event#display#ownerr# requestorr#(selection%{#0target%{#8property%{#@time#H&XSelectionRequestEventH(type#serial#send_event#display#requestorr# selection%{#(target%{#0property%{#8time#@'XSelectionEvent8)ktype#serial#send_event#display#windowr# colormap #(new#0state#4(XColormapEvent -) w ) w w() w(*b)#s)#l)#`*type#serial#send_event#display#windowr# message_type%{#(format#0data)#8*XClientMessageEvent8+type#serial#send_event#display#windowr# request#(first_keycode#,count#0*XMappingEventXID(,Ptype#display#resourceid+#serial#error_code# request_code#!minor_code#"+XErrorEvent - , wH-type#serial#send_event#display#windowr# key_vector,f#(,XKeymapEvent(-type#serial#send_event#display#extension# evtype#$-XGenericEvent8.ctype#serial#send_event#display#extension# evtype#$cookieO#(datav#0-XGenericEventCookie w. w_XEvent1type#xany#xkey#xbutton#xmotionN#xcrossing#xfocusX#xexpose5#xgraphicsexposeP#xnoexpose #xvisibility#xcreatewindow#xdestroywindowW#xunmap#xmap#xmaprequestY#xreparent A#xconfigure!d#xgravity"#xresizerequest"#xconfigurerequest##xcirculate$#xcirculaterequest%Z#xproperty&,#xselectionclear&#xselectionrequest'#xselection(#xcolormap)k#xclient*#xmapping+#xerror,P#xkeymap-#xgeneric-#xcookie.c#pad.#.XEvent1> 211;12XtActionProc_XtActionsRec2lstring>#proc2#2.2lXtActionList2XtResourceListXrmClass 222XtWidgetProc_XRegion23Region 3B13 33BXtExposeProc-3);3b3XtSetValuesFunc-3);33XtArgsFuncOXtGeometryMask 4request_mode4#x#y#width#height# border_width# sibling#stack_mode#4,XtWidgetGeometry4 5*4445*XtAlmostProc-5y5J5S5yXtAcceptFocusProcXtVersionType6XtGeometryYesXtGeometryNoXtGeometryAlmostXtGeometryDone56444664XtGeometryHandler 6w>6Y6wXtStringProc_CoreClassPart9superclassK#class_name>#widget_size[#class_initializem#class_part_initialize# class_inited#(initialize}#0initialize_hook#8realize#@actions2u#Hnum_actions[#Presources2#Xnum_resources[#`xrm_class2#dcompress_motion#hcompress_exposure#icompress_enterleave#jvisible_interest#kdestroy2#presize2#xexpose3K#set_values3#set_values_hook3#set_values_almost53#get_values_hook#accept_focus5#version5#callback_private#tm_table>#query_geometry6=#display_accelerator6#extension#_CompositeClassPart( :geometry_manager6=#change_managed2#insert_child2#delete_child2#extension# 9CompositeClassPart :dummy#:ClipClassPart_ClipClassRec;=core_class#composite_class:#clip_class:#:ClipClassRecclipClassRec;=a `clipWidgetClassK (SendReport@cwxOchangedt childh prep?XD O7core#composite= #clip=#=>7ClipWidget  ?changedO#slider_x#slider_y#slider_width#slider_height# canvas_width# canvas_height#>UXawPannerReport Realizeh?gwx?valueMaskpattributeshD$Mask?Initialize(@<requestxnewp)argsh;num_args` cw>@XDResizeHAKwx cw>@p childhhxx minxf minyd xb y` width^ height\DGetDesiredSizeOfChildpAchildxcw>@pdesired4PDInsertChild/Bchild.xDGetNaturalSize=(B|>@cw<xB|wP<pB|hP<hDQueryGeometryJHCCCCwIx4requestIp4preferred_returnIhcw>@KXnwLVnhLTD5XtGeometryResultGeometryManagernCCD*childmx4requestmp4geometry_returnmhcw>@oXanswerCCpTchangedqPDChangeManagedE3wxcw>@pchildh8HHH``geom4Hretgeom4DLayoutCliptCCE>@cwxrequest4PanswerCCLD ClipWidgetCheckCoordinates¸FqwxxtypFqxPhFqyP`cw>@XchildPD ClipWidgetSetCoordinates'ÀG=w&xx&ty&pcw>@(hchild)`px*\py*XD wGZ w__FILEG__padG=#GZwoff64_t!ftelloGGGGZ!fseekoHGw"wH!fsetposHCGH w!fgetposH|GHCGZFILEH|#tmpfileH"-H"-H!freopenHIHHH"-I"-I!fopenHIXII!GZwoff_t!ftelloIaIIX!fseekoIGw"wI!fsetposJGI!fgetposJAGHC"-JA!fprintfJGJJ$"-J"-J!freopenHJJJH"-J"-J!fopenHK3JJ#tmpfileH%XawInitializeWidgetSet&XtConfigureWidgetKlOOO&XtMoveWidgetKl&XtResizeWidgetL1lOOO%_XtInherit4,!XtQueryGeometryCCLLALJLJ!XtMakeGeometryRequestCCLLALJLJ&XtCallCallbackListMlv!XtWindowOfObjectrMPM"wMP!__posix_ctime_r5MMY5tm$N[tm_sec#tm_min#tm_hour#tm_mday# tm_mon#tm_year#tm_wday#tm_yday#tm_isdst# "MN['__posix_asctime_r5Nd5 PFileSel.c /var/tmp/gv-3.7.3.90/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -DNON_BLOCKING_IO -DGV_CODE -DGV_LIBDIR='"/usr/local/share/gv"' -I../lib -I../lib -g -I/usr/local/include -I/usr/local/include -DXAW_INTERNATIONALIZATION -DXAW_INTERNATIONALIZATION -DXAW_MULTIPLANE_PIXMAPS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -c FileSel.c -W0,-xp\$XAoAMiK9jbKQErC.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiK9jbKQErC.;backend;raw;cd;DBG_GEN 5.3.0"char3;StringlongDxUunknownList]a D UunknownLista DUcannotopenListb D6 UcannotopenListb 2Widget0WidgetClassunsignedCardinal XtProc  lXtWidgetClassProcunsigned charXtEnumUXtArgVal \nameD#value#-\ArgList  [ [ e wXtInitProc  [ e wXtArgsProcunsigned longXtValueMask$PixmapintColormapCursor pbackground_pixmapC#background_pixel#border_pixmapC#border_pixel#bit_gravityT# win_gravityT#$backing_storeT#(backing_planes#0backing_pixel#8save_underT#@event_maskU#Hdo_not_propagate_maskU#Poverride_redirectT#Xcolormap[#`cursorn#hXSetWindowAttributes ] [ : -6]XtRealizeProc_XtActionsRecstringD#proc:C#~XtActionListvoidXtPointer_XtResource0resource_nameD#resource_classD#resource_typeD#resource_size#resource_offset#default_typeD# default_addr#(XtResourceListTXrmClass3Boolean  , [  ,XtWidgetProc_XDisplay LDisplay XWindow ( typeT#serial#send_eventT#display j#window s#  XAnyEventTime ` ;typeT#serial#send_eventT#display j#window s# root s#(subwindow s#0time #8xT#@yT#Dx_rootT#Hy_rootT#Lstate#Pkeycode#Tsame_screenT#X XKeyEvent ` ttypeT#serial#send_eventT#display j#window s# root s#(subwindow s#0time #8xT#@yT#Dx_rootT#Hy_rootT#Lstate#Pbutton#Tsame_screenT#X OXButtonEvent ` typeT#serial#send_eventT#display j#window s# root s#(subwindow s#0time #8xT#@yT#Dx_rootT#Hy_rootT#Lstate#Pis_hint3#Tsame_screenT#X XMotionEvent htypeT#serial#send_eventT#display j#window s# root s#(subwindow s#0time #8xT#@yT#Dx_rootT#Hy_rootT#LmodeT#PdetailT#Tsame_screenT#XfocusT#\state#` XCrossingEvent 0typeT#serial#send_eventT#display j#window s# modeT#(detailT#,)XFocusChangeEvent @typeT#serial#send_eventT#display j#window s# xT#(yT#,widthT#0heightT#4countT#8XExposeEventDrawable HtypeT#serial#send_eventT#display j#drawable# xT#(yT#,widthT#0heightT#4countT#8major_codeT#<minor_codeT#@XGraphicsExposeEvent 0ptypeT#serial#send_eventT#display j#drawable# major_codeT#(minor_codeT#,XNoExposeEvent 0 typeT#serial#send_eventT#display j#window s# stateT#(XVisibilityEvent HtypeT#serial#send_eventT#display j#parent s# window s#(xT#0yT#4widthT#8heightT#<border_widthT#@override_redirectT#D$XCreateWindowEvent 0typeT#serial#send_eventT#display j#event s# window s#(:XDestroyWindowEvent 8stypeT#serial#send_eventT#display j#event s# window s#(from_configureT#0XUnmapEvent 8'typeT#serial#send_eventT#display j#event s# window s#(override_redirectT#0XMapEvent 0typeT#serial#send_eventT#display j#parent s# window s#(;XMapRequestEvent HtypeT#serial#send_eventT#display j#event s# window s#(parent s#0xT#8yT#<override_redirectT#@XReparentEvent XtypeT#serial#send_eventT#display j#event s# window s#(xT#0yT#4widthT#8heightT#<border_widthT#@above s#Hoverride_redirectT#PXConfigureEvent 8}typeT#serial#send_eventT#display j#event s# window s#(xT#0yT#4XGravityEvent 0(typeT#serial#send_eventT#display j#window s# widthT#(heightT#,XResizeRequestEvent `]typeT#serial#send_eventT#display j#parent s# window s#(xT#0yT#4widthT#8heightT#<border_widthT#@above s#HdetailT#Pvalue_mask#XFXConfigureRequestEvent 8typeT#serial#send_eventT#display j#event s# window s#(placeT#0~XCirculateEvent 8typeT#serial#send_eventT#display j#parent s# window s#(placeT#0*XCirculateRequestEventAtom @typeT#serial#send_eventT#display j#window s# atom#(time #0stateT#8XPropertyEvent 8=typeT#serial#send_eventT#display j#window s# selection#(time #0XSelectionClearEvent P.typeT#serial#send_eventT#display j#owner s# requestor s#(selection#0target#8property#@time #H\XSelectionRequestEvent H typeT#serial#send_eventT#display j#requestor s# selection#(target#0property#8time #@OXSelectionEvent 8 typeT#serial#send_eventT#display j#window s# colormap[#(newT#0stateT#4 )XColormapEvent3! Ushort!!* U U(!G U(!}b #s! #l!*# `"(typeT#serial#send_eventT#display j#window s# message_type#(formatT#0data!G#8!}XClientMessageEvent 8"typeT#serial#send_eventT#display j#window s# requestT#(first_keycodeT#,countT#0"FXMappingEventXID (#typeT#display j#resourceid# #serial#error_code# request_code#!minor_code#"#XErrorEvent3 # U H$ttypeT#serial#send_eventT#display j#window s# key_vector##(#XKeymapEvent (%typeT#serial#send_eventT#display j#extensionT# evtypeT#$$XGenericEvent 8%typeT#serial#send_eventT#display j#extensionT# evtypeT#$cookie#(data#0%'XGenericEventCookieU& U_XEvent)'typeT#xany #xkey ;#xbutton t#xmotion #xcrossing#xfocus#xexpose#xgraphicsexpose#xnoexposep#xvisibility #xcreatewindow#xdestroywindow#xunmaps#xmap'#xmaprequest#xreparent#xconfigure#xgravity}#xresizerequest(#xconfigurerequest]#xcirculate#xcirculaterequest#xproperty#xselectionclear=#xselectionrequest.#xselection #xcolormap #xclient"(#xmapping"#xerror##xkeymap$t#xgeneric%#xcookie%#pad%#& XEvent)'_XRegion)A)LRegion ) [ )8 )U)f)XtExposeProc3) [ [ [ e w))XtSetValuesFunc3*@ [ e w**@XtArgsFuncXtGeometryMask!Positionunsigned short*Dimension +Zrequest_mode*^#x*w#y*w#width*#height*# border_width*# sibling[#stack_modeT#*XtWidgetGeometry+Z + [ [ +u +u+~+XtAlmostProc 3+ [ +++XtAcceptFocusProcXtVersionType,XtGeometryYesXtGeometryNoXtGeometryAlmostXtGeometryDone,:, [ +u +u,,XtGeometryHandler , [ D,,XtStringProc_CoreClassPart0gsuperclassl#class_nameD#widget_size#class_initialize#class_part_initialize# class_inited #(initialize#0initialize_hook#8realizef#@actions#Hnum_actions#Presources#Xnum_resources#`xrm_class#dcompress_motion #hcompress_exposure #icompress_enterleave #jvisible_interest #kdestroy 5#presize 5#xexpose)#set_values)#set_values_hook*I#set_values_almost+#get_values_hook#accept_focus,#version,"#callback_private#tm_tableD#query_geometry,#display_accelerator-#extension#-CoreClassPart_WidgetClassRec0core_class0g#0TXrmName 0 [  00XtCallbackProc_XtCallbackRec1Zcallback0#closure#11ZXtCallbackList_XtEventRec1|1XtEventTable_TranslationData11XtTranslations 111XtBoundActions_XtStateRec2 _XtTMRec 2translations1#proc_table1#current_state2#lastEventTime#2$XtTMRecPixel922WidgetList_XExtData 3RnumberT#next3R#free_private3x#private_data3#2T3x 3R3[;XPointer2XExtData3 LVisualID 84ext_data3#visualid3#classT#red_mask#green_mask# blue_mask#(bits_per_rgbT#0map_entriesT#43Visual4 4depthT#nvisualsT#visuals4#4Depth4_XGC55GC 6ext_data3#display3#root s#widthT#heightT#mwidthT# mheightT#$ndepthsT#(depths4#0root_depthT#8root_visual4#@default_gc5#Hcmap[#Pwhite_pixel#Xblack_pixel#`max_mapsT#hmin_mapsT#lbacking_storeT#psave_undersT#troot_input_maskU#x5Screen6_CorePart9self[#widget_classl#parent[#xrm_name0#being_destroyed #destroy_callbacks1c# constraints#(x*w#0y*w#2width*#4height*#6border_width*#8managed #:sensitive #;ancestor_sensitive #<event_table1#@tm2#Haccelerators1#hborder_pixel2#pborder_pixmapC#xpopup_list2#num_popups#nameD#screen6#colormap[#window s#depth#background_pixel2#background_pixmapC#visible #mapped_when_managed #6CorePart_WidgetRec:core9#D :: [ )8 : w: ::XtActionProc~XtActionsRec:Z:Ufile_selectionActionsTable:qj :ZP: Ufile_selectionActionsTable:j list_translationsDr xcurlist_translationsD TextField_translationsD pXtResource;;Uresources;L ;@; U resources;L _CompositeClassPart( <geometry_manager,#change_managed 5#insert_child 5#delete_child 5#extension# <CompositeClassPart _ConstraintClassPart0 =resources#num_resources#constraint_size# initialize#destroy 5#set_values)# extension#(0fooT#=FileSelectionClassPart _FileSelectionClassRec@ ?core_class0g#composite_class<#constraint_class=#aaa_class=#file_selection_class>0#>QFileSelectionClassRec file_selectionClassRec?r Pfile_selectionWidgetClassl ClassInitializeàì?DInitialize@[requestx[newpearglhwnum_argl`fsNXdapp_dirN}dDtext_trans1@valueDʄ˨list_trans1@D(A [@A XtOrderProc _CompositePart Achildren2#num_children#num_slots# insert_positionA#A+CompositePart _ConstraintPart Amumble#AConstraintPart FBBoxPtr double_ExprType BxConstantBinaryUnaryWidthHeightVariableB*ExprType _Operator BPlusMinusTimesDividePercentBOperator DExprPtr  C.opB#leftB#rightB#  CZopB#downB#TXrmQuark CconstantB #binaryB#unaryC.#widthCZ#heightCZ#variableCZ#_Expr DtypeBx#uCm#C_Glue DnorderT#valueB #exprB#D'GlueRec Dn0D UDn0D U_BoxParams` DstretchD#shrinkD#0DBoxParamsRec TE, UTEI U_BoxType EBoxBoxWidgetBoxGlueBoxVariableBoxEIBoxType _LayoutDirection ELayoutHorizontalLayoutVerticalELayoutDirection  F+firstChildB#dirE#  F\quarkCZ#widget[#  FyexprB#  FquarkCZ#exprB# FboxE#widgetF+#glueF\#variableFy#_Box GnextSiblingB#parentB#paramsD#sizeE#pnaturalE,#xtypeE#uF#BLayoutPtr  HtlayoutG#debug #resize_width # resize_height # maximum_width*# maximum_height*#minimum_width*#minimum_height*#GAaaPart  Hentry:#num_of_entriesT#HFSDir  Mhighlight_pixel2#pathD#filterD#filtersD#dirsD# buttonsT#(preferred_buttonT#,reverse_scrolling #0pathframeFS[#8pathFS[#@filterframeFS[#HfilterFS[#Pold_textfieldFS[#XrescanbuttonFS[#`filtersbuttonFS[#hfiltersmenuFS[#pdirsmenuFS[#xdirsbuttonFS[#panedFS[#topscrollFS[#topframeFS[#topclipFS[#topaaaFS[#toplistFS[#curscrollFS[#curframeFS[#curclipFS[#curaaaFS[#curlistFS[#subscrollFS[#subframeFS[#subclipFS[#subaaaFS[#sublistFS[#button1FS[#button2FS[#button3FS[#button4FS[#topdirH#topdir_allocT#curdirH#curdir_allocT#subdirH#subdir_allocT#app_dirD#current_pathD#current_dir;#current_file;#tmp_dirD#path_field_valueD#filter_field_valueD#internal_buttonsT#multiclick#old_highlight_pixel2#HFileSelectionPart _FileSelectionRec Ncore9#compositeA#constraintA#aaaHt#file_selectionM#N NFileSelectionWidget3N URealize1|O\[w0x:valueMask0p-attrs0hfsN2`D$!SetValues?ΠҬ P[[current>x[request>p[new>hein_args>`win_num_args>XfsN@HcfsNA@argsPiB~argnB~D,-ArgP[PP UDestroyq\P[wpxfsNrpD!strwildՀ4 Q;stringx;wildpcwild;`nwildT\wildlenTXcolon;Pstringori;Hmatch Gmatch_total Fexclude ED strreplace`@R;outx;findp;replaceh;in`locatT\findlengthTXintemp;Ptemp;HDappendDirEndSeparator`S:;pathxlS:pDsize_tsavestrcpyLS;destx;sourcepD setTextpݨT%[wxDlinepargsT%`argn\D P[TB Usavestrcat4T;destx;sourcepldS:hlsS:`s;XD translateTildeInPath)X8U;path(xpos;*pt8ި8ި8home;/htmpU0}D3U U!FScompareEntriesCXߔTV>VGaBxVYbBpp:D`q:EXD "V>"VPpreferButtonP$V[wOxTpreferOtD SetPreferredButtonZHWv[wYxTpositionYtTinstallYpfsN[hnameWv\^button[]PD$3 W U FS_preferButtonActionx X[wwx)8eventwp:paramswhwnparamsw`fsNyX     oldTTnewTPD(FS_listAction0H^[wx)8eventp:paramshwnparams`firstposxT +Xposx^ +\posixT +PfirstposyT +posy_  +posiyT +TchildxT +childyT +childwT +childhT +clipwT +cliphT +childypT +movingT scrollingT startvisibleT to  +child[Xclip[Plist[HentryTDfsNHHHHHHHHHHHeTHH H HLdLdldddxTyTdxTdyTrelfactorB absfactorB lHlHHHHHxT_yT_sxT_syT_pwT_phT_midx*w`midy*w`D(T,_ U T,_) U FS_textfieldBackSpaceActionxhL`%[wwx)8eventwp:parmswhwnparmsw`LLLbegin_sel`%|Xend_sel`%|PD(UXawTextPositionFS_textfieldDeleteActionpTa8[wx)8eventp:parmshwnparms`TTTbegin_sel`%Xend_sel`%PD(FS_textfieldFocusActionxb>[wx)8eventp:parmshwnparms`argsb>argnfsND(P[Pb[ UMulticlickNotifybclient_dataxbidppfsNhD XtIntervalIdbchangeListdG[wx:listpTentriesliTheTdlT`argsdG@argnd;s;p;  lenS:D$P[ dd UchangeLists dNfsxDSetIncompleteDirectoryView@xeNfs x:list pD SplitPathHeDpathx;dirp;filehtmpe}s;}D3e UCombineToPath8hfHDpath7x;dir7p;file7htmpfH9}D3ff USetDirectoryViewJphNfsIx;dirIpdirpi.KhdpiL`strDMXtemp;NPaccepted OOpathiP}filter;Q}malloced_filter;Q}viewmodeTR}errorTS}sbufjT|argsl!V{argnV{$  tmpdirl>kytempfilel\kw tmp;{f;{|@|p;{D i dd_fdT#dd_locT#dd_sizeT#dd_buf;#hDIRi ino_tUoff_t3it Udirentid_inoi7#d_offiG#d_reclen*#d_nameiW#it3i Udev_tmode_tnlink_tTuid_tTgid_tUtime_ttimespecjtv_secjM#tv_nsecU#j^timestruc_tTblksize_tUblkcnt_t3j Ustatl!st_devi#st_inoi7#st_modej #st_nlinkj#st_uidj-#st_gidj=#st_rdevi# st_sizeiG#(st_atimj#0st_mtimj#@st_ctimj#Pst_blksizej#`st_blocksj#hst_fstypej#pP[Pl> U3l\ U3lz UrescanProcm[wxclient_datapcall_datahfsN`DfiltersProcHm[wxclient_datapcall_datahfsN`argsm@nlabelDD$P[ m UdirsProc)hn[w(xclient_data(pcall_data(hfsN*`argsn+@argn+newpathD,D$P[ n UTopDirSelectionProcCp[wBxclient_dataBpcall_dataBhfsND`itemTE\newpathpF}Tdd|p;S}iTV}D$3p3 UCurDirSelectionProcpqc[woxclient_dataopcall_dataohfsNq`nameqcrVitemTsP|path;}Htmpq~}lS:}D$3 q U 3q USubDirSelectionProcLr_[wxclient_datapcall_datahitemTdfsNXnewpathr_}D$3r} UCreateTextFieldps~s~framePxs~textPp;valueh1text_trans`DnamebaseX[parentPargss~argn~names~D0[P[s U 3s Ucb_scroll"4u[wxclient_datapcall_datahp[`s;X"4clip[Paaa[Hscroll[@list[fsNstyleT L"4 l! l!xT ! !p !pdyTlyT!x!!x!percentu D$floatuCreateList"X'Hw s~scrollPxs~framePps~clipPhs~aaaP`s~listPX1list_transPDnamebaseH[parent@argsw ~argn~namew)~DP[Pw) U3wF U!BuildMenuI'h,,[x;[parentHxDdescripHpDdefaultdescripHh0cbH`m[JPw[JHmd;K@d;Ktmp;KD(#XawFileSelectionGetPath|,X-;x[w{xfsN}hpathD~`argsx@argntmpy}DP[ y U3y7 U$XawFileSelectionSetPath--y[wxDstringpfsNhD $XawFileSelectionScan. .Dz+[wxTindicatortfsNhD $XawFileSelectionAddButton.h0{[wxTpositiont0functionhparam`fsNXname{Nbutton[@D(3 { U $XawFileSelectionRemoveButton0828{[wxTpositiontfsNhname{^args|argnbutton[D 3 | U P[0|3 U$XawFileSelectionPreferButton2X2|[wxTpositiontiTpD %VlistVisibleLengthu| 2 %VlistScrollPositionu}! 2&VlistMoveFirstVisible}` 2 T T&VlistSetFirstVisible} 2 T%VlistGetFirstVisibleT} 2&VlistChangeHighlighted~ 2 T T&VlistChangeSelected~F 2 T T%VlistEntryOfPositionT~ 2 T%VlistEntriesT~ 2%VlistSelectedT~ 2%VlistHighlightedT 2&ClipWidgetSetCoordinatesN 2 T T& ;&ButtonHighlight 2 N W `&ButtonReset 2 N W `&XawScrollbarSetThumb' 2 B B U&XawTextGetSelectionPosp 2 ' ''XawInitializeWidgetSet'_XtInherit&XtFree ;%XtRealloc; ; %XtMalloc; &XtGetValuesI 2 \ &XtSetValues~ 2 \ 9_XtAppStructXtAppContext%XtWidgetToApplicationContext ~"30-%XtCreateManagedWidget[o  [ "3o%XtCreatePopupShell[ x  [ "3&XtCallCallbacks" 2 "3"&XtAddCallbackt 2 + 0 9%XtNameD t9%XtWindowOfObject s "3%XtNameToWidget[% [ &XtDestroyWidgetL 2&XtRemoveTimeOuts _XtAppStructs %XtAppAddTimeOutb b &XtSetKeyboardFocus 2 2"3&XtCallActionProc{ 2 & N W &XtInstallAccelerators 2 2"3%XtParseTranslationTable1 !&XtTranslateCoordsP 2 T T 90%XtIsSubclass  P Y"3"3%attropenT T("3%openatTA T T("3A%creatT J "3%openT T("3"3%attropenT T("3 %openatTk T ) T("3k%creatT t "3%openT T("3"3%strstr;> "3>%strrchr; G T"3%strchr; T"3%strncpy; ; "3 "3%strncmpTi  ' "3i%strlenS: r"3%strcpy; ; "3"3%strcmpT5 "35%strcat;v ; >"v%memcpy   hino64_tUoff64_t3 Udirent64kd_ino#d_off#d_reclen*#d_name# k%readdir_rT k ti%readdir_rT i " "  %alphasortTd  )"3dt)T)T%scandirT m v %readdirk %closedirT8 %readdiri_ "it_h"itz%alphasortT q "3)T)T%scandirTL "3L%opendiri. U%getdentsT T i "3j%lstatT "3%fstatatT\ T  T"3\%statT e %fstatT T "33 Ustat64'st_devi#st_inoi7#st_modej #st_nlinkj#st_uidj-#st_gidj=#st_rdevi# st_sizeiG#(st_atimj#0st_mtimj#@st_ctimj#Pst_blksizej#`st_blocksj#hst_fstype#p%fstatatTr T ' T"3r%lstatT { '"3%statT '%fstatT T 'U< U__FILEa__pad#<%ftello a<%fseekoT U T"U%fsetposT %fgetposTC 'GwXtInitProc ,>XtArgsProcXtValueMaskCursorpbackground_pixmap^#background_pixel#border_pixmap^#border_pixel#bit_gravity# win_gravity#$backing_store#(backing_planes#0backing_pixel#8save_under#@event_masky#Hdo_not_propagate_masky#Poverride_redirect#Xcolormap #`cursor#h XSetWindowAttributes XtRealizeProc`Display (type#serial#send_event#display#windowu# $XAnyEventTime`type#serial#send_event#display#windowu# rootu#(subwindowu#0time#8x#@y#Dx_root#Hy_root#LstateQ#PkeycodeQ#Tsame_screen#XXKeyEvent`type#serial#send_event#display#windowu# rootu#(subwindowu#0time#8x#@y#Dx_root#Hy_root#LstateQ#PbuttonQ#Tsame_screen#XXButtonEvent`Qtype#serial#send_event#display#windowu# rootu#(subwindowu#0time#8x#@y#Dx_root#Hy_root#LstateQ#Pis_hint/#Tsame_screen#X+XMotionEventhtype#serial#send_event#display#windowu# rootu#(subwindowu#0time#8x#@y#Dx_root#Hy_root#Lmode#Pdetail#Tsame_screen#Xfocus#\stateQ#`hXCrossingEvent0[type#serial#send_event#display#windowu# mode#(detail#,XFocusChangeEvent@8type#serial#send_event#display#windowu# x#(y#,width#0height#4count#8wXExposeEventDrawableHStype#serial#send_event#display#drawableO# x#(y#,width#0height#4count#8major_code#<minor_code#@bXGraphicsExposeEvent0type#serial#send_event#display#drawableO# major_code#(minor_code#,rXNoExposeEvent0type#serial#send_event#display#windowu# state#()XVisibilityEventHtype#serial#send_event#display#parentu# windowu#(x#0y#4width#8height#<border_width#@override_redirect#DXCreateWindowEvent0Ztype#serial#send_event#display#eventu# windowu#(XDestroyWindowEvent8type#serial#send_event#display#eventu# windowu#(from_configure#0xXUnmapEvent8type#serial#send_event#display#eventu# windowu#(override_redirect#0)XMapEvent0\type#serial#send_event#display#parentu# windowu#(XMapRequestEventH Dtype#serial#send_event#display#eventu# windowu#(parentu#0x#8y#<override_redirect#@wXReparentEventX!gtype#serial#send_event#display#eventu# windowu#(x#0y#4width#8height#<border_width#@aboveu#Hoverride_redirect#P ]XConfigureEvent8"type#serial#send_event#display#eventu# windowu#(x#0y#4!XGravityEvent0"type#serial#send_event#display#windowu# width#(height#,"5XResizeRequestEvent`#type#serial#send_event#display#parentu# windowu#(x#0y#4width#8height#<border_width#@aboveu#Hdetail#Pvalue_mask#X"XConfigureRequestEvent8$type#serial#send_event#display#eventu# windowu#(place#0$XCirculateEvent8%]type#serial#send_event#display#parentu# windowu#(place#0$XCirculateRequestEventAtom@&/type#serial#send_event#display#windowu# atom%~#(time#0state#8%XPropertyEvent8&type#serial#send_event#display#windowu# selection%~#(time#0&HXSelectionClearEventP'type#serial#send_event#display#owneru# requestoru#(selection%~#0target%~#8property%~#@time#H&XSelectionRequestEventH(type#serial#send_event#display#requestoru# selection%~#(target%~#0property%~#8time#@'XSelectionEvent8)ntype#serial#send_event#display#windowu# colormap #(new#0state#4(XColormapEvent/) y) y y() y(*b)#s)#l)#`*type#serial#send_event#display#windowu# message_type%~#(format#0data)#8*XClientMessageEvent8+type#serial#send_event#display#windowu# request#(first_keycode#,count#0*XMappingEventXID(,Stype#display#resourceid+#serial#error_code# request_code#!minor_code#"+XErrorEvent/ , yH- type#serial#send_event#display#windowu# key_vector,i#(,XKeymapEvent(-type#serial#send_event#display#extension# evtype#$-"XGenericEvent8.ftype#serial#send_event#display#extension# evtype#$cookieQ#(datax#0-XGenericEventCookiey. y_XEvent1type#xany#xkey#xbutton#xmotionQ#xcrossing#xfocus[#xexpose8#xgraphicsexposeS#xnoexpose#xvisibility#xcreatewindow#xdestroywindowZ#xunmap#xmap#xmaprequest\#xreparent D#xconfigure!g#xgravity"#xresizerequest"#xconfigurerequest##xcirculate$#xcirculaterequest%]#xproperty&/#xselectionclear&#xselectionrequest'#xselection(#xcolormap)n#xclient*#xmapping+#xerror,S#xkeymap- #xgeneric-#xcookie.f#pad.#.XEvent1@ 211>12XtActionProc_XtActionsRec2ostring@#proc2#212oXtActionList2XtResourceListXrmClass 222XtWidgetProc_XRegion23Region 3E13 33EXtExposeProc/3,>3e3XtSetValuesFunc/3,>33XtArgsFuncQXtGeometryMask 4request_mode4#x#y#width#height# border_width# sibling#stack_mode#4/XtWidgetGeometry4 5-4445-XtAlmostProc/5|5M5V5|XtAcceptFocusProcXtVersionType6XtGeometryYesXtGeometryNoXtGeometryAlmostXtGeometryDone56744667XtGeometryHandler 6z@6\6zXtStringProc_CoreClassPart9superclassN#class_name@#widget_size]#class_initializep#class_part_initialize# class_inited#(initialize#0initialize_hook#8realize#@actions2x#Hnum_actions]#Presources2#Xnum_resources]#`xrm_class2#dcompress_motion#hcompress_exposure#icompress_enterleave#jvisible_interest#kdestroy2#presize2#xexpose3N#set_values3#set_values_hook4#set_values_almost56#get_values_hook#accept_focus5#version5#callback_private#tm_table@#query_geometry6@#display_accelerator6#extension#_CompositeClassPart( :geometry_manager6@#change_managed2#insert_child2#delete_child