summaryrefslogtreecommitdiffstats
path: root/pykuttans
diff options
context:
space:
mode:
authorRajeesh K Nambiar <rajeeshknambiar@gmail.com>2009-02-14 00:11:23 +0530
committerRajeesh K Nambiar <rajeeshknambiar@gmail.com>2009-02-14 00:11:23 +0530
commit7393fd4de1769cdab38800d0a0f58c8906ba0f5c (patch)
tree853310846abc7f00003cb884d60f91ef8773f489 /pykuttans
parent759c9b917bd8f68ab682a112aef72b6a6f743fb8 (diff)
downloadRachana.git-7393fd4de1769cdab38800d0a0f58c8906ba0f5c.tar.gz
Rachana.git-7393fd4de1769cdab38800d0a0f58c8906ba0f5c.tar.xz
Rachana.git-7393fd4de1769cdab38800d0a0f58c8906ba0f5c.zip
Kuttans: Rewrite Kuttans in PyQT4, based on Rahul's original version in QT4
Diffstat (limited to 'pykuttans')
-rw-r--r--pykuttans/Makefile10
-rw-r--r--pykuttans/README26
-rw-r--r--pykuttans/qrc/application-illustrator.pngbin0 -> 2856 bytes
-rw-r--r--pykuttans/qrc/document-new.pngbin0 -> 873 bytes
-rw-r--r--pykuttans/qrc/document-open.pngbin0 -> 796 bytes
-rw-r--r--pykuttans/qrc/document-print-preview.pngbin0 -> 1107 bytes
-rw-r--r--pykuttans/qrc/document-print.pngbin0 -> 880 bytes
-rw-r--r--pykuttans/qrc/document-save-as.pngbin0 -> 1233 bytes
-rw-r--r--pykuttans/qrc/document-save.pngbin0 -> 798 bytes
-rw-r--r--pykuttans/qrc/edit-clear.pngbin0 -> 1283 bytes
-rw-r--r--pykuttans/qrc/edit-copy.pngbin0 -> 515 bytes
-rw-r--r--pykuttans/qrc/edit-cut.pngbin0 -> 576 bytes
-rw-r--r--pykuttans/qrc/edit-delete.pngbin0 -> 1121 bytes
-rw-r--r--pykuttans/qrc/edit-paste.pngbin0 -> 771 bytes
-rw-r--r--pykuttans/qrc/edit-redo.pngbin0 -> 1245 bytes
-rw-r--r--pykuttans/qrc/edit-select-all.pngbin0 -> 631 bytes
-rw-r--r--pykuttans/qrc/edit-undo.pngbin0 -> 1220 bytes
-rw-r--r--pykuttans/qrc/face-confused.pngbin0 -> 1189 bytes
-rw-r--r--pykuttans/qrc/kuttans.qrc23
-rw-r--r--pykuttans/qrc/preferences-desktop-font.pngbin0 -> 1038 bytes
-rw-r--r--pykuttans/qrc/system-help.pngbin0 -> 1222 bytes
-rw-r--r--pykuttans/qrc/window-close.pngbin0 -> 1251 bytes
-rw-r--r--pykuttans/qrc/window-new.pngbin0 -> 680 bytes
-rw-r--r--pykuttans/src/kuttans_main.py176
-rw-r--r--pykuttans/src/kuttans_rc.py1473
-rw-r--r--pykuttans/src/kuttans_rc.pycbin0 -> 22562 bytes
-rw-r--r--pykuttans/src/kuttans_ui.py273
-rw-r--r--pykuttans/src/kuttans_ui.pycbin0 -> 10398 bytes
-rw-r--r--pykuttans/ui/kuttans.ui515
29 files changed, 2496 insertions, 0 deletions
diff --git a/pykuttans/Makefile b/pykuttans/Makefile
new file mode 100644
index 0000000..0fcee63
--- /dev/null
+++ b/pykuttans/Makefile
@@ -0,0 +1,10 @@
+# Copyright (c) 2009 Rajeesh <rajeeshknambiar@gmail.com>
+# Use this Makefile to update source files (ui and qrc)
+
+all: src/kuttans_ui.py src/kuttans_rc.py src/kuttans_main.py
+ python src/kuttans_main.py
+
+src/kuttans_ui.py: ui/kuttans.ui
+ pyuic4 $< > $@
+src/kuttans_rc.py: qrc/kuttans.qrc
+ pyrcc4 $< > $@
diff --git a/pykuttans/README b/pykuttans/README
new file mode 100644
index 0000000..cfdd271
--- /dev/null
+++ b/pykuttans/README
@@ -0,0 +1,26 @@
+ Kuttans
+=======================================================
+VERSION: 0.1
+
+INFO:
+ QT+payyans=Qtans (pronounced Kuttans in Malayalam)
+ Kuttans is a GUI frontend for Payyans based on PyQT
+
+DEPENDENCIES:
+ payyans
+ PyQT4
+ pdftotext (optional)
+
+AUTHOR:
+ Rahul
+ Rajeesh K Nambiar
+
+LISCENCE:
+ GPL V3
+
+INSTALL:
+ $ python src/kuttans_main.py
+
+USAGE:
+ 1. Open the document to convert
+ 2. Click Convert(പരിവര്‍ത്തനം) -> <select a font>
diff --git a/pykuttans/qrc/application-illustrator.png b/pykuttans/qrc/application-illustrator.png
new file mode 100644
index 0000000..70b1d82
--- /dev/null
+++ b/pykuttans/qrc/application-illustrator.png
Binary files differ
diff --git a/pykuttans/qrc/document-new.png b/pykuttans/qrc/document-new.png
new file mode 100644
index 0000000..fbb4ce0
--- /dev/null
+++ b/pykuttans/qrc/document-new.png
Binary files differ
diff --git a/pykuttans/qrc/document-open.png b/pykuttans/qrc/document-open.png
new file mode 100644
index 0000000..bc8cfac
--- /dev/null
+++ b/pykuttans/qrc/document-open.png
Binary files differ
diff --git a/pykuttans/qrc/document-print-preview.png b/pykuttans/qrc/document-print-preview.png
new file mode 100644
index 0000000..65f2b22
--- /dev/null
+++ b/pykuttans/qrc/document-print-preview.png
Binary files differ
diff --git a/pykuttans/qrc/document-print.png b/pykuttans/qrc/document-print.png
new file mode 100644
index 0000000..8eb1c67
--- /dev/null
+++ b/pykuttans/qrc/document-print.png
Binary files differ
diff --git a/pykuttans/qrc/document-save-as.png b/pykuttans/qrc/document-save-as.png
new file mode 100644
index 0000000..0ecb79e
--- /dev/null
+++ b/pykuttans/qrc/document-save-as.png
Binary files differ
diff --git a/pykuttans/qrc/document-save.png b/pykuttans/qrc/document-save.png
new file mode 100644
index 0000000..a81e70d
--- /dev/null
+++ b/pykuttans/qrc/document-save.png
Binary files differ
diff --git a/pykuttans/qrc/edit-clear.png b/pykuttans/qrc/edit-clear.png
new file mode 100644
index 0000000..4f5cf4a
--- /dev/null
+++ b/pykuttans/qrc/edit-clear.png
Binary files differ
diff --git a/pykuttans/qrc/edit-copy.png b/pykuttans/qrc/edit-copy.png
new file mode 100644
index 0000000..d34cdcd
--- /dev/null
+++ b/pykuttans/qrc/edit-copy.png
Binary files differ
diff --git a/pykuttans/qrc/edit-cut.png b/pykuttans/qrc/edit-cut.png
new file mode 100644
index 0000000..472b488
--- /dev/null
+++ b/pykuttans/qrc/edit-cut.png
Binary files differ
diff --git a/pykuttans/qrc/edit-delete.png b/pykuttans/qrc/edit-delete.png
new file mode 100644
index 0000000..b0de61d
--- /dev/null
+++ b/pykuttans/qrc/edit-delete.png
Binary files differ
diff --git a/pykuttans/qrc/edit-paste.png b/pykuttans/qrc/edit-paste.png
new file mode 100644
index 0000000..df468ce
--- /dev/null
+++ b/pykuttans/qrc/edit-paste.png
Binary files differ
diff --git a/pykuttans/qrc/edit-redo.png b/pykuttans/qrc/edit-redo.png
new file mode 100644
index 0000000..45f0450
--- /dev/null
+++ b/pykuttans/qrc/edit-redo.png
Binary files differ
diff --git a/pykuttans/qrc/edit-select-all.png b/pykuttans/qrc/edit-select-all.png
new file mode 100644
index 0000000..995f468
--- /dev/null
+++ b/pykuttans/qrc/edit-select-all.png
Binary files differ
diff --git a/pykuttans/qrc/edit-undo.png b/pykuttans/qrc/edit-undo.png
new file mode 100644
index 0000000..57abbe1
--- /dev/null
+++ b/pykuttans/qrc/edit-undo.png
Binary files differ
diff --git a/pykuttans/qrc/face-confused.png b/pykuttans/qrc/face-confused.png
new file mode 100644
index 0000000..0d25c19
--- /dev/null
+++ b/pykuttans/qrc/face-confused.png
Binary files differ
diff --git a/pykuttans/qrc/kuttans.qrc b/pykuttans/qrc/kuttans.qrc
new file mode 100644
index 0000000..45fca98
--- /dev/null
+++ b/pykuttans/qrc/kuttans.qrc
@@ -0,0 +1,23 @@
+<RCC>
+ <qresource prefix="Kuttans" >
+ <file>system-help.png</file>
+ <file>face-confused.png</file>
+ <file>preferences-desktop-font.png</file>
+ <file>application-illustrator.png</file>
+ <file>document-new.png</file>
+ <file>document-open.png</file>
+ <file>document-save-as.png</file>
+ <file>document-save.png</file>
+ <file>document-print.png</file>
+ <file>document-print-preview.png</file>
+ <file>edit-delete.png</file>
+ <file>edit-clear.png</file>
+ <file>edit-copy.png</file>
+ <file>edit-cut.png</file>
+ <file>edit-paste.png</file>
+ <file>edit-select-all.png</file>
+ <file>edit-undo.png</file>
+ <file>window-close.png</file>
+ <file>edit-redo.png</file>
+ </qresource>
+</RCC>
diff --git a/pykuttans/qrc/preferences-desktop-font.png b/pykuttans/qrc/preferences-desktop-font.png
new file mode 100644
index 0000000..d66ed8a
--- /dev/null
+++ b/pykuttans/qrc/preferences-desktop-font.png
Binary files differ
diff --git a/pykuttans/qrc/system-help.png b/pykuttans/qrc/system-help.png
new file mode 100644
index 0000000..86b6407
--- /dev/null
+++ b/pykuttans/qrc/system-help.png
Binary files differ
diff --git a/pykuttans/qrc/window-close.png b/pykuttans/qrc/window-close.png
new file mode 100644
index 0000000..5492295
--- /dev/null
+++ b/pykuttans/qrc/window-close.png
Binary files differ
diff --git a/pykuttans/qrc/window-new.png b/pykuttans/qrc/window-new.png
new file mode 100644
index 0000000..54ad48c
--- /dev/null
+++ b/pykuttans/qrc/window-new.png
Binary files differ
diff --git a/pykuttans/src/kuttans_main.py b/pykuttans/src/kuttans_main.py
new file mode 100644
index 0000000..c88b49d
--- /dev/null
+++ b/pykuttans/src/kuttans_main.py
@@ -0,0 +1,176 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Copyright (c) 2009 Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
+#
+# 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 this program if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
+
+import sys
+import os
+import codecs
+
+from payyans import Payyans
+
+from PyQt4 import QtCore, QtGui
+from PyQt4.Qt import *
+from kuttans_ui import Ui_Kuttans
+
+QObj = QtCore.QObject # Short name ;-)
+
+class StartKuttans(QtGui.QMainWindow):
+ def __init__(self, parent=None):
+
+ self.direction = None
+ self.InputFile = None
+ self.MappingFile = None
+ self.OutputFile = None
+
+ QtGui.QWidget.__init__(self, parent)
+ self.ui = Ui_Kuttans()
+ self.ui.setupUi(self)
+ Ui = self.ui # Another short name ;-)
+
+ Ui.actionCut.setEnabled(False)
+ Ui.actionCopy.setEnabled(False)
+ Ui.actionDelete.setEnabled(False)
+ Ui.actionASCIIToUnicodePDF.setEnabled(False)
+ Ui.actionUnicodeToASCIIPDF.setEnabled(False)
+
+ Ui.toolBar.setAllowedAreas(Qt.TopToolBarArea | Qt.BottomToolBarArea)
+ Ui.toolBar.setWindowTitle("Format Actions")
+ Ui.comboFont = QtGui.QFontComboBox(Ui.toolBar)
+ Ui.toolBar.addWidget(Ui.comboFont)
+ self.connect(Ui.comboFont, QtCore.SIGNAL("activated(QtCore.QString)"), self.textFamily)
+
+ self.connect(Ui.textEdit, QtCore.SIGNAL("copyAvailable(bool)"), Ui.actionCut, QtCore.SLOT("setEnabled(bool)")) #ഉപയോക്താവ് ഏതെങ്കിലും പാഠഭാഗം തിരഞ്ഞെടുത്തെങ്കില്‍ മാത്രം...
+ self.connect(Ui.textEdit, QtCore.SIGNAL("copyAvailable(bool)"), Ui.actionCopy, QtCore.SLOT("setEnabled(bool)")) #'cut', 'copy' എന്നിവ സജ്ജീവമാക്കുക
+ self.connect(Ui.actionOpen, QtCore.SIGNAL("triggered()"), self.openFile) #രേഖ തുറക്കാനുള്ള ആജ്ഞ open() എന്ന പ്രവൃത്തിയുമായി ബന്ധിപ്പിക്കുക
+ self.connect(Ui.actionSave, QtCore.SIGNAL("triggered()"), self.saveFile)
+ self.connect(Ui.actionSaveAs, QtCore.SIGNAL("triggered()"), self.saveFileAs)
+ self.connect(Ui.actionAbout, QtCore.SIGNAL("triggered()"), self.About)
+
+ self.connect(Ui.actionNew, QtCore.SIGNAL("triggered()"), self.newFile)
+ self.connect(Ui.actionExportPDF, QtCore.SIGNAL("triggered()"), self.filePrintPDF)
+ self.connect(Ui.actionPrint, QtCore.SIGNAL("triggered()"), self.filePrint)
+ self.connect(Ui.actionPrintPreview, QtCore.SIGNAL("triggered()"), self.filePrintPreview)
+ self.connect(Ui.textEdit.document(), QtCore.SIGNAL("contentsChanged()"), self.documentWasModified)
+
+ self.connect(Ui.actionRevathi_a2u, QtCore.SIGNAL("triggered()"), self.Revathi_a2u)
+ self.connect(Ui.actionIndulekha_a2u, QtCore.SIGNAL("triggered()"), self.Indulekha_a2u)
+ self.connect(Ui.actionKarthika_a2u, QtCore.SIGNAL("triggered()"), self.Karthika_a2u)
+ self.connect(Ui.actionSelectFontMap_a2u, QtCore.SIGNAL("triggered()"), self.customMap_a2u)
+ self.connect(Ui.actionASCIIToUnicodePDF, QtCore.SIGNAL("triggered()"), self.asciiToUnicodePDF)
+
+ self.connect(Ui.actionRevathi_u2a, QtCore.SIGNAL("triggered()"), self.Revathi_u2a)
+ self.connect(Ui.actionIndulekha_u2a, QtCore.SIGNAL("triggered()"), self.Indulekha_u2a)
+ self.connect(Ui.actionKarthika_u2a, QtCore.SIGNAL("triggered()"), self.Karthika_u2a)
+ self.connect(Ui.actionSelectFontMap_u2a, QtCore.SIGNAL("triggered()"), self.customMap_u2a)
+
+ def directoryName(self, fullname):
+ return QtCore.QFileInfo(fullname).absolutePath()
+
+ def strippedFileName(self, fullname):
+ return QtCore.QFileInfo(fullname).fileName()
+
+ def openFile(self):
+ fName = QtGui.QFileDialog.getOpenFileName()
+ if os.path.isfile(fName):
+ self.ui.textEdit.setPlainText(codecs.open(fName, 'r', 'utf-8').read())
+ self.ui.statusbar.showMessage("File " + self.strippedFileName(fName) + " Opened", 2000) #/൨൦൦൦ മില്ലി സെക്കന്റ് നേരം സ്റ്റാറ്റസ് ബാറില്‍ പ്രദര്‍ശിപ്പിക്കുക
+ self.InputFile = str(fName)
+
+ def saveFile(self):
+ pass
+
+ def saveFileAs(self):
+ pass
+
+ def About(self):
+ pass
+
+ def newFile(self):
+ pass
+
+ def filePrintPDF(self):
+ pass
+
+ def filePrint(self):
+ pass
+
+ def filePrintPreview(self):
+ pass
+
+ def documentWasModified(self):
+ pass
+
+ def textFamily(self, qString):
+ fmt = QtGui.QTextCharFormat()
+ fmt.setFontFamily(qString);
+ QtCore.mergeFormatOnWordOrSelection(fmt);
+
+ def Revathi_a2u(self):
+ self.OutputFile = self.directoryName(self.InputFile) + "/unicode-" + self.strippedFileName(self.InputFile)
+ self.ui.statusbar.showMessage("Converting... Please wait")
+ if self.ConvertFiles("revathi.map", "a2u") == 0:
+ self.ui.statusbar.showMessage("Converted successfully!")
+ else:
+ self.ui.statusbar.showMessage("Conversion failed!")
+
+ def Revathi_u2a(self):
+ self.OutputFile = self.directoryName(self.InputFile) + "/ascii-" + self.strippedFileName(self.InputFile)
+ self.ui.statusbar.showMessage("Converting... Please wait")
+ if self.ConvertFiles("revathi.map", "u2a") == 0:
+ self.ui.statusbar.showMessage("Converted successfully!")
+ else:
+ self.ui.statusbar.showMessage("Conversion failed!")
+
+ def Indulekha_a2u(self, direction):
+ pass
+
+ def Indulekha_u2a(self, direction):
+ pass
+
+ def Karthika_a2u(self, direction):
+ pass
+
+ def Karthika_u2a(self, direction):
+ pass
+
+ def customMap_a2u(self, direction):
+ pass
+
+ def customMap_u2a(self, direction):
+ pass
+
+ def ConvertFiles(self, map_name, direction):
+ self.MappingFile = sys.prefix + "/share/payyans/maps/" + map_name
+ p = Payyans(self.InputFile, self.OutputFile, self.MappingFile)
+ if direction == "a2u":
+ return p.ascii2unicode()
+ elif direction == "u2a":
+ return p.unicode2ascii()
+
+ def asciiToUnicodePDF(self):
+ # poppler-qt4 can be made use of, to render PDF files
+ pass
+
+
+if __name__ == "__main__":
+ app = QtGui.QApplication(sys.argv)
+ myapp = StartKuttans()
+ myapp.show()
+ sys.exit(app.exec_())
+
diff --git a/pykuttans/src/kuttans_rc.py b/pykuttans/src/kuttans_rc.py
new file mode 100644
index 0000000..b09faf5
--- /dev/null
+++ b/pykuttans/src/kuttans_rc.py
@@ -0,0 +1,1473 @@
+# -*- coding: utf-8 -*-
+
+# Resource object code
+#
+# Created: Sat Feb 14 00:01:16 2009
+# by: The Resource Compiler for PyQt (Qt v4.4.3)
+#
+# WARNING! All changes made in this file will be lost!
+
+from PyQt4 import QtCore
+
+qt_resource_data = "\
+\x00\x00\x04\x0e\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\
+\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\
+\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x1b\xaf\x00\x00\
+\x1b\xaf\x01\x5e\x1a\x91\x1c\x00\x00\x00\x07\x74\x49\x4d\x45\x07\
+\xd7\x0a\x1d\x15\x1f\x10\xe1\x2c\x6e\xb5\x00\x00\x03\x9b\x49\x44\
+\x41\x54\x78\xda\x9d\x94\x4d\x68\x23\x65\x18\xc7\xff\xef\x7c\xe4\
+\x6b\x3a\x49\x9a\x84\x6d\x93\x36\x31\x94\x25\x5d\xca\x66\xb1\x95\
+\x36\xd0\x35\x1e\xba\x14\x91\x5e\x04\x3d\xc8\xb2\xc8\xe2\xc1\xbb\
+\x78\x11\x0f\xba\xb0\xbb\xe2\xc1\x83\x17\x0f\x1e\x44\xc5\xc3\x62\
+\xf0\xe4\x41\x0f\xab\x88\xeb\x1e\x96\x2e\xfb\xd1\xa6\x85\xb2\x9b\
+\x54\x6a\x4b\x93\x94\x24\xb6\xcd\xd7\x4c\xbe\xde\x7d\xde\x36\x6e\
+\x6b\xc9\x2c\xba\x3f\x78\x08\x99\x19\xfe\xf3\x7f\xfe\xcf\x33\x2f\
+\x4b\x0d\x0f\x7b\xbd\x93\x93\x65\x75\x78\x18\xb0\xd9\x00\x55\x3d\
+\x28\xa6\x28\x80\x2c\x33\x26\x49\xe0\x20\x3a\x1d\x8e\x76\x1b\x07\
+\xd5\x6c\x82\x8b\xaa\xd7\xb1\x7f\xf7\xee\xc2\xeb\x99\xcc\xcf\x38\
+\x81\xb2\x96\xcf\xeb\x21\x49\x62\xb1\x85\x05\xfc\x75\xef\x1e\x36\
+\x96\x96\x50\x6f\x34\xd0\xe4\x1c\x23\x67\xcf\x22\x96\x48\x60\xfb\
+\xd1\x23\xac\xdd\xba\xc5\x6c\x00\x1c\xf4\x52\x5f\x28\x84\x17\xce\
+\x9f\x47\x85\x9e\xfd\x33\x93\xd1\xd0\x07\xc5\x00\x74\x93\x31\xa4\
+\x53\x29\x2c\xa6\x52\x57\x1b\xc0\xb7\xfb\xc0\xae\x09\x84\xe9\xfa\
+\x83\xa1\x33\x67\x90\xdb\xd8\xc0\xf2\xed\xdb\x97\x54\xe0\x27\x2f\
+\xa0\x39\x80\x64\x29\x9d\xfe\x6a\x74\x66\xc6\x69\x00\x03\x7d\x85\
+\x07\xe9\x86\x83\x5a\x2a\xdc\xbc\xf9\xfd\x08\xf0\xd1\x27\x38\xe4\
+\x03\xc0\x1d\x30\x4d\xf0\xdd\x5d\xf8\xa9\x83\x29\xa0\xf6\x29\xf0\
+\x37\x0e\xeb\xc6\xf5\xe5\xe5\x31\x43\xd7\xaf\x79\x01\x17\xfa\xc0\
+\x3e\x03\x2e\xd8\x83\xc1\x5f\x9a\xb9\xdc\xdc\xfb\xc0\x6f\xe8\x31\
+\x33\x35\x75\x65\xc4\xef\xff\x58\x76\xb9\x60\x63\x0c\x4c\x55\x77\
+\x54\x4d\xab\xdb\xed\x76\xa8\x14\x87\xd4\xed\xda\xbb\x95\x4a\xb0\
+\x25\x49\xe5\x06\xe7\xfb\xa6\x69\x72\xc3\x30\xd0\x6a\xb5\x40\xbf\
+\x4b\x4a\x0b\xd8\x6c\xe5\x72\x57\x00\xdc\xc1\x31\x16\xef\xdf\x0f\
+\xcd\xcd\xcd\x41\xaa\xd5\xb0\xb3\xb3\x83\x7a\xbd\x7e\x8a\x73\x0e\
+\x41\x38\x1c\x86\x44\x43\xdd\xdc\xdc\x14\x42\x3e\xc6\x98\x4f\xa1\
+\x61\xfb\x7c\x3e\x9a\xbf\x0d\x2b\x2b\x2b\x55\x58\x41\x0f\xdf\x48\
+\x26\x93\x3c\x1a\x0c\xf2\x77\xcf\x9d\xe3\x17\x00\x6a\x08\x2f\x52\
+\xfd\x98\x48\x24\xf8\xec\xec\x2c\x77\xb9\x5c\x6b\xbd\x6b\x2f\x51\
+\xbd\x46\x9d\xdc\x89\xc7\xe3\xdc\xef\xf7\x67\x15\x58\x20\xcb\xb2\
+\xbe\xbd\xbd\x8d\x37\x2a\x15\x04\xca\x65\x0c\x02\xd9\x5f\x81\x87\
+\x22\x63\x6a\x55\xdc\x17\x2f\x6f\x40\x5c\xeb\x41\xee\x1f\xe4\xf3\
+\xf9\xc7\xd4\x8d\x26\xc1\x02\x6a\x49\xd7\x0a\x05\xc4\xab\x55\x38\
+\x39\x87\x89\xa7\xd0\x0a\x37\x21\xc4\x45\x1c\x27\xc8\x17\x8b\xc5\
+\x1f\x4a\xa5\x92\x66\xe9\x98\x96\x7f\x71\x5a\x55\x5f\x09\x00\x30\
+\x49\xc0\x3c\x8a\x08\x34\x28\x10\xfd\x84\x41\x73\xf8\x86\x8a\x59\
+\x3a\x7e\x0b\xf8\x22\x4e\x03\xf1\x03\x70\x92\x98\x81\x23\x84\xe3\
+\x76\xbb\x7d\xb0\x1d\x7d\xf8\x9d\xea\xb2\xa5\x70\xb5\xe7\x4e\x08\
+\x8b\x75\x3b\x3e\x66\x21\xd8\xe9\x74\x50\xa5\x98\xac\x50\x9e\x25\
+\xdc\xa5\x56\xb5\xc3\x9e\xff\x25\xbc\xb5\xb5\x25\x06\x05\x87\xc3\
+\x01\x2b\x9e\xe9\xb8\x46\x4e\xf7\x01\x34\x84\xe3\xa3\x8c\xc5\x46\
+\x88\x7c\x45\x3d\x97\x63\xb5\x4a\x22\x25\xf1\x82\x43\x61\xf9\x78\
+\x14\xdd\x6e\xf7\xf9\x84\x2b\x40\x54\x1c\x99\x45\x00\x1d\xfa\xa5\
+\xff\x61\xf4\xa0\xcf\xfa\xa9\x7b\x2b\xe4\x13\xab\x82\x8d\x74\xfa\
+\x1d\xc5\x68\xbc\xe9\x56\x94\x0f\x5f\x36\x0c\xaf\xc8\x92\x91\xbb\
+\x5c\xc0\x3f\xed\x19\x1c\x1c\x72\x78\xbd\xd3\xb2\xa2\x84\xc8\xad\
+\x78\x3e\x4f\xfb\xfc\x25\xfa\xc0\x70\x82\x21\xa7\xe3\x0f\x5d\x73\
+\x8d\x46\x3c\x3a\xe4\x56\x13\x12\xe3\xe8\x82\xd1\x20\x55\x94\x3a\
+\x5d\x3c\xce\x15\x02\x91\xd3\xa7\x07\xc4\xca\xed\xed\xed\x3d\xa4\
+\x0f\x62\xf2\x3f\x45\x51\x68\x18\x49\x2a\x64\x8a\x65\xab\x4f\xfd\
+\x3b\x5d\xd7\x2f\x89\x3d\xae\xd5\x6a\xb2\xf5\x56\xfc\x4f\x34\x4d\
+\x0b\xd2\xe1\xf3\xcf\x49\x76\xea\xa8\x6b\xcb\x8c\xad\x99\x9f\x9f\
+\x1f\x89\x44\x22\xaf\x52\xde\x6f\x47\xa3\xd1\x8b\x6e\xb7\x5b\xf2\
+\x78\x3c\x62\x88\x03\xe4\x7c\x34\x16\x8b\x39\x27\x26\x26\x5a\xeb\
+\xeb\xeb\xa5\x3e\x19\x5b\x33\x3e\x3e\x7e\x99\x8e\xc2\xaf\xc7\xc6\
+\xc6\x20\x04\x29\x0a\x11\x89\x88\x42\x9c\xd3\xc8\x66\xb3\xa0\x53\
+\xed\xf3\xd5\xd5\xd5\xf7\xd0\xe3\x09\x22\x6d\x76\x90\x75\x09\x77\
+\x60\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x04\xa5\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\
+\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\x22\x49\x44\
+\x41\x54\x78\xda\xb5\x95\x6b\x88\x54\x65\x18\xc7\x7f\xef\xb9\xcc\
+\x99\x59\x77\x77\xd6\x5d\x2f\x7b\x49\x6a\xcb\x28\x23\xca\xd8\xc5\
+\x36\x41\xda\x48\xc2\xc0\x20\x30\xa1\x84\x2c\xd2\xaf\x5d\x54\x2a\
+\xb1\x0f\x15\x81\x7d\x08\x2d\x22\xbf\x49\x17\xa3\x4f\x05\x65\x21\
+\x18\x16\x2e\x16\xa8\x39\x93\x49\x5b\x5a\xb4\xbb\xae\x7b\x6b\x2f\
+\xe3\xec\xca\xcc\xce\x9c\xdb\xfb\xf6\x9e\xb3\xd3\x28\xb8\xea\x27\
+\x9f\xe1\xcf\x33\xef\xf3\x3c\xef\xef\x3c\x33\xe7\x3d\xcf\x11\x4a\
+\x29\x6e\x86\x59\xd7\xcc\xf4\x08\x2b\x6f\x9b\x8f\x8b\x44\xcb\x6a\
+\x33\xd1\xd6\x65\xd4\xdc\xb5\x52\x08\x07\xe9\x8e\xfc\x21\x83\xa9\
+\x53\xca\x1b\xfd\x29\x5d\x1c\xfe\x96\x6e\x15\x30\x8f\xcd\xdb\x71\
+\xee\x98\x58\x21\xac\xa6\x2f\x52\xcd\x9b\x1e\x30\x92\xb7\x63\xa5\
+\xda\xc1\xac\x01\x61\x81\x4a\x20\x83\x1c\x61\xf9\x1f\xca\x63\x9f\
+\xf7\x4a\xf7\xc2\x33\x8d\xab\x73\xbd\x37\x00\x0b\x31\x71\x94\x6d\
+\x66\x4d\xfb\xbb\xb5\x2d\x9b\x12\x56\xcd\x6d\x3a\x52\x00\x59\xd4\
+\x40\xaf\x52\x62\x83\x51\x0f\xe6\x32\xa4\x34\x29\x0c\x7f\xe4\x7b\
+\xb9\x23\x3b\x97\x3c\xc2\xfb\xa0\xd4\xbc\xe0\xb1\x1f\xc5\xf6\x54\
+\xe3\x43\x7b\x16\xb4\x6e\xc0\x30\x7c\x08\xf2\x5c\xcf\x84\xdd\x8c\
+\xb2\xef\xa7\x30\xb4\x97\xd9\xf1\x43\x3b\x5a\x1e\x55\x7b\xaf\x02\
+\x8f\xfd\x20\x56\x98\x89\xa5\xa7\x1b\xda\xb7\x38\x96\xfc\x13\xa3\
+\x74\x14\x99\x7a\x58\x6f\xbc\x75\x7e\xa8\xdf\xaf\x6b\x7e\x46\x2e\
+\x58\x8f\xaa\x7f\x96\xfc\xd9\x57\x3d\xbf\xf0\xfb\xca\x96\xb5\xea\
+\x2c\xda\x8c\xff\x6f\x54\x18\x88\x03\xb5\xcd\xdd\x8e\x61\x7a\x08\
+\xf2\xec\xff\xaa\x51\xfb\x19\xc2\xa0\xc4\x77\xdf\x9c\xe1\x8d\xd7\
+\x0f\xc5\x3a\xf8\xf5\x19\xca\xa5\xa2\xce\x15\xe6\x6a\xe4\x30\x94\
+\x33\xa4\x97\xef\x4a\x84\x01\x07\x22\x56\x15\x7c\x61\x96\x75\x4e\
+\x7a\x79\xa7\xed\xa4\x51\xde\x38\xd4\x75\x81\xbe\x69\xd4\x77\x91\
+\x39\x39\xc4\xf1\xe3\x93\xbc\xf2\xce\x6b\x6c\xdf\xbd\x93\xde\xde\
+\x4b\x1c\xeb\x39\xaf\x73\x95\x1a\x5d\x2b\x4b\x7f\x21\xf0\x49\x2d\
+\x5e\xdd\x19\xb1\xaa\x60\x29\xe9\xb4\xac\x24\xe8\x24\xaa\x44\xe8\
+\x05\x6c\x79\xf9\x25\x64\x20\x98\xb8\x68\xb2\x71\xeb\x53\x2c\x4a\
+\x9c\xa6\xd1\xcc\xb2\xf6\xc9\xb5\x9c\xca\x4c\x11\xfa\xaa\x5a\x83\
+\x2a\x83\xd7\x4f\xb2\xe1\xc1\x88\xd5\x51\x3d\xc7\xd1\xc2\xb2\x6a\
+\x50\xfe\x74\xb4\x42\x15\xfb\x90\xc5\x01\x84\x10\x3c\xb1\x71\x0d\
+\xf8\x79\xe4\x6c\x1e\x25\x15\x27\x8e\x64\xb9\xf3\x9e\xbb\x51\x85\
+\x7e\x82\xc2\x80\x26\x2c\x41\x24\xef\x03\x63\x11\x04\x83\x71\x93\
+\x55\xb0\x52\xa2\xc3\xb4\x0c\xbd\xb1\x1c\xc3\x40\x4b\x18\x51\x1c\
+\x39\x7d\x12\xe2\x90\xcd\x27\x9f\xfd\xcd\xac\x9b\x64\xc3\xa6\x35\
+\x88\xf2\x20\xca\xa8\x45\xb9\xff\x12\x5e\xfc\x9e\xb0\x78\x0e\x29\
+\xac\x98\x55\x05\x87\x21\x48\x7f\x0c\x11\x4e\x22\x12\xf5\x9a\x59\
+\x87\xd0\xbf\x00\x23\x89\x0e\x68\x6f\xf1\xdb\xaf\x93\xf4\x0d\x78\
+\xbc\xf5\xc1\x8b\x90\x3f\x48\x18\xcc\x20\xbd\x11\x08\x0b\x28\x19\
+\x20\x84\x96\x91\x8a\x59\x55\xb0\x0c\x55\xd6\x77\x83\xf5\x86\x95\
+\x47\x85\xd3\xba\xc0\xd2\xd2\x40\xd3\xd6\x1b\x4c\x22\xeb\xeb\xaf\
+\x63\xe5\xaa\x7b\x31\x27\x3f\xd4\x35\x25\x34\x4d\xe7\x34\xc5\xb0\
+\x01\x81\xd2\xf2\x03\x23\x66\x5d\x01\x26\xeb\xfa\xac\x77\x12\x56\
+\x05\x6a\x6b\xa8\x35\x07\x35\x4c\xed\x0d\x36\x3e\xf7\x58\xfc\x48\
+\x87\x53\xe7\x74\x2e\x81\x8a\xc0\x7a\xa3\xd2\x39\xa1\x3f\x91\xb9\
+\x9e\x42\x2a\x32\x57\x82\x33\x6e\x29\x44\xd4\xda\x31\x58\x77\x7a\
+\xf9\x02\xda\x47\x60\x63\x72\x5f\xdc\x99\xb4\xef\x00\x85\x56\xa8\
+\x97\x01\xc8\x78\x19\xa3\xdd\x52\x80\xf4\xc9\x56\x8f\xdb\x54\x1b\
+\x87\x67\x26\xc7\x32\x45\x7f\x61\x05\x64\x56\xa0\x76\xe4\x75\xc8\
+\xe1\xbd\x7d\x0d\x5a\xe9\xf8\xbb\xee\xf8\xca\x7c\x5c\x5f\x70\xd3\
+\xcc\x4c\x8c\x66\x22\x56\x15\xdc\xad\x47\x5f\xa0\xd8\x3c\x7e\x61\
+\xd8\x0d\xa9\x8d\xe0\x5a\xe6\x5c\xd7\xa6\x06\x38\xad\x60\x37\xc5\
+\x12\x4e\x5b\x1c\x8b\x55\xa9\x0b\xa9\x63\x7c\x70\xd0\x8d\x18\x11\
+\xeb\xaa\x21\x94\xfd\x54\x6c\x4f\x2f\xbe\x65\x4f\x5b\xfb\x52\x2c\
+\x5b\x56\x3a\xd3\x32\x1d\x7d\x4c\x9f\x06\x21\x90\xb9\x2f\x41\x7a\
+\xa8\xd0\x47\x69\x1f\xfa\x82\xe1\xbe\x11\xdd\xed\xd0\x8e\x8e\xe7\
+\xd5\xde\x6b\x8e\xcd\x5f\x3e\x66\x9b\x53\x53\xbf\xbb\x79\x59\xa3\
+\xd3\xd4\x1a\x77\x77\xf9\x02\x86\xa1\x61\x32\x06\x12\x7a\xe4\x46\
+\x86\x19\x1b\x9c\x70\xdd\xd9\x4b\xbb\x56\xbd\x70\xed\xb1\x59\xb5\
+\x13\xfb\xf5\xa0\x87\x03\x0b\x5b\xdb\x3b\x53\x49\xc5\x82\x86\x85\
+\xd4\x2e\x69\x8f\xff\xa2\xc2\xc4\x79\x8a\xd3\x39\x4a\xb3\x90\x1f\
+\xed\xcb\x28\xd8\xdc\xb5\x55\x9d\xbd\xc1\xa0\xbf\x6c\x3d\x6f\x0b\
+\xcb\x59\xca\x3a\x9d\xed\x14\x82\x0e\xc4\xdc\x13\x85\x52\x59\xbd\
+\x25\x2b\x20\xe3\x8e\x73\xb8\xfb\xcd\xeb\xbc\x9a\x6e\x86\xfd\x07\
+\xe8\xe4\xf1\x39\xca\x49\xb7\xe0\x00\x00\x00\x00\x49\x45\x4e\x44\
+\xae\x42\x60\x82\
+\x00\x00\x03\x69\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\
+\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\xe6\x49\x44\
+\x41\x54\x78\xda\x95\x95\xdb\x6b\xd3\x60\x18\x87\x9f\xa4\x87\xd5\
+\x0d\x75\x58\xa7\x76\xed\xa4\x2a\xa2\x20\x08\x0a\x22\x08\xca\x64\
+\x88\x07\x10\x2f\xbd\x51\x99\xb7\x83\xca\xdc\xcd\xfc\x13\x04\x41\
+\x10\x74\xe0\x3f\x20\x0c\xf4\x56\xbd\x11\x77\xd0\xe1\xc4\x55\x50\
+\x91\x3a\x68\xa7\x3d\xcc\xa5\x9e\x36\xd7\xd9\xae\x69\xf3\x99\x2f\
+\xf5\xa3\x9d\x81\x6e\x7b\xe0\xc7\x9b\x84\xe6\xe1\x97\x97\x90\x6a\
+\x42\x08\xd6\x83\x76\x4f\xf3\x10\x20\xa6\x7b\xf4\xab\x11\x5f\x24\
+\x24\x5a\x44\x4b\x6e\x21\x37\x6d\x61\x3d\x64\x37\xb7\xc5\x49\x61\
+\x02\x68\x40\xd4\xc9\x5a\x38\x40\x3b\x7d\x0c\xf5\x1c\xec\x09\x5d\
+\x0c\x5d\x84\xf2\x3f\x83\x0f\x86\x53\xc3\x3c\xfb\xf0\x2c\x49\x90\
+\x63\xe2\x8a\xc8\x6b\x40\x77\x26\x9b\x7b\xae\xeb\x1a\x9a\xa6\x53\
+\x9b\x9a\x3d\x75\x00\x79\xec\xa4\x22\x4c\x4e\x3c\x3d\x41\xb0\x23\
+\xc8\xd9\x3d\x67\xf9\x9a\x9b\xe5\xde\xf1\x21\x24\xd7\x5f\xf6\xb1\
+\x35\xd4\xc9\xe3\xe4\x13\x26\xa6\x27\x32\xc0\x2e\x1d\x90\x12\x57\
+\x94\x5c\xe5\x7e\xea\x3e\x33\xd6\x0c\x91\x8e\x08\xc9\xf2\x47\x8c\
+\xc5\x04\x8a\xef\x85\x04\x3f\xc5\x47\xa2\xdb\x22\xf8\x43\xfe\x2e\
+\x7c\xf4\x7b\x01\xd9\xb2\x51\xe8\x0e\xf0\x28\xf9\x08\xe1\x11\x8c\
+\x4e\x8d\x10\x0e\x04\x20\x5f\x84\x73\x38\x7c\x99\xfe\xc0\xb7\x85\
+\x24\xb9\xe5\x12\xc2\x2f\x40\xa7\x57\x8a\x5d\x52\xdd\x2d\x27\x55\
+\x48\x61\x7e\x37\x99\x1b\x34\xf8\x9f\xb1\x58\x1e\x85\xf7\x96\x06\
+\x9b\xe9\xd0\x01\xd7\xa3\x6b\xb5\xac\x38\x6f\x6d\x6f\x05\x8d\x55\
+\xd1\xbd\xc0\x26\x02\x72\x28\xe9\xca\xb6\x8d\x6b\x01\x82\x1b\x83\
+\x18\x7b\x0d\xda\x86\x34\x22\x1b\xa0\xed\x17\xc4\x07\x04\x92\x53\
+\x77\x35\xd8\x0a\xe9\x22\x54\xbb\x90\xa4\x6a\x8d\xeb\x2b\x50\x6d\
+\xe5\x71\x3d\xf6\x79\x6f\xb4\x17\xbc\xf0\x27\x0c\xda\x4e\xf0\x77\
+\x82\x22\x10\xb1\xb3\x1b\x7e\x77\x82\x15\x00\xbc\x3c\x90\xe2\x95\
+\xed\x6a\x32\xd7\x5b\x11\x8b\xc6\x88\xb6\x45\xa1\x0a\x33\xf3\x30\
+\x57\x02\x45\xa6\x08\x6f\xbe\xc1\xdc\x22\xe0\xe7\x13\x4b\xdc\x71\
+\xde\xe3\xf9\x85\x85\xe7\xaa\xed\x8a\xf9\x2f\x6a\x5d\xf9\x72\x9e\
+\x9e\xf7\x3d\x24\xe6\x13\x50\x02\xdf\x0f\x79\x1d\x2a\x5b\xc0\xf2\
+\x00\x9b\xc9\x30\xcf\x11\x71\x5e\x18\xba\xba\xa9\x21\x2e\xa9\x9a\
+\xdb\x5b\xb6\xf3\xf6\xf0\x5b\x6e\xee\xbd\xc9\xa1\xae\x43\x04\xf6\
+\x6f\x64\xcb\xbe\x1d\x58\x3e\x3e\xd3\xca\x00\x21\x76\x49\x29\x80\
+\xd3\xf8\xf7\xe2\xa2\x6c\xdc\xf8\x76\xb8\xc4\xf5\xe9\xc6\xe3\xf1\
+\x9c\x14\x42\x8c\xd0\x80\xb7\x66\x77\xb7\x56\xac\x26\x77\x53\x17\
+\xd7\x65\x75\x69\xd3\xc6\x76\x3b\x2c\xcb\x92\xb3\xa9\xb8\x2e\x85\
+\xa6\x8d\x8b\xc5\x22\xe9\x74\x9a\xa5\xa5\x25\xca\xe5\xb2\x23\x37\
+\x0c\x23\x07\xcc\x82\x9b\x6e\xfb\x87\xc2\xbe\x49\x2c\x2f\x2f\x0b\
+\xfb\x06\x61\x9a\xa6\xa8\x54\x2a\x4e\xaa\xd5\xaa\xb0\x05\x4e\xa6\
+\xa6\xa6\xd4\xb1\x73\x7d\x7c\x7c\xac\x18\x0e\x87\x8f\xca\xe6\xff\
+\x47\x7d\x1b\x6b\xa9\xe3\xda\xa7\x6c\x57\x28\x14\x50\xab\x78\xfd\
+\x7a\xd2\xbc\x76\xad\xef\x4c\x36\x9b\x9d\xc4\x4d\x4d\xac\xa9\x34\
+\x91\x4b\xb1\xfd\x44\x8e\x74\x72\xf2\x95\x39\x38\x78\xe3\x42\x3c\
+\xfe\x7e\xb4\xe9\x8e\xdd\x22\x37\xf6\x5a\x6c\xb9\xe0\xc5\x8b\xf1\
+\x52\x7f\x7f\xec\x74\x3c\xfe\x6e\x8c\x26\xe8\xac\x11\x7b\xa7\xe4\
+\xf3\xc6\xec\xa5\x4b\x97\x8f\xaf\x26\x5d\xff\x7f\x1e\xa4\x85\x10\
+\x29\xd6\xc0\x5f\xde\x98\x4d\x4f\xc1\x1f\x40\x71\x00\x00\x00\x00\
+\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x04\xdd\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\
+\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\x5a\x49\x44\
+\x41\x54\x78\xda\xb5\x94\xcb\x6b\x5c\x55\x1c\xc7\xbf\xbf\xfb\x98\
+\xb9\x77\x26\x93\xcc\x4c\x26\x93\x47\x9b\xce\xe4\xd9\xbc\xda\xd4\
+\x04\x5a\x68\x45\x2b\x56\xea\x42\xb2\x50\xd1\x85\xe8\xce\x8d\xba\
+\xf0\x5f\x10\x54\x70\x21\x8a\xaf\xba\x70\xe1\xa6\x50\x95\x28\x52\
+\x10\x8a\xad\x96\x52\x45\xac\xb5\xa9\x36\x98\x26\x69\x68\x9a\x99\
+\xa6\xc9\xcc\x24\x99\xcc\xeb\xde\xb9\xf7\x9c\xe3\xb9\xc3\x90\xd0\
+\x36\x14\xba\xe8\xe7\xf0\xe5\x70\x0f\x9c\xcf\xf9\x71\x1e\x97\x84\
+\x10\xd8\x89\xf1\xcf\x07\x1a\x01\x1c\x95\x19\xf3\x3e\xeb\xf1\x98\
+\x92\xb9\x52\xef\xcf\x5d\x7e\x73\x66\xed\x9e\x79\x8a\x1c\xe3\x9e\
+\x78\x27\xe9\xf3\xa4\xd0\x89\xe6\xce\xe6\x78\x38\xdc\x84\x81\xd8\
+\x30\xba\xc2\x49\x84\xb4\x10\xd6\xca\xeb\x98\xce\x5c\xc5\xcd\xcc\
+\x02\xd2\x8b\x77\x72\xdc\x15\x6f\x49\xd1\x29\x39\xa7\x0d\xc0\xc9\
+\x7a\x21\xef\xd5\xc5\x5b\xc2\x18\x80\x4f\x03\x61\xf3\xe5\xfd\x07\
+\x1e\xa3\xdd\xa1\x18\x22\x7a\x00\xa6\xae\xa1\x22\x8a\xf0\x30\xa9\
+\x01\x2e\x53\x91\x75\xf2\x58\x2e\xad\x61\x7a\xea\x8a\x58\xcb\x16\
+\x26\x01\x0c\x27\x7b\x77\x0d\x4e\x0c\xbe\x84\x4f\x4e\x7f\x54\xaa\
+\x8b\xb7\xa4\x97\xdb\xfb\x3b\xf6\x0c\x76\x0d\x21\xea\xf3\xc1\x85\
+\x8d\x07\xa1\x93\x81\xaa\xeb\xc3\x6c\xfa\x1a\x88\x08\x9d\x6d\x09\
+\x94\x58\x19\x17\x7f\xfe\x4d\x68\xd8\xe6\x44\x6b\x77\xc7\x9e\xbe\
+\x44\x1f\x5c\xb6\x89\x3b\x15\x7e\x97\x44\x23\x1f\x38\x18\xb8\x60\
+\x40\x1d\x42\x1e\x0a\x54\xec\x69\x4b\xca\x71\x81\xb2\xbb\x01\xb7\
+\xae\xd4\xea\xd5\xbe\xa2\x9b\xbe\x17\x7a\x12\x5d\xc8\x55\x56\x20\
+\x64\xf3\x50\x48\x41\xda\xca\x60\xb1\x7c\x1b\xa9\xca\x32\x1c\xe1\
+\x20\xa2\x37\x61\x97\x19\xc7\x48\xb0\x07\xa6\xe6\x07\x04\x50\x40\
+\xd1\xeb\x6a\xf3\x74\xbd\x11\x1e\x34\xf6\xd9\xde\x18\x80\xd9\x91\
+\xb1\xb1\x48\xd9\xd8\x44\xc5\x29\xc3\xc3\x05\xc7\xd5\xc2\x0c\x6c\
+\x56\x41\xd2\xec\x46\xdc\x17\x83\x06\x1d\x39\x37\x83\x8c\x9d\x02\
+\x98\x8b\xbe\x50\x2f\x62\xbe\x68\x4d\xce\x20\xc0\x65\xc2\x66\x0c\
+\x97\x7e\xbd\x54\xab\xfb\x98\x3f\x14\x08\x3b\x46\x55\x1e\xc6\x2a\
+\x3c\x48\x51\x30\x53\x9c\x13\xad\x46\x0c\xfb\xb4\x23\xb4\x38\x7b\
+\x43\x64\xed\x94\xe5\x09\xfc\x86\xdf\x78\x7c\xe8\x09\x5a\x12\xff\
+\xe1\x4e\xf9\x16\x74\x28\x30\x14\x13\x4c\x08\x19\xa9\x36\x39\x3c\
+\x14\x99\xb1\x50\x63\x13\x65\xec\x0c\x36\xdd\x12\x97\x71\x96\xca\
+\xb7\x2d\x8d\xc8\x1a\xc1\x00\xcd\x5e\x9b\x5e\xb3\x2d\xeb\x55\x21\
+\x44\x58\x40\x0c\x5a\x96\x95\x2d\x6e\xe6\xe5\xe1\x86\x11\x56\x0d\
+\x38\xac\x08\x97\x39\xb2\xb7\x51\xe5\xb6\x94\xbb\x5b\xe2\xf1\x78\
+\x34\x8a\xc5\x62\xba\x54\x60\xa5\x65\x99\xf9\x95\x6a\x66\x6a\x48\
+\xeb\x77\x6f\xce\x2d\x08\x00\x6f\xc8\x7b\x7a\x52\xa6\x0a\xe0\xab\
+\xd6\xce\x78\xac\xa9\x5d\x80\x5b\x05\xb4\xf8\x5a\x11\xa4\x06\x08\
+\xee\xa0\xc2\x0a\xc8\x39\x2b\x70\xb8\xbd\x75\x78\x63\x42\x65\xd8\
+\x60\xf9\x1b\x82\xb0\x2e\x04\x8a\x36\xb7\x4b\x86\xeb\x3b\xb8\x61\
+\x3b\x9e\xec\x7b\x6c\xb3\xff\xc0\xde\x6e\xca\x39\x39\xc4\xc3\x09\
+\x80\x08\x02\x54\xbb\x29\xcd\x68\x01\x40\x28\xad\xba\x90\xcc\x7b\
+\x62\x6e\x57\x2d\xe4\xdd\xcd\x34\x27\x91\x83\xa8\xbd\x04\xe9\x76\
+\x20\xa1\x5a\xb6\x79\xe7\xcc\xd9\x3f\xde\x07\xd0\x08\x09\x11\x61\
+\x87\x97\x3b\x4d\x02\xaf\x7b\xe2\xbf\xdd\x62\xf5\x58\x90\xfb\xd9\
+\xba\x56\x48\x01\x28\x83\x50\xb6\x5d\x2b\xa5\x6a\x6a\x27\x73\xd8\
+\x6b\xde\x16\x40\x22\xb7\xe3\x0b\x00\x5e\xf0\xe2\x2f\xcf\x50\xcb\
+\xee\xa0\xb6\x5a\xd9\x60\x41\x35\x28\x02\x30\xf0\xe5\xc8\xa4\x40\
+\x1d\x4f\xfc\x57\x76\x23\xff\x74\x5f\x73\x7b\xe0\x4f\x51\x58\x06\
+\x60\x79\xf2\x2c\x72\x93\xb1\xc6\x96\xb7\xf3\xb9\xc2\xc7\xf2\x9e\
+\x43\xf2\x8d\x14\x17\x50\x27\xd9\xd1\xe8\x3f\xb5\x74\x4e\x14\x1c\
+\x8b\xe5\x9f\xb5\xee\x2b\xbb\x56\x71\xa5\x62\xa3\xa9\xda\x90\x84\
+\x8e\x55\x4f\xec\x27\xd5\xba\x65\xac\x9c\x8e\x5a\xa1\x48\x83\xe1\
+\x1f\xb6\x8b\x95\xe7\x88\x89\x43\x87\x3f\xec\xfd\xb6\x7d\x34\x71\
+\x36\xd9\xd6\x46\xd7\xab\x0b\x4c\x13\xa4\x06\x54\x1f\x45\xce\x98\
+\xb4\x7e\xbc\x22\xee\x15\x9f\x45\xd5\xbd\xae\x94\xcc\xc0\x90\xaf\
+\xb3\x6f\x36\x98\x3e\xef\x57\x74\xdb\x54\xf4\xea\xad\x58\xfa\x83\
+\x24\x8f\x45\xfd\x16\x45\x54\x50\x95\x18\x5f\x65\x4d\x5c\x99\xb7\
+\xff\xe5\xa9\x62\xd6\x95\x52\xa6\x70\x17\x3b\x51\xfb\x09\xc9\x4a\
+\x46\x49\xa1\x89\x78\x47\x84\x2e\xf8\xaf\xfd\xa4\x06\x94\x82\x9c\
+\xe4\x04\xa4\x5c\x2e\x50\x32\x14\xcd\xd2\x15\xd5\x55\x89\x38\x00\
+\x7e\xee\xf0\xfc\x5d\xd5\x0d\x9c\x6f\xa5\x99\xa3\x2b\xe2\x3e\xb1\
+\xc7\x53\xef\x26\x22\x81\x7d\x89\x60\xcf\x48\x88\x7e\x58\xb8\xc8\
+\xa4\xd8\xad\xcb\x6d\x53\xd5\x1d\xbf\xa2\x71\x8d\x14\xfe\xe3\xa1\
+\x69\x81\x07\x70\x9f\xd8\x83\x64\x9b\xb8\x70\x3c\x18\x49\xa4\xd4\
+\x95\x0c\xf8\x5a\x79\x93\x05\xe5\x02\x41\x55\x67\x86\xa2\x8b\xef\
+\x0e\xfe\x23\x20\x79\x48\xf1\x36\x4f\xfe\x7e\x84\xc6\x5b\x3b\xb5\
+\xb9\xf5\x34\xef\x0f\x9b\x22\x57\x5a\x17\x5f\x8f\x5e\x12\x90\x3c\
+\x94\xf8\x51\xa0\xe0\x11\xf1\x3f\xf4\x83\x23\xfb\x5b\x4a\x4d\x47\
+\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x02\x03\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x16\x08\x03\x00\x00\x00\xf3\x6a\x9c\x09\
+\x00\x00\x00\x03\x73\x42\x49\x54\x08\x08\x08\xdb\xe1\x4f\xe0\x00\
+\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\x01\
+\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\
+\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\
+\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x93\x50\x4c\x54\
+\x45\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x04\x04\x03\
+\x11\x11\x11\x16\x16\x16\x25\x25\x24\x00\x00\x00\x00\x00\x00\x26\
+\x26\x26\x28\x28\x28\x00\x00\x00\x13\x13\x13\xb9\xb9\xb8\xbc\xbc\
+\xbb\xc2\xc3\xc2\xc4\xc4\xc3\xc5\xc6\xc4\xae\xae\xae\xaf\xaf\xaf\
+\xb0\xb0\xb0\xb1\xb1\xb1\xb2\xb2\xb2\xd2\xd2\xd2\xd3\xd3\xd3\xd7\
+\xd7\xd7\xd8\xd8\xd8\xdd\xde\xde\xe5\xe6\xe6\xe7\xe7\xe7\xe9\xe9\
+\xe9\xef\xef\xef\xf4\xf4\xf4\xf5\xf5\xf5\xf6\xf6\xf6\xf6\xf7\xf7\
+\xf7\xf7\xf7\xf7\xf8\xf8\xf8\xf8\xf8\xf8\xf9\xf9\xf9\xf9\xf9\xf9\
+\xfa\xfa\xfa\xfa\xfa\xfb\xfb\xfb\xfc\xfc\xfc\xfd\xfd\xfd\xfe\xfe\
+\xfe\xff\xff\xff\x57\x14\x14\x76\x00\x00\x00\x13\x74\x52\x4e\x53\
+\x00\x13\x18\x24\x27\x30\x31\x37\x4c\x4d\x65\x65\x83\x93\xf2\xf5\
+\xf9\xfa\xfb\x76\x57\x39\x25\x00\x00\x00\xc3\x49\x44\x41\x54\x78\
+\xda\x5d\x8e\x41\xb2\x02\x21\x0c\x44\x3b\xad\x0b\xe7\x02\xba\xf5\
+\xfe\x57\xb2\xdc\x7c\xdd\xba\xb2\x14\x45\x49\x3e\xd3\x15\x4a\x1d\
+\x58\x84\x3c\x9a\x17\x0c\xb6\xc1\xf7\x7a\x04\x00\xac\xb1\xd9\xbf\
+\x09\x9a\x01\x36\xef\x43\x81\x30\xaa\x9b\xb1\x73\x06\x02\x06\x24\
+\x66\x74\x4a\x62\x8e\xff\x60\x96\x7b\xb6\x66\xab\x69\xf6\x0b\xaf\
+\xca\x76\xe1\xef\x18\xe4\xd2\x2f\x89\x2f\xfd\xc2\x46\xf9\xd9\xab\
+\xc9\x2f\xac\x44\xf7\x73\xf1\x13\x8d\x21\x55\xd5\x8d\x34\xe4\xb7\
+\xe4\x99\x16\x60\xd2\xbc\xe0\x38\x88\x6a\x5c\x28\x9d\x6c\xa4\xdd\
+\x2b\x85\x87\x50\xb4\x95\x16\x1e\xfa\x37\x3e\xce\x76\x09\xf0\xf6\
+\xea\xf8\x79\x04\x68\xa1\xb8\x97\xd8\xc5\xa9\xb4\x8e\xfd\x06\x4c\
+\x82\x30\x6f\x16\xe7\x7b\xcd\x91\xc3\xef\xd5\xf9\x57\x9e\x18\x78\
+\xc8\xe9\xd7\xf2\x52\x2f\xca\x29\x1f\x45\x7d\xab\xfe\x03\x9f\x0f\
+\x4a\x81\xbc\x9d\xe1\x83\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\
+\x60\x82\
+\x00\x00\x04\xc4\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\
+\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\x41\x49\x44\
+\x41\x54\x78\xda\xb5\x91\x49\x68\x5d\x55\x18\x80\xbf\x73\xef\x79\
+\xf7\x8d\x99\x13\x33\x75\xb0\xda\x96\x0e\x0e\x6d\x6d\xb5\x88\xa5\
+\x48\x15\x2d\x82\x42\x5b\xc4\x19\x5c\x16\x14\x17\xba\x52\x17\x2e\
+\xc4\x85\x8b\xa2\xa0\xe0\xc6\x85\x8b\x8a\xab\x2e\xd4\x56\x70\x2c\
+\x68\x95\xaa\xad\x6d\x42\x8b\xa6\x43\x92\xb6\xaf\xc9\xcb\xf4\xf2\
+\x5e\xde\x70\xc7\xf3\x7b\x93\x4e\xc1\x54\xa9\x82\x1f\x7c\x70\xb9\
+\xdc\xff\x3b\x3f\xe7\x2a\x11\xe1\xbb\x77\x95\x75\xff\x4b\x62\x98\
+\x47\xfc\xae\x15\xd8\x06\xac\xbf\xec\x3a\x2e\x71\x64\x9e\x07\xe3\
+\xb9\x32\xd7\x41\x7d\xfb\x0e\xaf\x00\xaf\x03\x47\x81\xa7\xe2\x0f\
+\x47\xe3\xe8\x13\xca\x52\xef\xb7\x2d\x4a\xb7\x36\xb6\x68\x9a\x5a\
+\x96\x90\xca\x2e\x05\x65\xe1\xbb\x23\x54\xa6\x2e\x52\x1c\x9b\x62\
+\xfc\xa2\x37\x26\x46\x76\xc7\x33\xfb\xae\x17\xae\x6e\x7c\xe4\x85\
+\x4c\xfe\xd4\x47\x8c\x0c\xcc\xfc\x0e\x9c\x68\x68\x4b\xed\x5c\x71\
+\x67\x2f\x4e\x6e\x0b\x76\xae\x13\x2b\x25\x20\x25\xe6\x50\x4d\x44\
+\xf5\x00\x53\x9d\xc2\x9f\x3e\xc8\xc0\xf1\x3c\x95\x52\xf8\x09\xf0\
+\x62\x7c\xc0\xc4\xfc\xb0\x6c\x7a\x60\x33\x4a\xf7\x32\x3e\xfa\x35\
+\x22\x8a\xce\xee\xfb\xb0\x1a\x6f\x41\x29\x8f\x7f\x42\x8c\x43\x34\
+\x75\x9c\xc2\xf0\x61\xce\x9d\xf6\xce\x0b\x6c\xb8\x12\xd7\x00\x84\
+\x1e\x2a\xd3\x41\x5b\xfb\x76\x94\x9d\x81\x54\x0a\xe3\xf9\x20\xf3\
+\x22\xd8\x28\x25\x20\x86\x6b\xf8\xa8\xec\x1a\x3a\x96\xb4\x13\x06\
+\x9f\x2f\xce\x0f\xfb\x1f\x00\xbb\xae\x86\x23\x89\xe2\x50\x04\xba\
+\x11\x51\x5c\x7a\x56\x60\x7c\x97\xea\xe0\x49\x82\xf1\x11\x82\xc9\
+\x02\x96\x6d\x93\x68\xe9\x22\xd5\xb3\x82\xf4\xa2\x65\x80\x61\x0e\
+\xbb\x8d\xae\xc5\x6b\x98\x28\xf4\xef\x8c\xff\xcf\xd3\xf1\xd6\x7b\
+\xe7\xae\x62\xc3\x96\xb5\x18\x7d\x37\x58\x0a\xd4\xac\xe0\xcf\x8c\
+\x52\x1e\x3a\x1c\xc7\xeb\xe4\x9a\x43\x9c\xb4\xc1\x42\xf0\x4b\x86\
+\xea\x39\x43\xa2\x71\x29\x0d\x6b\xee\xc5\x4a\x24\x00\x10\x0c\xf5\
+\x99\xfd\xfc\xd1\x57\x9c\x06\x56\x68\x00\x23\x11\x51\x18\x82\xad\
+\x62\x21\x72\x8b\x94\x0a\x87\xd0\xd9\x88\x6c\x8f\x61\x68\xc0\xe0\
+\x57\x43\x57\x84\xf8\x00\x3b\xb5\xe8\x36\x1b\x86\xce\x49\xb9\xdf\
+\x57\x0d\xab\xb7\x82\x12\x00\x1c\xb5\x9a\x54\xee\x70\xb3\x5b\x89\
+\xb6\x59\x00\xc4\xd1\x30\x70\x89\x22\x17\x63\x3c\x3c\x3f\x8f\x95\
+\x23\x0e\x1b\xaa\x55\x85\x57\x09\x26\x44\x64\x15\x48\x93\x5f\x0f\
+\x9f\x39\x7b\x32\x28\xb2\xc4\x52\x61\x75\xc4\xaf\x0d\xf7\x87\x51\
+\xbd\x2e\xb1\x98\x20\x43\x2a\x03\xc0\x46\x0b\x20\x74\x0b\xd4\x0a\
+\xfd\xf8\x33\x17\x89\xc2\x1a\x4e\x63\x2f\xb9\x9e\x8d\x58\x5d\x5d\
+\x64\x9a\x85\x8e\x5e\xa7\x1d\xf8\x30\xbe\x3b\x3f\x76\x2f\xb0\xfb\
+\xc2\xa0\xa0\xbb\x55\xe8\x8d\x9d\x19\x88\x6a\xd5\xf3\xb1\xc5\xb0\
+\x12\x4d\xe5\xb2\x1a\xe0\x2e\x0d\x9c\x2e\xd6\x82\xe5\x4d\xb9\x41\
+\x90\x21\xa4\xac\x50\x4e\x16\x65\x43\xd2\x32\xa0\xe1\xa6\x1e\x18\
+\xcf\x73\x07\xd7\xd8\xe7\x7b\xc6\x8f\xb4\x4a\x4b\xe8\x9e\x0d\x2b\
+\xc5\x06\x65\xeb\x9a\x88\x69\x4d\x64\x9d\x7b\xc0\xdb\xa0\xcb\x55\
+\x1e\xaf\xf5\xb9\x6f\xd9\x36\xeb\xb4\x4d\xa3\x6d\x91\x81\x3a\x4a\
+\x81\x08\x57\x28\x03\x6f\x70\x0d\x35\x6b\x18\x29\x14\x92\xf7\x27\
+\xcf\xd4\x94\xb2\xb2\x91\x09\xeb\xd2\xeb\x01\x18\xfd\xd8\xab\xf2\
+\x1b\xb0\x9d\xcb\x14\xbe\xb0\x55\x58\x41\xd9\xb9\x94\x3d\x12\x24\
+\xc2\xf5\x8f\x4e\x0b\x0b\x79\x4e\x6b\x95\x08\xea\x56\x3e\x89\xe9\
+\x37\x6e\x29\x0d\x64\x7d\xa5\x3a\x7c\xd7\x06\x38\xaa\xf9\x0b\x9d\
+\xdb\x23\x39\xb5\x47\x2b\x71\x8c\xd5\xbc\x52\x27\x01\x97\xcb\x1c\
+\x78\x5b\x65\xb5\xcd\x8e\xd8\x3d\x99\x9c\x45\x58\xd1\x1f\x27\xb5\
+\x4c\x10\x46\x69\xa0\x62\x32\xba\xc1\xad\x1b\x80\x5f\x17\x84\x2f\
+\x45\x13\x4a\x12\x5a\xa2\x49\xcb\x0c\xff\xd0\x66\x4d\x17\x23\x73\
+\xec\xa7\xd2\xc3\x71\x70\x97\xd6\x34\x37\x36\xd9\xc7\x66\xca\x4e\
+\x7f\xb7\x63\x7f\x26\x42\x4a\x41\x2a\x8e\x27\x43\x47\x2d\x0b\xfd\
+\x08\xe0\xc8\x82\xb0\x24\x12\xb3\x1a\x71\xb4\x59\xfe\xe4\x98\x0c\
+\xec\x5b\xaa\x5a\x5b\x4a\x76\xd5\x57\xe9\xa4\xc3\xa1\xa4\x6d\x19\
+\xdf\x4b\x9d\xbd\xb9\x27\x3b\x22\x61\x90\x01\x55\x47\x70\x26\xc4\
+\xda\x1a\x44\x12\x55\x2a\xfc\x6c\xdb\x7c\xb9\x20\x8c\xe3\xc4\x61\
+\x9b\x55\xcf\x4f\x09\xc0\xca\x1d\xc3\x72\xe2\xd3\x5b\x0d\x3a\xf8\
+\xa6\xea\x45\x4d\x9b\x37\xf7\x8e\xcd\x6e\x27\x41\x98\x41\x11\x21\
+\xa4\xca\xb5\x90\xa2\xa5\xdb\x8b\xf9\xfa\x7e\x11\xf6\x3e\xfb\xa6\
+\x94\x94\x88\x70\x23\xf4\x7f\xb5\xd6\x02\x94\x32\x46\x11\x84\x5a\
+\x05\x41\x52\x79\x81\xe3\x55\xdc\xf4\x78\x9d\xc5\xe3\xc5\x52\xd3\
+\xe8\x58\x94\x7f\xf9\x3d\x39\x0e\xa0\xb9\x41\x6e\x7f\xf0\x84\xe9\
+\xfb\x7e\xbd\x22\x8c\x40\x81\x12\xc1\x49\xd8\xa6\xb3\xb7\x18\x74\
+\xbb\xf4\x75\xfd\x18\xcd\xbc\x56\xe6\x2a\x73\x1b\xff\x5b\x06\x7f\
+\xd9\xa4\x74\xed\x82\xd5\xdc\x64\x6c\xaf\x30\x19\xb4\x3f\x14\x2e\
+\x8c\x88\xc8\x7f\xf6\xd4\x81\xbf\x9f\x9f\xdb\xf8\xff\xe0\x4f\x1f\
+\xb3\x6d\x47\x47\x0d\x79\x10\x00\x00\x00\x00\x49\x45\x4e\x44\xae\
+\x42\x60\x82\
+\x00\x00\x04\xd1\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\
+\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\x4e\x49\x44\
+\x41\x54\x78\xda\xb5\x94\x6d\x6c\x14\x45\x18\xc7\x7f\x7b\xaf\xa5\
+\xd2\x2a\x0d\xa8\xf4\x8d\x96\x4a\x5b\x04\x6c\x0a\xa9\xad\x62\xad\
+\x40\x4c\x4b\x82\x2f\x88\x91\x0f\x5a\x93\x2a\xd8\x8a\x5a\xac\x96\
+\x62\xf1\x05\x25\x11\x21\x20\x2f\x91\xd4\x40\x42\x50\xa3\x09\x31\
+\x41\x48\x20\x9a\x16\x0c\x55\xb1\x46\x50\xd0\x04\x84\xa4\x2d\x0d\
+\xb4\x5c\x4b\x4b\x7a\xd7\x1e\x77\xdb\xbb\xd9\xbb\x75\xe7\x36\xd9\
+\xde\x59\xf9\xe0\x07\xff\x97\xe7\x66\x36\x33\xf3\x9b\xff\x3e\xb3\
+\xcf\x38\x74\x5d\xe7\xff\x90\x03\x60\x69\x65\x55\x4f\x20\x10\xc8\
+\xb1\xd9\x6d\xac\x7d\x73\x3d\x4e\xa3\x25\x7e\x43\x9b\x02\x28\x28\
+\x4a\xec\x1f\x20\xd6\x37\x5b\x85\x90\xd0\xd8\xb9\x6d\x0b\xd1\x48\
+\x94\xbc\xbc\xbc\xbe\x03\x9f\x7f\x96\x15\x03\x07\xd5\x60\x4e\x43\
+\x43\x03\x5d\xdd\xdd\x94\x3c\x58\xce\xed\xc9\x49\x98\x58\x24\xc6\
+\x02\x59\x70\x13\x68\x84\xd9\x8e\x04\x54\xba\x2e\x5e\x20\x12\x89\
+\xd0\xda\xd6\x9a\x69\x39\x8e\x46\xa3\xec\xd8\xb9\x83\x82\xfc\x02\
+\x84\xa6\x19\x06\x15\x0b\x6c\xc1\x4d\x20\x51\xa1\xe2\x59\xd7\x48\
+\x68\xe8\x06\x19\xcd\xcd\xa4\x14\xcf\x47\x68\x51\x3a\x3b\x3b\x25\
+\xd8\x60\xe9\x58\x60\x99\x67\xcd\x00\xca\x0d\x24\xd4\xe9\xb4\xd1\
+\x7a\xa6\x8b\x09\xd2\x75\x72\x7d\x6b\xd1\xb3\xdd\x4c\xea\xe8\xe1\
+\x68\x45\x05\x0f\x1f\x3e\x82\x63\x7e\xa9\x5c\x1b\x0b\x5d\x8f\x92\
+\xe0\xb8\xb0\xa0\x30\xb6\x81\x62\x33\xc0\x76\x85\x65\x65\xb3\xfe\
+\xc9\xe4\x62\x7b\x23\x79\x69\x1e\x9e\x3a\x21\x28\x0b\x0a\x1e\x12\
+\x82\x1f\x57\xaf\xa6\xe2\xf4\x1f\xd2\xad\x0c\x99\xe7\x44\xc7\x12\
+\x2e\xf3\x15\x31\x06\xd4\xb0\xc6\xf7\x67\x7b\x88\x57\xb0\xe7\x2b\
+\x9e\xce\x6f\xe3\xd9\x4d\x1a\xbf\x5f\x18\x26\x3c\xd3\x80\x3f\x9e\
+\x8a\xed\xf2\x5c\x44\x24\x2a\xa1\xa6\x6b\x5d\x4f\x70\x2c\x07\x4c\
+\xb0\xd1\x57\x43\x1a\x0b\xe7\x64\x59\xd0\xfe\xce\xef\x8c\xfc\x7f\
+\xc3\xba\x16\xf8\xe5\xcf\x20\xd3\x52\x03\x6c\xab\x85\xd0\x6d\x8f\
+\x30\x58\x5a\x43\x24\x0e\xac\x47\x6f\xe1\x58\x8b\xe8\x8c\x85\x05\
+\x67\x3b\x07\x90\x12\xbe\x0b\x54\xa5\x6d\x63\xcf\x61\xc1\xb1\x53\
+\x86\xa3\xd0\x10\x2d\x6f\x39\xf0\x2b\xb9\x1c\x39\x5f\xce\x13\x55\
+\xb9\xf2\xc0\x24\xd8\xe4\xe8\xf1\x60\xf9\x0a\xc6\x00\x60\x39\x9e\
+\x9d\x3d\x95\x31\x7f\x1f\x33\x1c\xfb\x69\x3f\xed\xe5\xd3\xc3\x3a\
+\x23\xde\xeb\x1c\xd8\xe0\x26\x75\x4a\x1a\x87\x2e\x3d\xc9\xfd\xc5\
+\xf7\x71\x67\x7a\x56\x2c\x15\x51\x13\x9c\xe8\x58\xe6\x45\x02\xa5\
+\x84\x88\x20\xbb\x91\xf0\x28\x33\x82\xbb\xe8\xec\xea\xa2\x79\xaf\
+\x9d\x11\xdf\x10\x5b\xea\x6c\xe4\x66\xba\xd8\xd7\xb1\x84\xbb\x73\
+\xa6\x33\xeb\xde\xa2\xd8\x79\xe8\x80\x26\x8d\x99\xac\x78\xc7\x66\
+\x2a\xa4\x36\x35\xae\x41\x21\xca\xc6\xd5\x49\x5c\xf3\xff\xc4\xaa\
+\x2d\x93\xf1\xfa\x82\xac\xaa\xf2\x52\x3e\xcf\x45\xdd\xce\x14\x06\
+\x46\x7e\x26\x6f\xe6\x00\xbf\x9e\x6c\x25\x41\x26\x2b\xde\xb1\x95\
+\x8a\x98\xd6\x2c\x0f\x90\x73\xcf\x42\x56\xd4\x5e\xe2\xa6\xaa\xb2\
+\x64\xde\x00\x75\xcb\x5d\xd4\x7f\x32\x99\x6e\x8f\x8d\xc2\xfc\x4c\
+\x14\x30\xd7\x24\xca\x32\x38\xc1\xf1\x22\x03\x52\xb1\xb8\x9a\x95\
+\xb5\xfb\xb8\xe2\x11\xcc\x9a\xd6\xcb\xe6\x5a\x07\xef\x1d\x48\xa2\
+\xe3\x3c\x06\x34\x1b\xa7\xd3\x69\xce\x9f\xa8\x89\x05\x22\x2b\x2f\
+\x3b\xad\x9f\xfa\x97\x9f\xa1\x6e\xfd\x7e\xfe\xea\x11\x4c\x4b\xbe\
+\x4e\x4b\xa3\x8d\x2f\x4f\xde\xc1\xe9\xcb\x53\x69\xde\xf0\x02\x95\
+\x95\x95\x96\xb3\xda\x97\x6a\xf1\xfb\x47\xcd\xb5\x99\x59\x48\x45\
+\xe2\x0b\x44\x7e\x2a\x53\x92\x06\xd9\xf3\x6e\x31\x4d\x1f\x7c\xc1\
+\x0f\x67\x75\x52\x5c\xa3\xec\x6d\x0c\x73\xfc\x8c\x83\x5d\x5f\xc3\
+\xd2\xa5\x25\x94\x94\x94\x30\x3c\x3c\x6c\x5d\x01\x19\xe9\xe9\x0c\
+\x0e\x3a\xf0\x79\xbd\x08\x21\x30\x59\xda\x38\xd8\xae\xe8\xbc\xf3\
+\xa2\x9b\xed\x2d\xc7\x38\x7a\x2a\x8d\x64\x97\xc6\xee\x57\x7c\xf4\
+\x0e\x39\x79\xf5\x63\x95\xb2\x07\x16\x50\x5d\x5d\x2d\x17\xcb\x90\
+\xd0\x58\x44\x24\x4c\xd7\x91\x3f\x4d\x08\xec\x76\xbb\x34\x39\x0e\
+\x5e\xbc\x70\x0e\xee\xbc\xd7\xf8\xf6\xdc\x3a\x1c\x76\x1f\x1b\x9f\
+\xeb\x27\x39\xd9\xcd\xb2\xa6\x00\x49\x93\x26\x53\x5f\x5f\x8f\xaa\
+\xaa\x09\x50\x19\x21\x21\xac\x1b\x4d\xde\x8a\xe9\x19\x19\x5c\xed\
+\xeb\x1d\x07\x3f\xba\xa8\x14\xa1\xf6\xf1\x51\x53\x39\xed\xc7\x0f\
+\x52\xbe\x60\x0a\x2b\xde\x4e\x36\x26\x4e\xc7\xed\x76\xc7\x2a\x72\
+\x74\xd4\xcc\x65\x7c\xa8\x63\x2a\xa1\xd0\x98\xf9\x2c\x04\x7e\x63\
+\x8e\xe5\x78\xd3\x1b\x2b\x53\xe7\x16\xcd\xd5\x47\x07\xcf\x29\xea\
+\xf0\x79\x72\x66\x14\x71\xe2\xda\x22\xea\x5e\xcf\x22\x2c\xc2\xf2\
+\x90\xfe\x15\x2a\xdd\x07\x6f\x06\x18\x53\xc7\x10\xe1\x30\xc2\xe5\
+\xc2\xe3\xf1\x8c\x83\x35\x1c\x1f\xbe\xbf\xfd\xa0\x52\xf3\x58\x46\
+\xff\xa1\xb6\xab\x77\x5d\xf1\xf8\x6d\xcf\xd7\xcc\xc7\xe5\x52\xad\
+\xfa\x37\xe0\x56\xc4\xeb\x9a\x01\x0a\x87\x43\x00\x32\x55\x26\xd0\
+\xe9\x08\xc4\xda\x11\xef\x8d\xbe\xd2\xd9\x29\x25\x0d\x9b\xdb\x7e\
+\x6b\xd8\xcc\x7f\xd2\xd6\xad\x5b\xb9\x95\xfe\x06\x57\x6a\xa9\xaf\
+\x9a\x2c\x10\x30\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+\
+\x00\x00\x03\x70\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\
+\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\xed\x49\x44\
+\x41\x54\x78\xda\xb5\x95\x3d\x48\x5b\x51\x18\x86\xdf\x9b\x7b\xf3\
+\xe7\x4f\x89\x15\x21\xd1\x41\x6b\x25\x85\x06\xd3\xa9\x43\x70\xa8\
+\x89\x50\x3b\x77\xeb\xda\xc5\xcd\xcd\xc5\xad\x14\x04\xe9\xe6\xe8\
+\x22\x88\xd0\xc1\xdd\x59\x1c\x2b\x1d\x1a\x74\x68\x35\x6d\x21\xd4\
+\x04\xff\x62\x34\xb9\x31\x3f\xe6\xf4\x7b\xaf\xde\x78\xbd\xe2\x1f\
+\xb4\x2f\x7c\x5c\x38\xf9\xce\x73\xbe\xf3\x7e\xe7\x9c\x68\x4a\x29\
+\xb8\xa5\x69\xda\x10\x80\x38\xee\xa7\xb4\x30\xb6\xe1\x16\xc1\xee\
+\x10\xbd\x55\xf7\xd4\x45\x2e\xdc\xe1\xc1\xff\xd1\xcd\xe0\x46\xa3\
+\xf1\x6f\xc1\xcb\xcb\xcb\xfa\xc8\xc8\xc8\xf3\x6a\xb5\x76\x27\x9c\
+\xbf\x33\x97\x73\xe0\x92\x01\x97\x6a\xb5\xda\xbb\x54\x2a\xf5\xb1\
+\x54\x2a\xe3\xec\xac\x09\xbf\xdf\x0b\x5d\x37\x24\x3c\x6c\x2a\xfd\
+\xe3\xb8\x44\x03\xd5\x6a\x1d\xcc\x95\x39\xbf\x01\x2c\xdd\x0a\x36\
+\x0c\x23\xb8\xb3\xb3\x83\x93\x93\x12\x2b\x92\x85\xfc\xf0\x7a\xbd\
+\x32\xae\xdb\x60\x19\x3f\x43\xbd\x5e\x17\x70\x15\xcc\x8d\xc5\x62\
+\xc1\x6b\x9c\xd9\xd9\xd9\x27\x00\x7e\x42\xd4\xde\xde\x6e\xc5\xfe\
+\xfe\x3e\x8e\x8e\x8a\x02\xad\x23\x10\xa8\x09\x98\x15\xeb\x8e\x8a\
+\x09\x6e\xe0\xf4\xb4\xca\x5c\x16\x30\xbf\xb8\xb8\x38\x7f\x7c\x7c\
+\x8c\x72\xb9\x4c\xd4\x20\x2b\x1e\x93\x10\x40\x00\x9d\x9d\x9d\x28\
+\x16\x8b\xd8\xdd\xdd\x45\xa1\x70\xc4\x8a\xc4\x0a\x3f\x7c\x3e\xcb\
+\x0e\x07\x98\x3b\x39\xaf\x98\xb9\x9c\xd3\xdb\xdb\x6b\x2f\x2a\x0b\
+\x9e\xa6\x08\x4e\x79\x3c\x9e\x56\xb5\xa5\x52\x09\xa1\x50\x08\x33\
+\x33\x1f\x98\x78\xe5\xac\x53\x84\x33\x6c\x49\x2e\xed\x43\x47\x47\
+\x07\x2b\xa7\x45\xec\xd3\x98\x91\x1a\x7b\x15\x1f\x7a\xfa\x0c\xb6\
+\xf6\xf6\xf6\xd0\xdf\xdf\x8f\x87\x28\x1a\x8d\xa2\xa7\xa7\x07\xb6\
+\xb6\x33\xdf\xe3\x46\xb0\xad\x4d\xb6\xea\x83\x2d\x6e\x4b\xfc\xc2\
+\x43\x34\x35\x35\x85\xbe\xbe\x3e\xd8\x12\x26\x9b\xed\x73\x82\xe9\
+\x91\xf8\x5b\x80\x2d\x36\x2d\x1c\x0e\x3b\xad\xa0\xaf\xdc\xb2\x73\
+\xce\x15\x06\x99\xda\xd6\xd6\xf6\x46\x3e\x9f\x8b\x35\x9b\x4d\x50\
+\xf2\xa5\x47\xce\x49\x6c\x06\x9c\x62\xa3\xb9\xa0\x2d\x42\xd9\x27\
+\x8a\xdf\x70\x38\xb2\x69\x68\x9a\xce\x73\x08\x5b\x84\x54\x2a\x15\
+\x38\x75\xc3\x0b\x78\xb9\xf5\x60\xd0\x5a\x6c\x6d\x6d\x0d\x89\x44\
+\x42\xee\x80\x09\x23\x9b\xfd\x23\x7e\x5c\x26\xcd\xcd\xcd\x61\x75\
+\x75\x15\xa6\x69\xba\x4e\xc4\x75\x28\xbf\x84\x26\x93\x49\x4c\x4e\
+\x4e\xb2\x28\x81\x9e\x20\x9b\xcd\x43\x5b\x58\xf8\xbc\x11\x8f\x47\
+\x59\x32\x2d\xb0\xfc\x1c\x1f\x7f\x23\xc7\xed\x13\xb7\xc8\x5b\x67\
+\x5f\x10\x06\x61\x12\x5c\x90\xa1\x30\x31\xf1\x1e\x2b\x2b\x2b\xc8\
+\xe7\xf3\x2d\x9f\xd3\xe9\x1f\x9b\xc6\xe1\x61\xc1\x1a\xa4\x78\xe0\
+\x23\x91\x08\x1f\x16\x74\x77\x3f\x96\xcb\x61\x35\x96\xe7\x94\xc1\
+\xf7\xc2\xf6\xb2\xd5\x8f\xd1\xd1\xa4\xb5\x58\x2e\x97\xb3\x2e\x13\
+\x45\xa6\xfb\x1f\x44\x2a\x9d\x51\x03\x03\x83\x6a\x78\xf8\x85\x76\
+\x0e\xf6\x5e\x40\x75\x42\x25\x68\x03\x43\x09\x58\x61\x7d\xfd\x8b\
+\x4a\xa7\xbf\x69\xd3\xd3\xd3\xda\xad\x8f\xd0\xc1\xc1\x01\x08\x0d\
+\x85\x1e\x09\xf4\x3a\xd8\x6d\x45\x57\x57\x97\xc6\x39\x77\xfe\x35\
+\x89\x5e\x67\x32\xbf\x8a\xf2\x08\x29\xd3\xac\x28\xf1\x5d\xc9\x91\
+\x53\x37\x49\x9a\x55\x04\x30\xee\xe6\xd0\x0a\x56\xa1\x03\xa0\x41\
+\x41\x89\x41\x89\x97\x12\x5e\x8e\xb9\x82\x06\x37\xd8\x0e\xf6\xda\
+\xf1\xfd\x2a\x91\x91\x30\x25\x2a\xcc\xf9\x0b\x3e\xfb\xf9\xce\xd4\
+\xa5\xbf\x61\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x04\xe3\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\
+\x01\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd7\x0c\
+\x1b\x16\x18\x36\xd4\x0d\x69\xaa\x00\x00\x00\x06\x62\x4b\x47\x44\
+\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x04\x70\x49\x44\
+\x41\x54\x78\xda\x85\xd5\x7b\x8c\x5c\x55\x1d\x07\xf0\xcf\xbd\x77\
+\x66\x76\x67\xf6\xbd\x2d\xf6\x45\xb7\x74\xb3\xd0\x16\x6b\xbb\x16\
+\x4b\xd2\xd8\x60\x44\x10\x6d\x68\x89\x62\xe2\x23\xc4\x40\xa8\x6c\
+\x02\xf8\x6a\x13\x83\x46\x91\xbf\x7c\xc5\x98\x10\xa3\x12\x43\x8c\
+\x7f\x00\x21\x95\xd0\x90\xc2\x1f\x90\x48\x42\xb4\x0d\xb5\x01\xb1\
+\x34\x74\xdd\xb5\x75\x2b\xdd\x87\xfb\x98\xd9\xee\xee\xec\xec\xcc\
+\xdc\xb9\xd7\x09\xe5\x2f\x1b\xca\x37\xf9\x9e\x93\xdf\xf9\xe3\x73\
+\xce\x7f\x27\xf0\x21\x79\x94\x96\x5e\xb6\x44\x6c\x44\x26\x65\x36\
+\xe6\xec\x21\x8a\xae\x92\x0f\x82\x83\x9f\xb1\x23\xe2\x3b\x59\x0e\
+\xe4\xe8\xcd\x46\x91\xb0\xd9\x7a\xad\xa6\x46\xad\xce\x89\x98\xdf\
+\xcd\xf0\xfc\x2f\x89\x3f\x14\x3e\x4c\x61\x0d\x3f\xcd\xf1\x60\x6f\
+\x77\x77\xa6\x7f\xdf\x3e\x6b\xf7\xee\xd5\xbe\x71\x23\x61\xa8\x36\
+\x3f\x6f\xe6\x8d\x37\x8c\x1d\x3b\x66\x72\x74\x54\x85\x13\x55\xee\
+\xfb\x21\x23\x1f\x08\x1f\xa6\x6b\x2d\x47\xdb\xf9\x74\xff\xee\xdd\
+\xb6\xdc\x7f\xbf\x96\xce\xce\x2b\x6e\x4f\x91\x24\x89\x8b\xaf\xbc\
+\xe2\x9d\x67\x9e\x51\x8a\xe3\xd9\x2a\xfb\xbf\xcf\xeb\x57\xc0\x9f\
+\x23\x7b\x2b\xcf\x75\x71\xa0\x7f\x70\xd0\xc0\x3d\x5f\x13\x46\x81\
+\x20\xa0\xb9\x4a\x13\xa4\x48\xdf\xdf\xd2\x14\xcc\x9d\x3e\xed\xcc\
+\x53\x4f\x99\x4b\xd3\xe9\x32\x7b\x7e\xc4\x79\x88\x00\xc1\xbd\x3c\
+\xd0\xc1\xa1\x0d\x5d\x5d\xfa\xef\x3e\xa0\x5e\xbf\xa4\x75\x60\xc0\
+\xd2\xc5\x11\x41\x7d\x89\x5a\x59\x52\x59\x12\x2f\x2d\x2a\xcf\xce\
+\xc9\xf6\x6d\xb2\x30\x36\xa6\xb5\x50\x90\x5d\x59\xb1\x3c\x35\xd5\
+\x56\x67\x7b\x99\xa7\xdf\x25\x8d\xe0\xcb\x74\x5e\xc7\x91\xd5\x74\
+\x6c\xbc\x69\xa7\xb8\x2b\xd5\x71\xcb\x67\x6c\xfa\xd2\xd7\x85\xbd\
+\xab\x8c\x1f\x7f\x51\x2e\x2c\x6b\xaa\x4a\x73\xd3\x72\x83\xbb\x5d\
+\x7f\x70\x48\x4b\x5f\x9f\x73\x2f\xbc\xa0\xa3\xa3\xc3\xca\xb9\x73\
+\x2a\x49\xb2\xb9\x8f\xbf\xbd\xca\x68\x88\xe0\x46\xf6\xe7\x59\xdf\
+\x1e\x04\xf2\xd7\x64\x2c\x2c\x4c\x2a\xf4\x6f\xa1\x39\xaf\xda\x71\
+\xb3\x8d\xf7\x7c\xdb\x85\xc9\x31\xe3\x53\xa3\x82\x8f\xed\xb2\xed\
+\xe0\x83\x82\x30\x54\xb8\x76\x83\xe5\xb4\xa1\x5e\x2a\xea\xec\xec\
+\xd4\x46\xd0\xc2\x41\x84\x11\xa2\x7d\x1c\xea\x66\x67\x57\x86\xb6\
+\xd5\xf3\xda\xba\x13\x6f\xff\xb9\xf9\x92\xeb\x77\xe9\x5c\xd7\xa7\
+\x63\xfd\x75\xc2\x6b\x36\x29\xd5\xd8\xf3\xad\xc7\x9a\x68\xa4\x72\
+\x69\xde\x8b\x43\x5f\xd1\x7e\xfe\x8c\x68\x7c\x4a\x7d\x7a\x4e\x8c\
+\x2a\xeb\x2a\x3c\x1e\x20\xf7\x38\x27\x56\x73\xd3\x9a\x76\x56\x0d\
+\x92\x5b\x1d\x68\x74\x64\xbd\x35\xdb\xee\x93\x8f\x1d\xd5\x7f\xf3\
+\x2d\x00\x60\xf9\x52\xc9\x9f\x0e\xee\xb7\x7e\xe2\x94\xee\x72\xac\
+\x3e\x93\xa8\xce\x32\x5f\x63\x9a\xf4\x5d\xb6\x85\x88\x72\xf4\x64\
+\x11\x65\x08\x22\xcd\xa6\x0a\xf9\x9a\xc1\xcd\x45\xcf\x7e\x73\xbf\
+\x89\x91\x61\x00\x69\x92\x78\xe2\xde\x2f\x5a\x55\x3e\x6e\xc3\xba\
+\x9a\x5c\x4f\x22\xdb\x43\x54\x20\x42\x96\x20\x4f\x6f\x88\x20\x43\
+\x35\x82\x84\x34\x26\x4d\x68\x24\x4c\xcc\xb2\xed\x8e\xaf\x5a\x3b\
+\x70\x03\x80\x20\x0c\x7d\xf6\xa1\xc3\x4a\x8d\xbc\xa4\x40\xa6\xf3\
+\x72\xa3\x3c\x21\xb2\x88\xa9\x85\x48\x30\x11\x20\x5e\xa1\x5e\xb9\
+\xdc\xb1\x8b\x84\x3b\x86\xdc\xf5\xe3\xdf\x08\x9b\x58\x75\xa9\x64\
+\x6a\xf8\x24\xd8\x7e\xdb\x9d\xf6\xfc\xe0\x88\xd1\x52\x5e\xa3\x85\
+\xb0\x40\x23\x06\x32\xd4\x47\x99\x0c\xd1\x28\x73\x2a\x45\xad\xce\
+\x72\x91\x89\x19\x5a\xf6\x0c\xb9\xed\x91\x26\x1a\x45\x6a\x4d\xf4\
+\xf8\x2f\x3e\xef\xcd\x5f\xdf\x6e\xe6\xec\x6b\x60\xe0\x53\x77\xda\
+\xf5\xc8\x11\x17\x97\x5b\xd5\xb0\xb2\x4c\x03\x09\xff\x7c\x9a\xd2\
+\x7b\xf0\x3f\x38\x16\x12\xc7\x29\x8b\xd3\xcd\x2e\xe5\x6c\xbf\xfb\
+\x1b\x82\xf7\xd1\x53\x3f\xd9\x67\x75\xe5\xa4\xad\xeb\x16\x8d\x3e\
+\x79\x40\x71\xf8\x32\x7e\xed\x27\x6e\x55\xe8\xdb\xee\xd2\x14\xd5\
+\x65\xa0\xcc\x51\xd4\x23\xa4\x6f\xb1\xb0\x8f\x9d\x6d\xdc\x10\xc7\
+\x04\x8d\x86\xf1\x13\x47\xf5\xee\xdc\xed\xcc\xaf\xee\x13\x4e\x9c\
+\x94\xcf\x22\xa6\x35\xa8\x9a\x7a\xfd\x79\x85\x0d\x1f\x37\xf2\x87\
+\xef\x5a\x3e\xf5\x17\x8b\x6f\x13\xc6\x04\x14\x9f\xe3\xe1\x61\x8a\
+\x01\x20\xf3\x05\x76\x3f\xc0\x4b\x0d\x7a\x2a\x01\xba\xc9\x7e\x84\
+\x7c\x0f\xad\x5d\x64\xdb\xc8\xb4\x12\x66\x49\x52\xe2\x2a\x95\x49\
+\xe6\xff\x4e\xb4\x48\x81\x74\x84\xc3\x0f\xf3\x5b\x54\x23\x40\x32\
+\x4c\xa9\x8f\xf1\xad\xdc\x11\x92\xa9\xad\x50\x2d\x13\xd7\xa8\xd7\
+\x2f\x43\xef\x9d\x2d\x52\xfe\x2f\xf3\x67\x59\x78\x87\xd6\x15\x3a\
+\x30\xcd\x1f\x87\xf8\x79\xc2\x32\x44\x00\x88\xff\xca\xf9\x35\xfc\
+\xfb\x46\xf6\xe6\x29\x24\x31\xf5\x25\x2a\x45\x96\x67\x28\x4f\x52\
+\xbe\xc0\xca\x7f\x88\xe6\xe9\x4a\xe8\xa6\xd1\x1c\x9f\x78\x88\x47\
+\x2b\x94\x90\xfe\x3f\x0c\xb5\xe3\xfc\xeb\x02\xaf\x7d\x94\xde\x75\
+\x6c\x2e\x90\xc9\x25\xe4\x62\x5a\xea\x14\x1a\x74\xa7\xf4\x92\xc6\
+\x9c\x7e\x99\xef\x1d\xe2\xf7\x55\x8a\x48\xae\xf6\x35\x05\xc8\x62\
+\xd5\x5e\xb6\xde\xc5\xed\x6b\xd8\xd1\xc2\xda\x80\x28\xa6\xb8\xc0\
+\xc8\x9b\xbc\xfa\x24\x27\x13\xa6\x51\x45\x0a\x57\x83\x01\x02\x64\
+\xd0\x8a\x02\x72\x80\x3a\x2a\x58\x41\x1d\x09\x57\xe6\x7f\x6b\xd8\
+\xcb\x5d\x58\xaf\x39\x5f\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\
+\x60\x82\
+\x00\x00\x04\x53\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\
+\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\xd0\x49\x44\
+\x41\x54\x78\xda\xad\x95\x5d\x68\x5b\x65\x18\xc7\xff\xe7\x9c\xf7\
+\xe4\xb3\xcd\xce\x1a\x36\x9a\x15\x4b\x97\x6d\x1d\xd8\x2d\x7a\x31\
+\xb1\x52\xfc\x20\x13\xc7\xf4\x4e\x44\x11\xbd\x90\x21\x4c\x61\x15\
+\xbc\x51\xac\x78\x21\x42\xa1\xe8\x55\x1d\x8a\xb7\xc5\xbb\xe2\x8d\
+\x4c\xf0\xb2\x4c\x45\xac\x1f\xb8\x52\x3f\xd6\xad\xdb\x58\xda\x34\
+\x4b\xf3\xd9\x9c\xe4\xe4\x7c\xbe\x3e\xe7\xad\x27\x76\xe9\xc2\x7a\
+\xe1\x1f\xfe\x09\x79\xd3\xfe\xf2\xe4\xff\x3c\xcf\x1b\x89\x73\x8e\
+\x6e\x49\x92\x74\x14\x40\x06\x7b\xd3\x12\x31\xae\xa3\x5b\x74\xb8\
+\xcb\xa4\xe7\xf9\x1e\x25\xfe\xf6\x1e\x0c\x19\xff\x93\x96\x5f\xd2\
+\xb4\xa5\x17\x06\xc6\xb1\xad\xde\x60\xc7\x71\xb0\x57\xfd\x76\x36\
+\x99\x52\xd3\xf6\x97\xb0\x94\xb5\x9e\xe0\xf9\xf9\x79\x65\x62\x62\
+\xe2\x41\xd3\xb4\xee\x07\x17\xef\x9f\x7d\x7c\xfc\xe1\xbe\x53\xed\
+\xcf\xe5\x18\x57\x32\x5f\x6f\x76\xc0\x0c\x5d\xb2\x2c\xeb\xe5\x6c\
+\x36\xfb\x91\xae\x37\xe1\xba\x1e\xc2\x61\x15\x8a\xc2\xc8\xb2\xdf\
+\x54\x91\x1f\x9d\x93\x1d\x98\x46\x1b\x6f\x3c\xc1\x3e\x08\x0d\x59\
+\xdc\xbc\x11\x7e\x15\xa4\x9e\x60\xc6\x58\x34\x9f\xcf\xa3\xd1\xd0\
+\x45\x45\x96\x15\x86\xaa\xaa\x74\xae\x04\x60\x3a\x77\x61\xdb\x36\
+\xf4\xc5\x2f\x90\x49\x2f\x82\x3b\xac\x65\xfc\x19\xfe\xf6\x2e\xce\
+\xcc\xcc\xcc\x61\x00\x37\x40\x8a\xc7\xe3\xc2\xa5\x52\x09\xb5\x5a\
+\x9d\xa0\x36\x22\x11\x8b\xc0\x7e\xc5\xca\x8e\x8a\x5d\x98\xb7\x7f\
+\x41\x78\x6b\x06\x2c\xee\xa2\xda\x18\x89\x2f\xbd\xf8\x7e\xf9\xfb\
+\x8b\x17\xd1\x6c\x36\x41\x4a\x33\x00\xa7\xc9\x04\x88\xa0\xbf\xbf\
+\x1f\xf5\x7a\x1d\xc5\x62\x11\xd5\x6a\x0d\xa6\x69\x52\x14\x61\x84\
+\x42\x22\x8e\xff\xc0\xcd\x1a\x12\x6b\xef\x22\x14\x69\x40\x92\x81\
+\x72\x6d\x08\x89\x44\xa2\xf3\xa1\xed\x76\x3b\xeb\x83\xb3\xb2\x2c\
+\x77\xaa\xd5\x75\x1d\x9a\xa6\x61\x7a\xfa\xc3\x60\xa6\x77\xce\x37\
+\x14\x09\x38\xf7\xe8\x4d\x9c\x79\x72\x1d\x32\x03\x64\x02\x97\xbc\
+\x0c\xfa\xfb\xfa\x44\x74\x14\x91\xdf\xa7\xd3\xd2\xe2\xcf\x3f\x2e\
+\x1f\x3d\x72\x7c\x2c\xc8\x66\x73\x73\x13\x2b\x2b\x2b\xe8\xa5\x44\
+\xe5\x3b\x8c\x26\x3f\x81\x1a\xf5\xc0\xd4\xed\xb9\xb2\xcd\x83\x80\
+\xb7\x1f\xae\x77\x00\x1e\x4f\xe1\x8e\x9e\xc9\xb1\x68\x2c\x46\x5f\
+\x35\x84\x40\x7e\x14\x73\x73\x73\xb8\x97\x0e\x28\x3a\x2e\x3c\xb7\
+\x00\x85\x79\x90\x15\x62\xaa\x10\x55\xb3\x70\x11\xae\x5d\x84\x63\
+\x5e\x85\x6d\x0c\x41\x1d\x3e\xdf\xa2\x66\x87\xee\x02\x53\x46\x94\
+\x6f\x15\x81\xfc\xa6\x0d\x0e\x0e\x42\xf6\x5c\x9c\x18\xb8\x4d\x79\
+\x6a\xb0\x3c\x05\xda\x80\x85\x64\xd4\x82\x42\x70\x70\x61\x82\x33\
+\xc4\xd2\x9f\x42\xc1\x90\x23\x5d\xbb\x76\x7d\xb9\x50\xd8\x18\xf3\
+\x3c\x4f\x80\xe8\xd9\xcf\x28\xe0\x06\xcd\xc0\x4e\x45\xa8\x99\xaa\
+\xd5\xc4\x63\x0f\xbc\x82\x50\xcc\x15\x50\xbb\x0d\xac\xe5\x9f\x45\
+\x71\xff\x7b\x54\x48\xea\x0f\x26\x49\x0a\xc6\xc6\x3a\x11\x0b\x88\
+\x61\x18\xbb\x2e\xaa\x6e\xc9\xa5\x1f\x28\x12\x57\x44\xc2\x7d\xb0\
+\x35\x8c\xbf\xad\xd7\x30\x3e\x3a\x4a\x3b\xd0\x02\xcb\xe5\xd6\xc1\
+\x98\x84\x40\xb3\xb3\xb3\x58\x58\x58\x40\xab\xd5\x0a\xa0\xdd\x60\
+\x31\x76\xe7\x9f\x2e\xe3\xcd\xd7\x21\x64\x9b\x32\xaa\x91\xcf\x60\
+\x38\x3a\x41\x1b\xc8\xe5\x0a\x60\xb7\x6e\xe5\x68\x06\xa3\xc1\x3a\
+\x63\x72\x72\x12\x97\x2e\x7d\x43\xe3\xf6\xb1\xc8\x9e\xb6\x2e\x58\
+\x90\x60\x49\xc8\xc0\xa1\xda\xdb\xe0\x5e\x89\x72\x05\x2a\x5b\x6f\
+\xa1\xa0\x26\x71\xec\x58\x4a\x34\xdf\x67\xb2\x4a\xa5\x8a\x42\xa1\
+\x00\x92\x58\x88\x54\x2a\x05\xba\x84\x90\x4c\x0e\xd0\x72\x88\xc6\
+\xfa\x6b\xee\x5b\xdc\x17\xfe\xcc\xc3\x75\x10\x6f\x17\x40\xfd\xc4\
+\xef\x8b\x87\x71\xe8\xa9\x0b\xd8\xb8\xb2\x24\x96\xc9\x97\xcf\xec\
+\xfe\x05\xa1\x4a\xa7\xf9\xc8\x48\x9a\x9f\x3c\xf9\x90\xb4\x0d\x56\
+\xff\x85\x2a\x3e\x94\x2c\xc1\xad\x6d\x20\xb4\x7e\x0a\x1e\x4e\xe0\
+\xa7\xea\x14\xbf\xf2\xd7\x55\x69\x6a\x6a\x4a\xe4\xd9\xf3\xda\x2c\
+\x97\xcb\xfe\x6a\x4b\x9a\x96\xc0\xbe\x7d\xbb\x2c\x56\x37\xac\x5f\
+\xa6\x6a\x8f\x20\x72\xfc\x2b\x68\x07\x53\x92\xff\x3f\xf7\xfd\x69\
+\x22\x3d\xb3\xba\x7a\xb3\x4e\x97\x10\x6f\xb5\x0c\x4e\xb9\x73\x1a\
+\x39\xde\x91\xe7\xf1\xca\xe5\x77\x78\x7b\x6d\x59\xbc\xa4\x66\xd5\
+\x01\x9c\xe9\xe6\x48\xe2\xc1\x9f\x39\x20\x4c\x8e\x92\xd3\xe4\x47\
+\xc8\xaa\x7f\xd6\x65\x79\x38\xae\x84\x1c\x89\x1b\x79\xdd\xdb\x02\
+\x60\x92\x2d\xf2\xaf\xe4\x55\x72\x8b\x6c\x90\x9d\x7f\x00\xdc\xab\
+\x3c\xf6\x56\x36\x41\xcc\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\
+\x60\x82\
+\x00\x00\x03\x1c\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\
+\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x99\x49\x44\
+\x41\x54\x78\xda\xb5\x93\xcb\x6a\x14\x41\x14\x86\xff\x53\xa7\xfa\
+\x36\x97\xc4\x44\xd0\xa0\x28\x41\x14\x82\xe8\x56\x5c\x24\x48\x7c\
+\x00\x17\x22\xf8\x02\xae\x74\x25\xbe\x8c\x8b\xbc\x83\xe4\x19\x14\
+\x09\x04\x14\x44\xd1\x88\x8a\x89\x44\xd0\x24\x9a\xdb\x4c\x67\xfa\
+\x52\xe5\xa9\x74\x3a\xa6\xd3\x33\x41\x8c\xfe\xf0\xcf\x54\x4d\x4d\
+\x7d\xf5\x9f\xd3\x5d\x64\xad\xc5\xff\x90\xc6\x21\x11\xd1\x79\x00\
+\xe7\xca\x29\xfe\x4c\x56\xfc\x45\x42\x2e\x0d\x04\x8b\x2e\x2e\x2e\
+\x2d\xcd\x86\x22\x39\x04\x4a\x4c\x7b\x46\x39\x2e\x12\x54\x4e\x9d\
+\x9a\x9a\xba\x0d\xa0\x0e\x7e\x30\xf3\xfe\xed\x8f\x4e\x3a\x31\x7d\
+\x7f\x06\xa4\x34\x7c\xcf\x93\x6f\xe5\x40\x55\x17\x55\xd5\xc0\xcc\
+\xac\x70\x40\xfb\x93\x8d\x38\xbb\x70\xeb\xda\x18\x6e\x5c\x39\x09\
+\xad\xd9\x41\x5d\xda\xba\x95\x72\xae\x8e\xc5\x67\x6f\x3e\x7c\x72\
+\xef\xf1\xc2\x5a\x0d\xcc\xbb\x7f\x28\x32\x54\x5a\xe0\x7e\xaf\xba\
+\x58\x3f\x54\xcd\xe4\xe5\x51\x8a\x93\x7c\xb4\xd6\x0a\xcf\x63\x4a\
+\x73\x0b\x67\x3a\x08\x2d\xc6\x25\xec\xf0\x83\x46\x29\xb7\xcf\xf7\
+\x7d\xd4\xc0\xcc\x3e\x3a\x71\x86\xb8\x67\xa0\xaa\xd0\x32\x5d\x09\
+\xeb\x0b\xdf\x91\x7d\x3a\x60\xd4\x5b\xc1\x9a\x3a\xb2\x18\x27\x06\
+\x00\x1d\x05\xad\xb4\xa0\x54\x9c\x1a\xb0\xd6\xfd\x12\x6b\x6c\xf5\
+\x32\x74\x93\xbc\xb2\xb1\x06\x1d\x90\xdc\x05\xd2\xca\x43\x29\xba\
+\xfa\x68\xce\x58\x6b\x09\xff\x50\x02\xb3\xda\x95\x7c\x67\x72\x7c\
+\x73\xb8\xe9\x0f\x59\x00\x26\x4f\xd1\x0c\xfd\x5a\x22\x50\x5f\x00\
+\x2c\x0a\x75\xe2\x04\x4a\x69\xac\x6e\xa6\xeb\xb3\x73\x9f\x4f\xe8\
+\xd0\xf7\xb2\xd7\xcb\xa9\x3d\x35\x12\xc1\x18\x83\x3c\x03\x46\x5a\
+\xea\x37\x98\x8e\xbe\xc8\xb6\xf8\xc0\x7a\x07\xd0\x1e\x63\x75\x23\
+\x46\xe0\xeb\x4c\x37\xa2\xa0\xcb\x0a\xdc\x0c\x35\xf2\x5c\xc0\x6c\
+\xd0\x90\xb1\x52\x34\x28\x6e\x11\x20\xcf\xf7\xf3\xca\x36\x57\xa5\
+\x80\x35\xd6\x36\xc0\x8d\x30\xe8\xea\x76\x14\xfc\x24\xe0\x74\x23\
+\x00\xb2\x0c\x30\x0c\x01\x17\x6f\xc5\xa0\x5e\xa4\xa9\x81\x17\xf9\
+\x70\x4a\x92\x04\xdb\x3d\x83\x28\x64\x08\x17\x44\x46\xb7\xa2\x60\
+\x45\xb7\x9b\xc1\x32\x01\x67\x22\xcf\x20\xa5\x1c\x96\xad\x9c\xbe\
+\x77\xab\xfa\x57\x8f\x54\x11\x7c\x9f\xe4\x80\x0c\xb1\xc9\x10\xf9\
+\xca\xe5\xde\x05\xcb\x12\x0f\x35\xc3\xaf\x92\x98\x3f\xc5\x3b\xe9\
+\xf5\x80\x53\x30\x0c\xac\x91\x56\x04\x03\xc0\x24\x60\x21\x27\x6e\
+\x4d\x42\x74\x92\x18\xa1\x07\x91\x81\x93\x66\x03\x05\xc3\xcd\x86\
+\xf7\x51\x47\xb4\xb3\x90\x28\xa5\x5c\x65\x59\x5e\x6c\x8c\x02\x77\
+\x31\xfa\xb7\xc2\x5a\x0b\x12\x6f\x75\x05\xea\xa3\x22\x66\x97\xd8\
+\xaa\xa6\x67\xde\x68\xea\xad\xbc\xd0\x3c\x86\x3c\xcf\xc4\xc5\xc9\
+\xdf\x56\xd6\xfe\xf2\xfd\x55\xd0\x9a\x10\x50\x77\x5e\x2f\xce\x3f\
+\x7b\x3a\x3e\x7d\xd7\x44\xd1\x30\xbb\xf2\x8f\x23\x57\x4d\x3b\x4a\
+\xcc\xf7\x57\x2f\x9f\x93\x9b\x08\x70\xa2\xd1\x6a\x5d\xda\x7b\x38\
+\x74\x8c\x1b\x67\xba\xdb\xdb\xef\x84\xf9\xa1\x04\x7b\x00\xda\x38\
+\xbe\xac\x78\x4b\x98\xd9\x2f\x71\xe5\xf9\x54\xda\xd5\x79\xa9\x00\
+\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x03\x03\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x02\x61\x00\x00\x02\x61\
+\x01\xc1\x30\x55\xfa\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x80\x49\x44\
+\x41\x54\x78\xda\x9d\x95\x4f\x88\x12\x51\x1c\xc7\x7f\xa3\xe3\xaa\
+\x8c\x61\xbb\x82\x8a\x44\x50\x17\xc5\xf6\xb6\x41\xc7\x0e\x5e\xa2\
+\x5b\x20\x24\x04\x06\xe5\xa5\x5b\xa4\x37\x2f\x11\x41\xb4\x2e\x5d\
+\x85\x95\xad\x63\x52\xd7\x0e\x45\x6c\xd1\x21\x92\xda\x5b\xee\xc1\
+\xb6\x2d\xb3\x5a\xeb\xa0\xb8\xeb\xbf\x75\x46\xc7\x7e\xbf\x61\x67\
+\x78\x3b\x6f\x64\xa4\x2f\xfc\x78\xf3\x1e\xcf\xcf\x7c\x7f\xbf\xf9\
+\xbd\xa7\x30\x9d\x4e\xc1\x4a\xb5\x5a\xed\x8c\xd7\xeb\xfd\xa6\xaa\
+\x2a\x50\x4c\x26\x13\x6d\x44\x9d\x8d\x46\xa3\xdf\xc1\x46\x33\xc1\
+\xa9\x54\xea\xa5\x24\x49\x17\x05\x41\xf0\xe8\x6b\xb8\xf7\xb0\xdf\
+\xef\xbf\x2b\x97\xcb\x97\xe6\x06\xe7\x72\xb9\x3b\x08\xca\xb8\x5c\
+\x2e\xe9\x08\x7c\x1a\x1d\x6b\x4e\xcd\xae\x8b\xc5\xe2\x2f\x51\x14\
+\x35\xfb\x8a\xa2\x0c\x07\x83\xc1\x7a\xa9\x54\x7a\xc4\x82\x45\xfd\
+\x21\x14\x0a\xdd\x8b\x44\x22\x92\xc3\xe1\x00\x0a\x9f\xcf\x07\x24\
+\xa7\xd3\x09\x66\xc5\x62\xb1\x53\xe1\x70\x58\xdb\x87\x19\x41\xbd\
+\x5e\xbf\x8f\xcb\xd6\xe0\x4e\xa7\x23\x61\x9a\x86\xbb\x4a\xa5\x02\
+\xed\x76\x9b\xd2\xa7\x39\x8d\xc6\x33\x66\x06\x6e\xb7\x5b\xdf\x4b\
+\x2f\xf0\x0a\x28\x2b\x30\xa5\x44\x1b\x8c\xcd\x98\x2a\xa4\xd3\x69\
+\xcd\x91\x5e\x2e\x1a\xd9\x40\x19\x2f\xcb\x66\xb3\x4f\x69\x3e\x1e\
+\x8f\xc5\x78\x3c\x7e\x5b\x07\x53\xfd\x68\xd1\x00\xcb\xb2\x0c\x89\
+\x44\x02\xb0\x7e\x04\xd7\x02\x45\xa3\x11\x26\x5d\xa5\x35\x32\x84\
+\xba\x6b\x80\x09\x4a\xf5\x64\x3f\x14\x49\x45\x47\x84\x70\x1c\x41\
+\x99\x0e\xe1\xe0\x4c\x87\x09\x33\xc1\x34\x27\x39\xc8\x1d\x13\x54\
+\x2e\x56\x2c\x9c\x15\x0b\xa6\x34\x38\xc7\x1a\x90\x3a\xc5\x54\x0e\
+\x1b\xb8\x01\xd6\x61\x1c\xd8\x1a\x6a\x0f\xb7\xab\x31\x0f\xe5\xc7\
+\xff\x2e\x85\x3e\x9a\x80\xf3\xd7\x98\x82\xfb\x78\x3c\x88\x87\xd3\
+\x7e\x12\x7b\x52\xd9\x3e\xb6\xaa\x31\x69\x96\x63\xdd\x00\xf5\xbc\
+\x61\xe4\x84\xdf\xaf\x75\x9e\x9d\x63\xd6\x19\x07\xed\xf5\x7a\xd0\
+\xf8\xd9\x80\x56\xab\x05\x2e\xd7\x02\x04\x02\x01\xe8\xf6\xfb\x7f\
+\x01\x60\xcf\xc6\xb1\x01\xe3\x0e\xc7\x68\x34\x82\xcf\xd5\x2a\x9c\
+\x5f\x59\x81\xe5\x73\xcb\xda\x5a\xfd\x47\x5d\x5d\x7d\xf8\xe0\x3a\
+\x5d\x3d\x76\xed\x66\x76\x6b\x98\x18\x0e\x87\x98\x95\x42\x97\x91\
+\x06\xdd\xdd\xfd\xaa\x16\xd6\x56\xaf\x94\xd6\x37\x5e\xe3\x5c\xb5\
+\x3d\x79\xac\x58\x13\x07\xdd\x2e\x2c\x9e\x5c\xd4\x9e\x77\x76\xbe\
+\x40\x61\xad\x70\xed\xf1\xc6\x93\x17\x04\x35\x5f\x9b\xb2\xc7\xe3\
+\x59\xd0\xaf\x48\x3b\xb0\x22\x2b\x10\x0c\x06\x61\x7b\xbb\x0a\x37\
+\x33\x19\x65\xeb\xd3\xd6\x33\x1d\x7a\x0c\xdc\x6c\x36\x6f\x60\x8a\
+\x17\x98\xab\xd0\x89\x71\x0b\xb3\x10\xcc\xa5\x10\xf1\x43\xf9\x97\
+\x02\xf0\xe7\x77\x43\x49\x26\x93\xcf\xf7\xf7\x0f\x5e\x11\x74\xae\
+\xff\x3c\x01\x95\xcf\xe7\x2f\x63\x16\x4b\x9c\x63\xfc\xcd\xa1\xac\
+\x4c\x3f\x7e\x78\xff\x76\x73\xf3\xcd\xde\xd4\x02\xf2\x0f\xb0\x46\
+\x05\x44\x66\x2c\x9d\x81\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\
+\x60\x82\
+\x00\x00\x0b\x28\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x16\x10\x06\x00\x00\x00\x94\x24\xb0\x78\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x37\x5c\x00\x00\x37\x5c\
+\x01\xcb\xc7\xa4\xb9\x00\x00\x00\x09\x76\x70\x41\x67\x00\x00\x00\
+\x16\x00\x00\x00\x16\x00\xdc\xc5\xe9\x58\x00\x00\x00\x06\x62\x4b\
+\x47\x44\xff\xff\xff\xff\xff\xff\x09\x58\xf7\xdc\x00\x00\x0a\x85\
+\x49\x44\x41\x54\x78\xda\x8d\x96\x79\x54\x53\x77\x16\xc7\x13\x97\
+\x3a\x75\xb0\x0b\x58\x18\x2d\xce\x28\x75\x41\x2d\x1e\x9d\x5a\xad\
+\x58\x39\x63\x5b\x10\xb4\x2e\x80\x4b\xb5\x2e\xd5\x22\xd6\xa3\x41\
+\x6a\x4b\x5d\xab\x16\x7b\x44\xc4\x05\x4a\xc9\x02\x82\x4a\x15\x5b\
+\xd0\x23\xa0\x46\x91\x45\xc0\x04\x29\xb4\x20\x22\x81\x20\x71\x70\
+\x03\x24\xe4\x25\x2f\x6f\xcd\xf2\x72\xe7\x2a\xc9\xc9\x39\x70\x7a\
+\xc6\x7b\xff\xf8\xbe\xdf\xf6\x7e\x9f\x7b\xf3\xbb\xef\x17\x51\x1f\
+\xf3\xeb\x95\x41\x85\xbd\x3a\x38\xc7\xa9\x4a\xa7\x5e\xed\xd3\xbe\
+\xe6\xd4\xcb\x4e\x6d\x75\x6a\xb9\x6b\x7e\x9f\xf1\x5a\xa7\xaa\xfb\
+\xf4\xf7\x7d\xef\xaf\x6e\x0e\x27\x97\xcb\xe0\x85\x89\xd7\xf7\xaa\
+\x48\x74\xf8\xda\xe1\x47\x89\x83\x23\xb3\x34\x83\x35\x37\x9a\x7d\
+\x6b\xdb\x9b\x4a\x34\x43\x34\xe1\xb7\xe6\xb5\x24\xde\x3f\x7d\xbf\
+\x51\xd5\xa6\x89\x6e\x2c\x6a\xac\x57\xd5\xd5\x8b\x4b\x4b\x4b\xcb\
+\x54\x77\xb4\x94\x76\xa3\x76\x83\x4a\xdd\xb8\xb6\x29\xa5\x49\xad\
+\x0e\x6a\x8e\x6e\x3e\xd7\x9c\xaf\x22\xda\xde\x6d\xab\x6c\x2b\x57\
+\xfd\xde\xb6\xb2\x4d\xdb\xd6\xaa\x52\xb5\x04\xb7\xdc\x6a\x51\xab\
+\xdf\xd0\x0e\xd7\xca\xb5\x0a\x95\x43\xf7\xb9\xae\x4a\x57\xa5\x52\
+\xb7\x55\xe8\x46\xeb\xc6\xa8\x74\x6d\x1d\xba\x10\x5d\xc8\xad\x79\
+\xba\x55\xba\x02\x5d\x41\xed\xa3\x24\xcf\xa4\xc9\x49\x93\x23\xb3\
+\x5c\x5c\x2e\x4e\xd7\x43\xb9\x6b\x20\xf5\x9b\xd4\xba\x54\x2e\xa6\
+\xe2\x19\x74\x9f\xd6\x0f\x05\xe8\x19\x41\xb4\x19\x27\x08\x3d\x9d\
+\x73\x1f\xbc\xf2\x60\x1c\xc0\x93\xdd\x8d\x37\x1a\xcb\x50\x9f\x34\
+\x06\x36\xce\x02\x68\x3e\x90\x17\x96\x17\x06\xa0\x4f\xd1\x1b\xf4\
+\x66\x80\xae\xc0\x67\x53\x9f\x4d\x05\x30\x77\x53\x47\xa9\xa3\x00\
+\xf4\x29\x26\x84\x09\x01\x30\x96\x9b\xd6\x9b\x30\x2d\xa6\x02\x32\
+\x8c\xc4\xf9\x4c\x16\x3b\x95\xc5\x79\xb4\x9e\xd9\xc3\xec\xc1\x76\
+\x20\x53\xc3\xd4\x08\x3d\xcc\xab\x4c\x32\x93\x0c\x20\x1b\x26\x9b\
+\x21\x9b\x11\x53\xd1\x07\xb8\xdc\xf5\x50\xe2\x1a\xf8\x39\x26\xed\
+\x95\xb4\x7f\x6d\x7d\xdc\x75\xbe\x6b\x6c\xd7\x2a\x00\xa2\x8c\xfb\
+\x8c\x8b\xb6\x15\xd5\xe4\xa7\x9c\x48\x49\x12\xb4\x8f\x0a\x1b\x82\
+\x1b\x82\x05\x35\xbb\x15\xd0\x04\x55\x73\x67\x7e\x7b\x7e\xbb\xa0\
+\xd2\xad\x28\xbd\x59\x7a\x53\xb8\xdd\xfd\x2d\x39\x96\x1c\x27\xa8\
+\x3b\x07\x75\x6c\xeb\x88\x15\x54\x66\x33\x75\x88\x4a\x10\x54\xc4\
+\x7c\xa2\x82\xa8\x14\xaa\x8c\xbf\x99\xde\x36\xf9\x0a\x6a\x7a\x03\
+\x5d\x43\xd7\x08\x2a\xaa\x86\x0e\xa0\x03\x04\x2d\xed\x41\xc7\xd0\
+\x31\xb6\x22\x4a\xa0\x57\xd2\x2b\x11\xb8\x41\x66\x90\x19\xb6\x3e\
+\xee\x03\x5c\xe2\x7a\xa8\x74\x0d\xa4\xed\x96\x8a\xa5\xc3\x24\xd7\
+\xbb\x99\xee\x2d\xdd\x3b\x00\xc8\x39\xd6\x48\x6b\xb8\x40\xdc\xd5\
+\x9c\xdd\x79\x76\x17\x40\xb1\xc7\xfa\x8e\xf5\x9d\x00\x3c\xd9\xbb\
+\xa2\xd3\x57\x63\xd1\x58\x00\xee\x2e\xcc\x3c\x9e\x79\x1c\x80\x4d\
+\x14\x0a\x85\xcb\x98\xe9\x19\x9d\x8b\x3b\x17\x03\x74\x27\xe9\x07\
+\xea\x07\x01\x18\x8e\x19\xba\x0c\xcf\x00\xe8\x6f\xe9\xcb\xf4\x15\
+\x9c\x57\xcc\x0a\xac\x80\xfa\x3e\xbb\x93\xdd\x89\x9a\xcd\x3e\x60\
+\x1f\x08\x04\xbb\x09\x9f\xb2\x01\xe4\x7a\xb9\x43\xee\x90\x5c\xef\
+\x03\x5c\xd9\x1f\xf8\xbe\xd4\x5f\x3a\x41\xa2\x34\x7c\x40\xbc\x45\
+\x78\xe1\x46\x5b\x0c\x61\x86\xf9\x02\x41\xcd\xb1\x4a\xac\x12\x80\
+\x6b\x0b\x96\xb7\x2e\x6f\x05\x28\xf5\x8d\xf6\x89\xf6\x01\xa0\x96\
+\x9b\x43\xcc\x21\x00\x75\x57\x92\xad\xc9\x56\xdc\xd8\x93\xab\xe5\
+\x6a\x11\x4c\x4b\xef\xa4\x31\xc0\x9e\x6a\xc3\x51\x03\x1e\x8d\x67\
+\xf1\xdd\xd9\xdd\x08\x42\x7e\x6d\xf6\x36\xe3\x3a\x3e\x86\x4f\xe4\
+\x8f\xa0\x3a\x2c\x9e\x16\x4f\xd4\xed\x7c\x2a\x9f\x2a\x10\xfc\x58\
+\xfe\x23\xfe\x23\x00\xc5\x8f\x8a\xa3\x8a\xa3\x12\xe5\xff\x05\x96\
+\x06\x4a\xf7\x49\xf7\x49\x94\xc4\x7e\xe3\x52\xe3\x52\x00\xe3\x34\
+\xe3\x41\xe3\x41\x81\x20\x0f\x53\x13\xa9\x89\x00\xe6\x0e\x4a\x4f\
+\xe9\x01\x0a\x7f\x0c\xcd\x08\xcd\x00\xb8\x18\x3d\x1b\x1d\xa0\xfa\
+\xe0\xfe\x65\xfb\x97\x01\xd8\x73\xe0\x85\x71\x61\x6c\x10\x1b\x84\
+\x01\xc8\x98\x74\x06\xe7\x19\x9e\x18\xff\x6e\xf4\x00\xd0\x3b\x0c\
+\x7e\x06\x3f\x7c\xef\x08\x23\x65\xa4\x71\xde\x5c\x6e\x2f\xb7\x17\
+\xc0\xf6\xa9\x6d\x96\x6d\xb6\x40\x58\xe3\x30\x31\xdb\x10\x98\x56\
+\xf0\x0a\xee\x65\x80\x65\x52\x8d\x54\x23\x51\x1a\xaf\x98\xa2\x4d\
+\x08\x62\x22\xc8\x7c\x32\x1f\x81\xef\x91\x4a\x12\x97\xd3\x52\x86\
+\x60\x08\xdc\xa8\xd0\x1a\x6d\xc5\xf1\xb2\xef\xa2\x57\x47\xaf\x06\
+\xc8\x1a\xe0\x79\xc0\xf3\x00\x16\x61\xd0\xb9\x89\xe7\x30\x30\xa8\
+\x82\x17\xc6\x37\x59\xec\x16\x3b\x06\x6a\x25\xcd\x24\x8d\x6d\x7f\
+\x6e\x03\xf7\x25\x02\x17\x9a\x2a\x4d\xb8\xab\xc1\x9b\xf8\x90\x98\
+\x83\xe3\xb1\x98\x90\x31\x02\x61\xf1\xb0\xcc\xb5\xbc\x0f\x90\x5e\
+\x91\x7e\x3d\xbd\xe8\x65\x80\x29\x99\xbf\xcc\x5f\xa2\x34\x3d\x21\
+\x0f\x90\x08\x60\xf6\x37\x17\x9a\x0b\xf1\x48\x54\xd1\xeb\xe8\x75\
+\x08\x9c\x49\xfb\xd3\xfe\x08\xfc\x21\x47\x71\x14\x80\xf5\xb2\xcd\
+\xdf\x86\xed\x6b\xef\x46\x04\x46\x04\x02\x9c\xba\xea\xdd\xe8\xdd\
+\x08\x70\xd9\x23\xd8\x14\x4c\x02\x3c\x5d\x51\xbf\xba\x1e\x03\x12\
+\xce\x40\xaf\x8d\x71\x74\x3a\x3a\x71\x5d\xa6\x65\x8c\x05\x33\xcd\
+\xfc\xce\x8c\x66\xfe\x89\x01\x0c\x35\xde\x34\xb2\x02\x61\xd2\x93\
+\x03\xc9\x4f\x00\x32\x0e\x66\x6c\xcb\xf8\xea\x25\x80\x65\xc1\xb2\
+\x38\x59\x9c\x44\x49\xda\xcd\x09\xe6\x04\x00\x6a\x0b\xd5\x49\x75\
+\x0a\x04\x6d\x65\xc2\x99\x70\x00\xf6\x33\x76\x31\x8b\xc5\x64\x59\
+\x62\x8b\xb5\xc5\x02\x90\x9b\x9f\x86\x3e\x0d\x05\xa8\x99\xb9\xaf\
+\x6b\x5f\x17\x60\x11\x19\xde\x33\x4c\xc7\xe2\xac\x5d\x6d\x59\x4d\
+\x63\xa6\x04\x8f\xb5\x1e\x6b\x01\x6e\x0e\x89\xca\x8f\xca\xc7\xf9\
+\xc7\xda\x1f\xb6\x3f\x04\xb7\x9d\x80\x40\x98\x09\x60\x5f\x61\x5f\
+\x60\xdf\x82\x19\xbe\x6a\x5b\x63\xbb\x84\xeb\x3a\x32\xde\xce\x18\
+\xf9\x32\xc0\x69\xb2\x32\x59\x99\x44\x49\x89\xa9\x3d\xd4\x1e\x00\
+\x3a\x9d\x16\x68\x01\xab\x77\x26\x1b\xcf\xc6\x03\x70\x4b\xd9\x6a\
+\xb6\x1a\x37\xf0\xe9\x5d\x41\xbc\xd1\xfa\x73\xeb\xcf\x00\xd5\x9b\
+\xf7\x2e\xd9\x1b\xe1\xe6\xb0\x8b\x85\x6e\xc7\x04\x80\x47\x15\xea\
+\x4b\x55\xde\x98\xf1\x4b\x21\x91\x21\xc1\x00\x59\x03\x3d\x9b\x3c\
+\x5b\x00\x2a\x73\xb7\xb6\x6f\x45\x70\xe3\x8c\x56\xff\x56\x3c\x42\
+\xf0\x02\x0d\x8b\xee\x11\xb9\x8c\x0c\x43\xe0\x70\xc5\x0c\xc5\xcc\
+\x97\x01\xd6\xca\xc5\x72\x31\x02\x53\xf4\x1a\x7a\x0d\x00\x53\xc8\
+\x00\x83\x2f\xe2\x56\x71\x19\x1c\x16\x0f\x3f\x87\x1b\xcf\x8d\x07\
+\x70\x38\x3f\x6b\x4f\xbf\x52\x85\xaa\x30\xc3\x7f\xd6\x1e\xb6\x1d\
+\x76\xb8\x81\x4d\xff\xed\xf1\xec\xb9\x01\x60\x53\xdb\x8e\xda\x6a\
+\xdc\xfd\x86\xf4\x7b\x9f\xdc\x43\xf0\x5f\x17\x06\xa4\x06\x9c\x00\
+\x50\x84\x0f\xf5\x1d\x8a\x47\x22\x67\xed\xf8\xd7\xc7\x0f\x17\x88\
+\x1b\x92\x55\x13\x57\x4d\x06\x38\x53\x9c\xb7\x26\x6f\xcd\x4b\x00\
+\xcb\x47\xc8\x83\xe4\x41\x12\x25\x7d\x97\x99\xc4\x4c\x02\x60\x2f\
+\xb0\x7a\x56\x8f\x91\x6f\xe2\xcf\xf2\x67\x01\x2c\x83\xf0\x22\xf9\
+\xcc\x0d\xa0\xad\xce\x29\xcf\xa9\x00\xd0\x7c\x72\x72\xd3\xc9\x75\
+\xee\x7e\x4b\x8d\x23\xd5\x71\x1f\xc0\x1a\x62\x0e\x33\xcf\x06\x68\
+\xf2\x90\x35\xcb\x1a\x00\xae\x34\xe0\xc5\x58\x80\x09\x1d\x1b\x99\
+\x12\x79\x15\xfb\xfd\x72\x4a\xce\xfb\xa2\xd6\x65\xef\xca\xbe\x21\
+\x90\x8d\x1d\x72\x91\xcc\x0e\x70\xd2\x74\x7a\xca\xe9\xa9\x12\x45\
+\x1f\xe0\x8a\xfe\xc0\xcb\xe4\xb1\xf2\x58\x89\x92\x49\x63\x1e\x30\
+\x0f\x00\xb8\x04\xee\x1a\x77\x0d\xcf\xd6\x66\x4b\x96\x25\x0b\x41\
+\xf2\x78\x31\x2f\x76\x83\xfd\xf1\xe8\xd0\x37\x87\xe2\x00\xba\xbe\
+\xa9\x1a\x59\xe5\x81\x01\xaa\x99\x71\x0c\x16\xd8\xed\xb0\xbd\x96\
+\xef\xb1\x78\xce\xf9\xf8\x5d\xf2\xfb\x15\xe0\xa2\x57\x50\x40\x50\
+\x14\x06\x36\x2f\xcf\x27\x6f\x16\x00\x1d\xca\x34\x30\xed\x18\x90\
+\xd6\x79\x84\x0a\x01\xcd\x31\xd8\xa6\x15\x38\x81\xc3\xcc\xbf\xa9\
+\x18\xa5\x18\x25\x59\xd2\xf7\x6a\xee\x0f\x7c\x58\xfe\x8b\xfc\x17\
+\x89\x92\x9d\xc5\xee\x60\x77\x00\xf0\x0b\xf9\xdd\xfc\x6e\xfc\x3e\
+\xbe\x6d\x7d\xd3\xfa\x26\x02\x67\x72\x59\x5c\x96\x1b\x58\x35\x6a\
+\xdb\xed\x6d\xb7\x11\xd0\xb1\x2b\x6b\x57\x3a\xfe\x94\x67\x7c\x77\
+\xf9\x1e\x02\xc8\x0d\x9b\xae\x9e\x5e\x0a\x70\x5f\x77\x85\xba\xba\
+\x00\xc1\x0a\x1c\x73\x1d\x9b\x50\x2b\x61\x04\xe0\x7b\xe8\xed\xf4\
+\x17\xf4\xe7\x60\x31\x9a\x89\x91\xc4\x3f\x00\x0c\x93\xf4\x07\xf5\
+\x89\x76\x30\x4a\x0c\x40\x60\x42\x52\xfd\x53\x97\xa4\x2e\xde\x72\
+\xac\x0f\xf0\x9d\xfe\xc0\xb9\xf2\x62\x79\x09\x02\xdf\xe6\x06\x73\
+\x83\x11\xf8\x3e\xaf\xe5\xb5\x98\xe1\x9b\xfc\x22\x7e\x91\x1b\xb4\
+\x63\xae\x3a\x56\xfd\x35\x16\xd1\x1c\xaf\x8d\x5e\x5f\x00\x64\xff\
+\x30\x7a\xed\xe8\xef\x01\x9a\x77\xe6\x9c\xcc\xc1\x0c\x0b\x76\xc7\
+\x0e\x07\x06\xec\xa8\x83\x46\xb8\x83\x80\x3c\x1d\x4c\x07\x21\x98\
+\xa7\x7e\x9d\x7e\x1d\xf0\x3a\x99\x2e\x57\x57\x02\xd0\x32\xbf\x25\
+\xb9\xe5\x9a\x70\xac\x3d\xa3\xbd\xa1\xdd\x0a\x50\xf4\x71\x51\x6c\
+\xd1\xee\x06\xe9\xd0\xa1\xaf\x0a\xaf\xb2\xfe\x21\xc3\xbd\xbd\x7a\
+\xbc\xee\x8a\x44\x9b\x4f\x6d\xce\xdc\x2c\x13\xd5\xf7\x07\xfe\x53\
+\x4e\xca\x49\x89\x92\xf3\xe3\xc2\xb9\x70\xcc\xe8\x6b\xfc\x3c\x7e\
+\x9e\x40\xc0\xbe\xde\x19\x75\xea\xa4\xfa\xa4\xbb\x00\xd2\x2a\xf1\
+\x6c\xf1\x54\x80\x92\x9f\x36\xfe\xb8\x51\x83\x40\x5a\x2a\x8e\x1e\
+\xee\x0e\xc8\x5e\x69\x4b\xb0\x25\x02\x30\x5b\xa8\x1e\xaa\x07\x80\
+\x5c\x40\x2e\x27\x57\x00\xdf\x32\xab\x65\x53\x0b\x06\xd6\xba\xa1\
+\x75\x7b\x6b\x92\x50\xdc\x11\xd7\xf1\x43\xc7\x71\x04\xd5\x14\x35\
+\x17\xb5\x3c\xfe\x62\x4a\xd0\x94\xc0\x29\x33\x67\xc5\x24\xee\x4f\
+\xdc\x9e\xb8\x49\x24\xca\x3e\x9e\x9d\x90\xfd\x83\xa8\xc7\xc5\xd7\
+\x0f\x58\xe1\xa5\x98\xa4\x98\x24\xb9\xce\x5e\x60\x4a\x18\xcc\x80\
+\x43\xdb\xfb\xb9\xa9\xaa\xd9\x71\x71\xc7\x05\x80\x82\xf8\x8f\xf3\
+\x3e\xbe\x88\x1b\xe8\x56\x14\xaf\x28\xc6\x4c\x4b\x1b\x0e\x35\x74\
+\xbb\x41\x85\x53\xd6\xdf\xac\xa7\x00\xac\xd5\xd6\x16\x2b\x16\x1d\
+\x15\x45\x1d\xa0\xf6\x81\x55\x7f\x5e\x5f\xa0\x2f\xc1\x80\x5b\xeb\
+\xff\x56\x1f\x28\x14\x98\x1a\x4c\xf7\x4c\x18\xa8\xea\x88\xea\x90\
+\x2a\x5e\x4f\x07\xbf\x86\x3e\x2c\xb4\xd3\x12\x61\x59\x60\x99\x27\
+\x12\xe9\x32\x74\x72\x5d\x9a\xd8\x5b\xd4\x6b\xc3\xfa\xfe\x81\x2f\
+\x76\x01\x4b\x17\xa5\x9e\x49\x3d\xb3\x55\x65\x2d\xe8\xed\x79\x2c\
+\xaa\xb0\x57\xd8\x6d\xa1\xb7\xe6\xc6\x76\xc4\x3e\x13\x36\x99\x3f\
+\x7a\xb8\xef\xe1\x76\x21\xb2\x72\x67\x5c\x52\x5c\xa7\x10\x61\x79\
+\xcf\x1e\x66\x3f\x27\x44\x38\x86\xd8\x6b\xec\x37\x84\x08\x41\x2e\
+\xdc\x13\x9a\x85\x08\x3e\x85\x3f\xce\x9f\x10\x96\x99\x78\x13\x63\
+\x22\x85\x95\x8f\xc9\x27\x43\x9f\x4c\xb6\x27\x68\x0c\xcd\x5e\xcd\
+\xb3\x01\xca\x47\x97\x8f\x2a\x1f\xd1\xe9\x1b\x7c\x32\xf8\x54\xf0\
+\x2f\xf3\xef\xb8\xf6\xe7\x2f\xf1\x05\xfc\x65\x11\x38\xf1\xc6\x3a\
+\xd5\x65\xe2\x7e\x7f\xe0\x65\x1b\xd2\x52\xd2\x52\x62\x2a\x1c\x1f\
+\x38\x2f\x86\xf1\x9a\x00\x4d\x80\xd0\x43\xbd\xde\x9e\xdc\x7e\x02\
+\x40\xf3\x9d\xa2\x43\x61\x04\xe8\x89\x68\xf8\xa3\xa1\x07\xdc\xf6\
+\xa9\x63\x9b\x23\xd6\xdd\x14\xa2\xd1\xb1\xc8\x98\x62\xa6\x88\x51\
+\x3a\x74\x5d\x17\xbb\xca\xbb\x1e\x01\x28\x03\x94\xb3\x94\x8b\x5a\
+\xbe\x0f\x7c\x27\x70\x64\xa0\xc7\x87\xa2\xd2\xf2\xd2\x8c\xd2\x75\
+\x22\x51\xd9\xe9\x32\x45\x59\xb2\xd8\x95\x49\xbf\x7e\xa0\xde\xcf\
+\xdd\x9d\xe1\xb7\x5c\xc0\x71\xd2\xb8\xba\xb8\xba\x4f\xa3\x6f\xc7\
+\x56\xdd\xad\xba\x9b\x9f\x50\x9b\x71\xc7\xe7\x8e\xcf\x6f\x5f\x96\
+\x25\x5f\x9a\x74\x69\x52\xee\xd5\xe2\x94\xf3\xe3\xcf\x4f\xc8\xbd\
+\x50\xef\xd1\xb4\xbb\x69\x5b\x6e\xde\xef\xc5\xd5\x91\xd5\x4b\x73\
+\xf3\x6a\xa3\x6a\x4f\xd6\x66\xa2\x4e\xae\x9d\x50\x3b\x21\xf7\x6a\
+\xf5\x88\xe7\x9e\xeb\x53\xf5\xe4\xb9\x5f\xc8\x29\xf8\x77\xc1\xec\
+\x82\xb9\x99\xef\x4c\x7b\x65\xda\x90\x69\x03\x26\xda\xa3\xe2\xa3\
+\x12\xa2\xe2\x45\xa2\x23\x0b\x8e\x2c\x3c\x12\x26\xfe\x8f\x13\x6c\
+\x54\x3f\xd0\xae\x17\xfe\x97\xb6\xa0\x57\x06\xd6\xf5\xea\x80\x41\
+\x4e\x9d\xe3\xd4\xe9\x4e\x9d\xf1\x72\x8a\xf3\x13\x9e\xfb\x00\x17\
+\xd0\x29\xd7\x46\x3f\x65\x3f\x77\x51\xba\xb3\x39\xba\x1f\xe8\xb8\
+\x17\xde\xcf\xfe\x07\xe1\x18\xcc\xea\x09\x43\xb5\xfc\x00\x00\x00\
+\x22\x7a\x54\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\x00\x00\x78\
+\xda\x2b\x2f\x2f\xd7\xcb\xcc\xcb\x2e\x4e\x4e\x2c\x48\xd5\xcb\x2f\
+\x4a\x07\x00\x36\xd8\x06\x58\x10\x53\xca\x5c\x00\x00\x00\x00\x49\
+\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x02\x77\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\
+\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xf4\x49\x44\
+\x41\x54\x78\xda\xb5\x95\x4b\x4b\xc3\x40\x10\xc7\x77\xa3\x67\xd1\
+\x0f\xa0\xf5\xa6\x1e\x04\xab\x07\xeb\xfb\xa8\x07\x1f\x15\x0f\x1e\
+\x14\xc4\xd7\x45\x4a\xaf\xfa\x65\x04\xd1\x4f\x20\x3e\x0e\x3d\x69\
+\xc1\x62\x2b\xc4\x47\x11\x5a\x1f\xa8\x6d\x42\x6d\x8f\x0a\x6d\x48\
+\xd2\xae\xdb\x8d\xbb\x59\xdc\xc4\x15\xc5\x81\x61\x66\x93\xd9\xdf\
+\xfc\x77\x92\x36\x10\x21\x04\xfe\xc3\x1a\x69\x02\x21\x0c\xe0\xd0\
+\xfe\x47\xde\x33\x16\xfa\x42\xc1\xd4\x02\x79\x4d\x3f\x51\x14\x88\
+\x9b\x28\xc0\x89\x10\x47\x85\x36\x76\x9c\x2c\xdc\xc8\x5b\x4b\x73\
+\xf3\x18\x0e\x02\x18\xd6\x21\x5f\xc0\xbc\x8b\x60\x11\xce\x16\x3c\
+\x98\xc0\xea\xf0\xf4\x63\xc1\x85\xf8\x40\x7b\x3a\x5a\x3d\x55\xfb\
+\x80\x15\xe2\x7b\xc7\x17\xec\xf8\x2c\x72\x0a\x57\xa6\x42\xa0\x81\
+\x8c\x88\x53\x8d\xd0\xb7\x60\x02\x59\x9a\xec\x17\x8e\x4f\xe0\xdc\
+\xfa\xea\x5e\x27\x31\x88\x95\x53\xb8\x1f\x98\x3d\xac\xdd\xa3\x94\
+\xab\x52\x9c\x2b\xb3\xb5\xf0\x10\xa9\x97\x8f\xe2\x53\xd1\xf2\x54\
+\x88\x2a\xa4\xd7\x68\x23\x3e\xa7\x6b\x39\x18\x7e\x8e\x62\xe7\x30\
+\xc9\x14\xf2\x40\x5e\x69\x5f\x57\xe0\x2b\x4b\x32\x8a\xba\xe2\xe9\
+\x01\x12\x71\x23\x0a\x17\x1a\xa8\x99\x1c\xcb\x7b\x3b\xdb\xe4\x60\
+\xa2\xf8\xe0\xfc\xc7\xc7\x5e\x9f\x1d\xa6\xd7\xe5\xe0\xd5\x99\x41\
+\x96\x8b\x6a\xe5\x26\x82\x9d\xcd\xe4\x68\x5e\x3f\x67\x6c\x92\x26\
+\x12\xc5\x97\xd9\xbc\x97\x62\x61\x24\x08\x21\xf2\x1e\x73\xff\x90\
+\xc8\x17\x0c\xb0\x6f\xef\x27\x78\xa0\x00\xb5\x2d\x13\xd8\x95\x77\
+\x30\x3d\xdc\x05\xec\xb7\x57\x02\x2e\x95\x4a\x3a\xbe\x5d\x60\x60\
+\x61\xa3\xf3\x3a\x79\xa9\x65\xf9\x43\x36\x03\xe6\xc3\xe3\x4c\x75\
+\x22\x71\x66\x44\x22\x91\x39\x9c\xdf\x7b\x83\x5d\xc5\x3c\x88\x07\
+\x13\xd0\x68\x47\x13\x83\xa6\x52\x49\x2b\x1a\xdd\x98\xd0\x34\x2d\
+\xe9\x3f\x63\x57\xb1\xef\x43\xab\x56\xab\xe0\xee\xf6\x9a\x41\x37\
+\x37\xb7\x66\x54\x35\x7d\xca\x73\x68\x57\x3a\xfc\xb1\x72\xb9\x8c\
+\x0c\xc3\x40\xa6\x69\x22\xcb\xb2\x88\xdb\xb6\x8d\x30\x0c\xd5\x6a\
+\x35\xe2\xf5\x9a\x58\x2c\x86\xe2\xf1\xd3\x4a\x30\xd8\x3d\xea\xec\
+\x17\x5d\xe1\x7b\x00\x89\x51\x21\xc5\x62\x51\x5f\x58\x58\x1c\x51\
+\xd5\x9b\xb8\x5f\x1d\xc4\x85\xbf\xf9\xe6\xe5\xf0\xbe\xa7\xef\x0a\
+\x3e\x00\x99\xaf\xd4\xde\xb6\x82\x3b\x86\x00\x00\x00\x00\x49\x45\
+\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x02\x40\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x16\x08\x04\x00\x00\x00\x6e\xbd\xa4\xb0\
+\x00\x00\x00\x02\x73\x42\x49\x54\x08\x08\x55\xec\x46\x04\x00\x00\
+\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\x42\
+\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\
+\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\
+\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xbf\x49\x44\x41\x54\
+\x78\xda\x95\xd2\x4f\x48\xd3\x71\x18\xc7\xf1\xf7\xfc\xb3\x74\x04\
+\x11\x98\x07\x61\x68\xb1\x4b\x13\x43\x1c\x43\x16\xce\x52\xe8\x9c\
+\x7a\xf2\x20\x41\xb7\x79\x11\xea\x50\x74\x09\x3c\xa8\x1d\xcd\xcb\
+\x20\x0d\x67\x1d\x05\x23\x11\x0f\xda\x62\x0d\xf9\x61\x25\x86\x66\
+\x05\x5b\xac\x7f\x50\xca\x1c\xce\xb1\x2d\x37\xe4\xf7\x28\xbf\x9f\
+\x6c\x73\x7f\x18\xf2\x1c\xbe\xdf\xe7\xf3\xbc\x0e\xcf\x17\xbe\x48\
+\xa6\xb0\xd8\x3b\x31\x48\x6e\x62\xb0\xdd\xc0\x92\xed\x73\x47\x7d\
+\xef\xde\xd0\x7c\x0a\x37\x1f\x27\xbd\xc5\xb1\x33\xb2\xed\x1a\xc6\
+\x94\xe9\x4d\xae\xe1\xc8\x36\x1d\xc5\xf1\x15\xc5\x1f\x0d\xd3\x9d\
+\xe9\xbb\xa3\x61\xc5\xcf\xe5\xe2\xb8\xc6\xf1\xf0\x50\x9d\x9c\xa1\
+\x41\xeb\x1a\xa6\x5e\x1c\xaa\x8e\x07\x9c\xcb\xc3\xd9\xad\x03\xc1\
+\xff\x49\x63\x3f\x15\x54\x18\xfb\x0f\x12\x81\x20\x3d\x42\x29\x6c\
+\x1d\xf7\xa4\x45\xf1\xd1\x4a\xab\xe2\x4b\xcb\xb8\x07\x6b\x69\x5c\
+\x6d\x1e\xdc\x4b\xa7\x52\x2d\x43\x2d\x43\xa9\xd4\x5e\xda\x3c\x48\
+\x75\x49\x2c\xe0\xf4\xaf\x26\xe5\x5b\x68\x2e\x94\x14\xff\x2a\x4e\
+\xa1\x34\x86\xba\x81\x91\x7d\x39\x50\x27\xd4\x2d\x19\x18\xa1\x2e\
+\x1f\xe7\xf3\xde\xb5\x9f\x71\xf9\x23\xf7\x77\xe8\x13\xca\x61\xeb\
+\xb3\xf5\x7f\xb2\x2f\x63\x3f\x70\x94\xc5\x26\xfb\x66\xf8\xab\xec\
+\xc8\xef\xf8\x79\x6b\x19\x8c\x61\xe9\x75\x42\x3c\x6a\x44\x12\xb2\
+\xfc\x8a\xaa\xa2\x98\x2a\xba\xb8\xce\x4d\xa6\x9b\x42\x5f\x62\x2f\
+\x17\x66\x7d\x9f\x62\x57\x7f\xe1\xc6\xa9\xa5\x95\x39\x98\x76\xb6\
+\xf8\x8e\x9e\x6c\x60\xd2\xb2\x0b\x04\x4f\x92\x00\x9f\x69\x3b\xc1\
+\x58\x58\xe4\xa2\x80\x17\x21\x9a\xfd\xbf\x5c\x23\x89\x30\x2f\x50\
+\x8f\x97\x46\x1d\x8f\x62\xd7\x86\x8f\x50\xb9\x7d\x6a\xc7\x3b\x08\
+\xf7\xb4\xdb\x2d\x1e\xeb\xf8\x23\xb5\x5a\xf0\x96\xb1\x82\xf7\xbb\
+\x59\xd4\xce\x7a\x14\x1d\xff\xe5\x09\x36\x9e\xe3\xa5\xb2\x00\x1b\
+\x79\x8f\x1b\x1b\x4f\x09\xe9\xd8\x45\x84\x18\x2b\x5c\x12\x0a\x0b\
+\x33\x1f\x88\xb3\xcb\x5d\x01\x39\x43\x1d\x01\x73\x5c\xbe\x9f\xa6\
+\x04\x1a\x28\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x03\x1e\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\
+\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x9b\x49\x44\
+\x41\x54\x78\xda\xb5\x95\x5d\x6b\x13\x41\x14\x86\xdf\xdd\x4d\x82\
+\x11\x1a\x6f\xf4\x26\xe9\x97\x94\x9a\x8a\xbd\x15\xc5\x8f\x6b\x15\
+\xfd\x1d\x16\xbc\x91\x5a\x3f\xc0\x6f\xea\x4d\x41\x48\xf1\x17\xa8\
+\x3f\xa3\x82\xbf\x40\xe8\x9d\x48\x48\x4a\x41\x6b\x91\x82\xdb\x9a\
+\xb8\x99\xdd\x9d\x9d\x59\xe7\xcc\xc4\x61\x96\x20\x16\x42\xdf\x70\
+\xe6\x9c\xb0\x73\x9e\x7d\xf7\x6c\x76\xe3\xe5\x79\x8e\xa3\x50\x89\
+\x96\x1b\xd7\xae\x6f\x47\x51\x34\xeb\x07\x3e\xee\xae\x3c\x42\x59\
+\x65\xb8\x27\xf4\x3d\x00\x1e\x3c\x4f\xaf\x20\x51\x6d\xb2\x87\x84\
+\x67\x58\x7f\xbd\x06\x29\x24\xe6\xe6\xe6\x76\xde\xbe\x7f\x37\xa5\
+\xc1\x03\x36\x98\x5d\x5e\x5e\x46\x77\x6b\x0b\xe7\x2f\x5d\xc5\x89\
+\xe3\xc7\x30\xc4\x12\xc6\x82\x2c\xdc\x00\x55\x98\xfc\x2b\x62\xe8\
+\x7e\xf9\x0c\x21\x04\x36\x3e\x6c\x4c\x5a\xc7\x52\x4a\xb4\xd6\x5b\
+\x68\x9e\x69\x82\x67\x99\x32\xe8\x59\xb0\x85\x17\x81\x16\x4a\x17\
+\xc3\x33\x89\x4e\xa7\xa3\xc1\x52\xe6\xb0\x60\x9a\x73\xa6\x80\x74\
+\x02\x82\x96\xcb\x3e\x36\x3e\x75\x71\x18\xdd\xbc\x30\x8f\x1c\x39\
+\xf5\x52\x28\x96\x44\xc1\xf1\x42\x73\x41\x9f\xc0\xf3\x15\x38\xf0\
+\x70\xeb\xe2\x3c\x5c\xa9\x43\x04\x30\x39\x37\x59\xaa\x85\xe6\x2b\
+\x84\x24\xb7\xc6\xb1\x90\x45\xc7\x04\xa7\x4b\xa3\x4d\x2c\xcd\xf0\
+\x71\x73\x1b\x87\xd1\x95\xc5\x29\x64\x32\x27\xa8\x71\xad\x58\xae\
+\x63\x3a\x60\xc0\xaa\x66\x49\x86\xcb\xe7\xa6\x60\xdd\x9a\xd5\xb8\
+\x1d\xda\x97\x43\xe7\x71\x6a\x1d\x9b\x51\xc8\x7f\x38\xce\x04\x6d\
+\xe6\xd8\xec\xfc\xc0\x61\xb4\x38\x7b\xca\x82\x35\x27\x77\xc1\x74\
+\x09\x42\x50\x69\x1d\x9f\x9d\x3e\x39\x02\xc9\x8d\x09\x53\x3b\x8e\
+\xb9\xa0\x7e\x03\x76\x1d\xd3\x5c\x34\x90\xc4\xb9\xc0\xb0\x84\xa7\
+\x61\x56\x16\x3a\x72\x23\x01\x64\x64\xcc\xb0\x5c\xc7\x66\x14\xa4\
+\xd5\xfb\x77\x30\x86\x88\xe5\x3a\xb6\xa3\x18\x5b\x64\x70\xd4\xf1\
+\xf8\x1a\x7d\x40\xe8\xc9\xfb\xab\x97\xaf\x56\x51\xab\xd5\xfe\xeb\
+\x6c\xe9\xf6\x12\xfa\xfd\x9e\xee\x9d\x9e\x34\x3f\x4f\x21\x1c\x30\
+\xfd\x54\x38\xe7\xb6\x29\x0c\x43\x3c\x7d\xfc\x04\x69\x9a\xa2\x5a\
+\xad\xe2\xd9\x8b\xe7\xb0\x72\x5e\x01\x8d\x7a\x1d\x7b\x7b\x25\x1c\
+\xec\xef\xdb\x7e\x21\xb2\x22\x38\xe3\xbc\xd0\xc8\xa2\x88\x9a\xa9\
+\x76\x61\x04\xa0\xac\x43\x70\x4e\x07\x40\x1f\xea\x0f\x82\x80\x58\
+\x0e\x58\x0a\x7a\xab\x15\x1d\x09\xa1\xc3\x53\xae\x07\x83\x81\x0b\
+\xb5\x91\x70\x6e\xdf\x68\xd4\x5f\x6f\x34\xf0\x75\xe7\x9b\x73\xf3\
+\x84\x94\x31\x63\x7e\xa9\xa4\xbf\x22\x49\x12\x05\x49\xc1\xe2\x18\
+\x15\x51\x51\x73\xec\x5b\xa8\x1b\x2c\x66\x6a\x6f\x4c\xb5\x76\xdc\
+\xef\xf5\x8a\x8e\x7d\x2f\xb8\xf7\x33\x0c\x5b\xb5\x89\x09\x82\x6b\
+\xd0\xca\x83\x87\x48\x79\xaa\x6f\x52\x4f\x35\x38\x40\xeb\x7e\xf0\
+\x3b\x42\xcc\x62\xf0\x34\x05\xaf\x54\xb0\xbb\xbb\x5b\x04\x77\xb6\
+\xbb\x6f\x4e\xcf\xcc\x20\x3c\xd8\x6f\x21\x87\xdf\x6e\xb7\x51\x51\
+\x1b\xed\xf3\x2f\xa5\x0d\x57\xdf\x15\x28\x4d\x13\x5d\x33\xc6\x0c\
+\xb0\x5c\x8a\x28\x1f\xd9\x9f\xe9\x1f\xa4\xbb\x50\x97\xff\xef\xe2\
+\x80\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x05\x03\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x06\xec\x00\x00\x06\xec\
+\x01\x1e\x75\x38\x35\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd8\x01\
+\x03\x12\x35\x00\xa0\xff\x07\x14\x00\x00\x00\x06\x62\x4b\x47\x44\
+\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x04\x90\x49\x44\
+\x41\x54\x18\x19\x9d\xc1\x6b\x68\x95\x65\x00\x07\xf0\xff\xf3\xbc\
+\xf7\xf7\x9c\xf7\x5c\xb7\xb3\xed\x9c\x4d\x8f\xf3\xc8\xa6\x9b\x9a\
+\xb6\x0a\x11\x2d\xcc\xcc\x48\xba\x20\x2a\x89\xda\x0d\xcb\x0c\xa3\
+\x0f\x51\x96\x51\x5a\x66\x17\x4c\x88\x21\x09\x45\x90\x98\x9a\xa4\
+\xcd\x22\x3f\x14\xb4\x40\x8c\x8a\x7d\x58\x78\xd9\xa6\x4e\x4f\xee\
+\x6c\x67\xb7\xb3\xed\xec\xdc\xdf\xcb\xf3\xb4\x0f\x7e\x90\x70\x53\
+\xfb\xfd\x08\xfe\x87\x96\x2f\xdf\x69\x95\xb8\xe9\x71\x44\x63\xc5\
+\x63\xcf\xee\x48\xe1\x26\x28\xee\xd0\xa9\x23\x9f\xcd\x15\xb8\xb9\
+\x28\x14\x0a\x49\xc5\xa2\x59\xc0\x24\x28\xee\x90\xa6\xd0\x4d\x94\
+\x3b\x0a\x23\xd2\xe1\xb5\x2f\xed\xca\x63\x12\x14\x77\xe0\xe0\xe7\
+\x7b\x74\xab\x98\x5d\xef\x76\xbb\xb3\xa3\xe3\xb9\xa3\x98\x02\xc5\
+\x6d\x3a\xd0\xfc\x89\x52\x59\xee\xdd\x54\xca\x8d\x55\xc9\x8a\xfe\
+\x73\x67\x77\xe2\x1a\xa6\x20\xe0\x36\x2d\xae\x15\x57\x9a\x0e\x3f\
+\x68\x99\xb6\xc0\x04\x75\xd7\xd3\xaf\x7e\x74\x0e\x53\x10\x71\x0b\
+\xdb\x37\xaf\x12\x2a\xcb\x8c\x26\xdd\x5b\xb1\x33\x1c\xd0\xc4\x91\
+\xfe\x5e\x5c\xee\x1a\x25\xb8\x05\x8a\x29\xbc\xf9\xc2\xa3\x52\x6d\
+\xd8\xb7\xb3\x7e\x56\xf4\x74\xb4\x42\x6d\x1a\xe8\x1f\x44\x9a\xa9\
+\xdc\xd3\xfe\x4f\xf1\x04\x40\x70\x83\x13\x80\xf2\xc3\xc2\x85\xab\
+\xbe\x07\x54\x4c\xa0\x98\xc4\xb6\x0d\x0f\x91\x48\xd0\xb5\xb5\xba\
+\x26\xfc\x96\x24\x89\x92\xe9\x10\x04\x74\xa0\xd2\x00\xa9\x52\xa5\
+\x7d\x8e\x40\x97\x1f\x02\x08\x26\x1c\x05\x14\xc1\xe7\xd9\x15\x5b\
+\x7a\xdf\x7e\x21\xe8\xdb\x7b\x14\x90\x05\x4c\xe2\xc9\x07\x1a\xe6\
+\x84\xca\x7c\x87\xcb\x82\x01\x35\x9d\xc9\x41\x91\x28\x8a\xe9\x34\
+\x88\x40\x50\x1d\x98\xc6\x54\x55\xbb\xff\xea\x95\xf8\xc5\x05\x1c\
+\xbd\x01\x8f\x7b\xf7\x82\xf5\x6b\x9e\x0a\xb9\x83\xc4\x33\xbf\xa1\
+\x2e\xd1\xd6\x56\x29\xe2\x26\xd6\x2d\x6f\xa4\x9a\xb7\xe2\x43\x5d\
+\x57\x0c\xc7\xb6\x20\x52\x8e\xd2\x78\x1a\x0e\x25\x90\xc0\x90\x8b\
+\xf7\x39\x55\xd1\x98\xcb\xb7\x34\xdf\xdc\xf3\x57\xfb\xf9\xba\x27\
+\x1e\x69\x62\x79\x07\xc3\x85\x7e\x64\x59\x91\x9b\x0e\x4b\x10\xdc\
+\xc4\xee\x2d\x2b\x1e\x56\x34\xd7\x8f\xc1\xaa\xe9\x92\x5b\x25\x90\
+\x89\x89\x6c\x2a\x05\x59\x53\x60\x99\x36\x9f\xd1\x36\xd0\x27\xe5\
+\xc0\xb8\xa1\x81\x69\x02\xc4\x54\x1e\x92\xdf\x8f\xf4\x58\x92\x75\
+\xfe\x72\xba\x79\xb3\xc3\x3f\x15\xf1\x1f\xef\x6f\x59\x11\xd6\x54\
+\x69\x7f\xb8\xc2\x2b\x79\x0c\x8e\xbe\xa1\x34\xc6\x0b\x0c\x12\x03\
+\x14\xce\x20\x03\x3d\x1d\x7f\xb6\x75\xd5\xd7\xcd\xac\x77\x2e\x26\
+\x41\x55\x15\x8e\x4b\xc3\x50\xbe\x8f\x5d\xfd\xa3\xb3\x59\x77\xf8\
+\x3e\x02\x40\xc4\x0d\xf6\x6e\x5b\xa9\xf9\x3c\xda\x17\x16\x23\x33\
+\xdd\x6e\x1d\xd9\x4c\x0e\x2e\xd1\x86\xcd\xb3\x90\x45\x82\xc1\x91\
+\x1c\x54\x45\xef\x10\x32\x85\xee\xc2\x40\x6f\x3d\xb9\x34\x08\xe6\
+\x30\x88\x2e\x19\xb9\x2a\x9f\x9d\xb5\xec\x0b\x5b\x01\x8e\x09\x02\
+\xae\x3b\xb4\x73\x9d\x20\x49\x64\x8f\x4b\x57\x37\x0a\xa2\x4c\x04\
+\xc2\x50\xc8\xe4\x61\x33\x07\x30\x4b\xf0\xfa\x0d\x38\x8e\x0d\xbd\
+\x67\xc8\x98\x53\x34\x63\xfe\xf8\x30\x91\x64\x91\xd8\x55\x01\xe2\
+\x4d\x65\x10\xb4\x98\xc0\x6b\x42\xcb\xe6\x8e\x64\x2e\xb5\x02\xdd\
+\x02\x26\x7c\xfb\xc1\x46\x5a\x28\xe5\x5e\x89\x46\x82\x3b\x3a\xe2\
+\x43\x62\x6d\x55\x10\xa3\xe9\x2c\xbc\x2e\x19\xa3\xd9\x3c\x82\x86\
+\x0a\x55\x97\x61\x5a\x36\x62\x63\xa6\x53\xd1\x9d\xe4\xa2\xa1\xd1\
+\x33\xb1\x69\xfc\xb8\x65\x8d\xcd\x2f\x2f\xd3\xc3\xc9\x61\x1e\x71\
+\x20\x5b\xd1\x9a\x07\x17\xbb\xbd\x97\xe8\x77\x1f\x3f\x47\xbb\xe2\
+\x89\xb5\x91\x0a\xef\xf6\xce\xf8\xa0\x5c\x13\xf4\x82\x71\x1b\x2e\
+\x2a\x80\x4a\x80\xa1\x4b\xd0\x54\x09\xcc\x61\xf0\x1b\x3a\xa4\x91\
+\x71\x22\xf9\xdc\xb4\x7d\x56\x14\x1d\x56\xe1\xf8\x5d\x73\xc2\x2f\
+\x7f\x63\x59\x5d\xe3\xb1\x19\xc4\x9f\xce\xe2\x1e\x4d\x77\xc9\x6e\
+\xf7\x33\xf4\x5a\xa2\xff\x6e\x4e\xc8\x3c\xce\xb9\xdf\x36\x1d\x84\
+\x2b\x7d\xbc\x94\x2b\x71\xaf\x57\x41\x36\x57\x42\x24\xe4\x01\xa5\
+\x80\xc3\x6c\x84\x82\x06\x4b\x7a\x3d\xe6\xf9\xe9\xd5\xbc\xc3\xcc\
+\x9d\x5c\xf2\xf8\xbd\x5f\xcf\x5e\xd2\x78\xc5\xa3\xd1\x17\x8f\x14\
+\xcd\xb3\xfd\xcb\x96\xe2\xa7\x81\xa1\xce\xc1\x73\xe7\x5e\x13\x9e\
+\x5f\xbd\x08\x91\x90\xd1\x98\x1e\xcf\x37\xd5\x45\x42\x1a\x44\xce\
+\x69\x91\x13\xa2\x11\x66\x33\x46\x43\x3e\x1d\x03\xa9\x0c\xa6\x87\
+\xfd\xb0\x1c\xe4\x12\xc9\xd4\xe1\xa1\x74\xfa\xef\xd8\xf2\xc6\xaf\
+\x64\x45\x4a\x28\x12\x49\xd5\x2c\x28\x1f\xce\xff\xde\xfb\xeb\xe5\
+\x44\x9f\x32\x32\x30\xb8\xe3\x5d\xa0\x4f\x14\x08\x2d\x96\x6c\xa7\
+\x55\x93\x94\xc6\x54\xa1\xd8\xa0\x9b\x34\x50\x60\x96\xe6\x15\x54\
+\x4f\x99\x4f\x07\xb7\x2c\x30\x02\xd8\x79\x87\x17\x41\x2e\xfb\x67\
+\x57\x1f\x0f\x36\x4c\xeb\x76\x80\xa1\x78\xa6\x50\x6c\x6d\x2f\xb1\
+\x96\x96\x16\x4c\x48\x02\x78\x1b\xd7\x91\x63\xc7\xd6\x10\xa1\xd7\
+\xad\x08\x9c\xd5\x72\x8e\x28\x80\x72\xcb\x72\x62\x00\x8b\x2a\x12\
+\x8d\xb2\x52\x69\x16\x91\xc5\x80\x50\x24\xbd\x23\x8c\x9f\xf2\x1b\
+\xda\x1b\x52\x4a\xce\x47\x4e\x9e\x61\xf3\xce\x9e\xc5\x64\x08\x26\
+\x70\x0e\x5c\x78\x6f\x35\xb9\xaa\xfb\xa9\xc9\x2c\x51\xa0\xc4\x70\
+\x08\x2f\x07\x41\xd4\xb6\x6d\xf7\xf0\xc8\xb8\x3d\xa3\x32\x60\x74\
+\xf6\xe5\x7a\x36\xbc\xfe\x5b\x6b\x79\xf9\x30\x6e\xe5\x5f\x4f\xa1\
+\xf9\x6b\x06\xa7\xfc\xf6\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\
+\x60\x82\
+\x00\x00\x04\x61\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\
+\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\xde\x49\x44\
+\x41\x54\x78\xda\xb5\x95\xdf\x6b\x14\x57\x14\xc7\xbf\x77\x26\x33\
+\xbb\x11\xb3\x9b\x1f\x6d\x36\x2d\xd9\x99\xd8\xb8\x68\x05\xab\x11\
+\x94\x50\x94\x5d\x11\x21\xfa\xd4\xc7\x42\xfb\x90\x7f\xa1\x7d\x31\
+\x11\x49\x9e\x54\x04\xc9\x43\xfb\x50\xda\xbe\xf8\x58\x5a\xc4\xd2\
+\x42\xe8\x8b\x66\xb7\xda\xa6\xd6\x2a\xda\x28\x91\x74\x6b\x9d\x09\
+\x4d\x34\xbb\x6e\xb2\x44\x93\x9d\x9d\x3b\xf7\xf6\xdc\x65\x1d\xb6\
+\x83\x2d\xf8\xe0\x81\xc3\x65\xf7\x7e\xcf\xe7\x9e\x73\xee\xb9\x0c\
+\x93\x52\xe2\x55\x98\x86\x88\xfd\xc2\xd8\xc0\xcf\x8c\xe5\xd5\x8a\
+\x88\xbd\x94\x96\x32\x0e\x7d\x16\x18\xf8\x35\x9d\x5e\xac\x5e\xbd\
+\x2a\xaf\x99\xa6\xa3\x7e\xb7\xee\x47\xb5\x3f\x19\xc6\xc3\x95\x6f\
+\xbe\x96\xbf\x65\x32\x8b\x51\xad\xd6\x7a\x3a\xeb\xee\xfe\x71\x70\
+\xea\x7c\xbf\xa8\xae\x21\x7d\xe6\x8c\x15\x18\x46\x34\x9b\x50\x2b\
+\x68\xef\x8d\xf1\x31\xbb\x7a\xf7\x2e\xba\x3e\xfc\xa0\x5f\x9a\x66\
+\xa1\x55\xab\x3d\x17\x9a\xbb\x76\x5d\xdb\xf1\xc5\xe7\x69\x66\x18\
+\xf0\x57\x2b\x88\xa7\x5e\x87\x75\xf6\xac\x1d\x98\x66\x08\x0f\xa1\
+\xba\x9e\x7f\xf3\xe4\x49\x9b\x57\x2a\xd8\x58\xf8\x03\x1b\x7f\x2f\
+\xa1\x6f\xec\x84\x25\xe3\xf1\x10\xde\xb8\x3c\xd5\xa7\x9d\xd3\xd3\
+\x59\x26\x03\x28\xb1\xf0\xea\x40\x9d\x9c\x2c\xd8\xd8\x80\x33\x36\
+\xee\x30\xce\x73\x20\x53\xd0\xfe\xc9\x09\x9b\x97\xca\xf0\x4a\x25\
+\x70\xd2\xf9\xb5\x1a\x62\xdb\x07\x21\xe8\x80\xf5\x8b\x17\x0b\xef\
+\x4a\x99\x6b\x64\x4c\x88\xd1\x7b\xc7\x8f\x3b\x6b\x37\x6f\x81\x31\
+\xad\x01\x95\x9e\x07\x51\xad\x42\x97\x02\xb6\xca\x9c\x80\x5c\xd3\
+\xf2\xf6\xe4\xa4\x8d\x27\x15\x04\x2b\x2b\xd0\x08\xc8\x36\x37\x11\
+\xeb\x4c\xc2\x88\xb7\xa3\x72\xe9\x92\xab\x58\x61\xc6\xca\xf2\x54\
+\x82\x5a\xb6\x9d\x3b\x67\xb7\x77\x25\x21\x28\x58\xd6\x3d\x30\x95\
+\x7d\xcc\x04\xb6\x6c\x85\x50\x55\x10\xb0\xfe\xe8\x11\x04\x1d\xcc\
+\xc9\x91\x4c\xa0\x6d\x7b\x06\xee\xe9\xd3\x2e\xa4\xcc\xe6\xa4\x7c\
+\xd8\x0a\x0e\xe1\x9c\xda\xf2\xf6\xd4\x94\x6d\x52\x5b\x82\xf2\x13\
+\xca\x5c\xc1\x6b\xd0\x28\x23\x59\xf7\xe1\x13\x54\x1d\x20\xe8\x3f\
+\x74\x74\x40\x7f\x67\x0f\x16\x26\x26\x5c\x5d\x88\x10\x1a\x82\x5b\
+\xed\x07\x82\xeb\x54\xf2\x9e\x4f\x3f\xa1\x92\xcb\x90\x8f\x1f\x03\
+\x04\xd4\xa8\xe4\xa0\xd9\xfb\xa0\x01\x4d\x40\x3f\x70\x00\xf7\xc6\
+\xc7\x5d\x9f\xf3\xec\x08\x41\xff\xf7\x81\x28\x41\x20\x44\xee\xf6\
+\x47\x1f\xbb\x5a\xaa\x0f\x46\xcf\x6b\x60\xaa\x64\x82\xea\xb4\x6a\
+\x04\x6d\x6b\xdf\x82\xf8\xc1\x83\xf8\xfd\xd4\xa9\xc5\x10\x1a\xb1\
+\x36\xbc\xc0\x6a\xe4\x86\xef\x63\xfd\xbb\xef\x11\xa7\x35\xd6\xdd\
+\x0d\xbd\x63\x2b\x18\x5d\x92\x60\x1a\x68\x66\xc1\x57\x57\x11\x70\
+\x0e\x0f\x11\xfb\xaf\x56\x7c\x4b\xad\xd0\x80\xc2\x8e\xa3\x47\x2d\
+\x73\x6e\x0e\x3a\x8d\x94\x49\x1a\x95\x81\x46\xab\x60\x0c\x1c\x00\
+\xef\xe9\x01\x1f\x1e\xc6\xdc\xf4\xb4\x1b\x04\x41\xf6\xbd\x68\x2b\
+\xa2\x50\x10\x74\xdb\x91\x23\x16\xe6\xe7\x21\xca\x65\x68\x4d\x91\
+\xd9\xd5\x85\x18\xc1\x8c\xe7\xcf\x95\xe6\x5d\xce\xce\x62\xe7\xb1\
+\x63\x96\xa6\xeb\x05\x15\xfb\x42\xf0\x57\x6a\x22\x80\x7c\x3a\x9b\
+\xb5\xc4\xc2\x02\xea\x34\x56\x02\x68\x38\xa3\x56\x54\xf6\xed\x43\
+\x69\xef\x5e\xb0\x54\x0a\xb2\xf9\x3f\x5f\x5b\x83\x7f\xfd\x3a\xde\
+\x1a\x19\xb1\x04\xc1\x15\xa3\xb5\x15\x0d\x28\x23\x68\xff\xa1\x43\
+\xb6\xee\xba\x60\xcb\xcb\x88\x01\x88\xd3\x5e\x7b\x32\x09\x8f\x80\
+\xb7\xaf\x5c\x71\x94\x76\xe8\xf0\x61\x3b\x71\xff\x3e\x36\xe9\x60\
+\x8f\x31\xd4\xc8\x39\x8d\x1d\xf6\xef\xc7\x5f\x97\x2f\x3b\x81\xef\
+\xe7\xde\xa7\xb6\x34\x32\x96\xc0\x85\x8e\x4c\xc6\x96\xcf\x9e\x61\
+\x93\xc6\x8b\x93\x38\x00\x10\x24\x12\x58\x27\xe8\x2d\x82\x0a\x9a\
+\x14\x02\xe7\x6e\xce\xcc\x38\xa5\x4c\x06\xa2\xaf\x0f\x7e\x53\xe7\
+\x3d\x7d\x8a\x7a\xb1\x88\x9e\xa1\x21\x5b\xb1\xc2\x56\x78\xc0\x68\
+\xa5\x58\x74\x82\xce\x4e\x80\xca\x6e\x80\x29\x8b\x1a\x41\xef\x10\
+\xa8\x46\x50\x95\x85\x72\x8f\xe0\x77\x0a\x05\x67\xd5\xb2\x20\x7b\
+\x7b\x51\x27\x2d\x54\xdc\xc0\x00\x96\x6f\xdc\x70\xbc\xe8\x93\xbe\
+\xa0\xa6\x81\x5e\x9d\x45\xed\xd0\x96\x96\xd0\x46\x81\x7f\x12\x80\
+\x6e\x3c\x37\xda\x72\xe3\xa1\x16\xc8\x0f\x0e\x0f\xdb\x06\x65\xeb\
+\xd3\x01\x0f\x66\x66\xdc\x80\x9e\xb4\xd2\x86\xe0\xd6\x00\x41\xf0\
+\xd4\xee\xdd\x76\x69\x7e\xde\x81\xef\x47\xa1\xff\xd6\x12\xbc\x97\
+\x5a\x58\x2a\x16\x5d\x16\x42\x9b\x16\xfd\x32\x7c\x46\x45\x7d\x49\
+\x01\x6a\x8d\xec\xbd\x94\xf6\x95\x7d\x4c\xff\x01\x86\xc1\x7a\xb3\
+\xb3\x0b\xf7\x5e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+\
+\x00\x00\x04\xc6\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\
+\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\x43\x49\x44\
+\x41\x54\x78\xda\xb5\x95\x5f\x4c\x5b\x55\x1c\xc7\xbf\xb7\x2d\xe5\
+\x8f\x83\x72\xbb\x31\x28\x04\x64\xe0\x8a\x9b\x75\xb0\x64\x31\x43\
+\x85\x89\x64\xa2\x0f\x24\xd3\x84\xf8\xb8\x2d\x26\x18\xd4\xf0\x00\
+\x0b\x2f\x24\x24\xf3\x41\x43\x18\x9a\xa0\xf8\x60\x82\xca\x9b\x92\
+\xcc\x97\x4d\x23\xcb\xcc\xb6\x08\xd9\xc6\xc2\x06\x06\x1b\x43\xd0\
+\x22\x94\x72\x59\x81\x0b\x2d\xd0\xde\x7f\xbd\xfe\x7e\x4d\x9b\xdc\
+\x48\x79\xf4\x9b\x7c\x73\xb8\xf7\x1c\x3e\xe7\xdc\x73\xbe\xbf\x53\
+\xc1\x34\x4d\xfc\x1f\x72\xe0\x00\x09\x82\x60\x03\x50\x4a\x76\x93\
+\xc5\x54\xcb\x92\xc9\x9b\x29\x87\x68\x61\x09\x64\x10\xaf\x38\x13\
+\xd4\x05\xa0\xbe\xbb\xbb\xfb\xa5\x96\x96\x16\x5f\x15\xa9\xa4\xa4\
+\xa4\x0a\x24\x49\x92\xfe\x66\x8d\x8f\x8f\xcf\x0d\x0e\x0e\x4e\x01\
+\x78\x40\x8c\xad\x7d\x10\x06\xa7\xcd\x4c\xf2\xc9\x9a\x9a\x9a\xcb\
+\xb3\xb3\xb3\x77\x0d\xc3\x30\x77\x77\x77\x4d\x59\x96\xcd\x70\x38\
+\x6c\xae\xad\xad\x71\xcb\xcf\xc9\xf7\x3c\x86\xc7\x02\x78\x81\x2c\
+\x58\x59\xfc\x60\x5d\xe9\xc9\x9e\x9e\x9e\xb6\xbe\xbe\xbe\x4e\x9b\
+\xcd\xe6\x7e\x2a\x47\x31\x34\xbe\x84\xa0\xac\x60\x4f\x4d\xc0\x48\
+\x24\x90\x2b\x24\x50\x52\x60\xc7\x87\xe7\xcb\x51\x24\x1e\x02\x8d\
+\xdb\x1c\x18\x18\xf8\xa2\xbf\xbf\x7f\x8c\x58\xfe\x7d\x5b\xc1\x9f\
+\x4f\xb3\xbf\x33\x3d\x3d\x7d\x8d\xf7\xf3\xc6\xe3\x10\xbe\xfe\x6d\
+\x03\x4d\x67\xaa\x21\xe6\x00\x09\x82\x9a\x29\x87\x23\x0a\x6e\xdf\
+\xff\x13\xef\xbf\x56\x8c\x37\x4f\x7b\xe0\x70\x38\xe4\xe6\xe6\xe6\
+\x2b\x73\x73\x73\xd7\x89\xb7\x0d\x92\xcd\x72\x50\xf5\x63\x63\x63\
+\x17\x79\xa5\x37\x9f\xac\x62\xf8\x09\xbd\x38\x5d\x8d\xb8\xaa\xc3\
+\x11\x95\xe0\xcb\xdf\xc5\xcb\x25\x06\x9c\xb1\x75\x28\x8a\x9a\xec\
+\x1b\xbc\xb3\x85\xf1\x19\x09\xba\xae\x8b\xa3\xa3\xa3\x97\x99\xc1\
+\xac\x34\x98\x55\xca\x07\xe5\xf3\xf9\xce\x85\xe5\x1d\x7c\x7e\x4f\
+\xc6\x73\x1e\x17\x42\x11\x1d\xc1\x88\x81\x37\xea\xca\x50\x55\x2a\
+\xa2\xf6\xb8\x07\x1f\xb4\xd6\xe2\x79\x97\x86\xa5\x8d\x38\xaa\xcb\
+\x44\x7c\x72\x63\x11\x1b\xdb\x7b\x28\x2f\x2f\x7f\xb5\xb7\xb7\xf7\
+\x15\x66\x59\xc1\x6e\x3e\xfd\x78\x3c\x8e\x2f\xef\x4a\x70\x1c\x29\
+\xc7\xda\x8e\x8e\x55\x02\x87\xb6\x75\x7c\x74\x7d\x15\x97\xbe\x97\
+\x70\xf5\x87\x19\xb0\xea\x8e\xb9\x93\xfb\x1e\x92\xe3\x50\x9d\x2e\
+\x0c\xdf\xfa\x07\xb1\x58\x0c\x0d\x0d\x0d\x7c\x88\x87\xad\x39\x76\
+\x73\xa4\x54\x55\x85\x5f\x52\x10\x75\x98\x88\xc6\x0c\xa8\xaa\x06\
+\x4d\xd3\xc9\x80\xaa\x28\xf8\xf8\xf5\x22\xb0\x7e\x9a\x5e\x41\x20\
+\x1c\x83\x90\x30\xa0\x28\x1a\x66\x97\x62\xa0\x04\x81\x22\x59\xc9\
+\x2c\x2b\x58\xe4\x9c\xf2\xac\x4b\x51\x20\x9e\x6f\xc2\xd0\x29\x05\
+\x1a\xb7\x64\xc3\x84\xcf\xad\xa3\xb1\xb6\x02\x8f\xfc\x41\x0c\x3d\
+\xd8\x43\x5c\xe3\x7e\x9d\xfa\x0d\x2c\x3c\x8d\x73\x3a\x20\x8a\xe2\
+\xb1\x34\xd8\x06\x8b\xf8\xe4\x0f\x52\x9b\x2f\x0f\xac\xcf\x7e\x59\
+\x84\x66\xda\x90\x49\xe9\x84\x59\xc1\x32\x57\x14\xcf\x5a\x91\x9f\
+\xa9\x3e\x81\xe8\xce\x1e\xbe\xfb\x79\x06\xb7\x97\x85\x7d\xdd\xc7\
+\x8f\xe6\x80\xb5\xbe\xbe\x1e\x60\x96\x15\xbc\xc9\x65\x4a\x79\xc4\
+\x89\xa3\x4e\x20\x9d\x6d\xb2\xdd\x26\x20\x27\x4b\xc0\xb4\x9c\x8b\
+\xa9\xb0\x1d\x79\xb9\x0e\x38\xe9\x99\x62\x85\xb4\xea\x2a\x0b\x93\
+\x5f\x1b\x0a\x85\x16\x01\x6c\xc0\x0a\xe6\xda\x77\x3a\x9d\x78\xef\
+\xac\x0b\xcf\x44\x83\x49\xe8\xa1\x5c\xe0\xd9\x22\xc0\x5b\x24\xe0\
+\x9b\x4b\x35\xf8\xea\xe2\x8b\x68\xaa\xb2\xa3\xda\x93\x8d\xe2\x42\
+\x47\x72\x4c\xb1\x33\x86\xce\xb7\xaa\x60\xb7\xdb\x31\x39\x39\xf9\
+\x07\xb3\xac\xe0\x10\x5f\x28\x0b\x0b\x0b\xf7\x0e\xbb\xf2\xd0\x7d\
+\xce\x05\x53\xd9\x43\x7a\xdd\x2a\x80\x5b\x0f\xe7\x31\x3b\xbf\x82\
+\xe5\x2d\x15\x5c\x02\x59\x59\xb6\x64\x2a\x3e\x7d\xd7\x8b\x6c\x7b\
+\x02\xcb\xcb\xcb\x13\x54\xd6\x93\x00\x56\xfe\x5b\xd2\x85\x54\xd2\
+\x6f\xd3\xac\xd7\x14\x45\x71\xdf\x99\x8f\x60\xe0\x57\x19\xdb\x4e\
+\x37\xfd\xa3\x8e\x84\xae\xc1\x54\x15\x50\x48\x10\xdd\x55\xe1\xd2\
+\xb6\x70\xf5\x42\x25\x1a\xbc\x05\x1c\x35\xb9\xb5\xb5\xf5\x8a\xdf\
+\xef\xff\x91\x6f\x3a\x6b\xdc\xc0\x2f\x08\x3e\xc5\x17\x4a\x57\x57\
+\x57\x67\x93\xb7\x40\xac\xf5\x64\xe1\xe6\x5f\x36\xfc\x2e\x09\x98\
+\x9a\x93\x90\x30\x34\x9c\xf1\x96\xe2\x94\x27\x1f\x6d\xa7\x2a\x78\
+\xa5\x49\xe8\xf0\xf0\xf0\x10\x41\x1f\x32\x23\xe3\x7d\x2c\x90\x00\
+\x9c\xa0\xd2\x3e\xcb\xb5\xcf\x65\xca\xd9\xe6\xf0\x73\x62\xac\xb1\
+\xe4\x3d\xe5\xcf\x6f\x6f\x6f\xff\x96\xa1\x00\xfc\x26\x69\x1f\xd8\
+\x02\xcf\x06\x50\x46\x6e\xec\xe8\xe8\xa8\x6f\x6c\x6c\xf4\xd2\x04\
+\x65\x1e\x12\x8f\x0d\x06\x83\x52\x20\x10\x58\x9d\x98\x98\x58\x18\
+\x19\x19\x79\x04\xe0\x7e\x6a\x5f\x23\xd4\xaf\x1c\xb4\xe2\xbc\x54\
+\xad\x1f\x49\x55\x50\x75\xea\x52\x29\x26\x17\x91\x9d\xe4\x6d\x72\
+\x98\xbc\x4a\x0e\xa4\x52\xb0\x4e\x96\xf8\x6f\xe2\xe9\x16\xf0\x81\
+\xbf\x79\x76\x72\x96\xc5\x02\x59\x4f\x59\x4b\xb5\x86\x99\x01\xf2\
+\x2f\xe4\xb8\x47\x29\xd9\x41\xf7\x70\x00\x00\x00\x00\x49\x45\x4e\
+\x44\xae\x42\x60\x82\
+"
+
+qt_resource_name = "\
+\x00\x07\
+\x02\xcb\xa8\xf3\
+\x00\x4b\
+\x00\x75\x00\x74\x00\x74\x00\x61\x00\x6e\x00\x73\
+\x00\x1c\
+\x08\x86\x2d\x47\
+\x00\x70\
+\x00\x72\x00\x65\x00\x66\x00\x65\x00\x72\x00\x65\x00\x6e\x00\x63\x00\x65\x00\x73\x00\x2d\x00\x64\x00\x65\x00\x73\x00\x6b\x00\x74\
+\x00\x6f\x00\x70\x00\x2d\x00\x66\x00\x6f\x00\x6e\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x11\
+\x0f\x4a\x2a\xc7\
+\x00\x66\
+\x00\x61\x00\x63\x00\x65\x00\x2d\x00\x63\x00\x6f\x00\x6e\x00\x66\x00\x75\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\
+\x00\x10\
+\x0c\xbc\x2e\x67\
+\x00\x64\
+\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x6e\x00\x65\x00\x77\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x0d\
+\x0c\xd2\xbf\xe7\
+\x00\x65\
+\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x72\x00\x65\x00\x64\x00\x6f\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x0d\
+\x01\x1c\xb1\xa7\
+\x00\x65\
+\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x63\x00\x6f\x00\x70\x00\x79\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x0d\
+\x03\xd2\xbe\x67\
+\x00\x65\
+\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x75\x00\x6e\x00\x64\x00\x6f\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x14\
+\x0b\xa9\xab\x27\
+\x00\x64\
+\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x73\x00\x61\x00\x76\x00\x65\x00\x2d\x00\x61\x00\x73\x00\x2e\
+\x00\x70\x00\x6e\x00\x67\
+\x00\x12\
+\x0e\x2f\x68\xa7\
+\x00\x64\
+\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x70\x00\x72\x00\x69\x00\x6e\x00\x74\x00\x2e\x00\x70\x00\x6e\
+\x00\x67\
+\x00\x10\
+\x00\x47\xa2\x07\
+\x00\x77\
+\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x2d\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x1a\
+\x01\x3a\xb6\x67\
+\x00\x64\
+\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x70\x00\x72\x00\x69\x00\x6e\x00\x74\x00\x2d\x00\x70\x00\x72\
+\x00\x65\x00\x76\x00\x69\x00\x65\x00\x77\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x11\
+\x01\xa6\xc4\x87\
+\x00\x64\
+\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\
+\x00\x0e\
+\x0c\xaa\xc0\xa7\
+\x00\x65\
+\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x70\x00\x61\x00\x73\x00\x74\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x1b\
+\x04\x0e\xe4\x87\
+\x00\x61\
+\x00\x70\x00\x70\x00\x6c\x00\x69\x00\x63\x00\x61\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x2d\x00\x69\x00\x6c\x00\x6c\x00\x75\x00\x73\
+\x00\x74\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x13\
+\x0a\xb9\xc8\x07\
+\x00\x65\
+\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x73\x00\x65\x00\x6c\x00\x65\x00\x63\x00\x74\x00\x2d\x00\x61\x00\x6c\x00\x6c\x00\x2e\x00\x70\
+\x00\x6e\x00\x67\
+\x00\x0c\
+\x07\xb1\x59\x27\
+\x00\x65\
+\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x63\x00\x75\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x11\
+\x0f\xe3\xd5\x67\
+\x00\x64\
+\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x73\x00\x61\x00\x76\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\
+\x00\x0e\
+\x0d\x8b\x39\xe7\
+\x00\x65\
+\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x63\x00\x6c\x00\x65\x00\x61\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x0f\
+\x0c\x42\xa9\xc7\
+\x00\x65\
+\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x64\x00\x65\x00\x6c\x00\x65\x00\x74\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x0f\
+\x01\x65\x3b\x47\
+\x00\x73\
+\x00\x79\x00\x73\x00\x74\x00\x65\x00\x6d\x00\x2d\x00\x68\x00\x65\x00\x6c\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\
+"
+
+qt_resource_struct = "\
+\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\
+\x00\x00\x00\x00\x00\x02\x00\x00\x00\x13\x00\x00\x00\x02\
+\x00\x00\x01\x58\x00\x00\x00\x00\x00\x01\x00\x00\x20\x21\
+\x00\x00\x00\xc0\x00\x00\x00\x00\x00\x01\x00\x00\x11\x09\
+\x00\x00\x01\x7e\x00\x00\x00\x00\x00\x01\x00\x00\x25\x08\
+\x00\x00\x02\xf6\x00\x00\x00\x00\x00\x01\x00\x00\x4b\xff\
+\x00\x00\x01\xb8\x00\x00\x00\x00\x00\x01\x00\x00\x29\x5f\
+\x00\x00\x00\xe0\x00\x00\x00\x00\x00\x01\x00\x00\x13\x10\
+\x00\x00\x02\x02\x00\x00\x00\x00\x00\x01\x00\x00\x2f\x86\
+\x00\x00\x02\x6a\x00\x00\x00\x00\x00\x01\x00\x00\x3d\x2d\
+\x00\x00\x00\x14\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
+\x00\x00\x02\x3e\x00\x00\x00\x00\x00\x01\x00\x00\x3a\xb2\
+\x00\x00\x01\x00\x00\x00\x00\x00\x00\x01\x00\x00\x17\xd8\
+\x00\x00\x02\xd2\x00\x00\x00\x00\x00\x01\x00\x00\x47\x9a\
+\x00\x00\x01\xe0\x00\x00\x00\x00\x00\x01\x00\x00\x2c\x7f\
+\x00\x00\x00\x7a\x00\x00\x00\x00\x00\x01\x00\x00\x08\xbb\
+\x00\x00\x00\xa0\x00\x00\x00\x00\x00\x01\x00\x00\x0c\x28\
+\x00\x00\x02\xb0\x00\x00\x00\x00\x00\x01\x00\x00\x42\x93\
+\x00\x00\x01\x2e\x00\x00\x00\x00\x00\x01\x00\x00\x1c\xad\
+\x00\x00\x00\x52\x00\x00\x00\x00\x00\x01\x00\x00\x04\x12\
+\x00\x00\x02\x88\x00\x00\x00\x00\x00\x01\x00\x00\x3f\x71\
+"
+
+def qInitResources():
+ QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
+
+def qCleanupResources():
+ QtCore.qUnregisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
+
+qInitResources()
diff --git a/pykuttans/src/kuttans_rc.pyc b/pykuttans/src/kuttans_rc.pyc
new file mode 100644
index 0000000..7ca5188
--- /dev/null
+++ b/pykuttans/src/kuttans_rc.pyc
Binary files differ
diff --git a/pykuttans/src/kuttans_ui.py b/pykuttans/src/kuttans_ui.py
new file mode 100644
index 0000000..4d85416
--- /dev/null
+++ b/pykuttans/src/kuttans_ui.py
@@ -0,0 +1,273 @@
+# -*- coding: utf-8 -*-
+
+# Form implementation generated from reading ui file 'ui/kuttans.ui'
+#
+# Created: Sat Feb 14 00:01:16 2009
+# by: PyQt4 UI code generator 4.4.4
+#
+# WARNING! All changes made in this file will be lost!
+
+from PyQt4 import QtCore, QtGui
+
+class Ui_Kuttans(object):
+ def setupUi(self, Kuttans):
+ Kuttans.setObjectName("Kuttans")
+ Kuttans.resize(631, 390)
+ self.centralwidget = QtGui.QWidget(Kuttans)
+ self.centralwidget.setObjectName("centralwidget")
+ self.gridLayout = QtGui.QGridLayout(self.centralwidget)
+ self.gridLayout.setObjectName("gridLayout")
+ self.textEdit = QtGui.QTextEdit(self.centralwidget)
+ self.textEdit.setObjectName("textEdit")
+ self.gridLayout.addWidget(self.textEdit, 0, 0, 1, 1)
+ Kuttans.setCentralWidget(self.centralwidget)
+ self.menubar = QtGui.QMenuBar(Kuttans)
+ self.menubar.setGeometry(QtCore.QRect(0, 0, 631, 29))
+ self.menubar.setObjectName("menubar")
+ self.menuFile = QtGui.QMenu(self.menubar)
+ self.menuFile.setObjectName("menuFile")
+ self.menu_Convert = QtGui.QMenu(self.menubar)
+ self.menu_Convert.setObjectName("menu_Convert")
+ self.menu_Unicode_To_ASCII = QtGui.QMenu(self.menu_Convert)
+ self.menu_Unicode_To_ASCII.setObjectName("menu_Unicode_To_ASCII")
+ self.menu_ASCII_To_Unicode = QtGui.QMenu(self.menu_Convert)
+ self.menu_ASCII_To_Unicode.setObjectName("menu_ASCII_To_Unicode")
+ self.menu_Help = QtGui.QMenu(self.menubar)
+ self.menu_Help.setObjectName("menu_Help")
+ self.menu_Edit = QtGui.QMenu(self.menubar)
+ self.menu_Edit.setObjectName("menu_Edit")
+ Kuttans.setMenuBar(self.menubar)
+ self.statusbar = QtGui.QStatusBar(Kuttans)
+ self.statusbar.setObjectName("statusbar")
+ Kuttans.setStatusBar(self.statusbar)
+ self.toolBar = QtGui.QToolBar(Kuttans)
+ self.toolBar.setObjectName("toolBar")
+ Kuttans.addToolBar(QtCore.Qt.TopToolBarArea, self.toolBar)
+ self.editToolBar = QtGui.QToolBar(Kuttans)
+ self.editToolBar.setObjectName("editToolBar")
+ Kuttans.addToolBar(QtCore.Qt.TopToolBarArea, self.editToolBar)
+ self.actionOpen = QtGui.QAction(Kuttans)
+ icon = QtGui.QIcon()
+ icon.addPixmap(QtGui.QPixmap(":/Kuttans/document-open.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
+ self.actionOpen.setIcon(icon)
+ self.actionOpen.setObjectName("actionOpen")
+ self.actionClose = QtGui.QAction(Kuttans)
+ icon1 = QtGui.QIcon()
+ icon1.addPixmap(QtGui.QPixmap(":/Kuttans/window-close.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
+ self.actionClose.setIcon(icon1)
+ self.actionClose.setObjectName("actionClose")
+ self.actionSave = QtGui.QAction(Kuttans)
+ icon2 = QtGui.QIcon()
+ icon2.addPixmap(QtGui.QPixmap(":/Kuttans/document-save.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
+ self.actionSave.setIcon(icon2)
+ self.actionSave.setObjectName("actionSave")
+ self.actionSaveAs = QtGui.QAction(Kuttans)
+ icon3 = QtGui.QIcon()
+ icon3.addPixmap(QtGui.QPixmap(":/Kuttans/document-save-as.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
+ self.actionSaveAs.setIcon(icon3)
+ self.actionSaveAs.setObjectName("actionSaveAs")
+ self.actionKuttansHelp = QtGui.QAction(Kuttans)
+ icon4 = QtGui.QIcon()
+ icon4.addPixmap(QtGui.QPixmap(":/Kuttans/system-help.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
+ self.actionKuttansHelp.setIcon(icon4)
+ self.actionKuttansHelp.setObjectName("actionKuttansHelp")
+ self.actionPayyansHelp = QtGui.QAction(Kuttans)
+ self.actionPayyansHelp.setIcon(icon4)
+ self.actionPayyansHelp.setObjectName("actionPayyansHelp")
+ self.actionAbout = QtGui.QAction(Kuttans)
+ icon5 = QtGui.QIcon()
+ icon5.addPixmap(QtGui.QPixmap(":/Kuttans/face-confused.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
+ self.actionAbout.setIcon(icon5)
+ self.actionAbout.setObjectName("actionAbout")
+ self.actionASCIIToUnicode = QtGui.QAction(Kuttans)
+ icon6 = QtGui.QIcon()
+ icon6.addPixmap(QtGui.QPixmap(":/Kuttans/preferences-desktop-font.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
+ self.actionASCIIToUnicode.setIcon(icon6)
+ self.actionASCIIToUnicode.setObjectName("actionASCIIToUnicode")
+ self.actionCopy = QtGui.QAction(Kuttans)
+ icon7 = QtGui.QIcon()
+ icon7.addPixmap(QtGui.QPixmap(":/Kuttans/edit-copy.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
+ self.actionCopy.setIcon(icon7)
+ self.actionCopy.setObjectName("actionCopy")
+ self.actionCut = QtGui.QAction(Kuttans)
+ icon8 = QtGui.QIcon()
+ icon8.addPixmap(QtGui.QPixmap(":/Kuttans/edit-cut.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
+ self.actionCut.setIcon(icon8)
+ self.actionCut.setObjectName("actionCut")
+ self.actionPaste = QtGui.QAction(Kuttans)
+ icon9 = QtGui.QIcon()
+ icon9.addPixmap(QtGui.QPixmap(":/Kuttans/edit-paste.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
+ self.actionPaste.setIcon(icon9)
+ self.actionPaste.setObjectName("actionPaste")
+ self.actionUndo = QtGui.QAction(Kuttans)
+ icon10 = QtGui.QIcon()
+ icon10.addPixmap(QtGui.QPixmap(":/Kuttans/edit-undo.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
+ self.actionUndo.setIcon(icon10)
+ self.actionUndo.setObjectName("actionUndo")
+ self.actionRedo = QtGui.QAction(Kuttans)
+ icon11 = QtGui.QIcon()
+ icon11.addPixmap(QtGui.QPixmap(":/Kuttans/edit-redo.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
+ self.actionRedo.setIcon(icon11)
+ self.actionRedo.setObjectName("actionRedo")
+ self.actionSelectAll = QtGui.QAction(Kuttans)
+ icon12 = QtGui.QIcon()
+ icon12.addPixmap(QtGui.QPixmap(":/Kuttans/edit-select-all.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
+ self.actionSelectAll.setIcon(icon12)
+ self.actionSelectAll.setObjectName("actionSelectAll")
+ self.actionSelectFontMap_u2a = QtGui.QAction(Kuttans)
+ self.actionSelectFontMap_u2a.setIcon(icon6)
+ self.actionSelectFontMap_u2a.setObjectName("actionSelectFontMap_u2a")
+ self.actionSelectFontMap_a2u = QtGui.QAction(Kuttans)
+ self.actionSelectFontMap_a2u.setIcon(icon6)
+ self.actionSelectFontMap_a2u.setObjectName("actionSelectFontMap_a2u")
+ self.actionRevathi_u2a = QtGui.QAction(Kuttans)
+ self.actionRevathi_u2a.setIcon(icon6)
+ self.actionRevathi_u2a.setObjectName("actionRevathi_u2a")
+ self.actionIndulekha_u2a = QtGui.QAction(Kuttans)
+ self.actionIndulekha_u2a.setIcon(icon6)
+ self.actionIndulekha_u2a.setObjectName("actionIndulekha_u2a")
+ self.actionKarthika_u2a = QtGui.QAction(Kuttans)
+ self.actionKarthika_u2a.setIcon(icon6)
+ self.actionKarthika_u2a.setObjectName("actionKarthika_u2a")
+ self.actionRevathi_a2u = QtGui.QAction(Kuttans)
+ self.actionRevathi_a2u.setIcon(icon6)
+ self.actionRevathi_a2u.setObjectName("actionRevathi_a2u")
+ self.actionIndulekha_a2u = QtGui.QAction(Kuttans)
+ self.actionIndulekha_a2u.setIcon(icon6)
+ self.actionIndulekha_a2u.setObjectName("actionIndulekha_a2u")
+ self.actionKarthika_a2u = QtGui.QAction(Kuttans)
+ self.actionKarthika_a2u.setIcon(icon6)
+ self.actionKarthika_a2u.setObjectName("actionKarthika_a2u")
+ self.actionPrint = QtGui.QAction(Kuttans)
+ icon13 = QtGui.QIcon()
+ icon13.addPixmap(QtGui.QPixmap(":/Kuttans/document-print.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
+ self.actionPrint.setIcon(icon13)
+ self.actionPrint.setObjectName("actionPrint")
+ self.actionExportPDF = QtGui.QAction(Kuttans)
+ icon14 = QtGui.QIcon()
+ icon14.addPixmap(QtGui.QPixmap(":/Kuttans/application-illustrator.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
+ self.actionExportPDF.setIcon(icon14)
+ self.actionExportPDF.setObjectName("actionExportPDF")
+ self.actionPrintPreview = QtGui.QAction(Kuttans)
+ icon15 = QtGui.QIcon()
+ icon15.addPixmap(QtGui.QPixmap(":/Kuttans/document-print-preview.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
+ self.actionPrintPreview.setIcon(icon15)
+ self.actionPrintPreview.setObjectName("actionPrintPreview")
+ self.actionDelete = QtGui.QAction(Kuttans)
+ icon16 = QtGui.QIcon()
+ icon16.addPixmap(QtGui.QPixmap(":/Kuttans/edit-delete.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
+ self.actionDelete.setIcon(icon16)
+ self.actionDelete.setObjectName("actionDelete")
+ self.actionNew = QtGui.QAction(Kuttans)
+ icon17 = QtGui.QIcon()
+ icon17.addPixmap(QtGui.QPixmap(":/Kuttans/document-new.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
+ self.actionNew.setIcon(icon17)
+ self.actionNew.setObjectName("actionNew")
+ self.actionASCIIToUnicodePDF = QtGui.QAction(Kuttans)
+ self.actionASCIIToUnicodePDF.setIcon(icon14)
+ self.actionASCIIToUnicodePDF.setObjectName("actionASCIIToUnicodePDF")
+ self.actionUnicodeToASCIIPDF = QtGui.QAction(Kuttans)
+ self.actionUnicodeToASCIIPDF.setIcon(icon14)
+ self.actionUnicodeToASCIIPDF.setObjectName("actionUnicodeToASCIIPDF")
+ self.menuFile.addAction(self.actionOpen)
+ self.menuFile.addAction(self.actionNew)
+ self.menuFile.addSeparator()
+ self.menuFile.addAction(self.actionSave)
+ self.menuFile.addAction(self.actionSaveAs)
+ self.menuFile.addSeparator()
+ self.menuFile.addAction(self.actionExportPDF)
+ self.menuFile.addAction(self.actionPrint)
+ self.menuFile.addAction(self.actionPrintPreview)
+ self.menuFile.addSeparator()
+ self.menuFile.addAction(self.actionClose)
+ self.menu_Unicode_To_ASCII.addAction(self.actionRevathi_u2a)
+ self.menu_Unicode_To_ASCII.addAction(self.actionIndulekha_u2a)
+ self.menu_Unicode_To_ASCII.addAction(self.actionKarthika_u2a)
+ self.menu_Unicode_To_ASCII.addAction(self.actionSelectFontMap_u2a)
+ self.menu_ASCII_To_Unicode.addAction(self.actionRevathi_a2u)
+ self.menu_ASCII_To_Unicode.addAction(self.actionIndulekha_a2u)
+ self.menu_ASCII_To_Unicode.addAction(self.actionKarthika_a2u)
+ self.menu_ASCII_To_Unicode.addAction(self.actionSelectFontMap_a2u)
+ self.menu_Convert.addAction(self.menu_ASCII_To_Unicode.menuAction())
+ self.menu_Convert.addAction(self.menu_Unicode_To_ASCII.menuAction())
+ self.menu_Convert.addSeparator()
+ self.menu_Convert.addAction(self.actionASCIIToUnicodePDF)
+ self.menu_Convert.addAction(self.actionUnicodeToASCIIPDF)
+ self.menu_Help.addAction(self.actionKuttansHelp)
+ self.menu_Help.addAction(self.actionPayyansHelp)
+ self.menu_Help.addAction(self.actionAbout)
+ self.menu_Edit.addAction(self.actionCopy)
+ self.menu_Edit.addAction(self.actionCut)
+ self.menu_Edit.addAction(self.actionPaste)
+ self.menu_Edit.addAction(self.actionDelete)
+ self.menu_Edit.addSeparator()
+ self.menu_Edit.addAction(self.actionUndo)
+ self.menu_Edit.addAction(self.actionRedo)
+ self.menu_Edit.addSeparator()
+ self.menu_Edit.addAction(self.actionSelectAll)
+ self.menubar.addAction(self.menuFile.menuAction())
+ self.menubar.addAction(self.menu_Edit.menuAction())
+ self.menubar.addAction(self.menu_Convert.menuAction())
+ self.menubar.addAction(self.menu_Help.menuAction())
+ self.toolBar.addAction(self.actionNew)
+ self.toolBar.addAction(self.actionOpen)
+ self.toolBar.addAction(self.actionSave)
+ self.toolBar.addAction(self.actionExportPDF)
+ self.toolBar.addAction(self.actionPrint)
+ self.editToolBar.addAction(self.actionCopy)
+ self.editToolBar.addAction(self.actionCut)
+ self.editToolBar.addAction(self.actionPaste)
+ self.editToolBar.addAction(self.actionUndo)
+ self.editToolBar.addAction(self.actionRedo)
+
+ self.retranslateUi(Kuttans)
+ QtCore.QObject.connect(self.actionClose, QtCore.SIGNAL("activated(int)"), Kuttans.close)
+ QtCore.QObject.connect(self.actionCopy, QtCore.SIGNAL("activated(int)"), self.textEdit.copy)
+ QtCore.QObject.connect(self.actionCut, QtCore.SIGNAL("activated(int)"), self.textEdit.cut)
+ QtCore.QObject.connect(self.actionPaste, QtCore.SIGNAL("activated(int)"), self.textEdit.paste)
+ QtCore.QObject.connect(self.actionUndo, QtCore.SIGNAL("activated(int)"), self.textEdit.undo)
+ QtCore.QObject.connect(self.actionRedo, QtCore.SIGNAL("activated(int)"), self.textEdit.redo)
+ QtCore.QObject.connect(self.actionSelectAll, QtCore.SIGNAL("activated(int)"), self.textEdit.selectAll)
+ QtCore.QMetaObject.connectSlotsByName(Kuttans)
+
+ def retranslateUi(self, Kuttans):
+ Kuttans.setWindowTitle(QtGui.QApplication.translate("Kuttans", "Kuttans", None, QtGui.QApplication.UnicodeUTF8))
+ self.menuFile.setTitle(QtGui.QApplication.translate("Kuttans", "&File", None, QtGui.QApplication.UnicodeUTF8))
+ self.menu_Convert.setTitle(QtGui.QApplication.translate("Kuttans", "&Convert", None, QtGui.QApplication.UnicodeUTF8))
+ self.menu_Unicode_To_ASCII.setTitle(QtGui.QApplication.translate("Kuttans", "&Unicode To ASCII", None, QtGui.QApplication.UnicodeUTF8))
+ self.menu_ASCII_To_Unicode.setTitle(QtGui.QApplication.translate("Kuttans", "&ASCII to Unicode", None, QtGui.QApplication.UnicodeUTF8))
+ self.menu_Help.setTitle(QtGui.QApplication.translate("Kuttans", "&Help", None, QtGui.QApplication.UnicodeUTF8))
+ self.menu_Edit.setTitle(QtGui.QApplication.translate("Kuttans", "&Edit", None, QtGui.QApplication.UnicodeUTF8))
+ self.toolBar.setWindowTitle(QtGui.QApplication.translate("Kuttans", "Main Toolbar", None, QtGui.QApplication.UnicodeUTF8))
+ self.editToolBar.setWindowTitle(QtGui.QApplication.translate("Kuttans", "Edit Toolbar", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionOpen.setText(QtGui.QApplication.translate("Kuttans", "&Open", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionClose.setText(QtGui.QApplication.translate("Kuttans", "&Close", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionSave.setText(QtGui.QApplication.translate("Kuttans", "&Save", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionSaveAs.setText(QtGui.QApplication.translate("Kuttans", "Save &As", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionKuttansHelp.setText(QtGui.QApplication.translate("Kuttans", "&Kuttans Help", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionPayyansHelp.setText(QtGui.QApplication.translate("Kuttans", "&Payyans Help", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionAbout.setText(QtGui.QApplication.translate("Kuttans", "&About", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionASCIIToUnicode.setText(QtGui.QApplication.translate("Kuttans", "&ASCII To Unicode", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionCopy.setText(QtGui.QApplication.translate("Kuttans", "&Copy", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionCut.setText(QtGui.QApplication.translate("Kuttans", "C&ut", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionPaste.setText(QtGui.QApplication.translate("Kuttans", "&Paste", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionUndo.setText(QtGui.QApplication.translate("Kuttans", "&Undo", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionRedo.setText(QtGui.QApplication.translate("Kuttans", "&Redo", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionSelectAll.setText(QtGui.QApplication.translate("Kuttans", "&Select All", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionSelectFontMap_u2a.setText(QtGui.QApplication.translate("Kuttans", "&Custom Font map", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionSelectFontMap_a2u.setText(QtGui.QApplication.translate("Kuttans", "&Custom Font map", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionRevathi_u2a.setText(QtGui.QApplication.translate("Kuttans", "&Revathi", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionIndulekha_u2a.setText(QtGui.QApplication.translate("Kuttans", "&Indulekha", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionKarthika_u2a.setText(QtGui.QApplication.translate("Kuttans", "&Karthika", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionRevathi_a2u.setText(QtGui.QApplication.translate("Kuttans", "&Revathi", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionIndulekha_a2u.setText(QtGui.QApplication.translate("Kuttans", "&Indulekha", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionKarthika_a2u.setText(QtGui.QApplication.translate("Kuttans", "&Karthika", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionPrint.setText(QtGui.QApplication.translate("Kuttans", "&Print", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionExportPDF.setText(QtGui.QApplication.translate("Kuttans", "&Export As PDF", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionPrintPreview.setText(QtGui.QApplication.translate("Kuttans", "P&rint Preview", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionDelete.setText(QtGui.QApplication.translate("Kuttans", "&Delete", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionNew.setText(QtGui.QApplication.translate("Kuttans", "&New", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionASCIIToUnicodePDF.setText(QtGui.QApplication.translate("Kuttans", "ASCII &PDF to Unicode PDF", None, QtGui.QApplication.UnicodeUTF8))
+ self.actionUnicodeToASCIIPDF.setText(QtGui.QApplication.translate("Kuttans", "Unicode P&DF to ASCII PDF", None, QtGui.QApplication.UnicodeUTF8))
+
+import kuttans_rc
diff --git a/pykuttans/src/kuttans_ui.pyc b/pykuttans/src/kuttans_ui.pyc
new file mode 100644
index 0000000..d52722e
--- /dev/null
+++ b/pykuttans/src/kuttans_ui.pyc
Binary files differ
diff --git a/pykuttans/ui/kuttans.ui b/pykuttans/ui/kuttans.ui
new file mode 100644
index 0000000..94d0868
--- /dev/null
+++ b/pykuttans/ui/kuttans.ui
@@ -0,0 +1,515 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>Kuttans</class>
+ <widget class="QMainWindow" name="Kuttans">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>631</width>
+ <height>390</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string comment="Malayalam Unicode&lt;-&gt;ASCII Converter">Kuttans</string>
+ </property>
+ <widget class="QWidget" name="centralwidget">
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0">
+ <widget class="QTextEdit" name="textEdit"/>
+ </item>
+ </layout>
+ </widget>
+ <widget class="QMenuBar" name="menubar">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>631</width>
+ <height>29</height>
+ </rect>
+ </property>
+ <widget class="QMenu" name="menuFile">
+ <property name="title">
+ <string>&amp;File</string>
+ </property>
+ <addaction name="actionOpen"/>
+ <addaction name="actionNew"/>
+ <addaction name="separator"/>
+ <addaction name="actionSave"/>
+ <addaction name="actionSaveAs"/>
+ <addaction name="separator"/>
+ <addaction name="actionExportPDF"/>
+ <addaction name="actionPrint"/>
+ <addaction name="actionPrintPreview"/>
+ <addaction name="separator"/>
+ <addaction name="actionClose"/>
+ </widget>
+ <widget class="QMenu" name="menu_Convert">
+ <property name="title">
+ <string>&amp;Convert</string>
+ </property>
+ <widget class="QMenu" name="menu_Unicode_To_ASCII">
+ <property name="title">
+ <string>&amp;Unicode To ASCII</string>
+ </property>
+ <addaction name="actionRevathi_u2a"/>
+ <addaction name="actionIndulekha_u2a"/>
+ <addaction name="actionKarthika_u2a"/>
+ <addaction name="actionSelectFontMap_u2a"/>
+ </widget>
+ <widget class="QMenu" name="menu_ASCII_To_Unicode">
+ <property name="title">
+ <string>&amp;ASCII to Unicode</string>
+ </property>
+ <addaction name="actionRevathi_a2u"/>
+ <addaction name="actionIndulekha_a2u"/>
+ <addaction name="actionKarthika_a2u"/>
+ <addaction name="actionSelectFontMap_a2u"/>
+ </widget>
+ <addaction name="menu_ASCII_To_Unicode"/>
+ <addaction name="menu_Unicode_To_ASCII"/>
+ <addaction name="separator"/>
+ <addaction name="actionASCIIToUnicodePDF"/>
+ <addaction name="actionUnicodeToASCIIPDF"/>
+ </widget>
+ <widget class="QMenu" name="menu_Help">
+ <property name="title">
+ <string>&amp;Help</string>
+ </property>
+ <addaction name="actionKuttansHelp"/>
+ <addaction name="actionPayyansHelp"/>
+ <addaction name="actionAbout"/>
+ </widget>
+ <widget class="QMenu" name="menu_Edit">
+ <property name="title">
+ <string>&amp;Edit</string>
+ </property>
+ <addaction name="actionCopy"/>
+ <addaction name="actionCut"/>
+ <addaction name="actionPaste"/>
+ <addaction name="actionDelete"/>
+ <addaction name="separator"/>
+ <addaction name="actionUndo"/>
+ <addaction name="actionRedo"/>
+ <addaction name="separator"/>
+ <addaction name="actionSelectAll"/>
+ </widget>
+ <addaction name="menuFile"/>
+ <addaction name="menu_Edit"/>
+ <addaction name="menu_Convert"/>
+ <addaction name="menu_Help"/>
+ </widget>
+ <widget class="QStatusBar" name="statusbar"/>
+ <widget class="QToolBar" name="toolBar">
+ <property name="windowTitle">
+ <string>Main Toolbar</string>
+ </property>
+ <attribute name="toolBarArea">
+ <enum>TopToolBarArea</enum>
+ </attribute>
+ <attribute name="toolBarBreak">
+ <bool>false</bool>
+ </attribute>
+ <addaction name="actionNew"/>
+ <addaction name="actionOpen"/>
+ <addaction name="actionSave"/>
+ <addaction name="actionExportPDF"/>
+ <addaction name="actionPrint"/>
+ </widget>
+ <widget class="QToolBar" name="editToolBar">
+ <property name="windowTitle">
+ <string>Edit Toolbar</string>
+ </property>
+ <attribute name="toolBarArea">
+ <enum>TopToolBarArea</enum>
+ </attribute>
+ <attribute name="toolBarBreak">
+ <bool>false</bool>
+ </attribute>
+ <addaction name="actionCopy"/>
+ <addaction name="actionCut"/>
+ <addaction name="actionPaste"/>
+ <addaction name="actionUndo"/>
+ <addaction name="actionRedo"/>
+ </widget>
+ <action name="actionOpen">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/document-open.png</normaloff>:/Kuttans/document-open.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Open</string>
+ </property>
+ </action>
+ <action name="actionClose">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/window-close.png</normaloff>:/Kuttans/window-close.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Close</string>
+ </property>
+ </action>
+ <action name="actionSave">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/document-save.png</normaloff>:/Kuttans/document-save.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Save</string>
+ </property>
+ </action>
+ <action name="actionSaveAs">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/document-save-as.png</normaloff>:/Kuttans/document-save-as.png</iconset>
+ </property>
+ <property name="text">
+ <string>Save &amp;As</string>
+ </property>
+ </action>
+ <action name="actionKuttansHelp">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/system-help.png</normaloff>:/Kuttans/system-help.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Kuttans Help</string>
+ </property>
+ </action>
+ <action name="actionPayyansHelp">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/system-help.png</normaloff>:/Kuttans/system-help.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Payyans Help</string>
+ </property>
+ </action>
+ <action name="actionAbout">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/face-confused.png</normaloff>:/Kuttans/face-confused.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;About</string>
+ </property>
+ </action>
+ <action name="actionASCIIToUnicode">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/preferences-desktop-font.png</normaloff>:/Kuttans/preferences-desktop-font.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;ASCII To Unicode</string>
+ </property>
+ </action>
+ <action name="actionCopy">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/edit-copy.png</normaloff>:/Kuttans/edit-copy.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Copy</string>
+ </property>
+ </action>
+ <action name="actionCut">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/edit-cut.png</normaloff>:/Kuttans/edit-cut.png</iconset>
+ </property>
+ <property name="text">
+ <string>C&amp;ut</string>
+ </property>
+ </action>
+ <action name="actionPaste">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/edit-paste.png</normaloff>:/Kuttans/edit-paste.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Paste</string>
+ </property>
+ </action>
+ <action name="actionUndo">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/edit-undo.png</normaloff>:/Kuttans/edit-undo.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Undo</string>
+ </property>
+ </action>
+ <action name="actionRedo">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/edit-redo.png</normaloff>:/Kuttans/edit-redo.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Redo</string>
+ </property>
+ </action>
+ <action name="actionSelectAll">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/edit-select-all.png</normaloff>:/Kuttans/edit-select-all.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Select All</string>
+ </property>
+ </action>
+ <action name="actionSelectFontMap_u2a">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/preferences-desktop-font.png</normaloff>:/Kuttans/preferences-desktop-font.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Custom Font map</string>
+ </property>
+ </action>
+ <action name="actionSelectFontMap_a2u">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/preferences-desktop-font.png</normaloff>:/Kuttans/preferences-desktop-font.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Custom Font map</string>
+ </property>
+ </action>
+ <action name="actionRevathi_u2a">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/preferences-desktop-font.png</normaloff>:/Kuttans/preferences-desktop-font.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Revathi</string>
+ </property>
+ </action>
+ <action name="actionIndulekha_u2a">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/preferences-desktop-font.png</normaloff>:/Kuttans/preferences-desktop-font.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Indulekha</string>
+ </property>
+ </action>
+ <action name="actionKarthika_u2a">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/preferences-desktop-font.png</normaloff>:/Kuttans/preferences-desktop-font.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Karthika</string>
+ </property>
+ </action>
+ <action name="actionRevathi_a2u">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/preferences-desktop-font.png</normaloff>:/Kuttans/preferences-desktop-font.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Revathi</string>
+ </property>
+ </action>
+ <action name="actionIndulekha_a2u">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/preferences-desktop-font.png</normaloff>:/Kuttans/preferences-desktop-font.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Indulekha</string>
+ </property>
+ </action>
+ <action name="actionKarthika_a2u">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/preferences-desktop-font.png</normaloff>:/Kuttans/preferences-desktop-font.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Karthika</string>
+ </property>
+ </action>
+ <action name="actionPrint">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/document-print.png</normaloff>:/Kuttans/document-print.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Print</string>
+ </property>
+ </action>
+ <action name="actionExportPDF">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/application-illustrator.png</normaloff>:/Kuttans/application-illustrator.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Export As PDF</string>
+ </property>
+ </action>
+ <action name="actionPrintPreview">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/document-print-preview.png</normaloff>:/Kuttans/document-print-preview.png</iconset>
+ </property>
+ <property name="text">
+ <string>P&amp;rint Preview</string>
+ </property>
+ </action>
+ <action name="actionDelete">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/edit-delete.png</normaloff>:/Kuttans/edit-delete.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;Delete</string>
+ </property>
+ </action>
+ <action name="actionNew">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/document-new.png</normaloff>:/Kuttans/document-new.png</iconset>
+ </property>
+ <property name="text">
+ <string>&amp;New</string>
+ </property>
+ </action>
+ <action name="actionASCIIToUnicodePDF">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/application-illustrator.png</normaloff>:/Kuttans/application-illustrator.png</iconset>
+ </property>
+ <property name="text">
+ <string>ASCII &amp;PDF to Unicode PDF</string>
+ </property>
+ </action>
+ <action name="actionUnicodeToASCIIPDF">
+ <property name="icon">
+ <iconset resource="../qrc/kuttans.qrc">
+ <normaloff>:/Kuttans/application-illustrator.png</normaloff>:/Kuttans/application-illustrator.png</iconset>
+ </property>
+ <property name="text">
+ <string>Unicode P&amp;DF to ASCII PDF</string>
+ </property>
+ </action>
+ </widget>
+ <resources>
+ <include location="../qrc/kuttans.qrc"/>
+ </resources>
+ <connections>
+ <connection>
+ <sender>actionClose</sender>
+ <signal>activated(int)</signal>
+ <receiver>Kuttans</receiver>
+ <slot>close()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>-1</x>
+ <y>-1</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>298</x>
+ <y>193</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>actionCopy</sender>
+ <signal>activated(int)</signal>
+ <receiver>textEdit</receiver>
+ <slot>copy()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>-1</x>
+ <y>-1</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>315</x>
+ <y>196</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>actionCut</sender>
+ <signal>activated(int)</signal>
+ <receiver>textEdit</receiver>
+ <slot>cut()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>-1</x>
+ <y>-1</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>315</x>
+ <y>196</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>actionPaste</sender>
+ <signal>activated(int)</signal>
+ <receiver>textEdit</receiver>
+ <slot>paste()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>-1</x>
+ <y>-1</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>315</x>
+ <y>196</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>actionUndo</sender>
+ <signal>activated(int)</signal>
+ <receiver>textEdit</receiver>
+ <slot>undo()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>-1</x>
+ <y>-1</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>315</x>
+ <y>196</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>actionRedo</sender>
+ <signal>activated(int)</signal>
+ <receiver>textEdit</receiver>
+ <slot>redo()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>-1</x>
+ <y>-1</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>315</x>
+ <y>196</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>actionSelectAll</sender>
+ <signal>activated(int)</signal>
+ <receiver>textEdit</receiver>
+ <slot>selectAll()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>-1</x>
+ <y>-1</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>315</x>
+ <y>196</y>
+ </hint>
+ </hints>
+ </connection>
+ </connections>
+</ui>