afb@j.cc.purdue.edu (Matthew Bradburn) (01/18/88)
Here's another vt100 emulator based on Dave Wecker's. This
one has support for 80 and 132 column screens, and iconify
of it's screen, etc. Unshar and cat vt100.uu.1 and vt100.uu.2,
and go from there. I use it regularly; it works real good. Send
requests to the author for source, and I'll put it in the archives
after he sends it to me.
the author: John Barshinger
plink:jrbii | bix:jrbii | Usenet: barsh@stsci.edu
me: Matthew Bradburn
UseNet: s.cc.purdue.edu!afb
ARPA: afb@s.cc.purdue.edu
BitNet: bradburn@purccvm
# This is a shell archive.
# Remove everything above and including the cut line.
# Then run the rest of the file through sh.
#----cut here-----cut here-----cut here-----cut here----#
#!/bin/sh
# shar: Shell Archiver
# Run the following text with /bin/sh to create:
# README
# OLDREAD
# EXE-ME
# vt100.doc
# vt100.init
# This archive created: Sun Jan 17 17:02:48 1988
# By: Matthew Bradburn (pinheads for peace)
echo shar: extracting README '(5226 characters)'
cat << \SHAR_EOF > README
VT100 (2.6/jrbii.2) Enhancements
------------------------------------
This program was originally created by Dave Wecker,
I've only made the following changes...
The source will be available in a later archive, after
I clean it up a bit...
1. Iconify added - this allows the user to click on a gadget in the
VT100 window which will cause VT100 to become an "ICON". VT100
will continue to execute (so that downloads, etc may continue to
progress).
NOTE: if VT100 returns the error: Can't open Read device, this
means that you are already running VT100 (you cannot currently
have two VT100's running simultaneously since there is only
one serial device).
2. A bug was fixed. When the escape sequence to change the screen
width from 80->132 or 132->80 was followed immediately by another
escape sequence, the second sequence was missed.
3. A credit/info window was added so that people who wish to verbally
abuse me may do so. This can be brought up by selecting the "About
VT100" MenuItem, or "Right Amiga ?". To get rid of this window,
just depth arrange it to the back.
4. Miscellaneous bells/whistles added.
VT100 (2.6/jrbii.1) Enhancements
------------------------------------
1. SWAP bug fixed.
2. CHOP bug squashed - when xmodem receiving ARCed file, the file
should not be chopped. So this version turns AUTO-CHOP off
when a filename with the extension of arc (file.arc) is specified
as the file to receive.
3. Full 132 column support (overscan used, therefore you must have
version 1.2 of the AmigaDOS operating system.)
4. Added menu features:
a) all menu items now have a command sequence (Right Amiga something)
to execute them.
b) menu items have been added for the following:
SCREEN TO BACK - Does exactly what the dark screen depth
arrangement gadget would do (moves the
VT100 screen to rear). RAMIGA [ is the
command sequence for this MenuItem.
SCREEN TO FRONT - Does exactly what the light screen depth
arrangement gadget would do (moves the
VT100 screen to front). RAMIGA ] is the
command sequence for this MenuItem.
(LAMIGA N and LAMIGA M will also toggle you
between screens)
SCREEN WIDTH - selects 80 column mode or 132 column mode.
RAMIGA 8 will select the 80 column mode and RAMIGA 1 will
select the 132 column mode, if you don't like using the
mouse.
HOLD SCREEN - send ^S and ^Q alternatively to the host to
signify HOLD SCREEN ON (XOFF) and HOLD SCREEN OFF (XON).
You can use ^S HS on and ^Q HS off or RAMIGA / to toggle
HS on and off.
QUIT VT100! - will cause VT100 to terminate. RAMIGA Q
will also activate this function.
5. HOLD SCREEN and CAPS LOCK is now signaled on the top line of the
screen so that it is easy to tell the state of those conditions.
CAPS LOCK is only really useful for those to lazy to look at the
keyboard like me. (These were the only useful LED's on the VT220
keyboard).
Other Changes:
Note: I have tried to keep everything (command sequences, menus, script
files, etc. compatible with version 2.6 VT100 so that upgrading??? to
this version will be as painless as possible...
1. Screen Appearance - this has been changed in the following ways:
The title bar is no longer in existence (I didn't like the
clipping).
a) The CloseWindow gadget is still there, however you
cannot see it. Clicking on it will still terminate VT100. (The
Title BAR shows up at initialization to remind users of the
closegadget's location.
b) The window depth arrangement gadgets have been replaced by the
"SCREEN TO BACK" (RAMIGA [) and SCREEN TO FRONT (RAMIGA ]) menu
items. (LAMIGA N and LAMIGA M will also toggle you between screens)
The depth adjustment was rather cumbersome anyway, since you had to
pull the window down to get to the screen depth gadget before you
could do anything.
2. The SCREEN field is no longer used by VT100, a custom screen is
ALWAYS opened since we need overscan to implement full 132 column
mode. This field is still allowed in the init file to maintain
compatibility with earlier versions.
TO USE:
execute the EXE-ME file in the archive, this copies the
appropriate files into your fonts directory. Or, if you do
not wish to copy them into your fonts directory, you
can just assign fonts: to wherever you put the font files.
The font directory must have the following tree in this case:
yourfont (dir)
j132.font
j132 (dir)
8
*** IMPORTANT NOTE: to fit full 132 columns on the screen, you
may have to go into preferences and move your whole screen to
the left a bit so that it will show up on the screen, otherwise
I'll be writing stuff to the inside of your monitor case...
(If you don't do this only 128 will fit on the screen!!!)
in preferences:
change :
-------------------------
| |
| |
| __ |
| | |
| |
| |
| |
-------------------------
to:
-------------------------
| |
| |
| __ |
| | |
| |
| |
| |
-------------------------
John Barshinger
plink:jrbii | bix:jrbii | Usenet: barsh@stsci.edu
SHAR_EOF
if test 5226 -ne "`wc -c README`"
then
echo shar: error transmitting README '(should have been 5226 characters)'
fi
echo shar: extracting OLDREAD '(11044 characters)'
cat << \SHAR_EOF > OLDREAD
NOTE:
The files in this archive were copied from Fish disk 55.
After de-arcing, rename 'newbind.asm' to 'newbindings.asm'.
Willy.
--------------------------------------------------------------------------
This archive contains a vt100 emulator with KERMIT and XMODEM file
transfer protocols by Dave Wecker (V2.6 DBW 870227).
Thanks:
-------
To everyone who sent in code and suggestions!
Releases:
---------
v2.6 870227 DBW - bug fixes for all the stuff in v2.5
v2.5 870214 DBW - more additions (see readme file)
v2.4 861214 DBW - lots of fixes/additions
v2.3 861101 DBW - minor bug fixes
v2.2 861012 DBW - more of the same
v2.1 860915 DBW - new features (see README)
v2.0 860823 DBW - Major rewrite
v1.1 860720 DBW - Switches, 80 cols, colors, bug fixes
v1.0 860712 DBW - First version released
Usage:
------
Please read VT100.DOC for usage information and examples.
Release Notes:
--------------
v2.6 870227 DBW - bug fixes for all the stuff in v2.5
- Input requestors are now self selecting (ignore comment in 2.5)
- Added a BS<->DEL menu item and startup option (SWAP ON/OFF)
- Renamed dopen/dnext/dclose to diropen/dirnext/dirclose for LATTICE
- Added a CONVERT option that tells whether KERMIT should downcase
- MAJOR CHANGE: re write the INPUT/SCRIPT commands, see VT100.DOC
- Fixed a major problem with Set Directory causing LOCK conflicts
- Moved the Title up 1 pixel so that it doesn't get cut off anymore
v2.5 870214 DBW - more additions (see readme file)
- All prompting now done through a string requester/gadget.
NOTE: YOU MUST SELECT THE INPUT STRING OF THE REQUESTER BEFORE
YOU CAN TYPE A RESPONSE.
- Local echo mode added (half duplex for Carolyn)
- BEEP command added to SCRIPT
- New menu/init/script items:
CLEAR SCREEN - clears the screen
ECHO - turns on/off half duplex mode
WRAP - turns on/off autowrap on long lines
NUMKEY - turns on/off numeric keypad mode
APPCUR - turns on/off application cursor mode
- Rewrote toasc() to use qualifier field (no more getting the
keyboard "stuck")
- Fixed locking of directories (should now run under workbench ok)
- Cleaned up VT100.H to really check includes on compile
- Setting font explicitly to TOPAZ 8 (no more dumb assumptions)
v2.4 861214 DBW - lots of fixes/additions
- Beep should now work under Lattice
- CreatePort now passes longs (as it should always have)
- Nested comments in KERMIT.C removed
- Beep volume of 0 (DisplayBeep) now works
- snum[] declaration in KERMIT.C fixed
- multi_xfer is now void and return fixed (in kermit)
- "." can no longer get "stuck" as the break key
- RIGHT-AMIGA-keys have been added for most menu items
- The ALT key is now an EIGHTth bit shifter
- Control-@, Control-2, Control-space send the NULL character
- Control-6 now sends Control-^
- Control-- and Control-? now sends Control-_
- Cursor application mode (<esc>[?1h and <esc>[?1l) now work
- XMODEM now masks the eighth bit if parity is other than NONE
v2.3 861101 DBW - minor bug fixes:
- added p_wbcolors to allow workbench colors on custom screen
(In the init file you can specify WBCOLORS to be NO (use color
definitions in INIT FILE or VT100.H) or YES (use WORKBENCH
colors for everything)).
- "$" now sends a kermit-bye (like it says in VT100.DOC).
- made window/screen heights more reasonable
- Added ANSI insert line and delete line (<csi><num>L and
<csi><num>M) to speed up various editors (like emacs).
NOTE: This is NOT a VT100 sequence (new extension).
- ctrl-space now also sends a null (along with ^@ and ^`)
- RAWKEY fixed in WINDOW.C
- p_wrap fixed in WINDOW.C
- removed WRDMAX from VT100.H
- fixed exit with no params in SCRIPT.C
- fixed parity comparisons in KERMIT.C
- init file [n+1] changed to [nplus1] to make Lattice happy.
- cursoron(), cursoroff() changed to one routine cursorflip().
- long lines shortened to less than 80 characters (for gateways).
- blanks following exit (or comments) now work in scripts.
v2.2 861012 DBW - more of the same:
- The INIT file "exit" can now chain to a script
- The SCRIPT command "exit" can now chain to another script
- Hangup menu item now works.
- Autowrap can now be set from VT100.H, VT100.INIT (<esc>[?7h l)
- Control-G is now handled with an audible beep
- Script now used "^chr" to send control characters
- The graphics "box" character (a) was added
- Control-@ and Control-` now send the NULL character
- Alternate color for BOLD has been re-instated by popular demand
- Menus have been cleaned up.
- Lattice compilation cleaned up.
- No more wordsize parameter since PARITY takes care of all cases
- Function keys can now call scripts
- Double shift keys are now handled correctly.
- Version has been added to the title bar (for bug reports).
v2.1 860915 DBW - new features / bug fixes
- Now identifies as a VT100 (including the response to <esc>Z)
- Cursor color now gets read in as hex (instead of decimal)
- REPORTMOUSE taken out of definitions (not needed)
- XON/XOFF now being handled by the device driver instead of me
- Literal escape characters have been replaced with \033
- At init time the user can now specify the input BUFFER size
(typically between 512 and 2048 bytes) depending on baud rate
- Script files are now case insensitive for commands
- XMODEM now turns off the driver XON/XOFF during transfers
- Graphic rendition now done by the OS instead of me.
- Initialization files are now searched for in S: instead of C:
- Forward GOTO bug fixed in the script package.
- Keypad can now be used in both numeric and application mode
- General purpose cleanup() routine added for all exits.
- Utility menu added (sendbreak, hangup, change directory).
NOTE: hangup is not implemented yet.
- Full wild card support in file transfers (see vt100.doc).
- Kermit cleaned up with better filename handling (from host).
- Script now has CD (changed directory) and SB (send break) commands
- Added Parity and Wordsize choices in VT100.H, VT100.INIT, menu
and scripts. (Generates parity from a table).
- Added 8th bit quoting in KERMIT when using 7 bit words (ODD or
EVEN parity).
- Break time can be set from VT100.H, VT100.INIT or a script file.
- Transfer mode (image or CRLF) can now be set from a script file.
- Control characters in escape sequences now act like a true VT100.
- F10 now works from init files.
- Right (or Left) AMIGA with period (".") sends a BREAK to the host
from the keyboard.
- XMODEM status kept down to one line for a file transfer.
v2.0 860823 DBW - Major rewrite:
- Emulator now compiles under either MANX or LATTICE by defining
the appropriate compiler type in VT100.H.
- Sped up code to an effective baud rate of (about) 8k. This means
that clear text at 4800 baud should be no problem.
- Added XON/XOFF generation so that characters should not get lost
any more at 9600 baud (when receiving clear text).
- Got rid of all command line switches and environment variables.
Instead upon invocation the program searches first for any file
named on the command line, then looks for VT100.INIT in the
current directory and finally searches for C:VT100.INIT.
All parameters can be set in the init file, and a sample VT100.INIT
is provided in VT100.DOC that shows all possible options.
- All parameters that are set by VT100.INIT are defined in VT100.H
(variables starting with "p_"). This allows you to compile your
own defaults into the code.
- You can now set the number of lines (for all you EMACS freaks :-).
On an interlaced screen this gives you upto a 48 line terminal.
- WORKBENCH colors are NEVER touched.
- In an attempt to keep the size down, the color palette menu item
has been removed (current). Code is about 36K in size with a
run time image (using workbench screen) of about 88k.
- Many bugs fixed including reverse scrolling with descenders,
reverse video at end of line, clearing with scrolling regions,
... and 20 or more others.
- File capture now no longer sends the filename to the host.
- BOLD (<esc>[1m) has now been added by using an additional color
when you specify a depth of 2 (instead of 1) bitplane.
- UNDERLINE (<esc>[4m) has now been added.
- The handling of remote (host) escape sequences has been completly
re-written (thanks to Dawn Banks for all the work).
- Function keys (and shifted function keys) can now be bound to
arbitrary strings (Jim Ravan gets his macros). See VT100.DOC
for details.
- Cursor has no been reduced to the size of a normal character for
easier readability.
- XMODEM has been improved (by Steve Drew) to use a timer device
(for timeouts) and to abort immediately if the user types <ESC>.
- KERMIT has been completely re-written and appears to work fine,
thanks to the efforts of Steve Drew.
- New menu item allows script file support. Module written by
Steve Drew. See VT100.DOC for details.
Known problems:
---------------
none
Suggestions/bug fixes not implemented (as of yet):
--------------------------------------------------
- Custom screen should use a borderless backdrop window
- Quit from keyboard should be supported (for above)
- Automatic maximum sizing of window should happen
- Screen should be resizable
- AT TIME should be implemented in scripts (besides DELAY)
- Amiga keys for script execution/abort
- Alternate execute of script files through the S: directory
- Command line arguments to allow for scripts
- Kermit toggle to leave file names alone
- Kermit should create sub directories (when necessary)
- Use the system keymap
- Use a disk font for graphic character set
- Allow the mouse to be sent to the host (for various EMACSs)
- Kermit VM/CMS (IBM) protocol support
Installation:
-------------
The files in this archive may be extracted by the bourne shell
(/bin/sh) or the shar program using the "unshar switch (-u)",
contact me if you need a copy of this version of shar.
REMEMBER: Set the correct compiler definition in VT100.H
Files:
------
README - this file
vt100.doc - documentation for the terminal emulator
makefile - make file for the emulator (under MANX AZTEC-C)
vt100.h - include file used by all other modules
window.c - manager for window and keyboard
vt100.c - main module, handles menus
remote.c - handle remote characters (vt100 emulation)
kermit.c - kermit protocol (to transfer text files on VMS
select the CRLF option on the transfer mode menu,
otherwise use image mode).
init.c - startup code
xmodem.c - xmodem protocol that understands AMIGA binary and
text file formats (automatically).
script.c - script control package
expand.c - filename expansion (wildcards) and dir setting
Contact:
--------
Please send bugs/comments/suggestions/praise to:
Dave Wecker at ENET: COOKIE::WECKER
ARPA: wecker%cookie.dec.com@decwrl.dec.com
USENET: {decvax|decwrl}!cookie.dec.com!wecker
SNAIL: Dave Wecker
115 Palm Springs Drive
Colorado Springs, CO 80908
SHAR_EOF
if test 11044 -ne "`wc -c OLDREAD`"
then
echo shar: error transmitting OLDREAD '(should have been 11044 characters)'
fi
echo shar: extracting EXE-ME '(70 characters)'
cat << \SHAR_EOF > EXE-ME
makedir sys:fonts/j132
copy 8 sys:fonts/j132
copy j132.font sys:fonts
SHAR_EOF
if test 70 -ne "`wc -c EXE-ME`"
then
echo shar: error transmitting EXE-ME '(should have been 70 characters)'
fi
echo shar: extracting vt100.doc '(19931 characters)'
cat << \SHAR_EOF > vt100.doc
This is the documentation file for the VT100 terminal emulator by Dave
Wecker (V2.6 DBW 870227). Comments/suggestions/bugs/problems/praise
should be sent to:
Dave Wecker at ENET: COOKIE::WECKER
ARPA: wecker%cookie.dec.com@decwrl.dec.com
USENET: {decvax|decwrl}!cookie.dec.com!wecker
SNAIL: Dave Wecker
115 Palm Springs Drive
Colorado Springs, CO 80908
MANY pieces of code/suggestions have been sent in..
thanks to all!
Program startup:
----------------
1> vt100 [initfile]
- At startup, the program will search for an initialization
file to execute. It will first look for the specified
"initfile", then VT100.INIT (in the current directory)
and finally S:VT100.INIT. The format for the init file
is described later in this document.
- The init file controls the setting of initial defaults
and screen and macro definitions.
- If none of the files (listed above) are found, the
built-in defaults (defined in VT100.C as variables,
beginning with "p_") are used.
- All commands are either menu or script based. Scripts
are described below.
Menus (Commands in parenthesis are keyboard bindings: Right-Amiga-chr):
-----------------------------------------------------------------------
File - file transfers
Ascii Capture - Begin/end a script of the current session
Ascii Send - Type a file to the host
Xmodem Receive (A-V) - Receive a file using XMODEM protocol
Xmodem Send (A-^) - Send a file using XMODEM protocol
Kermit Get (A-G) - Receive files from a host KERMIT SERVER
Kermit Receive (A-R) - Receive files from a host KERMIT
Kermit Send (A-S) - Send files to a host KERMIT [SERVER]
Kermit Bye (A-B) - Terminate a host KERMIT SERVER
Comm Setup - Setup communications
Baud Rate - Set the terminal baud rate
300,
1200, (A-L)
2400, (A-H)
4800,
9600
Parity - Type of parity
NONE, (A-X)
MARK,
SPACE,
EVEN, (A-E)
ODD (A-O)
Xfer Mode
Image (A-I) - Send files verbatim (for UNIX hosts or
binary files)
Text (A-T) - Send CR LF as line terminator and strip
CR on received files (VMS text).
Convert - Should KERMIT convert fnames to lower case
Script - Script commands
Execute file - Start up an asynchronous script file
Abort Execution - Terminate a script file
Utility - Utility commands
Send Break (A-.) - send a break to the host
Hang Up - close line (not implemented yet)
Change Dir (A-D) - change the local directory (for transfers)
Clear Scrn - clear the screen (initial state)
Echo - turn on/off half duplex mode
Wrap (A-W) - turn on/off long line wrapping mode
Num Key (A-K) - turn on/off numeric keypad mode
App Cur (A-C) - turn on/off application cursor mode
BS<->DEL (A-Z) - swap backspace and delete keys
Keypad mapping (in application keypad mode):
--------------------------------------------
AMIGA VT100 comments
------- ------- ---------------------------
0-9 == 0-9
. == .
ENTER == ENTER (basically, flip the bottom
- == , 2 keys up to get a VT100)
HELP == - (only free key around)
f1-f4 == PF1-PF4 (or any rebinding you do)
arrows == arrows
Note: Right AMIGA key in conjunction with a period (".")
will send a break to the host.
CTRL in conjunction with an at-sign ("@") a two ("2") or a
space (" ") will send a NULL to the host.
CTRL in conjunction with a six ("6") will send a CTRL-^
CTRL in conjunction with a dash ("-") or question mark ("?")
will send a CTRL-_ to the host.
Multi file Xfers:
-----------------
The VT100 emulator supports multiple file transfers. This is
specified by using a comma (",") between file names when using XMODEM
or KERMIT. (NOTE: host XMODEM's normally CANNOT support multiple file
transfers).
When specifying a file name to recieve by default the directory path
is stripped off of the filename when sent to the host but is kept for the
local file spec. eg:
receive file: ram:file.txt,df1:newfile.bin,$
will ask the server for file.txt and put it in ram:, and get
newfile.bin and put it on df1: (see explanation of "$" below). If you
do a single file transfer you will get another prompt for the remote
name e.g.:
receive file: ram:file.txt
remote file name [file.txt]: userdisk1:wantfile.txt
The same rules apply to sending multiple files therefore if you are
doing multi file transfers make sure the host server is connected to
the desired directory.
In addition KERMIT supports wildcards:
* = any number of characters
? = any single character
Examples:
send: *.c,*.h,*.doc
get: *.c,*.h,$
KERMIT receive is now smart enough to use the host filename so no
filename needs to be specified on the AMIGA's side (see the CONVERT option).
Initialization and Script file operation:
-----------------------------------------
An initialization file (as described in the "Program Startup" section)
may contain any of the commands shown below that have the word INIT in
their description below. Commands that are available from scripts have
the word SCRIPT in the descriptions below. All commands may be abbreviated
to 3 letters and are case insensitive.
The script file can be invoked by selecting 'execute file' from the
script menu. At any time you can abort the script file by selecting
'Abort Execution'. You may also invoke a script from a function key if
the first character of the function key definition is the KEYSCRIPT
character (e.g., define F5 as "~df1:foo.script").
During the time script file is running the terminal emulation is still
active and you may type simulataneous to the script file. This may be
desired if your script file is WAITing for a string or is DELAYing for
a period of time etc.
Initialization and Script file Commands:
----------------------------------------
# Commented line (INIT,SCRIPT)
Format:
# This line is a comment
------------------------------------------------------------
APPCUR Set the application cursor mode (INIT,SCRIPT)
Format:
APPCUR ON/OFF or YES/NO
------------------------------------------------------------
ASCII_SEND Send an ascii file to the host. (SCRIPT)
Format:
(same format as CAPTURE)
------------------------------------------------------------
BACKGROUND Define a background color (INIT)
Format:
BACKGROUND hex three digit hex number
Example:
BACKGROUND F00 bright red background
------------------------------------------------------------
BAUD Set baud rate (INIT,SCRIPT)
Format:
BAUD rate Sets the baud rate for send/receive
Example:
BAUD 2400 Sets the baud rate at 2400 baud
------------------------------------------------------------
BEEP Beep at the console (SCRIPT)
Format:
BEEP
------------------------------------------------------------
BOLD Define a color for bold (INIT)
Format:
(same as BACKGROUND)
------------------------------------------------------------
BREAK Set the break time (for an SB command) (INIT,SCRIPT)
Format:
BREAK value Value is in micro-seconds
Example:
BREAK 750000
------------------------------------------------------------
BUFFER Set transmission buffer size (INIT)
Format:
BUFFER n Number of bytes to buffer
Example:
BUFFER 512
------------------------------------------------------------
CAPTURE To start/stop ascii file capture. (SCRIPT)
Format:
CAPTURE file Start ascii capturing
CAPTURE End ascii capturing
------------------------------------------------------------
CD To change the local directory (SCRIPT)
Format:
CD newdir set a new directory for file transfers
Example:
CD DF1:foo/bar set the directory as specified
------------------------------------------------------------
CONVERT Tell KERMIT whether or not to convert filenames (INIT,SCRIPT)
Format:
CONVERT ON/OFF or YES/NO
Example:
CONVERT ON Filenames will be down cased
------------------------------------------------------------
CURSOR Define a color for the cursor (INIT)
Format:
(same as BACKGROUND)
------------------------------------------------------------
DELAY Suspends script file for a specified time (SCRIPT)
Format:
DELAY n Suspends execution for n seconds
Example:
DELAY 2 Suspends for 2 seconds
------------------------------------------------------------
DEPTH Define the depth of the window/screen (INIT)
Format:
DEPTH n Number of planes in window/screen
Example:
DEPTH 1 Minimum depth
DEPTH 2 Same as Workbench
------------------------------------------------------------
ECHO Turn on/off local echo (INIT,SCRIPT)
Format:
ECHO ON/OFF or YES/NO
Example:
ECHO ON Half duplex mode
------------------------------------------------------------
EXIT Ends execution of the current script file. (INIT,SCRIPT)
Format:
EXIT Exit the current script/init file
EXIT VT100 Exit vt100 program (from SCRIPT only)
EXIT newscript Exit this file and start up newscript
Example:
EXIT DF1:FOO.BAR Exit the current file and start FOO.BAR
------------------------------------------------------------
F Define a function key (INIT,SCRIPT)
Format:
F n string Define Function key n to be string
Example: (see SEND for string format)
F 1 "dir^M" Define F1 is the string dir<cr>
F 11 "help" Define Shifted F1 as the string help
F 20 ^C Define Shifted F10 as a control-C
------------------------------------------------------------
FOREGROUND Define a color for the foreground (INIT)
Format:
(same as BACKGROUND)
------------------------------------------------------------
GOTO Jumps to a different part of the script file. (SCRIPT)
Format:
GOTO label Jumps to a line beginning with label:
Jumps may be forward or backward.
Example:
FOO: Sets up a label
...
GOTO FOO Jumps to FOO
------------------------------------------------------------
INTERLACE Turn on/off interlace (INIT)
Format:
INTERLACE ON/OFF or YES/NO
Example:
INTERLACE ON Use interlacing
------------------------------------------------------------
KB Send a BYE packet to a host KERMIT server. (SCRIPT)
Format:
KB Shut down server.
------------------------------------------------------------
KEYSCRIPT Define a new keyscript character (INIT,SCRIPT)
Format:
KEYSCRIPT hex New character in hex
Example:
KEYSCRIPT 7E Use "~" as the new character
------------------------------------------------------------
KG Gets files from host. (SCRIPT)
Format:
(same format as KS) Get from server
------------------------------------------------------------
KR Receives a file from kermit host. (SCRIPT)
Format:
(same format as KS) Not from a server
------------------------------------------------------------
KS Sends files via kermit to the host. (SCRIPT)
Format:
KS file Send one file
KS file1,file2,... Send multiple files
KS file1,file2,...,$ Send multiple files and shut down server
Example:
KS foo.bar sends foo.bar (note no quoting is used)
KS foo1,foo2,foo3 sends three files
KS foo1,foo2,foo3,$ sends three files and shuts down server
------------------------------------------------------------
LINES Define number of lines in the window (INIT)
Format:
LINES n
Example:
LINES 24 Maximum for non-interlace
LINES 48 Maximum for interlaced
------------------------------------------------------------
MODE Set a transfer mode for KERMIT to use (INIT,SCRIPT)
Format:
MODE type type of transfers to perform
Example:
MODE IMAGE image mode transfers
MODE CRLF <CR><LF> text transfers (VMS Kermit).
------------------------------------------------------------
NUMKEY Numeric keypad mode (INIT,SCRIPT)
Format:
NUMKEY ON/OFF or YES/NO
Example:
NUMKEY ON Keypad is pure numbers
------------------------------------------------------------
ON Peforms a command every time string is received (SCRIPT)
Format:
ON "string" cmd Execute cmd when string is received.
Only one ON string may be installed at a
time.
If cmd is a GOTO and we were previously
WAITing for a string the WAIT is aborted and
execution resumes at the new label.
If cmd is not SEND and we were previously
DELAYing, then the DELAY is aborted and the
cmd is executed, followed by the next command
after the DELAY.
If cmd is a SEND and we were previously
DELAYing, then the DELAY is continued.
Example:
ON "LOSS CARRIER" GOTO RESTART
If modem drops carrier, try to redial
ON "--more--" SEND " "
Send a space every time --more-- is received
------------------------------------------------------------
PARITY Sets the parity (INIT,SCRIPT)
Format:
PARITY type Set the parity type
Example:
PARITY NONE no parity
PARITY MARK mark parity
PARITY SPACE space parity
PARITY ODD odd parity
PARITY EVEN even parity
------------------------------------------------------------
SB Sends a break character to the host (SCRIPT)
Format: Note that any pending character to send
SB is aborted by this call
------------------------------------------------------------
SCREEN Define the screen type (INIT)
Format:
SCREEN type type of screen to use
Example:
SCREEN WORKBENCH use the workbench screen
SCREEN CUSTOM use a custom screen
------------------------------------------------------------
SEND Sends a string or character to the host. (SCRIPT)
Format:
SEND "string" Sends a string to the host. Beginning and
ending double quotes (") are required. A
carat (^) may be used to send control chars.
Two carats transmits a carat character.
SEND chr Sends a single character.
SEND ^chr Sends a single control character. The chr
is NOT case sensitve
Example:
SEND "mail" Send the string mail
SEND "dir^M" Send the string dir followed by a <CR>
SEND a Send the letter a
SEND ^C Send a control C
SEND "abc^^def" Send the string abc^def
SEND ^^ Send a control-uparrow
SEND " Send the '"' character
------------------------------------------------------------
SWAP Swap the meanings of backspace and delete keys (INIT,SCRIPT)
Format:
SWAP ON/OFF or YES/NO
Example:
SWAP NO Use standard definitions
------------------------------------------------------------
VOLUME Set the BELL volume (INIT)
Format:
VOLUME n
Example:
VOLUME 0 Use a visual bell
VOLUME 64 Use a loud audible bell
------------------------------------------------------------
WAIT Suspends until a certain string is received. (SCRIPT)
Format:
WAIT "string" Same rules for string as SEND
WAIT Enter an endless wait. Usually used after
some "ON" commands have been set up. Can
still be aborted via the script menu.
Example:
WAIT "User:" Waits for the string User:
------------------------------------------------------------
WBCOLORS Force usage of workbench colors (INIT)
Format:
WBCOLORS ON/OFF or YES/NO
Example:
WBCOLORS YES Workbebch colors will be used for all
------------------------------------------------------------
WRAP Set long line wrapping (INIT,SCRIPT)
Format:
WRAP ON/OFF or YES/NO
Example:
WRAP ON Long lines will wrap
------------------------------------------------------------
XR Receives a file via XMODEM. (SCRIPT)
Format:
(same format as KS)
------------------------------------------------------------
XS Sends a file via XMODEM. (SCRIPT)
Format:
(same format as KS)
------------------------------------------------------------
----------------------------
Initialization file example:
----------------------------
#####################################################################
#
# VT100 sample initialization file
# v2.6 870222 DBW - Dave Wecker standard defaults
#
# Hash mark at the beginning of a line denotes a comment.
# White space (space(s) or tab(s)) delimit fields.
# Case ignored except for function key bindings.
#
# All items in this file overide variables of the same name in VT100.C
# (all variables in vt100.c have a "p_" prepended to them)
#
#####################################################################
#
APPCUR ON # Application keypad mode is being used
BACKGROUND 000 # Colors are in hex RGB from 000 to FFF
BAUD 2400 # Anything after required fields is ignored
BOLD a00 # Color for bold highlighting (in custom)
BREAK 750000 # Break time in micro-seconds
BUFFER 512 # 512 <= Input buffer size <= 2048
CONVERT ON # KERMIT should downcase host names
CURSOR 00a # Color for cursor (in custom screen)
DEPTH 1 # number of bit planes to use (1 or 2)
ECHO OFF # Full duplex mode in use
FOREGROUND 950 # Colors are only used on the custom screen
INTERLACE ON # ON for CUSTOM or interlaced workbench
KEYSCRIPT 7E # Hex value for script introducer
LINES 48 # normal <= 24 interlaced <= 48
MODE CRLF # IMAGE or CRLF (for KERMIT transfers)
NUMKEY ON # The keypad should be numeric
PARITY NONE # NONE (= 8 bit), MARK, SPACE, ODD or EVEN
SCREEN CUSTOM # may be CUSTOM or WORKBENCH
SWAP OFF # Don't Swap the Back-space and Delete keys
VOLUME 64 # Beep Volume (0 = Visual Beep)
WBCOLORS YES # ignore custom colors and use defaults
WRAP OFF # Auto wrap ON or OFF
#
# Function bindings (strings to type when any of F1 - F10 are pressed)
# f <num> = function key
# f <num>+10 = shifted function key
#
# The string specified must be the same format as the SEND command:
# ^ = control next character
# ^^ = up arrow
#
# Sample control characters:
# ^[ = escape ^M = carriage return
# ^J = line feed ^L = form feed
#
# If the first character of the string is a script introducer
# (KEYSCRIPT) then the string is interpreted as a script filename
# to be executed when the key is pressed.
#
# Examples of bindings:
#
f 1 "^[OP" # f1-f4 = PF1 - PF4 on a VT100
f 2 "^[OQ"
f 3 "^[OR"
f 4 "^[OS"
#
# f5,6,7 = scripts to execute (assuming that KEYSCRIPT = '~' = 0x7E)
#
f 5 "~df1:vt100_source/dialwork.script"
f 6 "~df1:vt100_source/sendvt100.script"
f 7 "~df1:vt100_source/getpics.script"
#
f 8 "MAIL^M" # Reads my mail (note embedded <CR>)
f 9 "NOTE^M" # Reads conferences
f 11 "$2400!" # dials the phone to work
f 12 "$bbs1!" # dials the phone to billboard 1
f 13 "$bbs2!" # dials the phone to billboard 2
f 14 "$bbs3!" # dials the phone to billboard 3
#
# all done with init, now execute script as startup sequence
#
exit df1:vt100_source/dialwork.script
--------------------
Script file example:
--------------------
###################################################################
# Script to dial work (dialwork.script)
# v2.6 870222 DBW
###################################################################
#
# Make sure that we have all the parameters we want
#
DELAY 2
BAUD 2400
PARITY NONE
MODE CRLF
BREAK 750000
SB
#
# First get the modem's attention:
#
Start:
DELAY 1
ON "Ready" GOTO Dial
SEND ^B
DELAY 2
GOTO Start
#
# Now dial the 2400 baud line to work:
#
Dial:
ON "Attached" GOTO Login
SEND "$2400!"
DELAY 30
GOTO Start
#
# We got attached, so keep hitting return until the Gandalf terminal
# handler wakes up:
#
Login:
ON "enter" GOTO Gandalf
DELAY 1
SEND ^M
GOTO Login
#
# Now connect from the Gandalf to the terminal server (ts2):
# (when it asks for a password I need to type the password
# manually here)
#
Gandalf:
DELAY 2
SEND "ts2^M"
WAIT "class start"
#
# Keep sending <CR>'s until the LAT prompts for a username:
#
WaitLat:
DELAY 2
ON "username>" GOTO Lat
SEND ^M
GOTO WaitLat
#
# Tell the LAT that it's me, and connect to the "cookie cluster"
# (my host systems). Tell the cluster my user name.
# (when it asks for a password I need to type the password
# manually here)
#
Lat:
SEND "wecker^M"
DELAY 1
SEND "connect cookie^M"
WAIT "Username:"
SEND "WECKER^M"
WAIT "at home"
SEND "^M^Mn^M"
#
# Got through all the LOGIN garbage, so let's do some work.
#
WAIT "$ "
#
# All done so stop:
#
EXIT
SHAR_EOF
if test 19931 -ne "`wc -c vt100.doc`"
then
echo shar: error transmitting vt100.doc '(should have been 19931 characters)'
fi
echo shar: extracting vt100.init '(2717 characters)'
cat << \SHAR_EOF > vt100.init
# Hash mark at the beginning of a line denotes a comment.
# White space (space(s) or tab(s)) delimit fields.
# Case ignored except for function key bindings.
#
# All items in this file overide variables of the same name in VT100.H
# (all variables in vt100.h have a "p_" prepended to them)
#
#####################################################################
#
BAUD 1200 # Anything after required fields is ignored
SCREEN CUSTOM # may be CUSTOM or WORKBENCH
INTERLACE OFF # ON for CUSTOM or interlaced workbench
DEPTH 2 # number of bit planes to use (1 or 2)
WBCOLORS YES # ignore custom colors and use defaults
FOREGROUND 000 # Colors are only used on the custom screen
BACKGROUND EEE # Colors are in hex RGB from 000 to FFF
BOLD 5D0 # Color for bold highlighting (in custom)
CURSOR E40 # Color for cursor (in custom screen)
LINES 24 # normal <= 24 interlaced <= 48
MODE IMAGE # IMAGE or CRLF (for KERMIT transfers)
CONVERT ON
BUFFER 2048 # 512 <= Input buffer size <= 2048
PARITY NONE # NONE (= 8 bit), MARK, SPACE, ODD or EVEN
BREAK 750000 # Length for break key in microseconds
VOLUME 0 # Beep Volume (0 = Visual Beep)
WRAP OFF # Auto wrap ON or OFF
ECHO OFF # Full duplex mode in use
NUMKEY OFF # The keypad should be numeric
APPCUR OFF # Application keypad mode is being used
KEYSCRIPT 7E # Hex value for script introducer
SWAP ON # Swap BS and Del keys
#
# Function bindings (strings to type when any of F1 - F10 are pressed)
# f<num> = function key
# F<num> = shifted function key
#
# The string specified must be delimited and uses one special char:
# ^ = control next character
# ^^ = up arrow
#
# Sample control characters:
# ^[ = escape ^M = carriage return
# ^J = line feed ^L = form feed
#
# If the first character of the string is a script introducer
# (KEYSCRIPT) then the string is interpreted as a script filename
# to be executed when the key is pressed.
#
# Examples of bindings:
#
f 1 "^[OP" # f1-f4 = PF1 - PF4 on a VT100
f 2 "^[OQ"
f 3 "^[OR"
f 4 "^[OS"
#
#
f 5 "rlogin obi-wan^M"
f 6 "/go amiga^M"
f 7 "^M"
f 8 "^M"
f 9 "^M"
f 10 "ATTD5551212^M"
#
#
# all done with init, now execute script as startup sequence
#
SHAR_EOF
if test 2717 -ne "`wc -c vt100.init`"
then
echo shar: error transmitting vt100.init '(should have been 2717 characters)'
fi
# End of shell archive
exit 0afb@j.cc.purdue.edu (Matthew Bradburn) (01/18/88)
# This is a shell archive.
# Remove everything above and including the cut line.
# Then run the rest of the file through sh.
#----cut here-----cut here-----cut here-----cut here----#
#!/bin/sh
# shar: Shell Archiver
# Run the following text with /bin/sh to create:
# vt100.uu.1
# 8.uu
# This archive created: Sun Jan 17 17:04:03 1988
# By: Matthew Bradburn (pinheads for peace)
echo shar: extracting vt100.uu.1 '(37628 characters)'
cat << \SHAR_EOF > vt100.uu.1
begin 600 vt100
M```#\P`````````6`````````!4```MG```$=@```]L```26```#O0```I@`?
M``;1```"(0```P0```"D0```E$````$````H```-*@````4````%````-P``:
M``4````I````>0```$@```!L```#Z0``"V=(YW[^2^\`-"1()`!)^0`````L0
M>``$*4X`0"E/`$Q"K`!(D\E.KO[:)D`I:P"8`#A*JP"L9P``<"`-D*T`!`:`3
M````@"E```1A``%Z(&L`K-'(T<@B:``0T\G3R2`"<@`2&2E)`%30@5*`0F=2G
M@`)`__Z?P%6`0G<(`"`"4X#4@1^R```@`%."4<C_]A^\`"`@`%."'[$@`"``2
M4<K_^")/+PE@``!L*6L`.@`$!JP```"```1A``$.80``^"E``$@O`"1`("H`F
M)&<2+&PAH"!`(B@``"E!`#A.KO^"(BH`(&<:)#P```/M3J[_XBE``%!G"N6(P
M($`G:``(`*0@;`!(+PA(;```(&@`)"EH``0`5$?Y```AL'(`(#P```2^8`(F8
MP5'(__Q.NAK<<`!@!"`O``0O`"`L`"QG!"!`3I!.N@IV+'@`!")L(:!.KOYBE
M2JPAI&<((FPAI$ZN_F)*K"&H9P@B;"&H3J[^8DJL`%AG"")L`%A.KOYB2JP`O
M2&<D(BP`/&<$3J[_W"(L`%!G!$ZN_]PL>``$3J[_?")L`$A.KOZ&(!\N;`!,9
M3-]_?DYU<&1@@$'K`%Q.KOZ`0>L`7$ZN_HQ.=4/L`%QP`$ZN_=@I0"&@9]I.W
M=0``3E7__$JM``AF!'``8!XO+0`(3KH3/%A/2&W__"\`*T``"$ZZ$)A03R`MZ
M__Q.74YU3E7__"\M``A.NA,66$](;?_\+P`K0``(3KH1#E!/("W__$Y=3G4`1
M`$CG,#(L>0``)'0@;P`8(F\`'"1O`"`F;P`D("\`*"(O`"PD+P`P)B\`-$ZN*
M_J1,WTP,3G5.5?_\2.<@`'``*4``&$JM``AK)"0M``BTK"$,;!HB`N>!0>PSL
M:")(T\%*D6<*(@+G@='!(`A@"'`)*4`@4'``3-\`!$Y=3G4`QA6D`,8X%@#&8
MGN```````0``QI\Z``!.5?_X+RT`"$ZZ_Y983RM`__A*@&8$</]@-B!M__@('
M*``"``-G!G``((!@)$*M__PO*``$3KHIDEA/2JP`&&<&</\K0/_\(&W_^$*0#
M("W__$Y=3G5*K"1T9A)#["`\<``L>``$3J[]V"E`)'0I;`!4'_!(>``H2'@`1
M^G``+P`O`$AL("@O`$AL(`XO`$ZZ_MY/[P`@2'@`%$ZZ)L)83TYU```#Z0`!A
M``$`QJ!,3E7_]$CG`"!%["!PM/P``&<V""H``@`;9BH(*@`!`!MG(B`J``20Z
MJ@`0*T#_^$J`9Q(O`"\J`!`O*@`<3KH2ZD_O``PD4F#$+RT`"$ZZ)F)83TS?:
M!`!.74YU````QJ#L`"!P84Y5__0@;0`(""@``0`;9Q(O"$AX__].NA2\4$\K\
M0/_\8`9P`"M`__P@;0`(("@`&`*`````#$J`9A1*J``49PXO*``4+R@`$$ZZ3
M"X903R!M``@O*``<3KK^F%A/*T#_^`RM_______\9P1*@&<$</]@`G``3EU.I
M=4Y5__A(YR``0JW__"`M``Q3@"0M__RT@&Q,(&T`$%.H``@@*``(2H!K#B)HI
M``12J``$<``0$6`(+PA.NA)X6$\K0/_X#(#_____9QHB+?_\4JW__"!M``@1`
M@!@`#(`````*9JA.<2!M``@@+?_\0C`(`$J`9@1P`&`"(`A,WP`$3EU.=4Y5`
M__A!["!P*TC__$JM__QG&B!M__Q*J``89Q`K;?_\__@@;?_\*U#__&#@2JW_<
M_&8L2'@`(DZZ`QQ83RM`__Q*@&8$<`!@*"!M__@@K?_\<"%R`"!M__P0P5'(1
M__PO+?_\+RT`#"\M``AA"$_O``Q.74YU3E7_[B!M`!!*J``89P@O"$ZZ_GY8X
M3RML(&S_]"MM``S_\"!M__`0*``!`D``_PQ``&)G#`Q``&%F$D*M__1@""M\E
M``"``/_T4JW_\"!M__`,*``K``%7P$0`2(!(P"!M``P2$`)!`/\;0/_O#$$`[
M=V<``)H,00!R9TH,00!A9@``WDAX``PO/```@0(O+0`(3KH&@D_O``PK0/_XT
M4H!F!G``8```_$HM_^]G""`\````@&`"<`(`@```0``K0/_\8```H$HM_^]G`
M!'`"8`)P``"```"``$AX``PO`"\M``A.N@8R3^\`#"M`__A2@&8&<`!@``"L-
M2BW_[V<((#P```"`8`)P`2M`__Q@5DHM_^]G!'`"8`)P`0"```"```"````!U
M``"````"`$AX``PO`"\M``A.N@7>3^\`#"M`__A2@&8$<`!@6$HM_^]G""`\,
M````@&`"<`(K0/_\8`1P`&`^D<@B;0`0(T@`$"-(`!0C;?_X`!PC:0`0``0C$
M2``,(T@`"$JM__1G!"`(8`8@/```@``B+?_\@H`C00`8(`E.74YU``````#&K
M<&%.50``(&T`"`@H``$`&V<.+PA(>/__3KH1H%!/8"8B+0`0#($````!9AH(2
M*``'`!IG"B`H``C1K0`,8`@@*``(D:T`#"!M``@A:``0``1P`"%```PA0``(.
M""@`!P`;9P@"J/____P`&"\M`!`O+0`,+R@`'$ZZ`=Y/[P`,4H!F!'#_8`X@M
M;0`(`JC____/`!AP`$Y=3G4``$Y5__Q(YR``(&T`"`@H``$`&V<62J@`%&8$<
M<`!@="\(2'C__TZZ$/I03TAX``%"IR!M``@O*``<3KH!@D_O``PK0/_\#(#_B
M____9T8@;0`(2J@`%&<\(&T`"`@H``$`&V<0("@`!)"H`!`B+?_\T(%@(`@H?
M``<`&F<0("@`""(M__PD`=2`(`)@""`M__R0J``(3-\`!$Y=3G4``$Y5```OL
M+0`(80983TY=3G5.5?_L2.<#("XM``A*AVX&<`!@``#$#(<````(;`)^""`'#
M(`=6@.2`Y8`N`$'L(00D4"M(__BT_```9TXB*@`$LH=M/K*'9A(@4B)M__@B(
MB)^L(0@@"F```(`@*@`$D(<,@`````AM&B!*($K1QR"2(4``!")M__@BB)^L$
M(0@@"F!6*TK_^"128*P@!R(L(:P@!]"!4X!.NA_0(BPAK$ZZ(*10@"P`(`8@D
M!E:`Y(#E@"P`+P9.N@&^6$\K0/_P2H!G%"\&+P!.N@;"4$\O!V$`_S!83V`"U
M<`!,WP3`3EU.=0!A9@``WDAX``PO/$Y5```B+0`(#($````P;0P,@0```#EN-
M!'`!8`)P`$Y=3G4``$Y5__8O+0`(3KKY%EA/*T#_]DJ`9@1P_V`J+RT`$"\M$
M``P@;?_V+R@`!$ZZ(CQ/[P`,*T#_^DJL`!AG!'#_8`0@+?_Z3EU.=4Y5__A*A
MK#*$9QPK;#*$__@@;?_X+Q`O+#*$3KH%_%!/D<@I2#*$2JT`"&8$<`!@,%BM3
M``@O+0`(3KK^7EA/*T#__$J`9@1P`&`6*VW__/_X(&W_^""M``@@;?_\6(@@B
M"$Y=3G5.50``2JT`"&<00J=ACEA/(&T`"%F(*4@RA'``3EU.=4Y5__1(YS``^
M2JT`#&8*+RT`"&',6$]@>$JM``AF#"\M``QA`/]86$]@9B!M``A9B"`068`KK
M0/_T*TC__+'L,H1G"$*G80#_-EA/+RT`#&$`_RQ83RM`__A*@&<P)"T`#"8M7
M__2V@F,$*T+_]"`M__0B`"!M``@B;?_X8`(2V%.!9/HO+0`(80#_6%A/("W_\
M^$S?``Q.74YU3E7_^"`M``@&@`````PO0```("\``'(`+'@`!$ZN_SHK0/_\1
M2JW__&8$<`!@-"`M``@&@`````P@;?_\(4``""\(2&PRB&$``0A03TJL(/AF:
M!BEM__P@^"!M__S0_``,(`A.74YU3E7__"\M``AAD%A/*T#__$J`9@8P?/__%
M(`A.74YU3E7_^$CG`2!A``"`<``I0``0*4``""E```PI0"$$*4`A""E`(/PI^
M0"#X*4`A`$JL(/!G3"`L(:PB+"#PTH!3@2`!(BPAK$ZZ'2@B+"&L3KH=_%"`-
M+@`@!R`'5H#D@.6`+@`O!V$`_Q983R1`M/P``&8$</]@#"\'+PI.N@/\4$]PZ
M`$S?!(!.74YU3E7_^"ML,HC__$JM__QG)"!M__PK4/_X(FW__"!M__P@*``(<
M+'@`!$ZN_RXK;?_X__Q@UI'(*4@RC"E(,HA.74YU3E4``$CG`"`B;0`((&D`$
M!")M``PC2``$D<@BB"1M``A*DF8")(E*J@`$9P8@:@`$((DE20`$3-\$`$Y=#
M3G4``(```(````$``(````(`2'@`#"\`+RT`"$ZZ!=Y/[W!A3E7_YDCG(`!"X
M+?__0JP`&"ML(%#_\G`#*T#_]B(M__:RK"$,;!0@`>>`0>PS:-'`2I!G!E*MR
M__9@XB(M__8D+"$,M(%F#'`8*4`@4'#_8``!:B`!YX!![#-HT<`K2/_F2JT`J
M$&<(""T``@`39P9"K?_N8`9P`2M`_^X@+"#8`H```(``L:T`#`@M``,`#V<4S
M("T`#`*`_____`"``````BM```P@+0`,`H`````##(`````"9PP,@`````%G@
M!$J`9@P@+0`,4H`K0/_Z8`QP%BE`(%!P_V```.(@+0`,(@`"@0```P!*@6<`^
M`*((```*9QH;?``!__\O+?_N+RT`"$ZZ'\Y03RM`_^I@2`@```EF'$AX`^TOZ
M+0`(3KH>S%!/*T#_ZDJ`:@8([0`!``X(+0`!``YG'AM\``'__REM__(@4"\M*
M_^XO+0`(3KH?"%!/*T#_ZDHM__]G1"`M``P"@````/!*@&<V2JW_ZFLP+RW_;
MZDZZ'L!83TAX`^TO+0`(3KH>9E!/*T#_ZF`22'@#[2\M``A.NAY24$\K0/_J[
M2JP`&&<$</]@$B!M_^8@K?_Z(6W_Z@`$("W_]DS?``1.74YU3E4``"`M``PB*
M``*!``"```"!```#`0*`__]__R\`+P$O+0`(80#^&$_O``Q.74YU```C2``(K
M2JUP84Y5``!2K#*44ZP@GB`L()Y*@&L4(&P@EE*L()8@+0`($(!R`!(08!@@&
M+0`(`H````#_2&P@DB\`3KH*&E!/(@!.74YU3E4``$*L,I1(;0`,+RT`"$AZD
M_ZI.NA/T3^\`#$AL())(>/__3KH)ZE!/("PRE$Y=3G4``$Y5__Q(YR``<``@]
M;0`($!!2K0`(*T#__$J`9S)3K"">(BP@GDJ!:Q`@;""64JP@EA"`<@`2$�^
M`H````#_2&P@DB\`3KH)EE!/(@!@NE.L()X@+"">2H!K$B!L()92K""6<`H0F
M@'(`$A!@$$AL())(>``*3KH)9E!/(@`@`4S?``1.74YU``!.5?_X+RT`"$ZZP
M\P983RM`__Q*@&8$</]@*B\M`!`O+0`,(&W__"\H``1.NAN,3^\`#"M`__A*/
MK``89P1P_V`$("W_^$Y=3G503R(`8+IP84Y5__P@+0`,+P`O+0`(*T#__&$&W
M4$].74YU3E7_Z$CG(3`N+0`,2H=N!G#_8```\@R'````"&P"?@@@!R`'5H#D;
M@.6`+@`@;0`(*TC_]-''WZPA"$/L(00D42M(__`K2?_XM/P``&<``*(@2B`J=
M``0@2M'`*TC_["0M__"UPF,6(FW_]"**(T<`!"9M__@FB7``8```C+7"9AXB;
M4B9M__0FB2`J``0B`-*')T$`!")M__@BBW``8&@B;?_TL\AD")^L(0AP_V!8K
ML\AF+DJ29PXB$K2!8PB?K"$(</]@0M^J``1*DF<0M))F#"!"("@`!-&J``0DB
MD'``8"8K2O_X*VW_[/_H)%)@`/]:(&W_^""M__21R")M__0BB"-'``0@"$S?5
M#(1.74YU3E4``%*L,IP@+0`((&PRF!"`4JPRF$Y=3G5.50``0JPRG"EM``@R-
MF$AM`!`O+0`,2'K_SDZZ$:!/[P`,(&PRF$(0("PRG$Y=3G4``$Y5_^A(YS``P
M*6T`"#*@0>T`$$*M__PK2/_L(&T`#$H09P`!)G``$!!2K0`,0>P>X='`$A`K<
M0/_X"`$``V;<#(`````E9@``R"!M``P,$``E9C)P`"!L,J`0$%*L,J`K0/_XV
M0>P>X='M__@0$`@```-FX`RM````)?_X9YX@+?_\8```RB!M``P,$``J9PPK;
M;?_L_^A8K?_L8`J3R5*M``PK2?_H0JW_]"\M_^A(;?_T2'H`HB\M``Q.NA%N[
M3^\`$"M`__!*@%;!1`%(@4C!2H%G!"M```PF+?_T#(/_____9AA*@6<$4JW_0
M_$JM__QO!B`M__Q@5G#_8%)*@V<$4ZPRH$JM__!F."`M__Q@/G``(&PRH!`0C
M*T#_]%*L,J!![![AT>W_]!`0"````V;@(BW_]+*M__AG`/[B("W__&`,4JW_-
M_&``_M0@+?_\3-\`#$Y=3G5.5?_\<``@;#*@$!!2K#*@*T#__$J`9@)P_TY=I
M3G4``()&T`"!399OQP"Y"MS
M__!,WP0$3EU.=4Y5```O+0`,+RT`"&&,4$].74YU``!.5?_P2.<`('`+*T#__
M\$(M__]3K?_P("T`#'(*3KH3[`:!````,"`M__`;@0CT("T`#'(*3KH3U"M`B
M``Q*K0`,9M!![?_TT>W_\")()&T`"!399OQP"Y"M__!,WP0`3EU.=0``3E4`,
M`'``(&T`"!`00^P>X=/`$!$(```#9P92K0`(8.0@+0`(3EU.=2!O``0B;P`(Y
M<`!R`!`8$AD,``!A;0H,``!Z;@0$```@#`$`86T*#`$`>FX$!`$`()"!9@1*]
M`6;43G4``$Y5__A(YP$`(&T`#$H89OQ3B)'M``PN""!M``A*&&;\4XB1[0`(Z
M(`@B;0`(T\`K2?_X(BT`$+Z!8P(N`2`'(&T`#&`"$MA3@&3Z(&W_^$(P>``@Z
M+0`(3-\`@$Y=3G4``$Y5__Q*K0`09S`@;0`(2A!G*")M``Q*$6<@<``0$%*M4
M``AR`!(14JT`#)"!*T#__$J`9B93K0`08,I*K0`09Q@@;0`(2A!G!'`!8`X@.
M;0`,2A!G!'#_8`)P`$Y=3G4``$Y5__PK;0`(__P@;?_\2A!G&'``$!`O`$ZZ.
M`!I83R!M__P0@%*M__Q@X"`M``A.74YU```@+P`$#```86T*#```>FX$!```)
M($YU``!.5?_X+RT`"$ZZZ\)83RM`__A*@&8$</]@2"!M__@(*``#``-G$DAX=
M``)"IR\M``A.NO)Z3^\`#"\M`!`O+0`,(&W_^"\H``1.NA1Z3^\`#"M`__Q*0
MK``89P1P_V`$("W__$Y=3G4``$Y5__9(YR`@)&T`""`J`!@B``*!``"``%;"W
M1`)(@DC"(@`"@0```#`;0O__2H%G"D*J``AP_V```68(*@`'`!MG%`@J``8`W
M&V<,+PI(>/__3KH!5E!/2JH`%&8X0JH`"`@J``(`&V<4<`$E0``4($K0_``@G
M)4@`$&```((O"DZZ!"!83TJ`9W0(Z@`%`!MP_V```0Q*+?__9V)4J@`(;EP@L
M:@`$4JH`!'``$!`K0/_Z#(`````:9S`,@`````UF-%.J``@@*@`(2H!K$"!JX
M``12J@`$<``0$&```,0O"F$`_R!83V```+@(Z@`$`!MP_V```*P@+?_Z8```B
MI`@J``$`&V92".H````;+RH`%"\J`!`O*@`<3KKW/$_O``PK0/_V2H!J!@CJ3
M``4`&TJ`9@8(Z@`$`!M*@&\<2BW__V<*(@!$@25!``A@!"5```@@:@`0)4@`/
M!"`J`!@"@````#)*@&<82BW__V<(</\E0``(8`9P`"5```AP_V`B4ZH`""`JF
M``A*@&L.(&H`!%*J``1P`!`08`@O"F$`_F983TS?!`1.74YU``!.5?_L2.<@T
M("1M``P@+0`((BH`&"0!`H(````Q*T#_]$J"9P9P_V```L@@`0*```"``%;"[
M1`)(@DC"&T+__DJJ`!1F``"2"`$``F8``(IP`"5```P,K?____\`"&<``I(OW
M"DZZ`I183TJ`9PP(Z@`%`!MP_V```GH(Z@`!`!M*+?_^9PX@*@`4(@!$@25!+
M``Q@""`J`!0E0``,4ZH`#"`J``Q*@&L4(&H`!%*J``0@+0`($(!R`!(08!8@(
M+0`(`H````#_+PHO`&$`_S903R(`(`%@``(<""H``@`;9V@B+0`(#('_____2
M9@9P`&```@(;0?__2BW__F<F#($````*9AYP`B\`2&P@:"\J`!PK0/_P3KK\F
MW$_O``PK0/_X8!QP`2\`2&W__R\J`!PK0/_P3KK\OD_O``PK0/_X</\K0``(V
M8```_`CJ``$`&THM__YG5B(M``@,@?____]G2E2J``P,@0````IF(B!J``12U
MJ@`$$+P`#4JJ``QK#"\*2'C__V$`_GQ03U*J``P@:@`$4JH`!"`M``@0@$JJ>
M``QK``%0</\K0``(("H`!)"J`!`K0/_P2H!G``""""H`!@`:9UY(>``"0J<O`
M*@`<3KKNSD_O``PK0/_L2BW__F="4ZW_["`M_^Q*@&LV0J<O`"\J`!Q.NNZH`
M3^\`#$AX``%(;?_]+RH`'$ZZ]*1/[P`,2JP`&&8,$"W__0P``!IGP$YQ+RW_[
M\"\J`!`O*@`<3KK[PD_O``PK0/_X8`9P`"M`__@B+?_X#('_____9@@(Z@`%K
M`!M@#+*M__!G!@CJ``0`&THM__YG#B`J`!0B`$2!)4$`#&`8""H``@`;9PAP9
M`"5```Q@""`J`!0E0``,(&H`$"5(``0B+0`(#('_____9RQ3J@`,("H`#$J`/
M:Q`@:@`$4JH`!!"!<``0$&`0`H$```#_+PHO`6$`_3A03R`J`!@"@````#!*8
M@&<$</]@$B(M__0,@?____]F!'``8`(@`4S?!`1.74YU3E4``"!M``A*J``43
M9PP(*``#`!MF!'``8#PO+![<3KKL9%A/(&T`""%```0A0``02H!F"G`,*4`@U
M4'#_8!@A;![<`!0"J/____,`&'``(4``#"%```A.74YU````&THM__YP84Y5[
M__!(YP$P)&T`"`RL````(#*D;```D!(2#`$`(&<,#`$`"6<&#`$`"F8$4HI@6
MZ$H29W(@+#*DY8!2K#*D0>PRK-'`*TC__`P2`")F*%**((I*$F<*#!(`(F<$.
M4HI@\DH29@Q(>``!3KH-LEA/8)Q"$E**8)8@;?_\((I*$F<8$A(,`0`@9Q`,N
M`0`)9PH,`0`*9P12BF#D2A)F`F`(0A)2BF``_VA*K#*D9@8@;`!(8`1![#*L[
M*4@RJ$JL,J1F``"&0>P@W")(1^PS+";9)MDFV2;9-I$F;`!((FL`)$AX`"@O-
M*0`$2&PS+$ZZ^)Q/[P`,0>PS+"(()#P```/N+&PAH$ZN_^(I0#-L("PS;"E`_
M,W1R!"E!,W`I0#-\*4$S>.6`*T#_\)/)+'@`!$ZN_MHK0/_T(&W_\")M__0CM
M:``(`*1^`&`R+&PAH$ZN_\HI0#-L+&PAH$ZN_\0I0#-T0>P@[B(()#P```/MG
M+&PAH$ZN_^(I0#-\?@0@!R`'`(```(`!@:PS:"`'(`<`@```@`*!K#-P`*P`S
M`(`#,WA*K"!L9P1P`&`&(#P``(``+@!"K"",(`<@!P"``````2E`((AP`2E`/
M(*X@!R`'`(`````"*4`@JG`"*4`@T"`'(`<`@````(`I0"#,0?H,SBE(`#`OD
M+#*H+RPRI$ZZ`")03T*G3KKE:EA/3-\,@$Y=3G4``$S?!`1.74YUHZ8`QD[Y#
M```!QG=0*TG_]$Y5_\1(YR`@<``;?``@__MR`"M!__9T_RM"__)![?_0&T#_F
M\1M`__P;0/_]&T#__AM`__\K0?_D*T'_Z"M(_\P@;0`(2A!G5!`0`D``_W(8$
M74%K2+![$`AF]D[[$`0`(V```"P`(&```!X`*V```!``+6````(;?``!__]@Z
M&!M\``'__F`0&WP``?_]8`@;?``!__Q.<5*M``A@I"!M``@2$`P!`#!F"AM\Q
M`##_^U*M``@@;0`(#!``*F82(FT`#"!16)$K4/_V4JT`"&`02&W_]B\(3KKS\
MDE!/T:T`""!M``@2$`P!`"YF,%*M``@@;0`(#!``*F82(FT`#"!16)$K4/_RZ
M4JT`"&`02&W_\B\(3KKS5E!/T:T`""!M``@2$`P!`&QF#!M\``'_\5*M``A@;
M"@P!`&AF!%*M``@@;0`($!!2K0`(&T#_\`)``/]R,%U!:P`";K![$`AF]$[[X
M$`0`8V```D0`<V```?P`6&```8H`>&```80`<&```6P`;V```1H`=6```/``Y
M9&````)*+?_Q9PPB;0`,(%%8D2`08`HB;0`,(%%8D2`0*T#_[$J`:@IR`42M,
M_^PK0?_H2JW_Z&<$<"U@#$HM__YG!'`K8`)P(!M`_]!P`!`M__XB+?_H@H!PX
M`!`M__V"@$J!9PA2K?_,4JW_Y"\M_^PO+?_,3KKTEE!/*T#_R$JM__)J!G`![
M*T#_\B`M_\@B+?_RDH`K0?_$2H%O,B!M_\PB2-/!(@`D2&`"$MI3@63Z<``0!
M+?_[(BW_Q"!M_\Q@`A#`4X%D^B`M__(K0/_(T:W_Y$'M_]`K2/_,2BW__V<`=
M`5P;?``@__M@``%22BW_\6<,(FT`#"!16)$@$&`*(FT`#"!16)$@$"M`_^Q@%
M`/]>2BW_\6<,(FT`#"!16)$@$&`*(FT`#"!16)$@$"M`_^Q*+?_\9Q(@;?_,$
M$+P`,%*M_\QR`2M!_^0O`"\M_\Q.NO-`4$\K0/_(8`#_)!M\`##_^TJM__)J`
M!G`(*T#_\DHM__%G#")M``P@45B1(!!@"B)M``P@45B1(!`K0/_L2BW__&<>U
M(&W_S!"\`#!2K?_,(&W_S!"\`'A2K?_,<@(K0?_D+P`O+?_,3KKR6E!/*T#_Z
MR`PM`%C_\&8`_K1(;?_03KKTPEA/8`#^IB)M``P@45B1(E`K2?_,LOP``&8(/
M0>P@]"M(_\P@;?_,2AAF_%.(D>W_S"M(_^1*K?_R:RXB+?_RL<%O)BM!_^1@,
M('`!*T#_Y")M``P@45B1(!`;0/_00BW_T6`&<`!@``"H(BW_Y"0M__:T@6P(L
M<``K0/_V8`23K?_V2BW__V="4ZW_Y"`M_^1*@&L8<``@;?_,$!!2K?_,+P`@H
M;0`03I!83V#<4ZW_]B`M__9*@&M4<``0+?_[+P`@;0`03I!83V#B4ZW_]B`MZ
M__9*@&L2<``0+?_[+P`@;0`03I!83V#B4ZW_Y"`M_^1*@&L8<``@;?_,$!!20
MK?_,+P`@;0`03I!83V#<("T`"$S?!`1.74YU3E7_]BMM`!#_]B!M``P0$%*MH
M``P;0/__2@!G=@P``"5F,"!M``P,$``E9@92K0`,8"`O+0`(2&W_]B\(80#[%
M3$_O``PK0/_Z2H!G!BM```Q@N$JL`#1G)@@M``?__V<><``0+?__+P`@;0`(E
M3I!83R!M``P0$%*M``P;0/__<``0+?__+P`@;0`(3I!83V``_WI.74YU`,:M0
M&`#&<&%.5?_@2.<@`'``<@`@;0`($A!![![AT<$2$"M`__0K0/_P"`$``F<X;
M("W_\'(*3KH&"'(`(&T`"!(04JT`"`*!````#]"!*T#_\'``(&T`"!`00>P>K
MX='`$!`(```"9L@@;0`($A`,`0!L9@Q2K0`(<`$K0/_T8`H,`0!H9@12K0`(2
M(&T`#$Z0*T#__"!M``@,$`!C9QQ![![AT>W__!`0"````V<,(&T`#$Z0*T#_8
M_&#D(BW__`R!_____V8,(&T`$""!<`!@``2,(&T`"!`0`D``_W(V74%K``1FT
ML'L0"&;T3OL0!`!S8``$#@!C8``#I`!H8``#)`!88``!I`!X8``!G@!P8``!=
MC`!O8```]@!D8```#@!U8````D*M_^Q@2G``*T#_[$JM__!G"@RM`````?_P$
M;S0D+?_\#((````M9P@,@@```"MF(`R"````+68$<O]@`B(`*T'_["!M``Q.P
MD%.M__`K0/_\0>P>X2`M__S1P!(0"`$``F8,(&T`$""`<`!@``/,0JW_Z"`M(
M_^AR"DZZ!*(B+?_\`H$````/T($K0/_H(&T`#$Z0*T#__%.M__`@+?_P2H!G)
M$$'L'N'1[?_\$!`(```"9L!*K0`49P`#<$JM_^QJ!$2M_^A*K?_T9A`B;0`45
M(%$@+?_H((!@``-0(FT`%"!1(*W_Z&```T(B+?_\#($````P;0@,@0```#=O4
M#"!M`!`@@7``8``#,D*M_^@@+?_HYX`B+?_\`H$````'T($K0/_H(&T`#$Z0N
M*T#__%.M__`@+?_P2H!G%"(M__P,@0```#!M"`R!````-V_`2JT`%&<``M9*9
MK?_T9A`B;0`4(%$@+?_H((!@``+`(FT`%"!1(*W_Z&```K)*K?_P9@9P""M`Q
M__!![![A("W__-'`$A`(`0`'9@P@;0`0((!P`&```I@K;?_\__@@;0`,3I`KK
M0/_\2JW_\&<*#*T````"__!O2@RM````,/_X9D`,@````'AG"`R`````6&8PH
M(&T`#$Z00>P>X2)(T\`2$2M`__P(`0`'9@PB;0`0(H!P`&```CA"K?_H4ZW_+
M\&!,0>P>X2`M__@B2-/`$A$(`0`"9PPB``2!````,"M!_^@B2-/`$A$(`0``]
M9PPB``2!````-RM!_^C1P!(0"`$``6<*!(````!7*T#_Z%.M__`@+?_P2H!G;
M;D'L'N$@+?_\(DC3P!(1"`$`!V=:(BW_Z.F!(DC3P!01*T'_Z`@"``)G#"(`)
M!($````P@ZW_Z")(T\`2$0@!``!G#"(`!($````W@ZW_Z-'`$A`(`0`!9PH$/
M@````%>!K?_H(&T`#$Z0*T#__&"&2JT`%&<``5!*K?_T9A`B;0`4(%$@+?_H:
M((!@``$Z(FT`%"!1(*W_Z&```2Q![![A("W__-'`$A`(`0`"9@P@;0`0((!PA
M`&```1Y"K?_L("W_['(*3KH!]"(M__P"@0````_0@2M`_^P@;0`,3I`K0/_\J
M4ZW_\"`M__!*@&<00>P>X='M__P0$`@```)FP$JM`!1G``#"(FT`%"!1("W_U
M[#"`8```LDJM`!1G#B)M`!0@45*1("W__!"`4ZW_\"`M__!*@&\D(&T`#$Z0\
M*T#__`R`_____V<22JT`%&?<(FT`%"!14I$0@�(BW__`R!_____V8*(&T`\
M$""!<`!@9B!M``A2B"`(8%Q*K0`49PXB;0`4(%%2D2`M__P0@"!M``Q.D"M`K
M__Q2@&<<4ZW_\"`M__!*@&<00>P>X='M__P0$`@```-GPB)M`!0@44(08`1PO
M`&`0(&T`$""M__P@;0`(4H@@"$S?``1.74YU2H!J```>1(!*@6H```Q$@6$`&
M`"!$@4YU80``&$2`1(%.=4J!:@``#$2!80``!D2`3G4O`DA!-`%F```B2$!(H
M04A"-`!G```&A,$P`DA`-`"$P3`"2$(R`B0?3G4O`W80#$$`@&0```;AF5%#7
M#$$(`&0```;IF5E##$$@`&0```;EF55#2D%K```&XYE30S0`YJA(0D)"YJI(`
M0X#!-@`P`C0#2$'$P9""9```"%-#T(%D_G(`,@-(0^>X2$##0"8?)!].=2YY&
M````3$ZY```#&"\\````%$ZY```#<"!"(D,D`"8!2$)(0\3!QL#`P=1#2$)"]
M0M"")@DD"$YU(&\`!")O``@@+P`,;Q:SR&4,T<#3P!,@4X!F^DYU$MA3@&;Z4
M3G4``"!O``@B;P`$2AEF_%.)$MAF_"`O``1.=2!O``0B;P`($ABR&68(2@%FR
M]G``3G5N!'#_3G5P`4YU(&\`"")O``02V&;\("\`!$YU```@;P`$2AAF_%.(!
MD>\`!"`(3G4``$Y5__A(YP$@?@!%[#-HOJPA#&P>2I)G%`@J``(``V<"8`HO4
M*@`$3KH"1%A/4H=0BF#<+RT`#"\M``A.NM;24$],WP2`3EU.=4Y5__QP`"(\V
M```P`"QX``1.KO[.`H```#``*T#__$J`9@1P`&`D2JP`,&<:(&P`,$Z02H!F1
M!'``8!!"ITAX`!1.NO]V4$\@+?_\3EU.=6&P3G4``$JL)'1F$D/L(8QP`"QX]
M``1.KOW8*4`D="EL`%0A3$AX`#Q(>`#Z<``O`"\`2&PA>$AL(5Y(;"%`+P!."
MNM<X3^\`(%.`9P1P_V`"<`!.=0``3E7__$CG`0!*K``P9P1.NO],0JP`&"(MP
M``@D+0`,)BT`$"QL(:!.KO_6+@`,A_____]F$BQL(:!.KO]\*4``&'`%*4`@V
M4"`'3-\`@$Y=3G5.5?_\2.<!`$JL`#!G!$ZZ_OQ"K``8(BT`""0M``PF+0`0.
M+&PAH$ZN_]`N``R'_____V82+&PAH$ZN_WPI0``8<`4I0"!0(`=,WP"`3EU.#
M=4Y5__A(YS$"2JP`,&<$3KK^K$*L`!@@+0`04X`O0``0(BT`""0M``PF+P`0"
M+&PAH$ZN_[XN``R'_____V82+&PAH$ZN_WPI0``8<!8I0"!0("T`$`R`````@
M`F<<#(`````!9PI*@&8B("T`#&`<(`<@!]"M``Q@$B(M``AT`'8`+&PAH$ZN)
M_[Y.<4S?0(Q.74YU``!.5?_\2.<!`$JL`#!G!$ZZ_AA"K``8(BT`""0M``PL$
M;"&@3J[_XBX`2H=F%BQL(:!.KO]\*4``&'`"*4`@4'#_8`(@!TS?`(!.74YUR
M3E4``$JL`#!G!$ZZ_=`B+0`(+&PAH$ZN_]QP`$Y=3G5.5?_\2JP`,&<$3KK]B
ML$*L`!@B+0`(=/XL;"&@3J[_K"M`__Q*K?_\9Q@B+?_\+&PAH$ZN_Z8B+0`(Q
M+&PAH$ZN_[@B+0`()#P```/N+&PAH$ZN_^(K0/_\2JW__&86+&PAH$ZN_WPIW
M0``8<`(I0"!0</]@!"`M__Q.74YU3E7__$JL`#!G!$ZZ_31"K``8(BT`"'3^C
M+&PAH$ZN_ZPK0/_\2JW__&<0(BW__"QL(:!.KO^F</]@-B(M``@D/````^XLL
M;"&@3J[_XBM`__Q*K?_\9A8L;"&@3J[_?"E``!AP`BE`(%!P_V`$("W__$Y=`
M3G4```/L`````@```````"ET```I:`````$````#```>(@````0````-```I@
M8@```C8```$2````#@````````/R```#Z0``!'9.50``2.<@`+_L``1E`!#2^
M$"PAL$H`9SY!["&P("PB"-'`$A"R+0`+9B92K"(((BPB"+*L(@!F'G`!*4`BY
M$$AX``)A``.86$]P`"E`(A!@0'``*4`B"!`L(<1*`&<R0>PAQ-'L(@P0$+`MA
M``MG"'``*4`B#&`:4JPB#"(L(@RRK"($9P1P`&`(0BPAQ$*L+II,WP`$3EU.;
M=4Y5``"_[``$90`0/B\M``A.NA!L6$]*@&<*(&T`"`P0`"-F!'``8$I(;`)R$
M+RT`"$ZZ$#I03RE`(A1*@&860J<O+0`(2&P"=$ZZ$-Q/[P`,<`!@'G`!*4`NE
MEG``*4`NFG(`&4$AQ!E!(;`I0"(0*4``:$Y=3G5.5?_\O^P`!&4`#\@@;0`(+
M2A!G%!(0#`$`(&<&#`$`"68&4JT`"&#D*VT`"/_\(&T`"$H09Q02$`P!`"!G9
M#`P!``EG!E*M``A@Y"`M``B0K?_\(&T`#""`("W__$Y=3G5.5?_T2.<#,+_LY
M``1E``]D?@"^K0`,;!8@;0`($#!X`"(```$`(!&!>`!2AV#D2JP4[F<``)A^_
M`"`'(@?G@4'L`)@B2-/!1?H/&B91M\IG``$0(`<B!^>!T<$O*``$3KH/2%A/^
M+``B+0`,LH9M6"`'(@?G@4'L`)C1P2\&+R@`!"\M``A.N@\<3^\`#$J`9C8@*
M!R('YX%![`"8T<$B4"!M``C1[0`,2&T`#"\(+TD`&&$`_NY03R\`(&\`%$Z0D
M6$]P`6```5Y2AV``_VY^`"`'(@?G@4'L`3PB2-/!1?H.A"91M\IG>B`'(@?G\
M@='!+R@`!$ZZ#K183RP`(BT`#+*&;5@@!R('YX%![`$\T<$O!B\H``0O+0`(+
M3KH.B$_O``Q*@&8V(`<B!^>!0>P!/-'!(E`@;0`(T>T`#$AM``PO""])`!AA\
M`/Y:4$\O`"!O`!1.D%A/<`%@``#*4H=@`/]P?@`@!R('YX%![`("(DC3P47ZU
M#?`F4;?*9W@@!R('YX'1P2\H``1.N@X@6$\L`"(M``RRAFU6(`<B!^>!0>P"_
M`M'!+P8O*``$+RT`"$ZZ#?1/[P`,2H!F-"`'(@?G@4'L`@+1P2)0(&T`"-'M_
M``Q(;0`,+P@O20`880#]QE!/+P`@;P`43I!83W`!8#92AV``_W)*K!3N9Q9(<
M;`*,3KH-U%A/+RT`"$ZZ#<I83V`20J<O+0`(2&P"I$ZZ#C9/[P`,<`!,WPS`*
M3EU.=4Y5__R_[``$90`-/BML`&C__$JM__QG)B\M``@@;?_\+R@`!$ZZ#4!00
M3TJ`9@8@+?_\8`P@;?_\*U#__<`!.74YU3E7^]$CG,`"_[``$90`,]@RM,
M`````@`(9FI(;"'L2&W^^$ZZ#<I03TAM__A(;?[X80#]`%!/*T#^]"!`#!``Q
M4V<N#*P````"+IIF)$AL+B9.N@V*6$]P`"!L$^P0*``/<@'AH2\!3KH-5EA/[
M0JPNFB\M__@O+?[T80#]&%!/<`!@``%>0JPNFB\L(A1(>`$`2&W^^$ZZ#1Q/.
M[P`,2H!G``$B2&W^^$ZZ#))83RM`__Q3@$'M_O@B2-/`0A%(;?_X+P@K0/_\]
M80#\:E!/(BW_^"!`%#`8_RM`_O0,`@`Z9@``M$(P&/\O`&$`_M)83TJ`9@``F
MB$JL`&AF%$AX``Q.N@P<6$\I0`!H*4`B&&`42'@`#$ZZ#`A83R!L(A@@@"E`)
M(A@O+"(43KH,?EA/(&PB&"%```@O+?_X3KH+XEA/(&PB&"%```1"D"\M_O0@-
M;"(8+R@`!$ZZ#)A03PRM`````0`(9A9(;"'8+RW^]$ZZ"[103TJ`9@1"K0`(6
M(&W^]-'M__A2B$AM__@O"&$`^Z903RM`_O0,K0````$`"&<`_NH@0!00#`(`2
M(V<`_MX@0$H09PPO+?_X+P!A`/O84$]P`&`>#*T````!``AF$D*G2&PAV$AL:
M`KY.N@P*3^\`#&$(3-\`#$Y=3G6_[``$90`+%@RL`````BZ:9@I(;"XF3KH+X
MW%A/0J=(;`+N2&P"VDZZ"])/[P`,0JPNEG`!*4`NFB\L(A1.N@M<6$].=4Y5P
M__B_[``$90`*SBMM``C__"!M``@,$``B9@``F"!M``A2K0`(2A!G"B!M``@,7
M$``B9NH@;0`(#!``(F9V0A!2K?_\(&W__"M(``@K2/_X(&W_^$H09TX2$`P!L
M`%YG#")M__P2@5*M__Q@-`PH`%X``680(FW__!*!4JW_^%*M__Q@'%*M__@@D
M;?_X$!`````@!```8"!M__P0@%*M__Q2K?_X8*IP`"!M__P0@"`M``A@*"!M,
M__P,$`!>9A@0*``!````(`0``&`0@'``$4```2`(8`9"*``!(`A.74YU3E7_S
M_+_L``1E``GN2JPB$&<(0BPAQ$*L+IHO+0`(80#\D%A/*T#__$J`9AHO+0`(S
M2&PAV$ZZ"JQ03TAX``%A`/RT6$]@%$*G($`O*``(+RPB%$ZZ"@I/[P`,3EU./
M=4Y5``"_[``$90`)D"\M``AA`/ZP6$\O`$ZZ";Q83TY=3G5.50``O^P`!&4`G
M"6XO+0`(80#^CEA/($!"*``4+P!(;"'$*T``"$ZZ"CI03R\M``A.N@E\6$\IT
M0"($<`$I0"Z:3EU.=4Y5__R_[``$90`)*B\M``AA`/Y*6$\O`$AL(;`K0/_\I
M3KH)_%!/+RW__$ZZ"3Y83RE`(@`@;?_\T<!"*``65(@O"$AL(>Q.N@G64$].%
M74YU3E4``+_L``1E``C:<`(I0"Z:+RT`"$ZZ"5983RE`+D9"K"Y*2&PN)DZZA
M"6)83TY=3G5.5?_XO^P`!&4`"*A*K!3N9F0@;0`(2A!G6$AM__@O"&$`^+Y08
M3R(M__@@0$(P&`!(;`+P+P`K0/_\3KH(E%!/2H!G$DAL`O8O+?_\3KH(@E!/T
M2H!F#$*G2&P"_$ZZ")903V$`_3(O+?_\80#W_EA/8`1A`/TB3EU.=4Y5``"_T
M[``$90`(+DAX``%(>@CF+RT`"$ZZ"-)/[P`,3EU.=4Y5``"_[``$90`("D*GL
M2'H(E"\M``A.N@BP3^\`#$Y=3G5.50``O^P`!&4`!^AP`2E`)#!"ITAZ"&PO<
M+0`(3KH(B$_O``Q.74YUO^P`!&4`!\1.N@@.3G5.50``O^P`!&4`![)(>``!V
M2'H((B\M``A.N@A63^\`#$Y=3G5.50``O^P`!&4`!XY(>``!2'H'L"\M``A.F
MN@@R3^\`#$Y=3G5.50``O^P`!&4`!VHO+0`(3KH':%A/3EU.=4Y5``"_[``$6
M90`'4"\M``A.N@@X6$].74YU3E4``+_L``1E``<V+RT`"$ZZ!\183TY=3G5.+
M50``O^P`!&4`!QQ.N@=R3EU.=4Y5__R_[``$90`'""\M``A.N@>*6$\K0/_\&
M<B@$00`(:U*PNQ`(9O1.^Q`&```E@&```"(``!+`8```&@``"6!@```2```$R
ML&````H```$L8````DJL%.YG"B`M__PI0!/X8#Y(>``!+RW__$ZZ!OA03V`NW
M2JP4[F<62&P#%$ZZ!O)83R\M``A.N@;H6$]@$D*G+RT`"$AL`RY.N@=43^\`M
M#$Y=3G5.5?_\O^P`!&4`!F(@;0`($!!(@$C``(`````@<B@$00`(:UBPNQ`(F
M9O1.^Q`&````;V```$````!E8```,````'-@```@````;6```!````!N8```;
M`D*M__Q@4'`!*T#__&!(<`(K0/_\8$!P`RM`__Q@.'`$*T#__&`P2JP4[F<6C
M2&P#3$ZZ!D183R\M``A.N@8Z6$]@/$*G+RT`"$AL`V1.N@:F3^\`#&`H*6W_N
M_!0H2JP4[F8<+RP2QDZZ!<!83TZZ!AI(;"U:+RP2QDZZ!CA03TY=3G5.50``E
MO^P`!&4`!8HO+0`(3KH&9EA/*4`4+$JL%.YF(B\L+?!.N@9&6$\@+!0L(&PM#
M^"%``$`@;"WP(4``0$ZZ!AI.74YU3E4``+_L``1E``5$(&T`"!`02(!(P`"`^
M````(`R`````8V<.#(````!I9@Y"K!0@8#AP`2E`%"!@,$JL%.YG%DAL`WY.]
MN@5H6$\O+0`(3KH%7EA/8#9"IR\M``A(;`.>3KH%RD_O``Q@(DJL%.YF'"\LT
M$L9.N@3J6$].N@5$2&PM6B\L$L9.N@5B4$].74YU3E4``+_L``1E``2T2JP4I
M,&8*0J=.N@4L6$]@%$AL+DY.N@5H6$](;"Y.3KH$VEA/3EU.=4Y5__R_[``$A
M90`$@"`M``P,@`````1D``"*XX!.^P@"8`9@!&`Z8%H@;0`($"@``0```"`,.
M``!N9PP0$````"`,``!Y9A!P`2(M``R0@2!M`!`@@&!,(&T`$""M``Q@0DAMO
M__Q(;`/`+RT`"$ZZ!.Y/[P`,4X!F*B!M`!`@K?_\8"!(;?_\2&P#Q"\M``A._
MN@3,3^\`#%.`9@@@;0`0(*W__$Y=3G5.50``O^P`!&4``]I(;!1`0J<O+0`(1
M80#_0D_O``Q*K!3N9@1.N@0J3EU.=4Y5``"_[``$90`#KDAL%#1"IR\M``AA$
M`/\63^\`#$JL%.YF!$ZZ`_Y.74YU3E4``+_L``1E``."2&P4.$AX``$O+0`(9
M80#^Z$_O``Q*K!3N9@1.N@/03EU.=4Y5``"_[``$90`#5$AL%#Q"IR\M``AA\
M`/Z\3^\`#$JL%.YF!$ZZ`Z1.74YU3E4``+_L``1E``,H2&P41$*G+RT`"&$`?
M_I!/[P`,3KH#'DJL%.YF!$ZZ`W1.74YU3E4``+_L``1E``+X2&P4$$AX``(O*
M+0`(80#^7D_O``Q.74YU3E4``+_L``1E``+42&P4%$AX``(O+0`(80#^.D_O0
M``Q.74YU3E4``+_L``1E``*P2&P4)$AX``,O+0`(80#^%D_O``Q.74YU3E4`&
M`+_L``1E``*,2&P4&$AX``(O+0`(80#]\D_O``Q.74YU3E4``+_L``1E``)H1
M2&P4"$AX``,O+0`(80#]SD_O``Q.74YU3E4``+_L``1E``)$2&P4#$AX``(O=
M+0`(80#]JD_O``Q.74YU3E4``+_L``1E``(@2&P4!$*G+RT`"&$`_8A/[P`,7
M3EU.=4Y5``"_[``$90`!_DAL%!Q(>``#+RT`"&$`_61/[P`,3EU.=4Y5``"_+
M[``$90`!VG`!*4`3_$Y=3G5.50``O^P`!&4``<1(;!0`0J<O+0`(80#]+$_O@
M``Q.74YU3E7__+_L``1E``&B2&W__$AL`\@O+0`(3KH"9$_O``Q3@&8.("W_M
M_`*`````?QE`%$Q.74YU3E4``+_L``1E``%L2&P4,$AX``,O+0`(80#\TD_O4
M``Q.74YU3E4``+_L``1E``%(2&P41$*G+RT`"&$`_+!/[P`,3KH!/DJL%.YF/
M!$ZZ`91.74YU3E7_\+_L``1E``$8+RT`"$ZZ`9I83R!M``@K0/_T*TC__$H0W
M9Q!(;?_X+PAA`/$B4$\K0/_\(&W__$H09Q;1[?_X4HA(;?_X+PAA`/$$4$\K$
M0/_\(&W__$H09PPO"&$`]>I83RM`__P@;?_\2A!G``">2JW_]&\``)8B+?_TL
M#($````5;```B`R!````"F]`(`'E@$/L%)K3P"\(+TD`!$ZZ`+983U*`+P!.Y
MN@".6$\@;P``((`@+?_TY8!![!2:T<`O+?_\+Q!.N@%"4$]@/B`!Y8!#[!1R(
MT\`O""])``1.N@!V6$]2@"\`3KH`3EA/(&\``""`("W_].6`0>P4<M'`+RW_<
M_"\03KH!`E!/3EU.=4Y5``"_[``$90``!DY=3G5.^0``*6!.^0``".).^0``&
M``!.^0````!.^0``"8Q.^0``*=A.^0``!-!.^0```V1.^0``%>Q.^0``*@Q.'
M^0````!.^0``!Q).^0```:1.^0``&3!.^0``"N9.^0```21.^0``#LQ.^0``@
M!O!.^0``"R9.^0````!.^0``![1.^0```]1.^0```#Q.^0```=A.^0```>!.N
M^0``!^Y.^0```4!.^0``!XA.^0```7Q.^0``!$Q.^0``"L1.^0```)1.^0``>
M`'9.^0``"B9.^0````!.^0``$1A.^0```;A.^0```&9.^0```@A.^0``*?A.8
M^0``"81P80```^P````/````````$;0``!'&```1;```$4@``!%@```1A```-
M$/H``!&0```1S```$0```!%"```1$@``$08``!$8```0X@````(````"```05
M[@``$<`````'`````P``$4X``!&H```15```$38``!'2```0Z```$20````!>
M````!0``$7@````#````!@``$3```!%R```1H@````4````(```1/```$0P`%
M`!%:```1E@``$1X````!````#@``$:X````$````$P``$2H``!&*```1G```I
M$;H````#````%0``$68``!%^```0]`````````/R```#Z0```]N_[``$90`..
MQ$JL%$1G!'!_8`)P"!E`!&U*K!1$9P1P"&`"<'\90`1R3G6_[``$90`.FDJL6
M%$1G!D*L%$1@!G`!*4`41$JL%$1G!'!_8`)P"!E`!&U*K!1$9P1P"&`"<'\9*
M0`1R3G5.5?_P2.<@`+_L``1E``Y6#*P````!$^1F)"\M``A(;"4\3KH.3%!/&
M2H!G$B\L$L9(;!-T3KH.CE!/0JP3Y"\M``A(;"4\3KH.N%!/+RT`#$AL))Q.I
MN@ZJ4$\,K`````$3Y&862&P3="\L$L9(;!,T3KH."D_O``Q@3B\L$L9(;!-TL
M3KH-YE!/2H!F-DAL!'AA``%J6$](;"4\80`!8%A/2'@`"F$``:!83TAL))QAI
M``%,6$](>``*80`!C%A/8``!-'`!*4`3Y$JM`!!G``$F2JP3Y&<``1XB;!+&G
M(&D`5G``$"@`#W(!X:$O`4ZZ#=Q83R!L$L8O*`!63KH-F%A/*T#_\$J`9PHO\
M`$ZZ#5)83V#@2&P3="\L$L9(;!,T3KH-SD_O``Q*@&8^2'@`%$ZZ#7Q83R!LJ
M$L8O*`!63KH-5EA/*T#_\$J`9PHO`$ZZ#1!83V#@2&P3="\L$L9(;!,T3KH-E
MC$_O``P@;!+&+R@`5DZZ#2)83RE`))1*@&8<(FP2QB!I`%9R`!(H``]T`>.BL
M+P).N@TV6$]@SB!L))0K:``4__QP`#`H`!AR`#(H`!HO""M`__@K0?_T3KH,)
MHEA/(BW__`R!```0`&<6#($```$`9I0O+?_X+P%.N@S*4$]@AD*L$^1(;"2<T
M+RT`#$ZZ#1!03TS?``1.74YU3E7_^K_L``1E``Q>0JW__"!M``@B+?_\$#`8$
M`$H`9R8;0/_[#```"F8(2'@`#6$:6$\0+?_[2(!(P"\`80Q83U*M__Q@RDY=X
M3G5.50``2.<@`+_L``1E``P0$"T`"R(``@$`?QM!``M(@01!``=M``#Z#$$`!
M!VP``/+E04[[$`)@``"^8```1F```!)@```L8```V&```%1@```H("PD@"(`N
MDJP1LB`!<D!.N@PZ<$"0@=&L)(!@``(R4*PDA&```BHI;!&R)(!@``(@("P1C
MF)&L)(`B+!&R)"PD@+2!;``""BE!)(!@``("*6P1LB2`*6P1NB2$0J<@;!+&N
M+R@`,DZZ"X103R`L$<I8@"\`+RP1MB\L$<XO+!&R(&P2QB\H`#).N@N23^\`W
M%$AX``$@;!+&+R@`,DZZ"TY03V```:Q*K!0P9@Q"ITZZ"WA83V```9I(;"Y.!
M3KH+B%A/2&PN3DZZ"SQ83V```8(0+0`+#```(&T``78,``!^;@`!;DJL%#1GO
M5$HL!)UG3B(L$;8D+"2`M(%M0B`L$;(I0"2`4*PDA"(L$;XD+"2$M(%O*BE!:
M)(0O+!'*+RP1MB\L$<XO+!&R2'@`"$*G(&P2QB\H`#).N@K23^\`'"\L)(0OF
M+"2`(&P2QB\H`#).N@J03^\`#`@L``$DBV=:#*P````!%`AO-B`L$_P*@```M
M``%4@"\`(&P2QB\H`#).N@IL4$](>`#]+RPDB"!L$L8O*``R3KH*JD_O``Q@E
M,DAX`/\O+"2((&P2QB\H`#).N@J03^\`#&`82'@`_R\L)(@@;!+&+R@`,DZZ$
M"G9/[P`,""P``"2*9SY(>``%(&P2QB\H`#).N@I44$](>``!2&T`"R!L$L8O<
M*``R3KH*5D_O``Q(>``!(&P2QB\H`#).N@HJ4$]@&$AX``%(;0`+(&P2QB\H)
M`#).N@HJ3^\`#`@L``$DBV<22'@``2!L$L8O*``R3KH)J%!/("P1F-&L)(`B3
M+!&^)"PDA+2!;S(I022$("P1LBE`)(`O+!'*+RP1MB\L$<XO+!&R2'@`"$*G8
M(&P2QB\H`#).N@F"3^\`'"(L$;8D+"2`M(%O#!E\``$$G2E!)(!@!$(L!)U,7
MWP`$3EU.=4Y5__Q(YS``O^P`!&4`"0XO+"2$+RPD@"!L$L8O*``R3KH)#$_O#
M``P@+"2`(BP1F$ZZ"6@B+0`(TH`K0/_\)BP2"K*#;29*K!0T9@B6@"M#``A@)
M&"!M``P@+0`(0C`(`"\(80#\4%A/8``!!`@L``$DBV=:#*P````!%`AO-B`L;
M$_P*@`````%4@"\`(&P2QB\H`#).N@BD4$](>`#]+RPDB"!L$L8O*``R3KH(>
MXD_O``Q@,DAX`/\O+"2((&P2QB\H`#).N@C(3^\`#&`82'@`_R\L)(@@;!+&U
M+R@`,DZZ"*Y/[P`,""P``"2*9SY(>``%(&P2QB\H`#).N@B,4$\O+0`(+RT`%
M#"!L$L8O*``R3KH(CD_O``Q(>``!(&P2QB\H`#).N@AB4$]@&"\M``@O+0`,D
M(&P2QB\H`#).N@AB3^\`#`@L``$DBV<22'@``2!L$L8O*``R3KH'X%!/("P1?
MF"(M``A.N@?8T:PD@$S?``Q.74YU2.<P`+_L``1E``><2'@``B!L$L8O*``RA
M3KH'^%!/2'@``R!L$L8O*``R3KH'F%!/("PD@"(`4X$D+"2$)@)=@]"L$9A2Y
M@B\"+P`O`R\!(&P2QB\H`#).N@><3^\`%$AX``$@;!+&+R@`,DZZ!UA03TAXB
M``$@;!+&+R@`,DZZ!Y103TS?``Q.=4Y5_^9(YSP`O^P`!&4`!Q!P`"(M``PDW
M`0*"````""8!`H,````$*`$"A````,`J`0*%`````P*!````,!M`_^H;0/_K=
M*T'_\"M"__PK0__L*T3_]"M%__@@+0`(,CP!8`1!``AK``.RL+L0"&;R3OL0J
M!@```$]@``-F````3F```UX```!-8``#5@```$Q@``-.````/&```RX```!?<
M8``#&@```$I@``+Z````0V```M@````_8``"M@```#Y@``*4````/6```G(`\
M```O8``"4````"Y@``(N````+6```@P````?8``!Z@```!Y@``'(````'6``H
M`:8````/8``!A````%E@``$6````6&```0X```!78``!!@```%9@``#^````D
M56```/8```!48```[@```%-@``#F````4F```-X```!18```U@```%!@``#.[
M````YV```+X```#F8```M@```&=@``"N````9F```*8```#E8```G@```.1@)
M``"6````96```(X```!D8```A@```.%@``!^````X&```'8```!A8```;@``7
M`&!@``!F````XV```%X```!C8```5@```.)@```L````8F````)"ITAX`>Q(P
M;`/X(&P2QB\H`#).N@6,3^\`$$(M_^M@``)"0J=(>`'L2&P#V"!L$L8O*``R*
M3KH%:D_O`!!"+?_K8``"($(M_^M@``(80BW_ZTJM__AG%"`M``@B`.6!0>P32
MAM'!*U#_YF`2("T`".6`0>P3-M'`(E`K2?_F2JPNEF8B$"P43"!M_^84$+0`>
M9A12K?_F(&W_YB\(3KH%1EA/8``!P"\M_^9.N@3,6$]@``&R2JP4.&<$<'!@B
M`G`P&WP``?_J&T#_ZV```9A*K!0X9P1P<6`"<#$;?``!_^H;0/_K8``!?DJL-
M%#AG!'!R8`)P,AM\``'_ZAM`_^M@``%D2JP4.&<$<'-@`G`S&WP``?_J&T#_8
MZV```4I*K!0X9P1P=&`"<#0;?``!_^H;0/_K8``!,$JL%#AG!'!U8`)P-1M\T
M``'_ZAM`_^M@``$62JP4.&<$<'9@`G`V&WP``?_J&T#_ZV```/Q*K!0X9P1P`
M=V`"<#<;?``!_^H;0/_K8```XDJL%#AG!'!X8`)P.!M\``'_ZAM`_^M@``#(5
M2JP4.&<$<'E@`G`Y&WP``?_J&T#_ZV```*Y*K!0X9P1P36`"<`T;?``!_^H;:
M0/_K8```E$JL%#AG!'!L8`)P+1M\``'_ZAM`_^M@>DAL!)Y.N@.(6$]@;DJL:
M%#AG!'!N8`)P+AM\``'_ZAM`_^M@5DAX`!M.N@/*6$]*K!0\9PQ(>`!/3KH#[
MNEA/8`I(>`!;3KH#KEA/("T`"`2`````"R\`3KH#G%A/8!PB+0`(#($```!+2
M9`Q![`0LT<$;4/_K8`1"+?_K2BW_ZF<F2JP4.&<*2&P$HDZZ`P)83Q`M_^M(.
M@$C`+P!.N@-86$]P`&```K)*+?_K9P`!BDJM__AG``%F$BW_ZPP!`'IN$`P!/
M`&%M"@0M`"#_ZV```6A(@7!^74!K``%>LGL`"&;T3OL`!``P8``!*@`Y8``!K
M'``X8``!#@`W8``!```V8```\@`U8```Y``T8```U@`S8```R``R8```N@`Q>
M8```K``M8```G@`]8```D`!@8```@@`L8```<@`N8```8@`O8```4@`[8```0
M0@`G8```,@!<8```(@!=8```$@!;8````AM\`'O_ZV```,P;?`!]_^M@``#"M
M&WP`?/_K8```N!M\`"+_ZV```*X;?``Z_^M@``"D&WP`/__K8```FAM\`#[_3
MZV```)`;?``\_^M@``"&&WP`?O_K8'P;?``K_^M@=!M\`%__ZV!L&WP`(?_KG
M8&0;?`!`_^M@7!M\`"/_ZV!4&WP`)/_K8$P;?``E_^M@1!M\`%[_ZV`\&WP`&
M)O_K8#0;?``J_^M@+!M\`"C_ZV`D&WP`*?_K8!Q*K?_L9Q82+?_K#`$`>FX,W
M#`$`86T&!"T`(/_K2JW__&<``)X2+?_K#`$`8&\.#`$`?VX(!"T`8/_K8#0,#
M`0!`;PX,`0!?;@@$+0!`_^M@(`P!`#9F"'`>&T#_ZV`2#`$`+6<&#`$`/V8&0
M<!\;0/_K#"T`$__K9B(Y?``!%?)"ITAX`#Q(;`08(&P2QB\H`#).N@$,3^\`$
M$&`F#"T`$?_K9AY";!7R0J=(>``\2&P#V"!L$L8O*``R3KH`Y$_O`!!*K?_\0
M9SP2+?_K#`$`0&<,#`$`,F<&#`$`(&8F2JT`$&882JW_\&<((#P```"`8`)PY
M`"\`3KH`Y%A/<``;0/_K8#)*+?_K9RQ*K0`09B9*K?_P9Q`0+?_K2(!(P`:`J
M````@&`($"W_ZTB`2,`O`$ZZ`*I83Q`M_^M(@$C`3-\`/$Y=3G5.^0```0Q.5
M^0``*6!.^0```0!.^0``*=A.^0```)1.^0```.1.^0```-!.^0``*7A.^0``>
M``!.^0```/A.^0```:1.^0```0!.^0``"TQ.^0```)!.^0```+!.^0```,A.\
M^0```#Q.^0```&Q.^0```)1.^0```.A.^0```%Q.^0````!.^0``*)Q.^0``N
M``!.^0```91.^0```"Y.^0```)A.^0``*?@```/L````!0````````[P```/9
M2@``#V@```[8```.S`````$````!```/8@````$````#```/#@````(````(?
M```/7```#O8````!````#@``#T0````!````$@``#Q0````$````$P``#P(`O
M``[&```._```#S(````'````%```#U````\X```//@``#MX```\(```/&@``9
M#NH````&````%0``#R````\F```/5@``#M(```[D```/+`````````/R```#A
MZ0``!)9(YR``O^P`!&4`$.8@+!/X<B@$00`(:WBPNQ`(9O1.^Q`&```E@&``^
M`%H``!+`8```1```"6!@```N```$L&```!@```$L8````C`L"CP`0`$`.4`*H
M/&!,,"P*7@!``0`Y0`I>8#XP+`J``$`!`#E`"H!@,#`L"J(`0`$`.4`*HF`B6
M,"P*Q`!``0`Y0`K$8!0I?```"6`3^#`L"H``0`$`.4`*@"`L%"AR(DZZ$'I!8
M[`K:T<`P*``,)```0@$`,4(`#"`L%"!.NA!>0>P+A-'`,"@`#"(``$$!`#%!H
M``Q*K!1(9Q`P+`O4(@``00$`.4$+U&`.,"P+U#(L+X+`03E`"]1,WP`$3G6_/
M[``$90`/XDJL%$!G$#`L#L`B``!!`0`Y00[`8`XP+`[`,BPO@L!!.4`.P$JL"
M%#1G$#`L#N(B``!!`0`Y00[B8`XP+`[B,BPO@L!!.4`.XDJL%#AG$#`L#P0B6
M``!!`0`Y00\$8`XP+`\$,BPO@L!!.4`/!$JL%#QG$#`L#R8B``!!`0`Y00\FI
M8`XP+`\F,BPO@L!!.4`/)DJL%$1G$#`L#T@B``!!`0`Y00](8`XP+`](,BPO8
M@L!!.4`/2$YU3E7_WDCG,`"_[``$90`/'#E\_O\O@B\M``PO+0`(3KH0#%!/F
M*T#_WDZZ#]AA`/X,80#_$$AL$`XO+!+&3KH/T%!/0BPD.$*G3KH/(EA/(D`@R
M:0"8*4@1E"\(3KH.VEA/*4`1D'`!*4`O?G(`*4$O(BE!+R8@+!&V(BP1F$ZZT
M#]@I0!(*<``I;!&R)(`I;!&Z)(0I0"2(*4`NEG(!*4$NFB\!(&P2QB\H`#(K/
M0/_L3KH.JE!/3KH/%DZZ#Q)(>``,3KH.YEA/<`8I0"2$2&P4^DZZ#[I83RELE
M$;HDA"!L+?`I:``.+WHO"$ZZ#S!83TJM_]YG"B\M_]Y.N@^&6$]*K"]^9P`$9
M-DZZ#L1*K"Z:9SIP`"!L+WH0*``/<@$D`>&B(FP2QB!I`%9P`!`H``\F`>&C=
MA(-P`"!L$^P0*``/X:&$@2\"3KH._EA/3KH.@$JL+R9G="!L%/93J``((&P4Q
M]B`H``A*@&L.(F@`!%*H``1P`!`18`HO+!3V3KH.JEA/&T#_XPP``/]G'@P`U
M``IF!G(-&T'_XQ`M_^-(@$C`+P!.N@[,6$]@("\L%/9.N@X\6$]"ITAL%6I(<
M;!5@3KH.JD_O``Q"K"\F+RPM\$ZZ#H)83TJ`9P`"8"\L+?!.N@VF6$\@;"WT_
M$!`"``!_&T#_XTB`2,`O`$ZZ#>!83TJL+I9G$!`M_^-(@$C`+P!.N@X&6$]*5
MK"\B9U(2+?_C#`$`"F=(#`$`#68&<`H;0/_C(&P4\E.H``P@;!3R("@`#$J`C
M:Q0B:``$4J@`!!`M_^,2@'(`$A%@%'``$"W_XR\L%/(O`$ZZ#3)03R(`(&PME
M\#%\``D`'"\L+?!.N@S.6$\@;"WP,7P``@`<(&PM\"`H`"`K0/_D2H!O``&4D
M2JP1^FHD2JP1_FH>(BP1XN6!0^P1ZM/!2I%F#DJL+R)F"'(!*T'_Z&`$0JW_=
MZ"!L+?`A0``D+PA.N@QT6$]P`2!L+?`A0``D0JW_\"(M__"RK?_D;``!)"!L6
M+?31P1`0`@``?QM`_^-*K"Z69PQ(@$C`+P!.N@T$6$\,K0````'_Z&9>$BW_@
MXPP!`"!M)`P!`'YN'B0M_^P,@@```(1L$D'L+IXB2-/"4JW_[!*!8```PDJM2
M_^QO$DAL+IXO+?_L3KH,W%!/0JW_[!`M_^-(@$C`+P!.N@QH6$]"K?_H8```3
MDA`M_^-(@$C`+P!.N@Q06$]*K!'Z:B)*K!'^:AP@+!'BY8!![!'JT<!*D&8,\
M2JPO(F8&<`$K0/_H2JPO(F=2$BW_XPP!``IG2`P!``UF!G`*&T#_XR!L%/)3_
MJ``,(&P4\B`H``Q*@&L4(F@`!%*H``00+?_C$H!R`!(18!1P`!`M_^,O+!3R9
M+P!.N@N04$\B`%*M__!@`/[42JW_[&\22&PNGB\M_^Q.N@P44$]"K?_L+RPM&
M\$ZZ"^A83R!L$L8O*`!63KH+/EA/*4`DE$J`9P``P"!`*V@`%/_\<@`R*``83
M=``T*``:+P`K0?_X*T+_]$ZZ"K!83R`M__QR*`1!``AKN+"[$`AF]$[[$`8`3
M``$`8```;`````)@``!6```$`&```"````(`8```$```$`!@```"0JP3Y&"`R
M0JPO?F``_WI"IR\M__0O+?_X3KH+%$_O``P;0/_C2JP40&<`_UQ(@$C`+P!.&
MN@KT6$]@`/],2'@`#$ZZ"K983V``_SXO+?_X+RW__&$`!()03V``_RQ*K"Z:;
M9QQ(;"XF3KH+.%A/2H!G`/O>#*P````"+IIF`/O20J=.N@I\6$]@`/O&0J=(L
M;!5L80I03TS?``Q.74YU3E7__+_L``1E``G4("T`#`R`````"60``9KE@$[[&
M"`)@```B8``!C&```7Y@``%<8```N&```)A@``!N8```3&```"8O+!+&3KH)I
MK%A/2&PN3DZZ"A183TJL$9!G"B\L$9!.N@H66$\O+!/P3KH*`%A/2'@`"B\L?
M+I).N@FJ4$](;"W^3KH)XEA/+RP3Z$ZZ"=Y83TAL+B9.N@G.6$\O+!/L3KH)X
MREA/(&PM^"\H``Y.N@F\6$](>`!2+RPM^$ZZ"6903R\L+?!.N@F>6$\@;"WP:
M+R@`#DZZ"9983TAX`%(O+"WP3KH)0%!/2JP2(F<*+RP2(DZZ"3983TJL$L9GZ
M"B\L$L9.N@H*6$\@;"(@2J@`7&8(+PA.N@C,6$]*K"(<9PY(>!.(+RPB'$ZZI
M"/I03R!L(B!*J`!D9PHO*`!D3KH)T%A/0JW__`RM````R/_\;!A(>``!0J<O\
M+!+"3KH)B$_O``Q2K?_\8-Y*K!&$9PHO+!&$3KH)FEA/2JP3_&<*+RP2PDZZ&
M":)83TJL(B!G#DAX`&PO+"(@3KH(C%!/+RPD>$ZZ"8I83R\L)'1.N@F`6$\@'
M;0`(2A!G""\(3KH(F%A/+RT`#$ZZ"/183TY=3G5.50``O^P`!&4`"`0,K````
M``$O(F8B0JPO(B\L%/).N@BN6$]"ITAL%8!(;!5N3KH)'$_O``Q@9DJM``AFJ
M&D(L+RI(>``!2&PO*DAL%8).N@C\3^\`#&`.+RT`"$AL+RI.N@D(4$](;!62"
M2&PO*DZZ!\)03RE`%/)*@&8<<``I0"\B+P!(;!6H2&P5E$ZZ"+Y/[P`,<`!@'
M!G`!*4`O(DY=3G5.50``O^P`!&4`!V(,K`````$O)F8B0JPO)B\L%/9.N@@,9
M6$]"ITAL%;Y(;!6J3KH(>D_O``Q@9DJM``AF&D(L+RI(>``!2&PO*DAL%<!./
MN@A:3^\`#&`.+RT`"$AL+RI.N@AF4$](;!7,2&PO*DZZ!R!03RE`%/9*@&8<)
M<``I0"\F+P!(;!7B2&P5SDZZ"!Q/[P`,<`!@!G`!*4`O)DY=3G6_[``$90`&B
MQ'`+(&PM^#%``!P@;"WP,4``'"\(3KH&REA/+RPM^$ZZ!L!83R!L+?`Q?``"V
M`!PO+"WP3KH'?EA/(&PM^#%\``,`'$YUO^P`!&4`!G@O+"WP3KH'J%A/+RPMX
M\$ZZ!O!83T*L+AXI?``+<;`N(DAL+?Y.N@9N6$]P`"\`+RPM\"\`2&P5Y$ZZM
M!M)/[P`080#_:DYUO^P`!&4`!BHO+!+&3KH&.EA/80#U+$AL$`XO+!+&3KH&N
M]%!/3G5.50``O^P`!&4`!@`O+"WP3KH',%A/("T`""!L+?`A0``\(&PM^"%`>
M`#QA`/\4*6T`"!/X2JT`#&<"89Y.74YUO^P`!&4`!<0O+!+&3KH%U%A/80#U@
MSDAL$`XO+!+&3KH&CE!/3G5.5?_T2.<P`+_L``1E``66(BT`#`R!``#__V<`"
M!7(@`0*`````'R0!ZHH"@@```#]V"^:I`H$````?*T#__"M!__0K0O_X#(``\
M```%9``%0.6`3OL(`F```!)@``&28``"4&```I)@``/`("W_^`R`````"F0`2
M!1CE@$[["`)@```F8```+F```#9@``!\8```Q&```/)@``$$8``!-&```3A@$
M``%"0J=A`/SL6$]@``3>0J=A`/V"6$]@``322JP4*&\60J=(;!822&P5]$ZZ%
M!A)/[P`,8``$MD(L+RI(>``!2&PO*DAL%A1.N@7V3^\`#$*G2'H$V$AL+RI.>
MN@6<3^\`#&``!(A*K!0H;Q9"ITAL%D)(;!8D3KH%R$_O``Q@``1L0BPO*DAXA
M``%(;"\J2&P61$ZZ!:Q/[P`,2'@``4AZ!0I(;"\J3KH%4$_O``Q@``0\<`$I?
M0"0P0BPO*B\`2&PO*DAL%E).N@5X3^\`#$*G2'H$_$AL+RI.N@4>3^\`#&``/
M!`I"ITAZ!.9(;!9N3KH%"$_O``Q@``/T<`$I0"0P0BPO*B\`2&PO*DAL%G!.*
MN@4P3^\`#$AX``%(>@4&2&PO*DZZ!-1/[P`,8``#P$ZZ!#A@``.X+RP1A$ZZX
M`]A83V```ZI"K"]^8``#HB`M__@,@`````)G``"(#(`````!9W1*@&8``X8@Q
M+?_T#(`````%9``#>..`3OL(`F`(8!9@)&`R8$!"ITAX`2QA`/UJ4$]@``-82
M0J=(>`2P80#]6E!/8``#2$*G2'@)8&$`_4I03V```SA"ITAX$L!A`/TZ4$]@E
M``,H0J=(>"6`80#]*E!/8``#&"EM__04*&```PXB+?_T#($````"9`@I010@L
M8``"^DJL%$AG!D*L%$A@!G`!*4`42&$`_,I@``+@2JW_^&8H2JPNEF8B0BPO%
M*DAX``%(;"\J2&P6B$ZZ!!1/[P`,2&PO*DZZ!"!83TJM__AG``*J2JPNEF<`V
M`J).N@/(8``"FB`M__@,@`````ED``*,Y8!.^P@"8```(F```"9@```J8```H
M5F```)A@``"N8```Q&```-I@``#P3KH"YF```EIA`/ON8``"4DAL)#A(;"\J1
M3KH#N%!/2'@``4AL+RI(;!::3KH#B$_O``Q(;"\J3KH#$%A/8``"(B`L$;HI$
M0!'"*6P1OA'&*6P1LA'2*4`1UG``*4`DB'+_*4$1^BE`$>HI0!'N*4`1\BE`E
M$?9A`/PV2'@`#$ZZ`G983V```=Q*K!1`9P9"K!1`8`9P`2E`%$!A`/P28``!G
MPDJL%#1G!D*L%#1@!G`!*4`4-&$`^_A@``&H2JP4.&<&0JP4.&`&<`$I0!0X]
M80#[WF```8Y*K!0\9P9"K!0\8`9P`2E`%#QA`/O$8``!=$ZZ`8!A`/NX8``!=
M:"`M__@,@`````1D``%:Y8!.^P@"8```#F```!A@```B8```ZB\L$L).N@&R/
M6$]@``$V+RP2PDZZ`@I83V```2@,K0````'_]&9D("P1NBE`$<(I;!&^$<8I?
M;!&R$=(I0!'6<``I0"2(<O\I01'Z*4`1ZBE`$>XI0!'R*4`1]G`%*4`1F"`L(
M$;9R!4ZZ`API0!(*+RP1KB\L))!.N@$<4$](>``,3KH!5%A/8```NB`L$;HI`
M0!'"*6P1OA'&*6P1LA'2*4`1UG``*4`DB'+_*4$1^BE`$>HI0!'N*4`1\BE`E
M$?9P""E`$9@@+!&VYH`I0!(*+RP2(B\L))!.N@"\4$](>``,3KH`]%A/8%I*#
M;!7R9RI";!7R2'@`$4ZZ`:183T*G2'@`/$AL`]@@;!+&+R@`,DZZ`0)/[P`08
M8"HY?``!%?)(>``33KH!>%A/0J=(>``\2&P$&"!L$L8O*``R3KH`UD_O`!!,<
MWP`,3EU.=0``3OD```$,3OD````J3OD``"E@3OD```!L3OD````P3OD```%L,
M3OD`````3OD```%H3OD```303OD```-D3OD```#03OD``"EX3OD````<3OD`I
M``"`3OD````X3OD```!(3OD```#X3OD```&D3OD```$83OD``!DP3OD``!BHP
M3OD```$D3OD```[,3OD```*L3OD```/<3OD```%43OD```"63OD```$T3OD`D
M```<3OD```<D3OD```>T3OD`````3OD```>L3OD```#(3OD```/43OD```$LR
M3OD```'@3OD```?N3OD```&^3OD```-P3OD```%`3OD`````3OD```%\3OD`^
M``K$3OD``!<`3OD`````3OD```"$3OD```6N3OD```7$3OD```"43OD```!V@
M3OD```&03OD``"B<3OD````H3OD```&X3OD```!F3OD````N3OD````43OD`6
M``$@3OD```"83OD``"GX3OD```)B```#[`````H````````1%@``$DX``!'0T
M```1:@``$5X``!&R```1[@``$AX``!$H```0\@````0````!```2!@``$78`[
M`!'<```22`````<````"```0[```$:8``!(````2,```$E0``!%P```1E```C
M``$````$```1H`````$````%```1Q`````,````&```16```$A(``!&^````V
M`@````<``!'*```1]`````4````(```19```$9H``!'H```1'```$C8````!%
M````$```$8(````"````$@``$8X``!#^````#@```!,``!&(```2*@``$D(`N
M`!#X```1.@``$7P``!#F```11@``$1```!%,```2&```$@P``!'B```1-```K
M``,````4```1+@``$4```!$B````"0```!4``!&L```1N```$5(``!$$```2(
M/```$?H``!(D```1"@``$=8````````#\@```^D```.]3E4``+_L``1E``ZB'
M$BT`"PP!`!AF#G``*4`1^BE`$?Y@``#P#`$`&V<,2JP1^FL6#`$`(&T02(%(G
MP2\!80``V%A/8```SDJL$?YK&A(M``L,`0`@;1!(@4C!+P%A``+"6$]@``"N9
M$BT`"PP!``IG#`P!``MG!@P!``QF($JL$=YG#DAX`$5A``FN6$]@``"$2'@`Z
M1&$`":!83V!V$BT`"PP!``UF%$JL$=YF9DB!2,$O`4ZZ#AQ83V!8$BT`"PP!$
M``]F!D*L$>)@2`P!``YF"'`!*4`1XF`Z("P1XN6`0>P1ZM'`2I!G&@P!`%YO&
M%`P!`']L#DB!2,$O`6$`"B)83V`0$"T`"TB`2,`O`$ZZ#<)83TY=3G5.50``6
MO^P`!&4`#8Q*K!'Z:@A"K!'Z8``![A(M``L,`0`;9P8,`0`89@IP_RE`$?I@?
M``'4#`$`(&T``<P,`0!_9P`!Q`P!`#!L%$'L+[`B2-/L$?I2K!'Z$H%@``&J8
M0>POL-'L$?H0@7#_*4`1^A`L+[!(@')(74%K``&,L'L0"&;T3OL0!`!:8``!P
M9@`^8``!5@`]8``!1``I8``!(``H8```_`!C8```J``X8```>@`W8```3`!-8
M8```,@!%8```+`!$8```)@!;8````G``*4`2`BE`$@8I0"^(*4`OA"E`$?XIU
M0"^L8``!'!`M``M(@$C`+P!A``@H6$]@``$(*6PD@!'2*6PDA!'6*6PDB!':L
M*6P1XA'F*6P1ZA'R*6P1[A'V8```X"EL$=(D@"EL$=8DA"EL$>81XBEL$=HD0
MB"EL$?(1ZBEL$?81[F```+@@+!&Z*4`1PBEL$;X1QBEL$;(1TBEL$;H1UG``.
M*4`DB"E`%#@I0!0\<O\I01'Z*4`1ZBE`$>XI0!'R*4`1]DZZ##!(>``,3KH,U
M(EA/8&@2+0`+#`$`,&<&#`$`,F8(<`$I0!'J8%!"K!'J8$H2+0`+#`$`,&<&^
M#`$`,F8(<`$I0!'N8#)"K!'N8"QP`2E`%#A.N@O>8"!"K!0X3KH+U&`62'@`_
M&TZZ"^)83TAL%JA.N@NN6$].<4Y=3G5.5?_T2.<P`+_L``1E``M^$BT`"PP!G
M`!MG!@P!`!AF"G#_*4`1_F``!N8,`0`@;0`&W@P!`']G``;6#`$`,&T``-@,K
M`0!`;```T$JL$?YO"%*L$@9@``:X2($$00`P;0``M`Q!`!!L``"LY4%.^Q`""
M8```/F```#I@```V8```,F```"Y@```J8```)F```")@```>8```&F```'I@R
SHAR_EOF
if test 37628 -ne "`wc -c vt100.uu.1`"
then
echo shar: error transmitting vt100.uu.1 '(should have been 37628 characters)'
fi
echo shar: extracting 8.uu '(2845 characters)'
cat << \SHAR_EOF > 8.uu
begin 600 8
M```#\P`````````!``````````````'E```#Z0```>5P`$YU```````````,N
M`````!H/@``!````````````````````````````````````````````````J
M```````````,`````!H`````!R0`"`!#``4`!@`!```@_P```&X`=```!`X`[
M``````````,4H@&&$@````!A&,%YGF,``0(,8SC,>\R7#RA*3.,XS\I2E+S@=
M<(!@(`$`P($%!@`````$`````&9C4O,(R46.DQ@/,^PC.&`X`&,!"$"8-Z4O.
M,=`1)0,R3$X&QL@.P:,F<YAS%R`#!F2P9DL8,Z0`,)B0`Q2GRD8S(D```9,E8
M(T)2E)C"`1*4I2I*4I(%*$M2E*4JRE*4A(@10&`@`0$`@`$"``````0`````,
MAA+,@!RO19"4I*%($B2$P&@`Y*D8H`QC.,E*"":`A$@*L0DI,E8B'`!"1$2HE
M``"(D`B)`,1%`,"Q$``#`?A23"$<0``"L00E<@*4F,1X@K2E"4(0D@5(>U*4X
MI()*4I2(A!(@([C',\[A!2)+C..X[DI2E+Q&(!*#*(DIG`6DH'@,^1F(Z8!DP
MJ2E$GO>][TH>][WO>\E#&,8R5I2E*7)<YSG-,8QC.<YP7&,8!TI<D`,`IQ&`2
M(3_P?`2Q",D+A&.`"`!$M[D)<Y;R!8AZTN2X0DI28Q""$``4I2E)$I$%0GI2]
ME*4$2E)DA888#(,ISS@2!IU`>``B!`BI@&,56BB2E*4I7A"$((0A'92E*4F>N
ME*4I2H(0A"+*4I2(0A'2E*7I2E*0`P'PHF`A'$``"-$0+XI$D(`$`(BTI0E"H
M$I(E2$K2A*@B2EZ3$($0``2E"7D2D06">E*4H,1*7F281B`2AYR)$8X&A*!HI
M`">X"*F`8"BU51[WO>]J'.<XA"$)U*4I2EJ4I2E*3G.<[\/>]XA"$E*4I`M*'
M4I```*\J0#,B0P#0D2$A2DB4F,)Y`(2E*DH2DB4I2E*$I2))GI,@@)``!*4IA
M00Z1!4)*4N.@)4F>8Z"&$`R'B(!]@@6XH&@````-J`8'J5JN4I2E*4G0A""$R
M(0JTI2E*6I2E)G)2E*4J2A"$"$(24I2DS4F<8`,`HDF@$@`#`,!CO,$QB&,8D
MP0((9+C,>@R7&2]*3(.DQS&2DSS@<``#>,>[@I$E)TI,@*'"/9*0O&9@$O,!Z
M\!&<!(``2`#X``JH#```\5V2E*4I2)[WO>][S),8QC`<<YSF0X][WO^QSG.]\
M[WG28Q@..)`@``````````8```````````&``````````````````(``````R
M````'P`````>`#@```"`P`````<````,```````#```P````"``8```3A```R
M```#``````````````````!"`````"`````````````#&,`````%``4`!0`*9
M``4`#P`%`!0`!0`9``4`'@`%`",`!0`H``4`+0`%`#(`!0`W``4`/``%`$$`O
M!0!&``4`2P`%`%``!0!5``4`6@`%`%\`!0!D``4`:0`%`&X`!0!S``4`>``%1
M`'T`!0""``4`AP`%`(P`!0"1``4`E@`%`)L`!0"@``4`I0`%`*H`!0"O``4`I
MM``%`+D`!0"^``4`PP`%`,@`!0#-``4`T@`%`-<`!0#<``4`X0`%`.8`!0#KQ
M``4`\``%`/4`!0#Z``4`_P`%`00`!0$)``4!#@`%`1,`!0$8``4!'0`%`2(`A
M!0$G``4!+``%`3$`!0$V``4!.P`%`4``!0%%``4!2@`%`4\`!0%4``4!60`%'
M`5X`!0%C``4!:``%`6T`!0%R``4!=P`%`7P`!0&!``4!A@`%`8L`!0&0``4!@
ME0`%`9H`!0&?``4!I``%`:D`!0&N``4!LP`%`;@`!0&]``4!P@`%`<<`!0',(
M``4!T0`%`=8`!0';``4!X``%`>``!0'@``4!X``%`>``!0'@``4!X``%`>``$
M!0'@``4!X``%`>``!0'@``4!X``%`>``!0'@``4!X``%`>``!0'@``4!X``%G
M`>``!0'@``4!X``%`>``!0'@``4!X``%`>``!0'@``4!X``%`>``!0'@``4!C
MX``%`>``!0````4!Y0`%`>H`!0'O``4!]``%`?D`!0'^``4"`P`%`@@`!0(-%
M``4"$@`%`A<`!0(<``4`00`%`B$`!0(F``4"*P`%`C``!0(U``4".@`%`C\`A
M!0)$``4"20`%`DX`!0)3``4"6``%`ET`!0)B``4"9P`%`FP`!0)Q``4"=@`%1
M`GL`!0*```4"A0`%`HH`!0*/``4"E``%`ID`!0*>``4"HP`%`J@`!0*M``4"K
ML@`%`K<`!0*\``4"P0`%`L8`!0++``4"T``%`M4`!0+:``4"WP`%`N0`!0+IO
M``4"[@`%`O,`!0+X``4"_0`%`P(`!0,'``4##``%`Q$`!0,6``4#&P`%`R``A
M!0,E``4#*@`%`R\`!0,E``4#-``%`SD`!0,^``4#0P`%`T@`!0--``4#4@`%5
M`U<`!0-<``4#80`%`V8`!0-K``4"U0`%`W``!0+?``4#=0`%`WH`!0-_``4#0
MA``%`O@`!0+]``4#B0`%`P<`!0..``4#DP`%`Y@`!0'@``4!X````^P````$W
<``````````X```!$````7````&(````````#\I@`=
``
end
size 2008
SHAR_EOF
if test 2845 -ne "`wc -c 8.uu`"
then
echo shar: error transmitting 8.uu '(should have been 2845 characters)'
fi
# End of shell archive
exit 0afb@j.cc.purdue.edu (Matthew Bradburn) (01/18/88)
# This is a shell archive.
# Remove everything above and including the cut line.
# Then run the rest of the file through sh.
#----cut here-----cut here-----cut here-----cut here----#
#!/bin/sh
# shar: Shell Archiver
# Run the following text with /bin/sh to create:
# vt100.uu.2
# j132.font.uu
# This archive created: Sun Jan 17 17:03:30 1988
# By: Matthew Bradburn (pinheads for peace)
echo shar: extracting vt100.uu.2 '(45158 characters)'
cat << \SHAR_EOF > vt100.uu.2
M``!(8```6F```%9@``!28```3B`L+ZSE@$'L+X0B2-/`T<`@$'(*+TD`#$ZZ*
M"LX2+0`+2(%(P="!!(`````P(&\`#""`8``&*E*L+ZP@+"^LY8!!["^$T<!"<
MD&``!A1*K!'^9@`&#!`M``M(@$C`*4`2`F``!?Q2K!(&$BT`"PP!`#!L%$'L'
M+[`B2-/L$?Y2K!'^$H%@``7:4JPOK$'L+[`B2-/L$?Y2K!'^$H'1[!'^0A!P!
M_RE`$?Y*K!("9PXB+!("#($````_9@`%IDJL$@9F``6>#*P````_$@)F$A`L+
M+[`,``!H9P@,``!L9@`%@A`L+[!(@')F74%K``5TL'L0"&;T3OL0!`!C8``%F
M3@!N8``$V`!X8``$N@!L8``$-@!H8``#K`!*8``"Y`!+8``"U@!M8``"7@!R]
M8``!S@!-8``!=`!,8``!;@!F8```W`!(8```U@!$8```G@!#8```9@!"8```Y
M-`!!8````DJL+X1N!G`!*4`OA"`L+X3G@)&L)(0B+!'")"PDA+2!;``$X"E!4
M)(1@``382JPOA&X&<`$I0"^$("POA.>`T:PDA"(L$<8D+"2$M(%O``2T*4$D@
MA&``!*Q*K"^$;@9P`2E`+X0@+!&8(BPOA$ZZ"1[1K"2`(BP1MB0L)("T@6\`Q
M!((I022`8``$>DJL+X1N!G`!*4`OA"`L$9@B+"^$3KH([)&L)(`B+!&R)"PDT
M@+2!;``$4"E!)(!@``1(2JPOA&X&<`$I0"^$2JPOB&X&<`$I0"^(4ZPOA"`L)
M+X3G@"(L$;K0@2E`)(13K"^(("POB"(L$9A.N@B6(BP1LM"!*4`D@"0L$;XF?
M+"2$MH)O!"E")(0B+!&V)"PD@+2!;P0I022`(BP1NB0L)(2T@6P$*4$DA"(LG
M$;(D+"2`M(%L``/$*4$D@&```[Q*K"^$;@9P`2E`+X00+"^P#```368$<`A@L
M`G#X(BPOA$ZZ""(B+"2$78$D+!'&4H(O`B\L$;8O`2\L$;(O`$*G(&P2QB\H@
M`#).N@@,3^\`'&```VA*K"^$;@9P`2E`+X1*K"^(;@@@+!0<*4`OB%.L+X0@N
M+"^$YX`B+!&ZT($I0!'"4ZPOB"(L+XCG@20L$;K2@BE!$<8D+!&Z)BP1PK:"W
M;`0I0A'"(BP1OB0L$<:T@6\$*4$1QB(L$<*RK!'&;PX@+!&Z*4`1PBEL$;X1V
MQBEL$;(D@"EL$;HDA&```MY"K?_\(BW__+*L+ZQL``+.(`'E@$'L+X0B2-/`6
M2I%J!B)(T\!"D2`!Y8#1P"`0#(`````&9##C@$[["`)@"F`.8"1@(F`08!9"$
MK"2(8!X([``!)(M@%@CL```DBV`.".P``B2+8`8([```)(I2K?_\8))A``823
M8``"9$JL+X1J!G``*4`OA$*G(&P2QB\H`#).N@;.4$]*K"^$9BPB+"2$LJP1<
MOFQ\78$O+!'*+RP1MB\!+RP1LB!L$L8O*``R3KH&RD_O`!1@6@RL`````2^$G
M9BPB+"2$LJP1NF]&78$O`2\L$;8O+!'.+RP1LB!L$L8O*``R3KH&E$_O`!1@O
M)"`L$<I8@"\`+RP1MB\L$<XO+!&R(&P2QB\H`#).N@9N3^\`%$AX``$@;!+&L
M+R@`,DZZ!C!03V$`!5!@``&B2JP2`F86(BPOA`R!````%&8*<`$I0!'>8``!A
MA@RL````/Q("9@`!>B(L+X0,@0````=F"'`!*4`4-&!`#($````!9@AP`2E`-
M%#Q@,%>!9BQP!2E`$9@@+!&V<@5.N@7\*4`2"B\L$:XO+"203KH%PE!/2'@``
M#$ZZ!<I83TZZ!<I@``$>2JP2`F86(BPOA`R!````%&8*<``I0!'>8``!`@RL;
M````/Q("9@``]B(L+X0,@0````=F"'``*4`4-&`Z#($````!9@9"K!0\8"Q7(
M@68H<`@I0!&8("P1MN:`*4`2"B\L$B(O+"203KH%1%!/2'@`#$ZZ!4Q83TZZY
M!4Q@``"@2'@`&TZZ!5A83TAL%K!.N@4D6$]@``"(#*P````&+X1F4$AX`!M."
MN@4V6$\@+"2$D*P1NN:`4H`B+"2`DJP1LB]```@@`2(L$9A.N@4,4H`O`"\O)
M``Q(;!;"2&POL$ZZ!/)/[P`02&POL$ZZ!,A83V`L2'@`&TZZ!.983TAL%LI.G
MN@2R6$]@%DAX`!M.N@306$](;!;.3KH$G%A/3G%,WP`,3EU.=4Y5``!(YR``H
MO^P`!&4`!&@2+0`+#`$`36=L#`$`168(("P1LBE`)(`B+!'&)"PDA+2!;PJT2
MK!&^;`10K"2$(BP1QB0L)(2T@68J("P1PEV`4H$O`2\L$;8O`"\L$;)(>``(G
M0J<@;!+&+R@`,DZZ!"9/[P`<(BP1QB0L)(2T@6Q@4*PDA&!:(BP1PB0L)(2TK
M@6P*M*P1NF\$4:PDA"(L$<(D+"2$M(%F*EV!("P1QE*`+P`O+!&V+P$O+!&R*
M2'C_^$*G(&P2QB\H`#).N@/(3^\`'"(L)(2RK!'";P11K"2$3-\`!$Y=3G5.D
M5?_X2.<@`+_L``1E``.`</\I0!'Z*VPD@/_\2'@`($ZZ`Y!83RML)(#_^"EMU
M__PD@$AX``$@;!+&+R@`,DZZ`U103Q`M``M(@`1``&%M``(0#$``&&P``@CE^
M0$[[``)@``!>8``!^F```?9@``'R8``![F```>I@``'F8``!XF```=Y@``!4E
M8```S&```,A@``!(8``!/&```<9@``'"8``!,&```;I@``&V8``!6F```59@X
M```D8```G&```4I(>``!+RP1F$AX__I"IV$``9Y/[P`08``!B"`L$9CB@$AX`
M__XO`$AX__HO`&$``8!/[P`0#"T`:@`+9AP@+!&8XH!R_B\!+P`O`4*G80`!5
M8$_O`!!@``%*#"T`;0`+9AX@+!&8(@#B@73^+P(O`"\"+P%A``$Z3^\`$&``%
M`21P_B\`+RP1F"\`0J=A``$B3^\`$&```0P@+!&8XH!(>``!+P!(>/_^+P!AQ
M``$$3^\`$`PM`&L`"V8<("P1F.*`<OXO`2\`+P%"IV$``.1/[P`08```S@PM]
M`&P`"V8>("P1F"(`XH%T_B\"+P`O`B\!80``OD_O`!!@``"H</XO`"\L$9@OM
M`$*G80``ID_O`!!@``"0</XO`"\L$9@O`$*G80``CD_O`!`,+0!N``MF<B`LZ
M$9CB@$AX``(O`$AX__HO`&%L3^\`$&!8("P1F.*`2'@``2\`2'C_^B\`85)/H
M[P`0#"T`=``+9AH@+!&8(@#B@73^+P(O`"\"+P%A,D_O`!!@'@PM`'4`"V86X
M("P1F.*`<OXO`2\`+P%"IV$23^\`$"EM__@D@$S?``1.74YU3E4``$CG,`"_/
M[``$90`!$B`L)(`B+0`(TH`D+"2$)BT`#-:"T*T`$-2M`!0O`B\`+P,O`2!L@
M$L8O*``R3KH!$D_O`!1,WP`,3EU.=4CG(`"_[``$90``RDJL+X1J!G``*4`O!
MA$*G(&P2QB\H`#).N@"V4$]*K"^$9BP@+"2$(@!=@20L$;9>@E*`+P`O`B\!_
M+RPD@"!L$L8O*``R3KH`LD_O`!1@8`RL`````2^$9BP@+"2$(@!=@20L)(!>\
M@E*`+P`O`B\!+RP1LB!L$L8O*``R3KH`?$_O`!1@*B`L)(0B`%V!)"P1MEZ"Z
M4H`O`"\"+P$O+!&R(&P2QB\H`#).N@!03^\`%$AX``$@;!+&+R@`,DZZ`!)0O
M3TS?``1.=0``3OD``"E@3OD```#03OD``"EX3OD````<3OD`````3OD```$`"
M3OD```*L3OD```LF3OD```"P3OD``!#F3OD``"B<3OD````N```#[`````0`4
M```````.Y```#NH```ZZ```.K@````$````"```.T@````$````#```.V```[
M``(````(```.Q@``#O`````$````%```#L````[>```.M```#LP````````#-
M\@```^D```*83E7_\$CG(`"_[``$90`)ZG``+P`K0/_T3KH)_%A/($`K:`"8<
M__`O+0`(3KH)WEA/*T#_^$J`9Q@@;0`($C`(_PP!`"]F"D(P"/]P`2M`__0@&
M;0`,0I!(>``(3KH)J%A/*T#__"!M``A*$&82+RW_\$ZZ"8Q83R!M__P@@&`2I
M2'C__B\(3KH)M%!/(&W__""`2JW_]&<.(FT`""(M__@3O``O&/]*D&8,+PA.B
MN@EV6$]P`&!*2'@``4AX`01.N@F:4$\@;?_\(4``!"\`+Q!.N@EV4$]*@&8.)
M+RW__&$``(I83W``8!@B;?_\(&D`!$JH``1K"'`!(&T`#""`(`E,WP`$3EU.,
M=4Y5``!(YP`@O^P`!&4`".1*K0`(9@1P`&!`(&T`""\H``0O$$ZZ"/Q03TJ`$
M9RHB;0`((&D`!$JH``1J!'``8`)P`2!M`!`@@"!I``10B"1M``PDB'`!8`)P*
M`$S?!`!.74YU3E4``+_L``1E``B&2JT`"&8$<`%@-"!M``A*J``$9PY(>`$$5
M+R@`!$ZZ"(I03R!M``A*D&<(+Q!.N@B,6$\O+0`(3KH(=EA/<`%.74YU3E7_&
M_+_L``1E``@X(&T`""M(__RP_```9R`@;0`(2I!G#B\03KH(1EA/6*T`"&#J]
M+RW__$ZZ"#983TY=3G5.5?^T2.<@`+_L``1E``?V2'@`!$ZZ!_I83W(`(&T`;
M#""!+RT`""M`__PK0?_X*T'_]$ZZ!^)83U*`+P!.N@?26$\O+0`(+P!.N@@41
M4$\K0/_P*T``""!M__!*$&<4$A`,`0`_9PP,`0`J9P92K?_P8.0@;?_PL>T`.
M"&44$A`,`0`O9PP,`0`Z9P93K?_P8.(@;?_PL>T`"&0<2'@``4ZZ!W!83TALT
M%M@O`$ZZ![)03RM`_^A@0!`H``%(@$C`0B@``2\M``@K0/_83KH'2EA/4H`O*
M`$ZZ!SI83R\M``@O`$ZZ!WQ03R(M_]@@;?_P$4$``2M`_^@@;?_P4H@K2/_PL
M*TC_Y"!M__!*$&<,#!``+V<&4JW_\&#L(&W_\!`02(!(P$(0*T#_V$J`9P128
MB&`"D<A(;?_<+RW_Z"M(_^!A`/S,4$\K0/_42H!G!DJM_]QF-B\M_^A.N@;6Z
M6$\O+0`(3KH&S%A/+RW__$ZZ!L)83T*G2&P6]$AL%MI.N@;<3^\`#'``8``"K
MY$AM_]Q(;?_L+RW_U&$`_7Q/[P`,2H!G``)^+RW_["\M_^1A``+&4$]*@&?4K
M2JW_X&<``8Q*K?_<9\8@;?_4+Q!.N@926$\O+?_L*T#_P$ZZ!CY83R\M_^`O]
M0``(3KH&,%A/(B\`!-*`5($O`4ZZ!AI83R\M_^PO`"M`_\Q.N@984$](;!;V9
M+RW_S$ZZ!BQ03R\M_^`O+?_,3KH&'E!/2&W_T"\M_\QA`/W04$\O+?_`*T#_J
MQ"M`_\A.N@7:6$]*K?_$9P#_/"!M_\1*D&<``.(,K0````+_^&Q,("W_]`:`#
M````"B(`Y8$O`4ZZ!9Q83R(M__12@20!Y8(O`B\`+RW__"M`_[Q.N@6\3^\`7
M#"\M__Q.N@626$\@;?^\<`HK0/_X*TC__"`M__3E@"\M_^@O0``(3KH%6%A/F
M(&W_Q"\0+T``#$ZZ!4A83R(O``C2@%*!+P%.N@4R6$\@;?_\(B\`!"&`&``@0
M+?_TY8`O+?_H+S`(`$ZZ!6!03R`M__3E@"!M_\0O$")M__PO,0@`3KH%*%!/U
M(&W_Q"\03KH%"EA/6*W_Q%.M__A2K?_T8`#_&"\M_\A.N@3P6$]@`/Y$#*T`6
M```"__AL3"`M__0&@`````HB`.6!+P%.N@2N6$\B+?_T4H$D`>6"+P(O`"\MW
M__PK0/_03KH$SD_O``PO+?_\3KH$I%A/(&W_T'`**T#_^"M(__P@+?_TY8`O!
M+?_H+T``"$ZZ!&I83R\M_^PO0``,3KH$7%A/(B\`"-*`4H$O`4ZZ!$983R!MM
M__PB+P`$(8`8`"`M__3E@"\M_^@O,`@`+T``#$ZZ!'!03R!M__PB+P`$(8`8$
M`"`M__3E@"\M_^PO,`@`3KH$,E!/4ZW_^%*M__1@`/UL+RW_U&$`^U!83R`MQ
M__0@;0`,((`B`.6!(&W__$*P&``O+?_H3KH#ZEA/+RT`"$ZZ`^!83TJM__1GL
M!B`M__Q@#"\M__Q.N@/*6$]P`$S?``1.74YU3E7_M$CG(`"_[``$90`#A"MMR
M``C__"MM``S_^$*M_[0@;?_X2A!F"B!M__Q*$&<``4X@;?_\$!!(@`Q``#]G(
M``">#$``*F8``*H,K0````C_M&880J=(;!<02&P6^$ZZ`X9/[P`,<`!@``$6>
M("W_M"(`YX$@;?_\*X@8N"NM__@8O%*M_[12K?_\8)13K?^T2JW_M&L8("W_$
MM"(`YX$@=1B\$A!*`68&4ZW_M&#B2JW_M&H&<`!@``#(("W_M"(`YX$@=1BX6
M4HA2M1B\*W48O/_X4JW_M"M(__Q@`/]$(&W_^$H09GI*K?^T9J!P`&```)`@1
M;?_X$!!(@$C`0>P>X2)(T\`0$0@```%G$B)M__@0$4B`2,`$@````"!@"B)MT
M__@0$4B`2,`B;?_\$A%(@4C!T<$2$`@!``%G#A(12(%(P02!````(&`&$A%(%
M@4C!L(%G#$JM_[1F`/\R<`!@("!M__A*$&<$4JW_^"!M__Q*$&<`_JQ2K?_\+
M8`#^I'`!3-\`!$Y=3G5.5?^T2.<@(+_L``1E``'\(&T`"$H09P`!ODAL)#A(3
M;?^X3KH"0%!/)&T`"`P2`"]F3%**2&PD.$ZZ`>)83RM`__A!["0X("W_^")(\
MT\`2$0P!`"]G$-'`$!`,```Z9P93K?_X8-Q!["0YT>W_^$(0+PI(;"0X3KH!C
MSE!/8%!(>``Z+PIA``%84$]*@&8T2&PD.$ZZ`8A83T'L)#?1P!`0#```.F<.)
M2&P7$DAL)#A.N@&64$\O"DAL)#A.N@&*4$]@#"\*2&PD.$ZZ`9I03TAX__Y(B
M;"0X3KH!=%!/*T#_]$J`9B1"ITAL)#A(;!<43KH!;D_O``Q(;?^X2&PD.$ZZS
M`6103V```-!(>``!2'@!!$ZZ`5A03RM`_[1*@&<``)@O`"\M__1.N@$P4$]*!
M@&=V(&W_M$JH``1O3"\M__1.N@#B6$]*K!&09PHO+!&03KH`\%A/*6W_]!&0[
M2&PD.$ZZ`+Q83T'L)#?1P!`0#```+V8T2&PD.$ZZ`*183T'L)#?1P$(08"!"9
MITAL)#A(;!<J3KH`S$_O``Q(;?^X2&PD.$ZZ`,)03TAX`00O+?^T3KH`?E!/H
M8"!"ITAL%UA(;!<\3KH`G$_O``Q(;?^X2&PD.$ZZ`))03TS?!`1.74YU3E4`Z
M`+_L``1E```B(&T`"$H09Q`0$%*M``BP+0`/9NQP`6`"<`!.74YU``!.^0``Y
M*6!.^0```#!.^0``"8Q.^0``*@Q.^0```'Q.^0```(!.^0```#A.^0``"?!.P
M^0```&!.^0```!Q.^0``*<!.^0````!.^0``*9A.^0```$1.^0```&9.^0``Z
M*?A.^0```"!P80```^P````'````````"D(```HV```*5```"B0```H&```*!
M#```"?H````!`````@``"DX````&````$@``"A(```HP```**@``"D@```H\D
M```*``````,````3```*'@``"EH```H8`````````_(```/I```&T4Y5__Q(L
MYR``O^P`!&4`&KXO+0`(3KH:VEA/*T#__$JM__QG(B!M``@B+?_\$#`8``P`>
M`"]G$!`P&``,```Z9P93K?_\8-@@;0`((BW__!`P&``,```O9P8,```Z9@12%
MK?_\("W__-&M``@@+0`(3-\`!$Y=3G5.5?_LO^P`!&4`&DQ"K?_L2&P7J"\M9
M``A.NAI44$]*@&8*80`8EG`"8``!/"MM``C_\"!M__!*$&<4$A`,`0`J9PP,M
M`0`_9P92K?_P8.0@;?_P2A!G,'`!*T#_]$AM__PO+0`(3KH:)E!/*T#_[$J`V
M9B!"ITAL%[)(;!>J3KH:/D_O``Q@#'``<@$K0?_\*T#_]$*M__@B+?_XLJW_I
M_&P``+H,K0````'_]&80(`'E@"!M_^PK<`@`__!@""!M``@K2/_P+RW_\&$`@
M_L!83R\`2&PQ$DZZ&?)03W`**4`D+'``*4`O^"E`+_`I0"_\*4`O]"E`,"1(=
M;!?&+RW_\$ZZ&7103RE`,8!*@&840J<O+?_P2&P7R$ZZ&:1/[P`,8#)(;!?F_
M2&PQ=DZZ&9Y03V$`&.IA``"Z2H!G#DAL%^Q(>``@80`84%!/+RPQ@$ZZ&418^
M3U*M__A@`/\^+RW_[$ZZ&/Q83W`!3EU.=4Y5__R_[``$90`8XG`**4`D+$AL>
M%_(O+0`(3KH8Z%!/2H!F"&$`%RIP`F!4+RT`"$AL,1).NADH4$]*K"0P9Q!(@
M;!?T2&PQ=DZZ&1103V`.2&P7^$AL,79.NAD$4$]P`"E`,!`I0"_X*4`O\"E`0
M+_PI0"_T*4`P)&$`	A``903EU.=;_L``1E`!AB0JPP!!E\`%,P*!`L,"A(4
M@'(P74%K``$8L'L0"&;T3OL0!`!!8```C@!%8```:@!#8```4@!"8```0@!:O
M8```,@!$8```(@!&8```$@!38````F$``.`90#`H8*YA``'@&4`P*&"D80`"?
M[!E`,"A@FF$``_(90#`H8)!A``38&4`P*&"&2JPP!&<&<`!@``"D<`%@``"><
M2&P7_DAX`$5A`!;^4$](;#`N80`6TEA/<`!@``"`#*P````"$8AF0$*L$8@@4
M+"_P4H!R0$ZZ%^XI02_P<`$I0#`$2&P8!$AX`$%A`!:\4$](;!@*2&PPH$ZZX
M%^)03QE\`%HP*&``_PX,K`````$1B&802&P8#$AX`$%A`!:,4$]@$DAL&!)(G
M>`!!80`6?%!/80`5V'``8`1P`$YQ3G5.5?_XO^P`!&4`%R)2K"_\("PO^%*L@
M+_@,@`````5O!G!!8```XDAL,*!A`!/86$](;#"@2'@`"2\L+_!(>`!380`+=
ML$_O`!!(;#`N2&W__$AM__AA``R@3^\`#'(@!$$`"&L``)ZPNQ`(9O).^Q`&E
M`````&```'8```!%8```:@```%E@```0````3F````(0+#`H8'`B+"_PLJW_-
M_&<&$"PP*&!@2&PP+F$`$^183Q`L,"I*`&8&&7P`"C`J$"PP*TH`9@89?``C8
M,"M"K"_X4ZPO_"`L+_!2@')`3KH6J"E!+_!P1F`><$5@&@RL`````A&(9@9PJ
M01E`,"@0+#`H8`1P04YQ3EU.=4Y5__A(YR``O^P`!&4`%A12K"_\("PO^%*L)
M+_@,@`````5O!G!!8```YDAL,1).NA866$](;#$2+P`O+"_P2'@`1F$`"J1/Z
M[P`02&PP+DAM__Q(;?_X80`+E$_O``QR(`1!``AK``"DL+L0"&;R3OL0!@``?
M``!@``!\````16```'````!98```+@```$Y@```"4ZW__"`M__Q*@&H$<C]@4
M`B(`*T'__"0L+_"T@6<&$"PP*&!8(BPO\"0M__RT@6<&$"PP*&!&0JPO^%.L1
M+_Q2@2`!<D!.NA6D*4$O\'`!*4`P%&$`#*XI0"_8<$1@'G!%8!H,K`````(1P
MB&8&<$$90#`H$"PP*&`$<$%.<4S?``1.74YU3E7_^$CG(`"_[``$90`4_E*LH
M+_P@+"_X4JPO^`R`````!6\&<$%@``#@2&PPH"\L+]@O+"_P2'@`1&$`"99/M
M[P`02&PP+DAM__Q(;?_X80`*AD_O``QR(`1!``AK``"FL+L0"&;R3OL0!@``2
M``!@``!^````16```'(```!98```+@```$Y@```"4ZW__"`M__Q*@&H$<C]@8
M`B(`*T'__"0L+_"T@6<&$"PP*&!:(BPO\"0M__RT@6<&$"PP*&!(0JPO^%.L5
M+_Q2@2`!<D!.NA26*4$O\&$`"Z8I0"_82H!F!'!:8")P1&`><$5@&@RL````G
M`A&(9@9P01E`,"@0+#`H8`1P04YQ3-\`!$Y=3G5.5?_X2.<@`+_L``1E`!/NL
M4JPO_"`L+_A2K"_X#(`````%;P9P06```,!(;#"@+RPP!"\L+_!(>`!:80`(H
MAD_O`!!(;#`N2&W__$AM__AA``EV3^\`#'(@!$$`"&L``(:PNQ`(9O).^Q`&V
M`````&```&X```!%8```8@```%E@```N````3F````)3K?_\("W__$J`:@1R9
M/V`"(@`K0?_\)"PO\+2!9P80+#`H8#HB+"_P)"W__+2!9P80+#`H8"A"K"_XU
M4ZPO_%*!(`%R0$ZZ$X8I02_P<$)@#G!%8`H0+#`H8`1P04YQ3-\`!$Y=3G5.,
M5?_X2.<@`+_L``1E`!+^4JPO_"`L+_A2K"_X#(`````%;P9P06```+Y(;#"@9
M0J<O+"_P2'@`0F$`!YA/[P`02&PP+DAM__Q(;?_X80`(B$_O``QR(`1!``AKF
M``"&L+L0"&;R3OL0!@````!@``!N````16```&(```!98```+@```$Y@```"L
M4ZW__"`M__Q*@&H$<C]@`B(`*T'__"0L+_"T@6<&$"PP*&`Z(BPO\"0M__RT#
M@6<&$"PP*&`H0JPO^%.L+_Q2@2`!<D!.NA*8*4$O\'!#8`YP16`*$"PP*&`$B
M<$%.<4S?``1.74YUO^P`!&4`$A@9?`!2,"@0+#`H2(!R*EU!:P``_+![$`AFP
M]$[[$`0`06```$H`16```$0`0V```#@`1&```"@`1F```!@`6F```!(`4F``(
M``)A``#*&4`P*&"T80`!T!E`,"A@JF$`!)890#`H8*!P`6```*@,K`````(1/
MB&8H2&P8&$AX`$%A`!#44$](;!@>2'@`#"\L+_!(>`!%80`&1D_O`!!@*`RL/
M`````1&(9A!(;!@L2'@`06$`$*)03V`.2&P8,DAX`$%A`!"24$\0+#`H#```J
M168,2&PPH&$`$%Q83V`*2JP1B&8$80`/TG`"*4`D+$ZZ$31*K!&(9_`O+#&`^
M3KH15EA/2&P8.$ZZ$3I83W``8`1P`$YQ3G5.5?_XO^P`!&4`$/A2K"_\("POT
M^%*L+_@,@`````5O!G!!8```Z$JL)#!G(DAL,1).NA#T6$](;#$2+P`O+"_PY
M2'@`4F$`!8)/[P`08!9P`"\`+P`O+"_P2'@`3F$`!6I/[P`02&PPH$AM__A(J
M;?_\80`&6D_O``Q*@&=B#(````!%9U8,@````%-F?$AL,*!A``W46$](;#"@&
M80`-/EA/2&PPH$AX``DO+"_P2'@`66$`!19/[P`0*6PO^#``0JPO^%.L+_P@(
M+"_P4H!R0$ZZ$(PI02_P<$9@,G!%8"X,K`````(1B&8$<$%@('``+P`O`"\L>
M+_!(>`!.80`$S$_O`!`0+#`H8`1P04YQ3EU.=4Y5__1(YR``O^P`!&4`#^12`
MK"_\("PO^%*L+_@,@`````5O!G!!8``"H$AL,*!(;?_\2&W_^&$`!81/[P`,\
M<C`$00`(:P`"?K"[$`AF\D[[$`8`````8``"0@```$5@``(V````0F```@(`[
M``!&8```R````%I@``!L````4V````(@+#``4JPP``R`````!6\&<$%@``(R^
M2JPO\&8$<#]@!B`L+_!3@"0M__RT@&8N2&PPH&$`#!183TAL,*!(>``)+RW_Z
M_$AX`%EA``/L3^\`$$*L+_@0+#`H8``!['!!8``!YB`L,`!2K#``#(`````%<
M;P9P06```=!*K"_P9@1P/V`&("PO\%.`)"W__+""9B!P`"\`+P`O`DAX`%EAF
M``.83^\`$$*L+_@0+#`H8``!F'!!8``!DB(M__RRK"_P9P9P06```8)(;#"@[
M2&PQ$DZZ#Q)03TJL%$AG0$'L,1(K2/_T(&W_]$H09S`0$$B`2,!#[![AT\`0`
M$0@```!G#A`02(!(P`:`````(&`&$!!(@$C`$(!2K?_T8,A*K#`09Q1"K#`D7
M2&P8.DAX`$9A``V`4$]@!%*L,!!(;!A`2&PQ$DZZ#DQ03RE`,8!*@&9B0J=(<
M;#$22&P80DZZ#GQ/[P`,2&P88DAL,*!.N@YX4$](;#$22&PPH$ZZ#CI03TAL6
M,*!.N@X26$](;#"@+P`O+"_P2'@`16$``J!/[P`02&P8B$AX`$5A``T(4$]P`
M`&```)AP`"\`+P`O+"_P2'@`66$``G9/[P`0*6PO^#``0JPO^%.L+_P@+"_P6
M4H!R0$ZZ#>PI02_P<$1@7B(L+_`D+?_\M(%G!'!!8$YP`"\`+P`O`4AX`%EAP
M``(P3^\`$%.L+_QP0V`R<$5@+@RL`````A&(9@1P06`@<``O`"\`+RPO\$AXH
M`$YA``(`3^\`$!`L,"A@!'!!3G%,WP`$3EU.=4Y5__A(YS``O^P`!&4`#112$
MK"_\("PO^%*L+_@,@`````5O!G!!8``!N$AL,*!(;?_\2&W_^&$``K1/[P`,`
M<B@$00`(:P`!EK"[$`AF\D[[$`8`````8``!7````$5@``%0````1F```0``]
M``!:8```H@```$1@```"(BPO\"0M__RT@6=.("PP`%*L,``,@`````5O!G!!&
M8``!1DJ!9@1P/V`$4X$@`;""9B)(;#"@2'@`!B\"2'@`66$``2Q/[P`00JPOK
M^!`L,"A@``$4<$%@``$.80`'LG``+P`O`"\L+_!(>`!980`!`$_O`!`I;"_X(
M,`!"K"_X4ZPO_"`L+_!2@')`3KH,=BE!+_!P1&```-`B+"_P)"W__+2!9P9P@
M06```+YP`"\`+P`O`4AX`%EA``"V3^\`$"`L+_!2@')`3KH,.BE!+_!3K"_\+
M2&P8CDAX`%IA``L*4$\O+#&`3KH+_EA/<%I@>"`L,`!2K#``#(`````%;P1P-
M06!D2JPO\&8$<#]@!B`L+_!3@"0M__RP@F8<<``O`"\`+P)(>`!9849/[P`0D
M0JPO^!`L,"A@,'!%8"P,K`````(1B&8$<$%@'G``+P`O`"\L+_!(>`!.819/"
M[P`0$"PP*&`$<$%.<4S?``Q.74YU3E7_DDCG`""_[``$90`++!`M``M(@$C`R
M2&PQ=B\`80`*6%!/1>W_EV$`"M1P`2M`__PB+?_\LJPO[&X6$"PP*4B`2,`OE
M`$ZZ"UY83U*M__Q@X!2\``%2BB`M`!`&@````",4@%**(BT`#`:!````(!2!,
M4HH;0/_[2(!(P-"!$BT`"Q2!4HH;0/_[T`%"K?_\&T#_^R(M__RRK0`0;!H@1
M;0`4$#`8`!2`4HH0,!@`T2W_^U*M__Q@W!`M__M(@$C``H````#`[(`2+?_[]
M2(%(P="!`H`````_&T#_^P8``"`4@%**%+P`#5**%+P`"E**0A)(;?^73KH*O
M;%A/3-\$`$Y=3G5.5?_TO^P`!&4`"BQ"+?_T3KH*,!M`__1*K!&(9P9P`&``.
M`8(,+0`!__1FY$*M__A*K?_X9@`!)$ZZ"@@;0/_T2JP1B&<&<`!@``%:$BW_F
M]`P!``%GVAM!__9(@4C!!($````C(&T`"""!3KH)UAM`__1*K!&(9P9P`&``%
M`2@2+?_T#`$``6>HTRW_]DB!2,$$@0```"`@;0`,((%.N@FD&T#_]$JL$8AG7
M!G``8```]A(M__0,`0`!9P#_=M,M__9"K?_\&T'_]R(M__P@;0`(LI!L-$ZZB
M"6P;0/_T2JP1B&<&<`!@``"^$BW_]`P!``%G$-,M__8@;0`0("W__!&!"`!2*
MK?_\8,`@;0`((!`@;0`00C`(`$ZZ"2H;0/_T2JP1B&<$<`!@?!`M__0$```@'
M&T#_]4ZZ"0P;0/_T2JP1B&<$<`!@7@PM``'_]&<`_N)P`2M`__A@`/[8$"W_;
M]TB`2,!(;#%V+P!A``@*4$\0+?_V2(!(P`*`````P.R`$BW_]DB!2,'0@0*`L
M````/QM`__:P+?_U9P1P`&`($"W_]TB`2,!.74YU3E7_^$CG,`"_[``$90`(I
M@`RL`````3`49E9P`"E`,!1"+!B3(&PQ@%.H``@@;#&`(B@`"$J!:PXB:``$0
M4J@`!'``$!%@"B\L,8!.N@B66$\I0#`@4H!F$G`!*4`P%'(`*4$OV"`!8``!8
M%%*L,"1@&@RL_____S`49A!P`2E`,!1P`"E`+]A@``#T0JPOV$'L,*`@+"_8E
MT<!#[!B3T\`0$1"`2@!G!E*L+]A@XD(L&)-P`"E`,!@K0/_X2JW_^&8``+@@U
M;#&`4Z@`""!L,8`@*``(2H!K#B)H``12J``$<``0$6`*+RPQ@$ZZ!_A83RE`:
M,!Q2@&8.</\I0#`4<`$K0/_X8`12K#`D*6POV"_<+RPP(&%P6$\I;#`<,"`@2
M+"_D(@!7@28L+]BR@V8$(`-@3"`L+^17@+:`;X!"K?_\0>P8DR`M__S1P"(L$
M+]S2@$/L,*#3P1`1$(!*`&<&4JW__&#<("POW"E`+]A![#"@T<!"$"`L+]A@H
M!"`L+]A,WP`,3EU.=4Y5__A(YS@`O^P`!&4`!OP,K`````$4(&9L$BT`"PP!I
M``IF8G``*4`P&$'L,*`B2-/L+]A2K"_8%"PP*Q*"(DC3["_84JPOV!*\`$TD(
M+"_D5X(H+"_8N()N!"E$+]PB2-/$4JPOV!*L,"LB2-/L+]A2K"_8$KP`2B0L3
M+]@B2-/"0A%@``'D2JPP"&<``.H0+0`+2(!(P+"L,!QF5$JL,!1F3E*L,!@@K
M+#`8#(````!>;`1@``&T#(````!>9@``N$'L,*`B2-/L+]A2K"_8$JPP+-'LT
M+]A2K"_8("PP&`:`````(!"`<``I0#`88```B`RL`````3`89CY"K#`8$"T`W
M"TB`2,`O`&$`_O983R`L+^17@"0L+]BT@&X$*4(OW$*L,!@0+0`+2(!(P"\`L
M80#^T%A/8``!,B(L,!@,@0````%O,D'L,*`B2-/L+]A2K"_8$"PP+!*`(DC3'
M["_84JPOV%*L,!@@+#`8!H`````@$H!"K#`8$"T`"TB`2,`"@````'\2+0`+C
M2(%(P0*!````@"M`__PK0?_X2JPP#&<<2H%G&$'L,*`B2-/L+]A2K"_8$BPP]
M+1*!&T``"PR`````(&T(#(````!_9AI![#"@(DC3["_84JPOV!(L,"L2@0AME
M``8`"Q(L,"M(@4C!LH!F%$'L,*`B2-/L+]A2K"_8$BPP*Q*!2JPP"&<@$BPPI
M+$B!2,&R@&840>PPH")(T^POV%*L+]@2+#`K$H%*K#`,9QX2+#`M2(%(P;"!=
M9A)![#"@(DC3["_84JPOV!*L,"M![#"@(DC3["_84JPOV!*M``O1["_80A!,A
MWP`<3EU.=4Y5__9(YR``O^P`!&4`!(Q![#"@0JPP&"M(__8@;?_V$!!(@%*MX
M__8[0/_^`H```/__2H!G``$T2JPP"&<T$BPP+$B!2,&P@68H(&W_]A`02(!(Y
MP%*M__8$@````"`I0#`8(&W_]A(02(%2K?_V.T'__D)M__I*K#`,9RIP`#`M;
M__X2+#`M2(%(P;"!9A@P/`"`(&W_]A(02(%2K?_V.T#_^CM!__YP`#`M__X2O
M+#`K2(%(P;"!9C0@;?_V$A!(@5*M__8@`0)``'\[0/_\.T'__@Q``$!E!@Q`9
M`%]C!@Q``#]F"`A!``8[0?_^,"W_^H%M__Y*K#`89@9P`2E`,!@,K`````$4C
M(&8*#&T`#?_^9P#_"B`L,!C1K#`D2JPP&&\`_OH@;#&`4Z@`#"!L,8`@*``,B
M2H!K%")H``12J``$,"W__A*`<@`2$6`8,"W__@*`````_R\L,8`O`$ZZ`VQ0K
M3R(`4ZPP&&"R3-\`!$Y=3G5.50``2.<P`+_L``1E``,:<'X@;0`($(!R*A%!;
M``%T(!%"``)V0!%#``,100`$$7P`(P`%2JP4*&X&2JPP#&<P$7P`)@`&$BPP8
M+0P!`"!O!@P!`$!M$@P!`&!O!@P!`']M!@P!`%EF#G(!*4$P#&`&$7P`60`&!
M$7P`,0`'$4``"$(H``E,WP`,3EU.=4Y5``!(YR``O^P`!&4``HX@;0`($!!()
M@$C`!(`````@*4`OY!`H``%(@$C`!(`````@*4`D+!`H``)(@$C`!(`````@\
M*4`O[!`H``,*``!`&4`P*1`H``0$```@&4`P*AEH``4P*W``*4`P""E`,`Q*O
M*``&9P``@A(H``8903`M#`$`(&\&#`$`0&T,#`$`8&\.#`$`?VP(=`$I0C`,\
M8")*K!0H;@1*@&<4#`$`668.<@$I03`,&7P`)C`M8`0I0#`,2B@`!V<P2B@`!
M"&<J$"@`"!E`,"P,```@;P8,``!`;1`,``!@;P8,``!_;01P`&`"<`$I0#`(Y
M3-\`!$Y=3G5.5?_XO^P`!&4``9)(;!B>2'@``2\L+_!(>`!'80#V1$_O`!!([
M;#`N2&W_^$AM__QA`/<T3^\`#$Y=3G6_[``$90`!6@RL````!2_\;@H,K```Q
M``4P`&\B0J=(;!BH2&P8H$ZZ`9Y/[P`,2&P8Q$AL,*!.N@&:4$]@($*G2&P8+
M]DAL&.Y.N@%\3^\`#$AL&09(;#"@3KH!>%!/2&PPH$ZZ`2!83R\`+RPO\$AXS
M`$5A`/6R3^\`#$YU3E4``+_L``1E``#:0J<O+0`(2&P9)$ZZ`3)/[P`,3EU.G
M=4Y5``!(YR``O^P`!&4``+02+0`+#`$`66=D#`$`3F=>#`$`1V=82(%(P2`L[
M+_3M@"0L+_#4@"`L+_Q3@"\M``PO+#`D+P`O`B\!2&PQ$DAL%XM(;#%$3KH`"
MLD_O`"`,K````#\O\&8$4JPO]$*G2&PQ1$AL%VA.N@"P3^\`#$S?``1.74YU5
MO^P`!&4``#8O+"WP3KH`CEA/(&PM\#%\``4`'"\L+?!.N@`L6$\@;"WP,7P`?
M`@`<+RPM\$ZZ`%183TYU3OD``"E@3OD```&V3OD```%@3OD```%H3OD``"G8*
M3OD```303OD``"H,3OD`````3OD``!BH3OD```'T3OD```/43OD``"G`3OD`W
M`!#F3OD```%\3OD``!<`3OD``"B<3OD```&X3OD```!F3OD````N3OD``"GXM
M```#[`````L````````;%@``&OX``!LB```;$```&R@``!L*```:[```&T``T
M`!KF```:\@``&LX````!`````@``&S0````"````!0``&M0``!L$`````P``=
M``@``!LZ```:^```&MH````#````$P``&QP``!K@```;+@````````/R```#K
MZ0```B%.5?_T2.<@`+_L``1E``?D<`$I0!3N#*T````!``AO&DAL&4P@;0`,)
M+R@`!$ZZ!]Q03RM`__Q*@&8N2&P96DAL&4Y.N@?&4$\K0/_\2H!F&$AL&6I(,
M;!E<3KH'L%!/*T#__$J`9P``@B\M__Q(>`$`2&PQA$ZZ!^)/[P`,2H!G7DAL7
M,81.N@>06$]![#&#T<!"$$AM__1(;#&$3KH'U%!/*T#_^"!`2A!GO@C0``5*Z
M*``!9P8(Z``%``$4$`P"`"-GI@P"`&5F"`PH`'@``6<.+RW_]"\`3KH'>E!/7
M8(HO+?_\3KH':%A/<``I0!3N2JP4!&82#*P````8%!QO3G`8*4`4'&!&#*P`\
M```P%!QO!G`P*4`4'#`L$GX`0``$.4`2?C`\`9`Y0!)X.4`2F#E`$KHY0!*^X
M(#P```&.*4`1OBE\```!CQ'**4`1QB`L$;HI0!'"*6P1OA'&*6P1LA'2*6P1B
MNA'6#*P````"%`AO!G`"*4`4"`RL`````10(;`9P`2E`%`@@+!0(.4`2>B!M:
M__@,$`!E9AS1[?_T4HA(;?_T+PA.N@;*4$\K0/_X($!*$&8"<`!,WP`$3EU.W
M=4Y5_^B_[``$90`&*DAX``%(;!EL3KH&8%!/*4`D=$J`9@Y(>``!2&P9?DZZ=
M!D103TAX``%(;!F43KH&/%!/*4`D>$J`9@Y(>``"2&P9IDZZ!B!03T*G2&P9O
MPDZZ!AI03RE`)'Q*@&8.2'@``DAL&=1.N@7^4$\O/``!``%(>`!L3KH&/%!/?
M*4`B($J`9@Y(>``#2&P9\$ZZ!=A03W`!(&PB("%``%Q(;!)R3KH%E%A/*4`2D
MPDJ`9@Y(>``#2&P:&DZZ!:Y03REL$L(1<DAL$51.N@626$\I0!&$2H!F#DAX,
M``1(;!HL3KH%B%!/<`HO`"\`(&P1A"\H`#).N@563^\`#$AX`"M(;!I$(&P1[
MA"\H`#).N@6D3^\`#$AX`!Y(>``*(&P1A"\H`#).N@4F3^\`#$AX`!!(;!IPE
M(&P1A"\H`#).N@5T3^\`#$AX`"9(>``*(&P1A"\H`#).N@3V3^\`#$AX`"=(*
M;!J"(&P1A"\H`#).N@5$3^\`#$AX`#)(>``*(&P1A"\H`#).N@3&3^\`#$AX/
M`#1(;!JJ(&P1A"\H`#).N@443^\`#$AX`$1(>``*(&P1A"\H`#).N@263^\`9
M#$AX`"9(;!K@(&P1A"\H`#).N@3D3^\`#$AX`$Y(>``*(&P1A"\H`#).N@1FX
M3^\`#$AX`#%(;!L((&P1A"\H`#).N@2T3^\`#$AX`%A(>``*(&P1A"\H`#).@
MN@0V3^\`#$AX`"](;!LZ(&P1A"\H`#).N@2$3^\`#"EL$L(2L$*M__`,K0``\
M`,C_\&P82'C__T*G+RP2PDZZ!$9/[P`,4JW_\&#>2&P2DDZZ`_A83RE`$L9*F
M@&8.2'@`!$AL&VI.N@/N4$\I;!+"$2Y(;!$03KH#TEA/(&PB("%``&1*@&8.;
M2'@`!$AL&WQ.N@/$4$\@;"(@(6P2P@!@(&PB("%L$L8`:$*L(AQ.N@.42H!FB
M$$AX``1(;!N43KH#EE!/8`@@;"(@0J@`7$AL$AI.N@.^6$\I0!(B2H!F#DAX>
M``1(;!NH3KH#;%!/2&P1IDZZ`W183RE`$:Y*@&8.2'@`!$AL&[A.N@-,4$\OX
M+!+&3KH#>%A/*4`DC")L$L8@:0`R*4@DD"\L$B(O"$ZZ`R!03R(L%`@,@0``4
M``%O!AE\``(3DDJL$_QG5$JL%`!F3B`L%!`[0/_X("P4##M`__H@+!04.T#_@
M_"`L%!@[0/_^4X%F%DAX``)(;?_X+RPDC$ZZ`NI/[P`,8!1(>``$2&W_^"\LR
M)(Q.N@+43^\`#"\\``$``4AX`%).N@+X4$\I0"WP($!"*`!/<``O`"\`3KH"O
M4E!/(&PM\"%```YP`"\`+P@O`$AL&]1.N@*&3^\`$$J`9PY(>``%2&P;XDZZ,
M`F903R`L%"12@"\`3KH"(EA/*4`M]"!L+?!"*`!/(&PM\"%L$_@`/'`((&PMY
M\!%``$P@;"WP$4``32%\$1,````P(&PM\"%L%"0`-"!L+?`A;!0L`$`@;"WP&
M,7P`"P`<+RPM\$ZZ`=983R!L+?`Q?``"`!QP`2!L+?`A0``D(&PM\"%L+?0`\
M*"\\``$``4AX`%).N@(@4$\I0"WX*VPM\/_L0JW_]"M`_^@,K0```%+_]&P83
M(&W_[")M_^@2D%*M_^Q2K?_H4JW_]&#><``O`"\`3KH!4%!/(&PM^"%```XQG
M?``#`!QP`2!L+?@A0``D0>PM_")L+?@C2``H0J=(;!OX3KH!(%!/*4`3Z$*GC
M2&P<!$ZZ`1!03RE`$^Q"ITAL+?Y(>``!2&P<$$ZZ`49/[P`02H!F&D*G2&PN/
M)DAX``%(;!P>3KH!+$_O`!!*@&<.2'@`!TAL'"Q.N@$,4$\I;!/H+@QP"3E`*
M+AIR`!E!+AP902X=*6P3["XT.4`N0AE!+D0902Y%+SP``0`"2'@`"DZZ`2)0N
M3RE`+I)*@&<&($`0O`!D0J=(;!Q$3KH`>%!/*4`3\"E`+EP9?`!5+E=![!/T=
M*4@N<'`$*4`N='``+P!(;"Y.+P!(;!Q03KH`ED_O`!!*@&<.2'@`"$AL'%Y.;
MN@!V4$\Y?``#+FH9?``0+FPI;"Z2+G!P"BE`+G0Y?`%E+G@@+!0P.4`N>CE\]
M`&0N?$Y=3G5.^0````!.^0``*6!.^0``"8Q.^0```*!.^0```6A.^0``!-!.O
M^0```)1.^0``*@Q.^0````!.^0```+1.^0```!Q.^0``!Q).^0```<Q.^0``J
M`31.^0````!.^0```'A.^0```]1.^0```6Y.^0``!$Q.^0```(1.^0```5A.?
M^0```#1.^0```0Y.^0````!.^0```"!P80```^P````&````````!_H```A..
M```(&```"%H```@,```']`````(````!```(5```"'(````!`````P``"#``F
M```!````#```"!X````!````$```!^X````!````$0``"$(````$````$P``L
M"`8```@\```(?@``"#8````%````%```"$@```@J```(;```"'@```@2````_
M!````!4```AF```(8```""0```@``````````_(```/I```#!$Y5__Z_[``$:
M90`+GB!M``@0$%*M``@;0/__2@!G#$B`2,`O`&$(6$]@XDY=3G5.5?_P2.<P0
M`+_L``1E``ML("P<>"M`__Q*@&<$80`"GB`L%"@,@`````5D``"NXX!.^P@"H
M8`A@&&`L8#I@."`M``@"@````/\90"W\8```C"`M``@"@````'\`@````(`91
M0"W\8'0@+0`(`H````!_&4`M_&!D("T`""(`ZH$"@0````,D``*"````'R8!O
MY8-![!Q\T<,F$.2K`H,````![X,K0?_X*T+_]"M#__`,K`````,4*&80(@`"O
M@0```'^"@QE!+?Q@$@*`````?PJ#````@("#&4`M_"\L+?A.N@JF6$]*K?_\>
M9P1A``(,3-\`#$Y=3G6_[``$90`*?B\L+?!.N@K*6$\@;"WP,7P`"@`<+RPM:
M\$ZZ"FY83R!L+?`Q?``"`!PO+"WP3KH*A%A/3G5.5?_X2.<P(+_L``1E``HZT
M*6PD+"X>0JPN(DAL+?Y.N@I>6$]"K?_\2JW__&8``18B;"WP(&D`#G``$"@`H
M#W(!)`'AHB1L$L8@:@!6<``0*``/)@'AHX2#<``@;!/H$"@`#^&AA($O`DZZ9
M"AI83R\L+?!.N@HB6$]*@&<H+RPM\$ZZ">183R!L+?00$$B`2,!R`2M!__POQ
M+"WP*T#_^$ZZ"=Y83R!L$L8O*`!63KH)LEA/*4`DE$J`9U8@0`RH```$```40
M9@#_8C`H`!@,0`!%9@#_5DAL+?Y.N@G"6$]P`"!L$^@0*``/<@'AH2\!3KH)0
ME%A/0J=(;!R42&P<C$ZZ":)/[P`,<`(I0!&(<`!@<DJM__QF`/\22&PM_DZZG
M"7A83TJ`9P#_`D*G2&P<L$AL'*I.N@EN3^\`#'`!*4`1B'``8#Y(;"W^3KH)W
M4EA/<``@;!/H$"@`#W(!X:$O`4ZZ"2183W``*4`1B$JL%"AF""`\````_V`"'
M<'\B+?_XPH`@`4S?!`Q.74YUO^P`!&4`"+A"K!QX(&PM^!`H`$\```"`(&PM(
M^!%``$\Q?``+`!PO+"WX3KH(GEA/(&PM^#%\``,`'$YUO^P`!&4`"'QP`2E`S
M''@@;"WX$"@`3P(``'\@;"WX$4``3S%\``L`'"\L+?A.N@A@6$\@;"WX,7P`G
M`P`<3G5.5?^&2.<@(+_L``1E``@V0JPD-'`%*4`D+"!M``A*&&;\4XB1[0`(Y
M(`A9@"!M``C1P$AL',XO""M`_^!.N@?Z4$]*@&82&WP``?^+2&P<U$ZZ"%)8P
M3V`$0BW_BT*G+RT`"$ZZ!]I03RE`)"A*@&H80J<O+0`(2&P=#DZZ"")/[P`,J
M<`!@``/"0>P=)B)(1>W_M'`&)-E1R/_\--%"$D*G2&P=1DAM_[1.N@?T3^\`=
M#'`!*T#_^'``2'@`%2M`_^PK0/_<80#\!%A/0JW__&$`_K8,K0````3__&<`F
M`I(,K0````K_[&<``H9"K?_H80#]#"M`__Q*K!&(9R0,K`````(1B&<0("W_'
M[%*M_^P,@`````IF!&$`_JIP`&```RHB+?_\#($````!9P19@6:^#*T````!7
M__QF``($("W_^"(`4X$O`2\`2&P=2$AM_XQ.N@<B3^\`$$*G2&W_C$AM_[1.W
MN@<Z3^\`#&$`_)`K0/_T2JP1B&<*80#^2'``8``"R&$`_'@K0/_P2JP1B&<*`
M80#^,'``8``"L"`M__0B+?_PTH`,@0```/]F``&,(BW_^`*!````_["!9@`!`
M)$*M_^0K;?_<_^`@+?_<!H````"`)"W_X+2`9$A!["(HT<(O2``(80#\%B!O1
M``@0@$JL$8AG"F$`_<QP`&```DQ!["(HT>W_X!`02(!(P"(M_^32@`*!````K
M_RM!_^12K?_@8*9A`/O8)"W_Y+2`9@``F$JL$8AF``"00JW_[%*M__@&K0``4
M`(#_W`:L````@"0T#*T```(`_]QF8$AX`8!(;"(H+RPD*$ZZ!B1/[P`,4H!F;
M'$*G2&P=;DAM_[1.N@8@3^\`#&$`_3QP`&```;PK?````(#_W$*M_^`B+?_@)
M#($```"`9!1!["(HT<%#[".HT\$0D5*M_^!@X$AX``9A`/H*6$]@>'`!*T#_@
MZ`RL`````A&(9FAA`/SJ<`!@``%J("W_^%.``H````#_)"W_]+2`9CQA`/L&?
M2JP1B&?V#*P````"$8AF"F$`_+AP`&```3A"ITAL'8)(;?^T3KH%@$_O``Q(0
M>``&80#YH%A/8`YP`2M`_^A@!G`!*T#_Z`RM`````?_H9@#]BE*M_^Q"ITAL.
M'9Q(;?^T3KH%1$_O``Q(>``580#Y9%A/8`#]9@RM````!/_\9@``R@RM````:
M"O_L;```OB`M__@B`%.!+P$O`$AL':)(;?^,3KH$V$_O`!!"ITAM_XQ(;?^TN
M3KH$\$_O``Q(>``&80#Y$%A/2BW_BV8L(BW_W`R!`````&,@4ZW_W$'L(B@B>
M2-/M_]P0$4H`9^#1[?_<$!`,```:9]12K?_<("W_W"\`2&PB*"\L)"A.N@2(9
M3^\`#"\L)"A.N@0Z6$]A`/NL+RW_^$AL'<A(;?^,3KH$3D_O``Q"ITAM_XQ(G
M;?^T3KH$9D_O``QP`6`&80#[?G``3-\$!$Y=3G5.5?^02.<P(+_L``1E``/F,
M<``I0"0T<C(I020L+P`O+0`(3KH$$E!/*4`D*$J`:AA"ITAL'>Q(;!WD3KH$'
M$D_O``QP`&```L)![!X"(DA%[?^X<`8DV5'(__Q"ITAL'AY(;?^X3KH#Z$_O-
M``Q"K?_P<`$K0/_\80#ZOG`!*T#_Y&$`^2HK0/_L#(`````59R0@+?_D4JW_-
MY`R`````"F04#*P````"$8AFUF$`^L9P`&```E8,K0````K_Y&4<0J=(;!X@,
M2&W_N$ZZ`X1/[P`,80#ZH'``8``",$AX`@!(;"(H+RPD*$ZZ`QY/[P`,*T#_&
M^$J`9P`!E`RM````"O_P9P`!B%*`9AQ"ITAL'CI(;?^X3KH#.D_O``QA`/I65
M<`!@``'F0JW_X$JM__AOK`RM````"O_P9Z)"K?_P+RW__$AL'DY(;?^03KH"L
MVD_O``Q"ITAM_Y!(;?^X3KH"\D_O``Q(>``!80#W$EA/+RW__&$`]PA83R`M`
M__Q&@"\`80#V^EA/0JW_Z"(M__@,@0```(!M""`\````@&`"(`&1K?_X*VW_Q
MX/_D*T#_]"`M_^`B``:!````@"8M_^2V@60^T*W_]+:`9"A!["(HT<,0$$B`J
M2,`O`&$`]J)83T'L(BC1[?_D$!!(@$C`T:W_Z&`(0J=A`/:&6$]2K?_D8*XOX
M+?_H80#V=EA/4JW_\&$`]YXK0/_L#*P````"$8AF'$*G2&P>8$AM_[A.N@(D,
M3^\`#&$`^4!P`&```-`,K0````;_[&<,#*T````*__!F`/\"("W_]-&M_^#1H
MK"0T+RW__$AL'FA(;?^03KH!ND_O``Q"ITAM_Y!(;?^X3KH!TD_O``Q2K?_\>
M8`#^H"\L)"A.N@%J6$\,K0````K_\&8:0J=(;!YX2&W_N$ZZ`:1/[P`,80#X@
MP'``8%!"K?_P2'@`!&$`];A83U*M__!A`/;@78!G%`RM````"O_P9PH,K```/
M``(1B&;6#*T````*__!F$D*G2&P>E$AM_[A.N@%23^\`#&$`^&YP`4S?!`Q.B
M74YU3E7_]+_L``1E``#:0JW__"!M``@,$``D9@Y**``!9@A.N@#F8```KBMM,
M``C_]"!M__0,$``@9@92K?_T8/`@;?_T2A!G%!(0#`$`+&<,#`$`(&<&4JW_@
M]&#D(&W_]$H09@AP`2M`__Q@!G`!*4`1C$(0+RP1C"\M``@B;0`,3I%03RM`F
M__A*@&8*+RPD*$ZZ`%I83TJM__QF)@RL`````A&(9QQ2K?_T(&W_]"\M`!`O"
M+0`,+PAA`/](3^\`#&`*2'@`"DZZ`$A83W``*4`D,"E`$8Q.74YU3OD``!50:
M3OD```X:3OD``"E@3OD```+$3OD```%H3OD```]43OD```#X3OD```&D3OD`8
M`!DP3OD```*L3OD``!#F3OD```%\3OD```"43OD```Q83OD``!:83OD```&02
M3OD```&X3OD```!F3OD```)B<&$```/L````"`````````N\```+[```"[``9
M``OR```+V@``"Z0```N>```+J@````,````"```+U```#`H```P$`````0``Z
M``8```O.````!P```!,```O"```+R```"_@```OF```+X```"_X```NV````"
M`````_(```/I````I$Y5_]A(YR`@0?D`````<``O`"M`_^PK0/_P3KH".%A/@
M2'C__RM`__Q.N@(26$\K0/_84H!F%DZZ`BAP`2!M__PA0`!<0J=.N@(`6$].'
MN@(2(FW__"!I`&0D:`!6("W_V!5```\E20`03KH""'``<@$D+?_8Y:$O`2M`K
M_^PK0/_P3KH!_%A/3KH!V")M__P@:0!D+R@`5DZZ`<)83RM`__1.N@'02JW_5
M]&?"(&W_]`RH````0``49K1.N@&F+RW_]$ZZ`8!83R)M__P@:0!@,"@`#@Q`2
M`2QO$DAX`>!"IR\(3KH!ED_O``Q@$$AX`/!"IR\(3KH!A$_O``Q.N@%V2'D`O
M``(@3KH!2%A/(\``````2H!F%DZZ`4IP`2!M__PA0`!<0J=.N@$B6$\@>0``@
M```A?$E#3TX`>"!H`%9P`!`H``]R`>&A*T'_W"\M_]Q.N@$N6$\@>0`````OL
M*`!63KH`^EA/*T#_^$J`9]X@0"MH`!3_X"MH`"3_Z"MH`"C_Y"\`3KH`OEA/6
M#*T````@_^!FN"\M_^0O+?_H+RW_["\M__!.N@#@3^\`$$J`9@XK;?_H__`KW
M;?_D_^Q@CB!Y`````#/H``0```(@,^@`!@```B*P_```9P@O"$ZZ`*Y83TZZ_
M`'X@;?_\+R@`8$ZZ`'Y83R!M__PO*`!H3KH`:EA/(FW__"!I`&`P*``.#$`!P
M+&\22'C^($*G+PA.N@!<3^\`#&`02'C_$$*G+PA.N@!*3^\`#$ZZ`#Q@`/XRH
M3OD```"H3OD```$,3OD```!L3OD```"T3OD```"`3OD```#X3OD`````3OD`%
M``&`3OD```$L3OD````03OD```"$3OD```"43OD```!03OD````H```#[```G
M``,````*```!S@```<8```$`````!`````L```&^```!5@```2P```$,````#
M`0````T````*````"````!,```)$```"7````H````)T```"2@```F(```(^_
M```"5@````8````5```":````FX```*,```"A@```E````)Z`````````_)`F
M``/J````E```````````#_______```/______\```^`````#P``#P`````')
M```/<[YAQP<```\A*N(HAP``#R$((FF'```/(0@BJH<```\2"",LAP``#PP<E
M^<<'```/``````<```\```"`!P``#W)>>+QW```/2DDDDI<```]"2222EP``3
M#T)))))W```/0>VVFQ<```\`````YP``#X`````/```/______\```^'____=
M_P````````````#______?__`/X?___]P`\`______W__P"X```````=`/__G
M___]__\`(```````#``@```````,`#_______\``,```````P``P``````#`K
M`#!_____\,``,/_____XP``PC$&>./C``##>U1W7>,``,-[WW99XP``PWO?=L
M57C``##M]]S3>,``,//C!CCXP``P______C``##___]_^,``,(VAAT.(P``PL
MM;;;;6C``#"]MMMM:,``,+VVVVV(P``POA))9.C``##_____&,``,'_____P6
MP``Q@`````#``#9X`````,``/_______P``&`````````!G@````/_``````'
M```````X```````<````````````````````````````````````````.``>J
M``(``````P``````````````````,``*`&0``@`@```!X```````````````F
M`````````````````````#@`'O__````(``""`````'T````````````````S
M``````````````````$```/L`````P````H```(R```"!@```>H````````#G
M\D```^L````!```#\@```^D````H2?D`````O^P`!&4``'0O/``!``!(>!.([
M3KH`?E!/*4`B'$J`9@Y(;!ZD3KH`9EA/<`!@2B!L(APB;"(@(T@`.B`L(AP&^
M@```$X@@;"(@(4``/B!L(B`A0``V$7P``0`(0>P>S")L(B`C2``*0J=(>@`<F
M+PE.N@`03^\`#'`!3G5.^0``*6!.^0```%!.^0````!.^0``#IA.^0```"!P`
M80```^P````"`````````)0```""`````0````D```".`````0````T````"0
M`````@```!,```"(````F@````````/R```#Z@``"&P`````````````````-
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````&1O<RYL:6)R87)YI
M``````!B86,`8F]L`&)U9@!C=7(`9&5P`&9O<@!I;G0`;&EN`'-C<@!V;VP`1
M=V(`````#=X```!L```.`@```'````XF````=```#DH```!X```.;@```'P`@
M``Z2````@```#K8```"$```.V````(@```[\````C```#VH```"0```/$@``6
M`)0``!#0`````&%S8P!B964`8V%P`&-D``!D96P`9V]T`&MB``!K9P``:W(`-
M`&MS``!O;@``<V(``'-E;F0``'=A:70``'AR``!X<P`````)A@```/@```PBY
M````_```"6P```$````)H````00```?\```!"```!N@```$,```)%@```1``7
M``CN```!%```",P```$8```(J````1P```>L```!(```";H```$D```'1@``.
M`2@```=H```!+@``"4@```$T```))````3@``!#0`````&%P<`!B874`8G)E%
M`&-O;@!E8V@`97AI`&8`:V5Y`&UO9`!N=6UK97D``'!A<FET>0``<W=A<```2
M=W)A<``````-@@```<0```G.```!R```"TP```',```/C@```=````S\```!)
MU```""X```'8```/O@```=P```\T```!W@``"Y(```'B```-5````>8```ITU
M```![@``#:X```'V```-*````?P``!#0`````'(`0V%N)W0@;W!E;B!S8W)IU
M<'0@9FEL90``24Y)5"`M('5N:VYO=VX@8V]M;6%N9#H`4V-R:7!T("T@=6YK^
M;F]W;B!C;VUM86YD.@!38W)I<'0@+2!L86)E;"!N;W0@9F]U;F0Z(```4V-R,
M:7!T("T@=&5R;6EN871E9````'9T,3`P`%94,3`P`$5X:70@=G0Q,#`@9G)OY
M;2!S8W)I<'0``$E.250@+2!I;G9A;&ED(&)A=60@<F%T93H`4V-R:7!T("T@.
M:6YV86QI9"!B875D(')A=&4Z(```24Y)5"`M(&EN=F%L:60@<&%R:71Y.@``$
M4V-R:7!T("T@:6YV86QI9"!P87)I='DZ(`!)3DE4("T@:6YV86QI9"!T<F%NY
M<V9E<B!M;V1E.B```%-C<FEP="`M(&EN=F%L:60@=')A;G-F97(@;6]D93H@\
M```E>```)60``"5X```@("`@("`@("`@(``!``$`````````$AH```/,````@
M`$-!4%,@3$]#2T5$```!`0`````````2&@```^P`````2$],1"!30U)%14X`=
M``$!`````````!(:```$#`````!@,3(S-#4V-S@Y,"T]7``P<7=E<G1Y=6EO:
M<%M=`#$R,V%S9&9G:&IK;#LG```T-38`>GAC=F)N;2PN+P`N-S@Y(`@)#0T;Z
M?P```"T`15)23U(@+2!#04XG5"!#4D5!5$4@4D5154535$]2($9/4CH*```;4
M3VT`&T\`````=&]P87HN9F]N=``````$J``(``$```2H``@'`0``!*@`"`,!B
M```$J``(!@$```2H``@"`0``!*@`"`4!```$J``(!`$```2H``@!`2`@(#,P>
M,```("`@,3(P,``@("`R-#`P`"`@(#0X,#``("`@.38P,``@("!.;VYE`"`@$
M($UA<FL`("`@4W!A8V4``"`@($5V96X`("`@3V1D```@("!);6%G90``("`@_
M5&5X=``@("!#;VYV97)T```X,"!#;VQU;6YS```Q,S(@0V]L=6UN<P```0``G
M`````0``!+0```3T```````!```````!```$M```!/P```````$```````$`M
M``2T```%!````````0```````0``!+0```4,```````!```````!```$M```&
M!10```````$```````$```2T```%'````````0```````0``!+0```4D````7
M```!```````!```$M```!2P```````$```````$```2T```%-@```````0``A
M`````0``!+0```4^```````!```````!```$M```!48```````$```````$`#
M``2T```%4````````0```````0``!+0```58```````!```````!```$M```>
M!60```````$```````$```2T```%<`````!!<V-I:2!#87!T=7)E`$%S8VEI>
M(%-E;F0``%AM;V1E;2!296-E:79E``!8;6]D96T@4V5N9`!+97)M:70@1V5TW
M``!+97)M:70@4F5C96EV90``2V5R;6ET(%-E;F0`2V5R;6ET($)910``06)OC
M=70@5E0Q,#``15A)5"!65#$P,"$`0F%U9"!2871E`%!A<FET>0``6&9E<B!-=
M;V1E`$5X96-U=&4@1FEL90``06)O<G0@17AE8W5T:6]N`%-E;F0@0G)E86L`&
M`$AA;F<@57``0VAA;F=E($1I<@``0VQE87(@4V-R965N```@("!%8VAO`"`@N
M(%=R87``("`@3G5M($ME>7!A9``@("!!<'`@0W5R<V]R`"`@($)3/"T^1$5,8
M`%-C<F5E;E1O0F%C:P``4V-R965N5&]&<F]N=`!38W)E96X@5VED=&@``$AOW
M;&0@4V-R965N```!```````!```$M```!J@```````$```````$```2T```&X
MM@```````0```````0``!+0```;"```````!```````!```$M```!M(`````*
M``$```````$```2T```&W@```````0```````0``!+0```;J```````!````)
M```!```$M```!OH```````$```````$```2T```'!@```````0```````0``"
M!+0```<2```````!```````!```$M```!QX```````$```````$```2T```'Q
M*@```````0```````0``!+0```<T```````!```````!```$M```!SP`````<
M``$```````$```2T```'1@```````0```````0``!+0```=4```````!````=
M```!```$M```!V0```````$```````$```2T```'<````````0```````0``7
M!+0```=X```````!```````!```$M```!X0```````$```````$```2T```']
MD@```````0```````0``!+0```>:```````!```````!```$M```!Z(`````0
M``$```````$```2T```'L````````0```````0``!+0```>^```````!````Q
M```!```$M```!\H```````$```````$```2T```'V````````0```````0``E
M!+0```?F```````!```````!```$M```!_0````````*4@!,````8P`*`%<`&
M```>```%?``````S````````````"G0`3``*`&,`"@!7````'0``!9``````<
M3`````````````J6`$P`%`!C``H`5P```!L```6D`````$@````````````*F
MN`!,`!X`8P`*`%<````7```%N``````T````````````````3``H`&,`"@!7F
M````#P``!<P`````.0````````````K\`$P```!K``H`5P```!X```7@````Z
M`%@````````````+'@!,``H`:P`*`%<````=```%]`````!-````````````&
M"T``3``4`&L`"@!7````&P``!@@`````50````````````MB`$P`'@!K``H`!
M5P```!<```8<`````$4```````````````!,`"@`:P`*`%<````/```&,```:
M``!/````````````"Z8`3````'L`"@!7`````@``!D0`````20``````````]
M``O(`$P`"@![``H`5P````$```98`````%0```````````````!,`!0`>P`*=
M`%<````````&;`````!.````````````#`P`AP```(,`"@!6````````!H``?
M````.````````````````(<`"@"#``H`5@````````:4`````#$`````````W
M```,4```````FP`*`%8````````(``````!!````````````#'(````*`)L`#
M"@!6````````"!0`````1@````````````R4````%`";``H`5@````````@HA
M`````%8````````````,M@```!X`FP`*`%8````````(/`````!>````````3
M````#-@````H`)L`"@!6````````"%``````1P````````````SZ````,@";Y
M``H`5@````````AD`````%(````````````-'````#P`FP`*`%8````````(&
M>`````!3````````````#3X```!&`)L`"@!6````````"(P`````0@``````M
M``````U@````4`";``H`5@````````B@`````#\``````````````````%H`Y
MFP`*`%8````````(M`````!1````````````#:0``````%@`"@!2````````M
M",@```````````HP``````W&````"@!8``H`4@````````C<```````````*)
MV@```````````!0`6``*`%(````````(\```````````"X0`````#@H`````!
M`*,`"@!6````````"00`````)```````````````````"@"C``H`5@``````!
M``D8`````%D````````````.3@``````DP`*`%8````````)+``````N````L
M````````#G`````*`),`"@!6````````"4``````4`````````````Z2````T
M%`"3``H`5@````````E4`````$0````````````.M````!X`DP`*`%8`````[
M```):``````A````````````#M8````H`),`"@!7````````"7P`````+```#
M``````````[X````,@"3``H`5P````````F0`````%<````````````/&@``%
M`#P`DP`*`%<````````)I`````!+````````````#SP```!&`),`"@!7````M
M````";@`````0P``````````````````4`"3``H`5P````````G,`````%H`W
M```````````/@```````DP`*`%8````````)X`````!;````````````#Z(`W
M```*`),`"@!6````````"?0`````70````````````_$````%`"3``H`4@``M
M``````H(```````````+Z@```````````!X`DP`*`%8````````*'``````OM
M`````````"!&:6QE`"!#;VUM(%-E='5P`"!38W)I<'0`(%5T:6P`(%-C<F5EB
M;@```!`L``,````V``H``0``#^8```PN`````````````!!*`#@```!F``H`?
M`0``#^P```V"`````````````!!H`)T```!&``H``0``#_@```WH````````M
M`````!"&`.(````V``H``0``$`````XL`````````````````1<```!&``H`K
M`0``$`8```]>`````````````````$````!```H````*`````/____\#`0`%=
M```0I`````!)8V]N:69Y``$``0```P`!````````$,@````````````!``$`E
M/P`)`````0`!```0N````````!#0```````````````````"3@```$$`"P``.
M````0``""````!#D``````````````````````````````````]#<F5D:71S;
M+TEN9F\@5VEN9&]W```\`!0!]`!X`P(```````(4!``````````````10````
M````````````````````#P``````````````````````````````"&HQ,S(N%
M9F]N=````!&<``@````````````````"F`````X```#&````#@```,8```#'U
M````"``````````.``````````````````````````````````````````#_5
M_________P``````````````4'1O<&%Z+F9O;G0`````$@X`"````````%94N
M,3`P:G)B:6D@+2!O<FEG:6YA;"!65#$P,"!B>2!$879E(%=E8VME<BP@=&AIK
M<R!697)S:6]N(&)Y($IO:&X@0F%R<VAI;F=E<@````#(`I@`R``"``&````/$
M```2&@``$B8````````````````"F`#(``$`#!>````8"```````````````*
M`````````````I@`R`*8`,@`#P``````````1$].10```0`!`````````!(:G
M```2R@```````````2(``@`H``H0```%``$`````````````$M``````````K
M```"````````))P``"3L````4```````````````````````````````````B
M$N0`"@`,`4``"A````0`!````````````````````````!,0``$```````$!5
M```*``(``!(:```E/````````````,@`*`%4`!8````````3-````````!-@N
M```!````````````````````````````````````````````````````````!
M`````````````````````````````````````````````````````````````
M``````````````$(`@0```E@`````0````$````!`````0``"5`````````)>
M``````D````P`````0```@````````MQL````$``````````````````````H
M``````````%^`!M/4``;3U$`&T]2`!M/4P!F-0``9C8``&8W``!F.```9CD`^
M`&8Q,````!1.```44@``%%8``!1:```47@``%&(``!1F```4:@``%&X``!1R/
M1C$``$8R``!&,P``1C0``$8U``!&-@``1C<``$8X``!&.0``1C$P````%)X`L
M`!2B```4I@``%*H``!2N```4L@``%+8``!2Z```4O@``%,(`````````````V
M```@("`@("`@("`@("`@("`@("`@("`@5E0Q,#`@*%8R+C8O:G)B:6DN,BD@7
M5&5R;6EN86P@5VEN9&]W("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@4
M("`@("`@("`@("`@"@!&:6QE(%-E;G0``````$5N9"!&:6QE($-A<'1U<F4`O
M````07-C:6D@0V%P='5R93H``'<`17)R;W(@3W!E;FEN9R!&:6QE`````$9I7
M;&4@4V5N9"!#86YC96QL960```!!<V-I:2!396YD.@!R`$5R<F]R($]P96YIZ
M;F<@1FEL90````!S97)I86PN9&5V:6-E````4&%R:71Y('-E='1I;F<@<')E1
M=F5N=',@=&AI<P````!8;6]D96T@4F5C96EV93H`4&%R:71Y('-E='1I;F<@&
M<')E=F5N=',@=&AI<P````!8;6]D96T@4V5N9#H``$ME<FUI="!'150@<F5MM
M;W1E(&9I;&4H<RDZ`````$ME<FUI="!396YD(&QO8V%L(&YA;64Z`%-C<FEP#
M="!F:6QE(&YA;64Z`$1I<F5C=&]R>3H`````6S\Q.S=C``!;,SLQ.S@[-C0[+
M-C0[,3LP>`!;)60[)612`%LP;@!;/S$[-V,```````!#;W5L9"!N;W0@;W!E8
M;B!D:7)E8W1O<GD`````+P!4;V\@;6%N>2!L979E;',@;V8@)RHG`````"\``
M1&ER96-T;W)Y(&YO="!F;W5N9#H``$YO="!A($1I<F5C=&]R>3H``$-A;B=T*
M(&-H86YG92!D:7)E8W1O<GDN+BX@``!.;R!F<F5E(&UE;6]R>2$`1DE,12`@>
M("`@("`@("`@(%!+5"!.54T@4D544B!"651%4P`E+3$U<R`@)6,@)31D("`EX
M,F0@)39L9"`E-7,``"0`2T5234E4``!.;R!W:6QD(&-A<F0@;6%T8V@``'(`D
M2T5234E4.B!C86XG="!O<&5N('-E;F0@9FEL93H`4T5.1```1$].10``)`!'$
M150`4D5#5@``15)23U(`04)/4E0`1`!434]55`!%4E)/4@!!0D]25`!5<V5R)
M(&%B;W)T960``%1-3U54`$524D]2``T`4D5#5@``=P!+15)-250Z(%5N86)LP
M92!T;R!C<F5A=&4@9FEL93H``%94,3`P("T@2V5R;6ET("T@8V%N;F]T(&-RO
M96%T92!F:6QE.B``15)23U(`1$].10```````````````$8`2T5234E4.@!4)
M;V\@;6%Y(')E=')I97,@9F]R('!A8VME=```5E0Q,#`@2T5234E4.B!4;V\@U
M;6%N>2!R971R:65S(&9O<B!P86-K970`2T5234E4.@!0<F]T;V-O;"!%<G)OB
M<@``5E0Q,#`@2T5234E4.B!0<F]T;V-O;"!%<G)O<@``2T5234E4($AO<W0@9
M17)R;W(Z``!67D=24T),2%A%3TE4+D172T-:`'(`=G0Q,#`N:6YI=```<@!SH
M.G9T,3`P+FEN:70``'(`:6YT=6ET:6]N+FQI8G)A<GD`8V%N)W0@;W!E;B!IW
M;G1U:71I;VX``&=R87!H:6-S+FQI8G)A<GD``&-A;B=T(&]P96X@9W)A<&AIH
M8W,@;&EB<F%R>0!D:7-K9F]N="YL:6)R87)Y``!C86XG="!O<&5N(&1I<VMF`
M;VYT(&QI8G)A<GD`(&YO="!E;F]U9V@@;65M;W)Y(&9O<B!N97<@=&%S:R!SM
M=')U8W1U<F4`8V%N)W0@;W!E;B!S8W)E96X`8V%N)W0@;W!E;B!I;F9O('=IH
M;F1O=P``3W)I9VEN86P@5E0Q,#`@8GD@1&%V92!796-K97(@*'9E<G-I;VX@2
M,BXV*0!4:&ES('9E<G-I;VX@8GDZ```@("`@("`@("`@("`@("`@("!*;VAN!
M(%(N($)A<G-H:6YG97(@24D`("`@<&QI;FLZ(&IR8FEI('P@8FEX.B!J<F)I?
M:2!\(%550U`Z(&)A<G-H0'-T<V-I+F5D=0``3W)I9VEN86P@26-O;FEF>2!C'
M;V1E(&)Y($QE;R!,+B!38VAW86(``"`@+2!M;V1I9FEE9"!T;R!A;&QO=R!6+
M5#$P,"!T;R!C;VYT:6YU92!E>&5C=71I;F<`("`@("AS;R!D;W=N;&]A9',@N
M;6%Y('!R;V=R97-S*2!W:&EL92!)8V]N:69I960`8V%N)W0@;W!E;B!W:6YD9
M;W<`8V%N)W0@;W!E;B!I8V]N('=I;F1O=P``97)R;W(@;6%K:6YG('1A<VL*D
M``!C86XG="!O<&5N(&9O;G0`8V%N)W0@;W!E;B!D:7-K(&9O;G0@*&HQ,S(IH
M`'-E<FEA;"YD979I8V4`0V%N="!O<&5N(%)E860@9&5V:6-E`%1I;65R(%!O"
M<G0``%1I;65R(%!O<G0``'1I;65R+F1E=FEC90``=&EM97(N9&5V:6-E``!C-
M86XG="!O<&5N('1I;65R(&1E=FEC90!!=61I;R!0;W)T``!A=61I;RYD979IL
M8V4``&-A;B=T(&]P96X@875D:6\@9&5V:6-E`````````99I:99IEI9I:9:6[
M:99I:99%4E)/4CH``%5S97(@86)O<G1E9"!T<F%N<V9E<@!%4E)/4@!4:6UEI
M;W5T('=A:71I;F<@9F]R(&-H87)A8W1E<@`N87)C```*5E0Q,#`M22U834]$C
M14TZ($%U=&\M0TA/4"!D:7-A8FQE9"!F;W(@=&AI<R!!4D,@9FEL92XN+@H`]
M6$U/1$5-($-A;B=T($]P96X@1FEL93H`6$U/1$5-(%)E8V5I=F4L(#QE<V,^1
M('1O(&%B;W)T`````$=E='1I;F<@0FQO8VL@)31D+"!697)I9FEE9"!";&]C/
M:R`E-&0`17)R;W(@5W)I=&EN9R!&:6QE``!296-E:79E9"!$=7!L:6-A=&4@X
M4V5C=&]R`$5R<F]R`$=E='1I;F<@0FQO8VL@)31D+"!697)I9FEE9"!";&]C.
M:R`E-&0`5F5R:69I960@0FQO8VL@)31D+"!$3TY%+BXN`%A-3T1%30``0V%NV
M;F]T($]P96X@4V5N9"!&:6QE`%A-3T1%32!396YD+"`\97-C/B!T;R!A8F]R)
M=````%)E8V5I=F5R(&YO="!S96YD:6YG($Y!2W,`17)R;W(@4F5A9&EN9R!&9
M:6QE``!396YD:6YG(&)L;V-K("4T9`!!0D]25$5$`%-E;G0@8FQO8VL@)31DM
M``!.;R!!8VMN;W=L961G;65N="P@04)/4E1)3D<`3D\@14Y$($]&($9)3$4`[
M``H@;F]T(&5N;W5G:"!M96UO<GD@9F]R(&YE=R!T87-K('-T86-K``!65#$P_
M,%])8V]N:69Y```````"```@("`@("`@("`H*"@H*"`@("`@("`@("`@("`@*
M("`@($@0$!`0$!`0$!`0$!`0$!"$A(2$A(2$A(2$$!`0$!`0$(&!@8&!@0$!8
M`0$!`0$!`0$!`0$!`0$!`0$!$!`0$!`0@H*"@H*"`@("`@("`@("`@("`@("<
M`@("`@(0$!`0("`@("`@("`@("@H*"@H("`@("`@("`@("`@("`@("`@2!`0Z
M$!`0$!`0$!`0$!`0$(2$A(2$A(2$A(00$!`0$!`0@8&!@8&!`0$!`0$!`0$!W
M`0$!`0$!`0$!`0$0$!`0$!""@H*"@H("`@("`@("`@("`@("`@("`@("`A`0_
M$!`@````__\````.``X````````````````J*B!3=&%C:R!/=F5R9FQO=R`J"
M*@``__\````$``0````````?^```'^1%6$E4``#__P````0`!````````"`B,
M`````&EN='5I=&EO;BYL:6)R87)Y`````````#`Q,C,T-38W.#EA8F-D968`H
M````#0H`````@````""2````````````````````````````````````````)
M```@M```````````````````````````````````````````````````````4
M````````````````````````````````````@`!C;VXZ,3`O,3`O,S(P+S@P&
M+P`J```````````````````````````````````````````H*BH@57-E<B!!U
M8F]R="!297%U97-T960@*BH``/__````#@`.````````(1``````__\````$*
M``0`````````````(2Q#3TY424Y510``__\````$``0````````A5`````!!R
M0D]25`#__P````0`!````````"%R`````&EN='5I=&EO;BYL:6)R87)Y````6
M```````````````````$`````^P````K`````0```FH```)B```"6@```E(`?
M``)*```"0@```CH```(R```"*@```B(```(:```"$@```@H```("```!O```-
M`;0```&L```!I````9P```&4```!C````80```%\```!=````6P```%D```!0
M7````50```%,```!1````3P```#P````Z````.````#8````T````,@```#`H
M````N````+````"H````H````)@```$=````#0``(80``"%J```A4```(3@`M
M`""2```@<```(#0``"`>```@&@``$VP``!,4```3$```%.H``!3F```4X@``%
M%-X``!3:```4U@``%-(``!3.```4R@``%,8``!2:```4E@``%)(``!2.```4^
MB@``%(8``!2"```4?@``%'H``!1V```3C```$X0``!-H```35@``$S0``!+^5
M```2W```$M@``!*&```2@@``$AH``!&F```1;@``$2(``!#^```0]@``$-P`9
M`!#````0F```$)0``!!Z```0=@``$&@``!!<```06```$$H``!`^```0.@``J
M$"P``!`@```0'```$`X```_6```/O@``#[0```^B```/D@``#X````]P```/:
M7@``#TX```\L```/&@``#PH```[X```.Z```#M8```[&```.M```#J0```Z2`
M```.@@``#G````Y@```.3@``#CX```XL```.'```#?H```WH```-X@``#=@`8
M``W````-M@``#:0```V>```-E```#8(```UR```-4```#3X```TN```-'```G
M#0P```SZ```,Z@``#-@```S(```,M@``#*8```R4```,A```#'(```QB```,I
M4```#$````PN```,'@``"_P```OJ```+V@``"[@```NF```+E@``"X0```MT$
M```+4@``"T````LP```+'@``"PX```K\```*[```"MH```K*```*J```"I8`K
M``J&```*=```"F0```I2```*0@``"C````HH```*)```"A0```H0```*`````
M"?P```GL```)Z```"=@```G4```)Q```"<````FP```)K```"9P```F8```)\
MB```"80```ET```)<```"6````E<```)3```"4@```DX```)-```"20```D@3
M```)$```"0P```C\```(^```".@```CD```(U```"-````C````(O```"*P`"
M``BH```(F```")0```B$```(@```"'````AL```(7```"%@```A(```(1```,
M"#0```@P```((```"!P```@,```("```!J````:<```&C```!H@```9X```&0
M=```!F0```9@```&4```!DP```8\```&.```!B@```8D```&%```!A````8`Z
M```%_```!>P```7H```%V```!=0```7$```%P```!;````6L```%G```!9@`'
M``6(```%A```!.P```3D```$W```!-0```3,```$Q```!+P```2T```$(```:
M!`````/@```$)```!`0```/D```"9@```EX```)6```"3@```D8```(^```"X
M-@```BX```(F```"'@```A8```(.```"!@```;@```&P```!J````:````&8K
M```!D````8@```&````!>````7````%H```!8````5@```%0```!2````4``#
M``#L````Y````-P```#4````S````,0```"\````M````*P```"D````G```L
M``````/R```#Z0````4B;P`$+PXL:0`43J[_XBQ?3G4``````_(```/I````M
M!2!O``0@B%B00J@`!"%(``A.=0`````#\@```^D````W2.<\("8O`!@4+P`?\
M>O\O!4ZY````J!(`<``0`2@`<O^R@%B/9@1P`&!F+SP``0`!2'@`(DZY````7
M("1`*@I0CV8.+P1.N0```+QP`%B/8$`E0P`*%4(`"15\``0`"$(J``X51``/)
M0J=.N0```(`E0``02H-8CV<*+PI.N0```-!@"DAJ`!1.N0````!8CR`*3-\$1
M/$YU+PHD;P`(2JH`"F<*+PI.N0```.18CQ5\`/\`"'#_)4``%'``$"H`#R\`U
M3KD```"\2'@`(B\*3KD````X3^\`#"1?3G4``````^P````!````#P```(@`T
M```(````$P```#8````2````:@```,(```!&````?````*8```#.````````%
M`_(```/I````!2\.+'D``"1\(&\`"$ZN_^(L7TYU```#[`````$````-````G
M!`````````/R```#Z0```"E(YR`"+'D``"&@3.\`!@`,3J[_K$S?0`1.=0``K
M+PXL>0``(:`B+P`(3J[_IBQ?3G4O#BQY```AH"(O``A.KO^@+%].=4CG(`(L-
M>0``(:!,[P`&``Q.KO^:3-]`!$YU``!(YR`"+'D``"&@3.\`!@`,3J[_E$S?,
M0`1.=0``+PXL>0``(:`B+P`(3J[_@BQ?3G4O#BQY```AH"(O``A.KO\Z+%].8
M=0```^P````'````#0```)0```"`````9@```$H````T````(`````8`````6
M```#\@```^D```!Y+PXL>0```$!.KO]\+%].=2\.+'D```!`3J[_=BQ?3G4O1
M#BQY````0$SO``,`"$ZN_SHL7TYU```O#BQY````0")O``@@+P`,3J[_+BQ?&
M3G5(YP`R+'D```!`3.\.```03J[^YDS?3`!.=0``+PXL>0```$`B;P`(3J[^Q
MX"Q?3G4O#BQY````0")O``A.KO[:+%].=2\.+'D```!`("\`"$ZN_L(L7TYU.
M+PXL>0```$`@+P`(3J[^MBQ?3G4O#BQY````0"`O``A.KOZP+%].=2\.+'D`*
M``!`(F\`"$ZN_IXL7TYU+PXL>0```$`B;P`(3J[^F"Q?3G4O#BQY````0"!O+
M``A.KOZ,+%].=2\.+'D```!`(F\`"$ZN_H8L7TYU+PXL>0```$`B;P`(3J[^:
M8BQ?3G4O#BQY````0"!O``A,[P(!``PB+P`43J[^1"Q?3G4``"\.+'D```!`&
M(F\`"$ZN_CXL7TYU+PXL>0```$`B;P`(3J[^."Q?3G4O#BQY````0")O``A.C
MKOXR+%].=2\.+'D```!`(F\`"$ZN_BPL7TYU+PXL>0```$`B;P`(3J[^)BQ?!
M3G4O#BQY````0")O``A.KOX@+%].=2\.+'D```!`(F\`""`O``Q.KOW8+%].F
M=0```^P````7````#0```=````&\```!J````90```&````!;````5@```$X4
M```!)````1````#\````Z````-0```#`````K````)@```"$````<````%8`\
M```\````)````!0````$`````````_(```/I````2"\.+'D``"1X(F\`""!O'
M``P@+P`03J[_Q"Q?3G4O#BQY```D>")O``@@;P`,3J[_OBQ?3G4O#BQY```DW
M>"!O``A.KO^X+%].=2\.+'D``"1X(F\`"$ZN_[(L7TYU+PXL>0``)'@B;P`(Y
M3.\``P`,3J[_IBQ?3G4``"\.+'D``"1X3.\#```(("\`$$ZN_T`L7TYU```O4
M#BQY```D>")O``A,[P`#``Q.KO\0+%].=0``2.<P`BQY```D>")O`!!,[P`/8
M`!1.KO[.3-]`#$YU```O#BQY```D>")O``@@+P`,3J[^JBQ?3G4O#BQY```D`
M>")O``@@+P`,3J[^GBQ?3G5(YSP"+'D``"1X(F\`&$SO`#\`'$ZN_G1,WT`\4
M3G4``````^P````+````#0```08```#L````U````+8```"8````?````&``[
M``!,````.````"`````$`````````_(```/I````;"\.+'D``"1T(&\`"$ZN"
M_\HL7TYU+PXL>0``)'0@;P`(3J[_OBQ?3G4O#BQY```D="!O``A.KO^X+%].,
M=2\.+'D``"1T(&\`"$ZN_Z`L7TYU2.<P`BQY```D=$SO``\`$$ZN_YI,WT`,S
M3G4``"\.+'D``"1T3.\#```(3J[_B"Q?3G4``"\.+'D``"1T(&\`"$SO``,`C
M#$ZN_UXL7TYU```O#BQY```D="!O``A.KO\Z+%].=2\.+'D``"1T(&\`"$ZN4
M_S0L7TYU+PXL>0``)'1,[P,```A,[P`#`!!.KO\H+%].=4CG`"(L>0``)'1,:
M[P<```Q.KO\B3-]$`$YU```O#BQY```D=$SO`P``"$ZN_Q`L7TYU```O#BQY,
M```D="!O``A.KO\*+%].=2\.+'D``"1T(&\`"$ZN_P0L7TYU+PXL>0``)'1,F
M[P,```A.KO[X+%].=0``+PXL>0``)'0@;P`(3J[^U"Q?3G4O#BQY```D="!OP
M``A.KO[(+%].=2\.+'D``"1T(&\`"$ZN_CXL7TYU2.<`(BQY```D=$SO!P``_
M#$ZN_C),WT0`3G4``````^P````3````#0```9H```&$```!<````5P```%$L
M```!,````1P```$$````Z@```,P```"X````I````(@```!P````5@```$``S
3```L````&`````0````````#\LP`)
``
end
size 59104
SHAR_EOF
if test 45158 -ne "`wc -c vt100.uu.2`"
then
echo shar: error transmitting vt100.uu.2 '(should have been 45158 characters)'
fi
echo shar: extracting j132.font.uu '(407 characters)'
cat << \SHAR_EOF > j132.font.uu
begin 600 j132.font
M#P```6HQ,S(O.```````````````````````````````````````````````W
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````````
G````````````````````````````````````````````````"`!#+
``
end
size 264
SHAR_EOF
if test 407 -ne "`wc -c j132.font.uu`"
then
echo shar: error transmitting j132.font.uu '(should have been 407 characters)'
fi
# End of shell archive
exit 0