aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2026-02-02 06:24:58 +0000
committerXin LI <delphij@FreeBSD.org>2026-02-02 06:24:58 +0000
commitc408e7413bcfb3bc52ed8b36e87e5be847dcb950 (patch)
tree9b653a2653d3aa42744e8e30921733205bc9b012
parenta1320769a9f7fd8fe7e039f915f502bb43376909 (diff)
Vendor import of less v691.vendor/less/v691vendor/less
-rw-r--r--Makefile.in3
-rw-r--r--Makefile.wnb30
-rw-r--r--Makefile.wng33
-rw-r--r--Makefile.wnm24
-rw-r--r--NEWS62
-rw-r--r--README60
-rw-r--r--ch.c12
-rw-r--r--charset.c14
-rw-r--r--cmd.h22
-rw-r--r--cmdbuf.c136
-rw-r--r--command.c85
-rw-r--r--compose.uni14
-rwxr-xr-xconfigure76
-rw-r--r--configure.ac138
-rw-r--r--decode.c101
-rw-r--r--defines.ds196
-rw-r--r--defines.h.in121
-rw-r--r--defines.o2132
-rw-r--r--defines.o9117
-rw-r--r--defines.wn325
-rw-r--r--edit.c14
-rw-r--r--filename.c13
-rw-r--r--fmt.uni2
-rw-r--r--forwback.c33
-rw-r--r--funcs.h75
-rw-r--r--help.c5
-rw-r--r--ifile.c10
-rw-r--r--input.c1
-rw-r--r--jump.c16
-rw-r--r--lang.h3
-rw-r--r--less.h17
-rw-r--r--less.hlp3
-rw-r--r--less.man1395
-rw-r--r--less.nro1487
-rw-r--r--lessecho.man12
-rw-r--r--lessecho.nro37
-rw-r--r--lesskey.man315
-rw-r--r--lesskey.nro357
-rw-r--r--lesskey_parse.c26
-rw-r--r--lesstest/lt/filter1.lt2
-rw-r--r--lesstest/lt/github329.lt1
-rw-r--r--lesstest/lt/hdr-unicode.ltbin749114 -> 749110 bytes
-rw-r--r--lesstest/lt/hdr-unicode1.ltbin781018 -> 781038 bytes
-rw-r--r--lesstest/lt/osc8.lt1
-rw-r--r--lesstest/lt/proc-special.lt1
-rw-r--r--lesstest/lt/search-hist.lt1
-rw-r--r--lesstest/lt/seq200.lt2
-rw-r--r--lesstest/lt/subsearch.lt1
-rw-r--r--lesstest/lt/table-50x200.lt336
-rw-r--r--lesstest/lt/utf8-cmds.txt.ltbin67448 -> 67452 bytes
-rw-r--r--lesstest/lt/version.c.lt1
-rw-r--r--lesstest/lt/wordwrap.lt511
-rw-r--r--line.c37
-rw-r--r--lsystem.c20
-rw-r--r--main.c53
-rw-r--r--mark.c152
-rw-r--r--omit.uni2
-rw-r--r--optfunc.c128
-rw-r--r--option.c132
-rw-r--r--opttbl.c7
-rw-r--r--os.c63
-rw-r--r--output.c36
-rw-r--r--pckeys.h41
-rw-r--r--position.c14
-rw-r--r--prompt.c36
-rw-r--r--screen.c486
-rw-r--r--search.c21
-rw-r--r--signal.c28
-rw-r--r--tags.c7
-rw-r--r--ttyin.c4
-rw-r--r--ubin.uni2
-rw-r--r--version.c15
-rw-r--r--wide.uni23
-rw-r--r--xbuf.c3
-rw-r--r--xbuf.h2
75 files changed, 4853 insertions, 2838 deletions
diff --git a/Makefile.in b/Makefile.in
index ff528690af1c..a9b416c5fd35 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -17,7 +17,7 @@ CPPFLAGS = @CPPFLAGS@
EXEEXT = @EXEEXT@
O=o
ifneq ($(strip $(LESSTEST)),)
-CPPFLAGS += -DLESSTEST
+CPPFLAGS += -DLESSTEST -DUSE_TERMCAP
endif
# Make with SAN=1 to enable the gcc address sanitizer.
@@ -78,6 +78,7 @@ lessecho$(EXEEXT): lessecho.${O} version.${O}
charset.${O}: compose.uni ubin.uni wide.uni
${OBJ}: ${srcdir}/less.h ${srcdir}/funcs.h defines.h lang.h pattern.h xbuf.h
+screen.${O} ttyin.${O}: pckeys.h
install: all ${srcdir}/less.nro ${srcdir}/lesskey.nro ${srcdir}/lessecho.nro installdirs
${INSTALL_PROGRAM} less$(EXEEXT) ${DESTDIR}${bindir}/${binprefix}less$(EXEEXT)
diff --git a/Makefile.wnb b/Makefile.wnb
index e24c71d2f6c0..400bcf04cdb1 100644
--- a/Makefile.wnb
+++ b/Makefile.wnb
@@ -1,6 +1,6 @@
# Makefile for less.
# Windows version
-# Bolarnd C++ 5.5.1 free command line tools
+# Borland C++ 5.5.1 free command line tools
#### Start of system configuration section. ####
#
@@ -11,13 +11,29 @@
CC = bcc32
LIBDIR = $(MAKEDIR)\..\lib
-CFLAGS = -O2 -w-pro -TWC -P-c -v- -d -f- -ff- -vi
-LDFLAGS = -Tpe -v- -ap -c -x -V4.0 -GF:AGGRESSIVE
+CFLAGS1 = -O2 -w-pro -TWC -P-c -v- -d -f- -ff- -vi
+LDFLAGS = -Tpe -v- -ap -c -x -V4.0 -GF:AGGRESSIVE -L${LIBDIR}
LD = ilink32
LIBS = ${LIBDIR}\import32.lib ${LIBDIR}\cw32.lib
#### End of system configuration section. ####
+OBJ1 = \
+ main.obj screen.obj brac.obj ch.obj charset.obj cmdbuf.obj \
+ command.obj cvt.obj decode.obj edit.obj evar.obj filename.obj forwback.obj \
+ help.obj ifile.obj input.obj jump.obj line.obj linenum.obj \
+ lsystem.obj mark.obj optfunc.obj option.obj opttbl.obj os.obj \
+ output.obj pattern.obj position.obj prompt.obj search.obj signal.obj \
+ tags.obj ttyin.obj version.obj xbuf.obj regexp.obj
+
+!IF $d(SECURE_COMPILE)
+OBJ = $(OBJ1)
+CFLAGS = $(CFLAGS1) -DSECURE_COMPILE=1
+!ELSE
+OBJ = $(OBJ1) lesskey_parse.obj
+CFLAGS = $(CFLAGS1)
+!ENDIF
+
#
# This rule allows us to supply the necessary -D options
# in addition to whatever the user asks for.
@@ -25,14 +41,6 @@ LIBS = ${LIBDIR}\import32.lib ${LIBDIR}\cw32.lib
.c.obj:
${CC} -c -I. ${CPPFLAGS} ${CFLAGS} $<
-OBJ = \
- main.obj screen.obj brac.obj ch.obj charset.obj cmdbuf.obj \
- command.obj cvt.obj decode.obj edit.obj evar.obj filename.obj forwback.obj \
- help.obj ifile.obj input.obj jump.obj lesskey_parse.obj line.obj linenum.obj \
- lsystem.obj mark.obj optfunc.obj option.obj opttbl.obj os.obj \
- output.obj pattern.obj position.obj prompt.obj search.obj signal.obj \
- tags.obj ttyin.obj version.obj xbuf.obj regexp.obj
-
all: less lesskey lessecho
#
diff --git a/Makefile.wng b/Makefile.wng
index 4d61b400eaaf..4468c3762a75 100644
--- a/Makefile.wng
+++ b/Makefile.wng
@@ -7,23 +7,23 @@
#
# When cross compiling, add also: SHELL=sh CC=<mingw-cc>
#
-# The optional command line parameter "REGEX_PACKAGE" is used to specify
+# The optional command line parameter "REGEX_PACKAGE=..." is used to specify
# a regular expression package for compilation and linking. This parameter
-# can assume one of three values.
+# can assume one of four values:
#
-# REGEX_PACKAGE == regcomp-local
+# REGEX_PACKAGE == regcomp-local (default, always available)
# This choice selects the regular expression package written by Henry
-# Spencer. It is implemented by the repository file "regexp.c".
+# Spencer. It is implemented by the repository file "regexp.c", without
+# any external dependencies.
#
-# REGEX_PACKAGE == posix
-# This choice selects the POSIX implementation and is provided by MingW.
-# This is the default choice.
+# REGEX_PACKAGE == none (always available)
+# This choice disables regex, and instead uses smart plain text search
#
-# REGEX_PACKAGE == gnu
-# This choice selects the GNU implementation and is provided by MingW.
+# REGEX_PACKAGE == posix (might not be available)
+# This choice selects the POSIX implementation, if provided by MingW.
#
-# REGEX_PACKAGE == none
-# This choice disables regex, and instead uses smart plain text search.
+# REGEX_PACKAGE == gnu (might not be available)
+# This choice selects the GNU implementation, if provided by MingW.
#
# By default, the files help.c and funcs.h are generated using few posix
# utilities (grep, sed, etc). On Windows, if the tools are missing, add:
@@ -98,6 +98,10 @@ endif
LIBS += -lshell32
+CFLAGS += ${XCFLAGS}
+LDFLAGS += ${XLDFLAGS}
+LIBS += ${XLDLIBS}
+
#### End of system configuration section. ####
# This rule allows us to supply the necessary -D options
@@ -119,13 +123,18 @@ endif
OBJ = \
main.o screen.o brac.o ch.o charset.o cmdbuf.o \
command.o cvt.o decode.o edit.o evar.o filename.o forwback.o \
- help.o ifile.o input.o jump.o lesskey_parse.o line.o linenum.o \
+ help.o ifile.o input.o jump.o line.o linenum.o \
lsystem.o mark.o optfunc.o option.o opttbl.o os.o \
output.o pattern.o position.o prompt.o search.o signal.o \
tags.o ttyin.o version.o xbuf.o
ifeq (${REGEX_PACKAGE},regcomp-local)
OBJ += regexp.o
endif
+ifneq (${SECURE_COMPILE},1)
+OBJ += lesskey_parse.o
+else
+MINGW_DEFINES += -DSECURE_COMPILE=1
+endif
all: less.exe lesskey.exe lessecho.exe
diff --git a/Makefile.wnm b/Makefile.wnm
index e20619b6d19a..de5f1e106084 100644
--- a/Makefile.wnm
+++ b/Makefile.wnm
@@ -18,7 +18,7 @@
CC = cl
# Normal flags
-CFLAGS = /nologo /W3 /EHsc /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /c
+CFLAGS1 = /nologo /W3 /EHsc /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /c
LDFLAGS = /nologo /subsystem:console /incremental:no
# Debugging flags
@@ -30,19 +30,27 @@ LIBS = user32.lib shell32.lib
#### End of system configuration section. ####
-# This rule allows us to supply the necessary -D options
-# in addition to whatever the user asks for.
-.c.obj::
- $(CC) $(CFLAGS) $<
-
-OBJ = \
+OBJ1 = \
main.obj screen.obj brac.obj ch.obj charset.obj cmdbuf.obj \
command.obj cvt.obj decode.obj edit.obj evar.obj filename.obj forwback.obj \
- help.obj ifile.obj input.obj jump.obj lesskey_parse.obj line.obj linenum.obj \
+ help.obj ifile.obj input.obj jump.obj line.obj linenum.obj \
lsystem.obj mark.obj optfunc.obj option.obj opttbl.obj os.obj \
output.obj pattern.obj position.obj prompt.obj search.obj signal.obj \
tags.obj ttyin.obj version.obj xbuf.obj regexp.obj
+!IF "$(SECURE_COMPILE)" == "1"
+OBJ = $(OBJ1)
+CFLAGS = $(CFLAGS1) /D "SECURE_COMPILE=1"
+!ELSE
+OBJ = $(OBJ1) lesskey_parse.obj
+CFLAGS = $(CFLAGS1)
+!ENDIF
+
+# This rule allows us to supply the necessary -D options
+# in addition to whatever the user asks for.
+.c.obj::
+ $(CC) $(CFLAGS) $<
+
all: less.exe lesskey.exe
less.exe: $(OBJ)
diff --git a/NEWS b/NEWS
index 442fe21e406a..11022fcb5bf1 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,68 @@
======================================================================
+ Major changes between "less" versions 685 and 691
+
+* Add --autosave option (github #678).
+
+* Add ESC-f command (github #680).
+
+* Add column number to long prompt and = message.
+
+* Add prompt prototype sequences %C, %W, %Q and ?Q (github #685).
+
+* Map keypad keys, and use terminfo rather than termcap since keypad
+ definitions don't exist in termcap (github #650).
+
+* Change HOME key to scroll fully left and END key to scroll fully right.
+ Add shift-HOME and ctrl-HOME to scroll left and jump to top, and
+ add shift-END and ctrl-END to scroll right and jump to end (github #658).
+
+* Add LESSNOCONFIG environment variable.
+
+* Add --without-termlib to configure (github #701).
+
+* When setting line number colors (-DN), don't force bold attribute.
+ To set bold, you must append "d" or "*" to the color string (github #684).
+
+* While waiting for file data, only ^C or ^X will interrupt, not any command.
+ This reverts to behavior that existed before less-670 (github #700).
+
+* When --save-marks is not used, retain any marks saved in the history file
+ (github #662).
+
+* Defer sending the terminal init string until the first char is read
+ from the input file (github #682).
+
+* Make SIGHUP do an orderly exit like SIGTERM.
+
+* Implement modeline handling in Windows build.
+
+* Fix bugs and improve behavior of screen resize on Windows.
+
+* Fix bug when entering search modifier key at start of non-empty
+ search string (github #668).
+
+* Fix bug repainting screen with --form-feed (github #672).
+
+* Fix bugs passing invalid negative values to some command line
+ options (github #675).
+
+* Fix incorrect display of Lit indicator (github #670).
+
+* Fix incorrect display when returning to a mark after resizeing window
+ (github #681).
+
+* Fix bug using --pattern with --incsearch (github #696).
+
+* Disallow mouse click to open OSC8 link in SECURE mode (github #676).
+
+* Add SECURE_COMPILE environment variable for Windows builds.
+
+* Update Unicode tables.
+
+======================================================================
+
Major changes between "less" versions 679 and 685
* Add --cmd option (github #624).
diff --git a/README b/README
index a4443b69f273..e489623d76b8 100644
--- a/README
+++ b/README
@@ -76,7 +76,7 @@ INSTALLATION (Unix & Linux systems only):
Makefile now. Take particular notice of the list of "terminal"
libraries in the LIBS definition in the Makefile; these may need
to be edited. The terminal libraries will be some subset of
- -lncurses -lcurses -ltermcap -ltermlib
+ -ltinfo -ltinfow -lxcurses -lncursesw -lncurses -lcurses -ltermcap -ltermlib
If you wish, you may edit defines.h to remove some optional features.
If you choose not to include some features in your version, you may
@@ -110,6 +110,29 @@ programmers", not "persons who attempt to circumvent computer security".)
=======================================================================
+INSTALLATION (Windows-95, Windows-98 and Windows-NT systems only,
+ with Microsoft Visual C++, mingw, or Borland C)
+
+1. Move the distributed source to its own directory.
+
+2. If you wish, you may edit defines.wn to remove some optional features.
+ If you choose not to include some features in your version, you may
+ wish to edit the manual page less.man and the help page help.c
+ to remove the descriptions of the features which you are removing.
+
+3. If you are using Microsoft Visual C++, run "nmake -f Makefile.wnm".
+ If you are using mingw, run "make -f Makefile.wng".
+ If you are using Borland C, run "make -f Makefile.wnb".
+
+ If the environment variable SECURE_COMPILE is to 1 during the make,
+ a "secure" version of less is built, with some features disabled.
+
+4. If the make succeeds, it will generate the programs "less.exe" and
+ "lesskey.exe" in your current directory. Test the generated programs.
+
+
+
+=======================================================================
INSTALLATION (MS-DOS systems only,
with Microsoft C, Borland C, or DJGPP)
@@ -149,34 +172,6 @@ INSTALLATION (MS-DOS systems only,
=======================================================================
-INSTALLATION (Windows-95, Windows-98 and Windows-NT systems only,
- with Borland C or Microsoft Visual C++)
-
-1. Move the distributed source to its own directory.
-
-2. If you are using Borland C, rename Makefile.wnb to Makefile.
- If you are using Microsoft Visual C++, rename Makefile.wnm to Makefile.
-
-3. Check the Makefile to make sure the definitions look ok.
-
-4. If you wish, you may edit defines.wn to remove some optional features.
- If you choose not to include some features in your version, you may
- wish to edit the manual page less.man and the help page help.c
- to remove the descriptions of the features which you are removing.
-
-5. Type "make" and watch the fun.
-
-6. If the make succeeds, it will generate the programs "less.exe" and
- "lesskey.exe" in your current directory. Test the generated programs.
-
-7. When satisfied that it works, if you wish to install it
- in a public place, type "make install".
- See step 6 of the Unix installation instructions for details
- on how to change the default installation directories.
-
-
-
-=======================================================================
INSTALLATION (OS/2 systems only,
with EMX C)
@@ -237,10 +232,3 @@ INSTALLATION (OS-9 systems only,
See step 6 of the Unix installation instructions for details
on how to change the default installation directories.
-=======================================================================
-ACKNOWLEDGMENTS:
- Some versions of the less distribution are packaged using
- Info-ZIP's compression utility.
- Info-ZIP's software is free and can be obtained as source
- code or executables from various anonymous-ftp sites,
- including ftp.uu.net:/pub/archiving/zip.
diff --git a/ch.c b/ch.c
index fb7572e7f88a..a0796bd5cd63 100644
--- a/ch.c
+++ b/ch.c
@@ -22,7 +22,7 @@
typedef POSITION BLOCKNUM;
-public int ignore_eoi;
+public lbool ignore_eoi = FALSE;
/*
* Pool of buffers holding the most recently used blocks of the input file.
@@ -883,13 +883,13 @@ public void ch_init(int f, int flags, ssize_t nread)
*/
ch_fsize = (flags & CH_HELPFILE) ? size_helpdata : filesize(ch_file);
- /*
- * This is a kludge to workaround a Linux kernel bug: files in some
- * pseudo filesystems like /proc and tracefs have a size of 0 according
- * to fstat() but have readable data.
- */
if (ch_fsize == 0 && nread > 0)
{
+ /*
+ * This is a kludge to workaround a Linux kernel bug: files in some
+ * pseudo filesystems like /proc and tracefs have a size of 0 according
+ * to fstat() but have readable data.
+ */
ch_flags |= CH_NOTRUSTSIZE;
}
diff --git a/charset.c b/charset.c
index 0f62739bc88d..de1c27bdc61e 100644
--- a/charset.c
+++ b/charset.c
@@ -202,20 +202,20 @@ static void ichardef_utf(constant char *s)
switch (*s++)
{
case 'b':
- xbuf_add_data(&user_ubin_array, (unsigned char *) &range, sizeof(range));
+ xbuf_add_data(&user_ubin_array, &range, sizeof(range));
break;
case 'c':
- xbuf_add_data(&user_compose_array, (unsigned char *) &range, sizeof(range));
+ xbuf_add_data(&user_compose_array, &range, sizeof(range));
break;
case 'd':
- xbuf_add_data(&user_omit_array, (unsigned char *) &range, sizeof(range));
+ xbuf_add_data(&user_omit_array, &range, sizeof(range));
break;
case 'w':
- xbuf_add_data(&user_wide_array, (unsigned char *) &range, sizeof(range));
- xbuf_add_data(&user_prt_array, (unsigned char *) &range, sizeof(range));
+ xbuf_add_data(&user_wide_array, &range, sizeof(range));
+ xbuf_add_data(&user_prt_array, &range, sizeof(range));
break;
case 'p': case '.':
- xbuf_add_data(&user_prt_array, (unsigned char *) &range, sizeof(range));
+ xbuf_add_data(&user_prt_array, &range, sizeof(range));
break;
case '\0':
s--;
@@ -435,7 +435,6 @@ static void set_charset(void)
#endif
#endif
-#if HAVE_STRSTR
/*
* Check whether LC_ALL, LC_CTYPE or LANG look like UTF-8 is used.
*/
@@ -448,7 +447,6 @@ static void set_charset(void)
if (icharset("utf-8", 1))
return;
}
-#endif
#if HAVE_LOCALE
/*
diff --git a/cmd.h b/cmd.h
index 07c57b111aee..570ab167b2b7 100644
--- a/cmd.h
+++ b/cmd.h
@@ -86,6 +86,7 @@
#define A_OSC8_JUMP 74
#define A_START_PASTE 75 /* must not overlap EC_* */
#define A_END_PASTE 76 /* must not overlap EC_* */
+#define A_F_FOREVER_BELL 77
/* These values must not conflict with any A_* or EC_* value. */
#define A_INVALID 100
@@ -155,4 +156,25 @@
#define SK_BACKTAB 15
#define SK_CTL_BACKSPACE 16
#define SK_BACKSPACE 17
+#define SK_PAD_U 18
+#define SK_PAD_D 19
+#define SK_PAD_R 20
+#define SK_PAD_L 21
+#define SK_PAD_UR 22
+#define SK_PAD_UL 23
+#define SK_PAD_DR 24
+#define SK_PAD_DL 25
+#define SK_PAD_CENTER 26
+#define SK_PAD_STAR 27
+#define SK_PAD_SLASH 28
+#define SK_PAD_DASH 29
+#define SK_PAD_PLUS 30
+#define SK_PAD_DOT 31
+#define SK_PAD_COMMA 32
+#define SK_PAD_ZERO 33
+#define SK_SHIFT_HOME 34
+#define SK_SHIFT_END 35
+#define SK_CTL_HOME 36
+#define SK_CTL_END 37
+
#define SK_CONTROL_K 40
diff --git a/cmdbuf.c b/cmdbuf.c
index f2963cf4c9da..6869045f6886 100644
--- a/cmdbuf.c
+++ b/cmdbuf.c
@@ -23,7 +23,7 @@
extern int sc_width;
extern int utf_mode;
extern int no_hist_dups;
-extern int marks_modified;
+extern lbool marks_modified;
extern int no_paste;
public lbool pasting = FALSE;
@@ -35,6 +35,9 @@ static int cmd_offset; /* Index into cmdbuf of first displayed char */
static lbool literal; /* Next input char should not be interpreted */
static size_t updown_match; /* Prefix length in up/down movement */
static lbool have_updown_match = FALSE;
+#if LESS_INSERT_MODE
+static lbool insert_mode = TRUE;
+#endif
static int cmd_complete(int action);
/*
@@ -189,7 +192,7 @@ public int len_cmdbuf(void)
*/
public lbool cmdbuf_empty(void)
{
- return cp == cmdbuf && cmd_mbc_buf_len == 0;
+ return cmdbuf[0] == '\0' && cmd_mbc_buf_len == 0;
}
/*
@@ -455,39 +458,6 @@ static int cmd_left(void)
}
/*
- * Insert a char into the command buffer, at the current position.
- */
-static int cmd_ichar(constant char *cs, size_t clen)
-{
- char *s;
-
- if (strlen(cmdbuf) + clen >= sizeof(cmdbuf)-1)
- {
- /* No room in the command buffer for another char. */
- bell();
- return (CC_ERROR);
- }
-
- /*
- * Make room for the new character (shift the tail of the buffer right).
- */
- for (s = &cmdbuf[strlen(cmdbuf)]; s >= cp; s--)
- s[clen] = s[0];
- /*
- * Insert the character into the buffer.
- */
- for (s = cp; s < cp + clen; s++)
- *s = *cs++;
- /*
- * Reprint the tail of the line from the inserted char.
- */
- have_updown_match = FALSE;
- cmd_repaint(cp);
- cmd_right();
- return (CC_OK);
-}
-
-/*
* Backspace in the command buffer.
* Delete the char to the left of the cursor.
*/
@@ -502,7 +472,7 @@ static int cmd_erase(void)
* Backspace past beginning of the buffer:
* this usually means abort the command.
*/
- return (CC_QUIT);
+ return CC_QUIT;
}
/*
* Move cursor left (to the char being erased).
@@ -532,7 +502,7 @@ static int cmd_erase(void)
* to abort the current command, if CF_QUIT_ON_ERASE is set.
*/
if ((curr_cmdflags & CF_QUIT_ON_ERASE) && cp == cmdbuf && *cp == '\0')
- return (CC_QUIT);
+ return CC_QUIT;
return (CC_OK);
}
@@ -555,6 +525,43 @@ static int cmd_delete(void)
}
/*
+ * Insert a char into the command buffer, at the current position.
+ */
+static int cmd_ichar(constant char *cs, size_t clen)
+{
+ char *s;
+
+ if (strlen(cmdbuf) + clen >= sizeof(cmdbuf)-1)
+ {
+ /* No room in the command buffer for another char. */
+ lbell();
+ return (CC_ERROR);
+ }
+
+#if LESS_INSERT_MODE
+ if (!insert_mode)
+ cmd_delete();
+#endif
+ /*
+ * Make room for the new character (shift the tail of the buffer right).
+ */
+ for (s = &cmdbuf[strlen(cmdbuf)]; s >= cp; s--)
+ s[clen] = s[0];
+ /*
+ * Insert the character into the buffer.
+ */
+ for (s = cp; s < cp + clen; s++)
+ *s = *cs++;
+ /*
+ * Reprint the tail of the line from the inserted char.
+ */
+ have_updown_match = FALSE;
+ cmd_repaint(cp);
+ cmd_right();
+ return (CC_OK);
+}
+
+/*
* Delete the "word" to the left of the cursor.
*/
static int cmd_werase(void)
@@ -612,7 +619,7 @@ static int cmd_kill(void)
if (cmdbuf[0] == '\0')
{
/* Buffer is already empty; abort the current command. */
- return (CC_QUIT);
+ return CC_QUIT;
}
cmd_offset = 0;
cmd_home();
@@ -625,7 +632,7 @@ static int cmd_kill(void)
* to abort the current command, if CF_QUIT_ON_ERASE is set.
*/
if (curr_cmdflags & CF_QUIT_ON_ERASE)
- return (CC_QUIT);
+ return CC_QUIT;
return (CC_OK);
}
@@ -660,7 +667,7 @@ static int cmd_updown(int action)
/*
* The current command has no history list.
*/
- bell();
+ lbell();
return (CC_OK);
}
@@ -705,7 +712,7 @@ static int cmd_updown(int action)
/*
* We didn't find a history entry that matches.
*/
- bell();
+ lbell();
return (CC_OK);
}
@@ -796,6 +803,15 @@ public void cmd_addhist(struct mlist *mlist, constant char *cmd, lbool modified)
* Thus, an UPARROW will always retrieve the previous command.
*/
mlist->curr_mp = ml->next;
+ if (modified)
+ {
+ if (mlist == &mlist_search && autosave_action('/'))
+ save_cmdhist();
+#if SHELL_ESCAPE || PIPEC
+ else if (mlist == &mlist_shell && autosave_action('!'))
+ save_cmdhist();
+#endif
+ }
#endif
}
@@ -904,6 +920,9 @@ static int cmd_edit(char c, lbool stay_in_completion)
return (CC_OK);
case EC_INSERT:
not_in_completion();
+#if LESS_INSERT_MODE
+ insert_mode = !insert_mode;
+#endif
return (CC_OK);
case EC_BACKSPACE:
not_in_completion();
@@ -914,7 +933,7 @@ static int cmd_edit(char c, lbool stay_in_completion)
case EC_ABORT:
not_in_completion();
(void) cmd_kill();
- return (CC_QUIT);
+ return CC_QUIT;
case EC_W_BACKSPACE:
not_in_completion();
return (cmd_werase());
@@ -950,17 +969,23 @@ static int cmd_istr(constant char *str)
{
constant char *endline = str + strlen(str);
constant char *s;
- int action;
-
+ int action = CC_OK;
+#if LESS_INSERT_MODE
+ lbool save_insert_mode = insert_mode;
+ insert_mode = TRUE;
+#endif
for (s = str; *s != '\0'; )
{
constant char *os = s;
step_charc(&s, +1, endline);
action = cmd_ichar(os, ptr_diff(s, os));
if (action != CC_OK)
- return (action);
+ break;
}
- return (CC_OK);
+#if LESS_INSERT_MODE
+ insert_mode = save_insert_mode;
+#endif
+ return (action);
}
/*
@@ -1171,7 +1196,7 @@ static int cmd_complete(int action)
#endif /* TAB_COMPLETE_FILENAME */
if (tk_text == NULL)
{
- bell();
+ lbell();
return (CC_OK);
}
if (action == EC_EXPAND)
@@ -1239,7 +1264,7 @@ static int cmd_complete(int action)
fail:
in_completion = FALSE;
- bell();
+ lbell();
return (CC_OK);
}
@@ -1281,7 +1306,7 @@ static int cmd_uchar(char c, size_t *plen)
} else
{
/* UTF8_INVALID or stray UTF8_TRAIL */
- bell();
+ lbell();
return (CC_ERROR);
}
} else if (IS_UTF8_TRAIL(c))
@@ -1293,14 +1318,14 @@ static int cmd_uchar(char c, size_t *plen)
{
/* complete, but not well formed (non-shortest form), sequence */
cmd_mbc_buf_len = 0;
- bell();
+ lbell();
return (CC_ERROR);
}
} else
{
/* Flush incomplete (truncated) sequence. */
cmd_mbc_buf_len = 0;
- bell();
+ lbell();
/* Handle new char. */
goto retry;
}
@@ -1388,7 +1413,6 @@ public LINENUM cmd_int(mutable long *frac)
{
constant char *p;
LINENUM n = 0;
- lbool err;
for (p = cmdbuf; *p >= '0' && *p <= '9'; p++)
{
@@ -1401,8 +1425,8 @@ public LINENUM cmd_int(mutable long *frac)
*frac = 0;
if (*p++ == '.')
{
- *frac = getfraction(&p, NULL, &err);
- /* {{ do something if err is set? }} */
+ /* {{ Just ignore error in fractional part. }} */
+ (void) getfraction(&p, frac);
}
return (n);
}
@@ -1447,7 +1471,7 @@ static int mlist_size(struct mlist *ml)
static char * histfile_find(lbool must_exist)
{
constant char *home = lgetenv("HOME");
- char *name = NULL;
+ char *name;
/* Try in $XDG_STATE_HOME, then in $HOME/.local/state, then in $XDG_DATA_HOME, then in $HOME. */
#if OS2
@@ -1738,7 +1762,7 @@ public void save_cmdhist(void)
int skip_shell;
struct save_ctx ctx;
constant char *s;
- FILE *fout = NULL;
+ FILE *fout;
int histsize = 0;
if (!secure_allow(SF_HISTORY) || !histfile_modified())
diff --git a/command.c b/command.c
index 2e5b403bb4a9..c19b97671c40 100644
--- a/command.c
+++ b/command.c
@@ -32,7 +32,7 @@ extern int jump_sline;
extern lbool quitting;
extern int wscroll;
extern int top_scroll;
-extern int ignore_eoi;
+extern lbool ignore_eoi;
extern int hshift;
extern int bs_mode;
extern int proc_backspace;
@@ -48,7 +48,6 @@ extern void *ml_examine;
extern int wheel_lines;
extern int def_search_type;
extern lbool search_wrapped;
-extern lbool no_poll;
extern int no_paste;
extern lbool pasting;
extern int no_edit_warn;
@@ -153,7 +152,7 @@ static void start_mca(int action, constant char *prompt, void *mlist, int cmdfla
set_mlist(mlist, cmdflags);
}
-public int in_mca(void)
+public lbool in_mca(void)
{
return (mca != 0 && mca != A_PREFIX);
}
@@ -475,7 +474,7 @@ static int mca_opt_nonfirst_char(char c)
}
} else if (!ambig)
{
- bell();
+ lbell();
}
return (MCA_MORE);
}
@@ -574,7 +573,10 @@ static int mca_search_char(char c)
*/
if (!cmdbuf_empty() || literal_char)
{
+ lbool was_literal_char = literal_char;
literal_char = FALSE;
+ if (was_literal_char)
+ mca_search1();
return (NO_MCA);
}
@@ -635,6 +637,17 @@ static int mca_search_char(char c)
}
/*
+ * Jump back to the starting position of an incremental search.
+ */
+static void jump_search_incr_pos(void)
+{
+ if (search_incr_pos.pos == NULL_POSITION)
+ return;
+ hshift = search_incr_hshift;
+ jump_loc(search_incr_pos.pos, search_incr_pos.ln);
+}
+
+/*
* Handle a character of a multi-character command.
*/
static int mca_char(char c)
@@ -767,30 +780,21 @@ static int mca_char(char c)
if (*pattern == '\0')
{
/* User has backspaced to an empty pattern. */
- undo_search(1);
- hshift = search_incr_hshift;
- jump_loc(search_incr_pos.pos, search_incr_pos.ln);
+ undo_search(TRUE);
+ jump_search_incr_pos();
} else
{
- /*
- * Suppress tty polling while searching.
- * This avoids a problem where tty input
- * can cause the search to be interrupted.
- */
- no_poll = TRUE;
if (search(st | SRCH_INCR, pattern, 1) != 0)
{
/* No match, invalid pattern, etc. */
- undo_search(1);
- hshift = search_incr_hshift;
- jump_loc(search_incr_pos.pos, search_incr_pos.ln);
+ undo_search(TRUE);
+ jump_search_incr_pos();
}
- no_poll = FALSE;
}
/* Redraw the search prompt and search string. */
if (is_screen_trashed() || !full_screen)
{
- clear();
+ lclear();
repaint();
}
mca_search1();
@@ -846,7 +850,7 @@ static void make_display(void)
* We need to clear and repaint screen before any change.
*/
if (!full_screen && !(quit_if_one_screen && one_screen))
- clear();
+ lclear();
/*
* If nothing is displayed yet, display starting from initial_scrpos.
*/
@@ -859,9 +863,9 @@ static void make_display(void)
} else if (is_screen_trashed() || !full_screen)
{
int save_top_scroll = top_scroll;
- int save_ignore_eoi = ignore_eoi;
+ lbool save_ignore_eoi = ignore_eoi;
top_scroll = 1;
- ignore_eoi = 0;
+ ignore_eoi = FALSE;
if (is_screen_trashed() == 2)
{
/* Special case used by ignore_eoi: re-open the input file
@@ -1299,29 +1303,31 @@ static void multi_search(constant char *pattern, int n, int silent)
/*
* Forward forever, or until a highlighted line appears.
*/
-static int forw_loop(int until_hilite)
+static int forw_loop(int action)
{
- POSITION curr_len;
+ POSITION prev_hilite;
if (ch_getflags() & CH_HELPFILE)
return (A_NOACTION);
cmd_exec();
jump_forw_buffered();
- curr_len = ch_length();
- highest_hilite = until_hilite ? curr_len : NULL_POSITION;
- ignore_eoi = 1;
+ highest_hilite = prev_hilite = 0;
+ ignore_eoi = TRUE;
while (!sigs)
{
- if (until_hilite && highest_hilite > curr_len)
+ if (action != A_F_FOREVER && highest_hilite > prev_hilite)
{
- bell();
- break;
+ lbell();
+ if (action == A_F_UNTIL_HILITE)
+ break;
+ prev_hilite = highest_hilite;
}
make_display();
forward(1, FALSE, FALSE, FALSE);
}
- ignore_eoi = 0;
+ highest_hilite = NULL_POSITION;
+ ignore_eoi = FALSE;
ch_set_eof();
/*
@@ -1329,7 +1335,7 @@ static int forw_loop(int until_hilite)
* a non-abort signal (e.g. window-change).
*/
if (sigs && !ABORT_SIGS())
- return (until_hilite ? A_F_UNTIL_HILITE : A_F_FOREVER);
+ return (action);
return (A_NOACTION);
}
@@ -1396,7 +1402,6 @@ public void commands(void)
#endif
search_type = SRCH_FORW;
- wscroll = (sc_height + 1) / 2;
newaction = A_NOACTION;
for (;;)
@@ -1502,7 +1507,9 @@ public void commands(void)
* want erase_char/kill_char to be treated
* as line editing characters.
*/
- constant char tbuf[2] = { c, '\0' };
+ char tbuf[2];
+ tbuf[0] = c;
+ tbuf[1] = '\0';
action = fcmd_decode(tbuf, &extra);
}
/*
@@ -1659,6 +1666,8 @@ public void commands(void)
break;
case A_F_FOREVER:
+ case A_F_FOREVER_BELL:
+ case A_F_UNTIL_HILITE:
/*
* Forward forever, ignoring EOF.
*/
@@ -1666,11 +1675,7 @@ public void commands(void)
error("Warning: command may not work correctly when file is viewed via LESSOPEN", NULL_PARG);
if (show_attn)
set_attnpos(bottompos);
- newaction = forw_loop(0);
- break;
-
- case A_F_UNTIL_HILITE:
- newaction = forw_loop(1);
+ newaction = forw_loop(action);
break;
case A_F_SCROLL:
@@ -2138,7 +2143,7 @@ public void commands(void)
cmd_exec();
if (new_ifile == NULL_IFILE)
{
- bell();
+ lbell();
break;
}
if (edit_ifile(new_ifile) != 0)
@@ -2348,7 +2353,7 @@ public void commands(void)
break;
default:
- bell();
+ lbell();
break;
}
}
diff --git a/compose.uni b/compose.uni
index 6b4458efc4b4..aaf8d2ec6ee5 100644
--- a/compose.uni
+++ b/compose.uni
@@ -1,4 +1,4 @@
-/* Generated by "./mkutable -f2 Mn Me -- unicode/UnicodeData.txt" on Aug 11 0:27:25 GMT 2025 */
+/* Generated by "./mkutable -f2 Mn Me -- unicode/UnicodeData.txt" on Nov 28 1:30:11 GMT 2025 */
{ 0x0300, 0x036f }, /* Mn */
{ 0x0483, 0x0487 }, /* Mn */
{ 0x0488, 0x0489 }, /* Me */
@@ -144,7 +144,8 @@
{ 0x1a7f, 0x1a7f }, /* Mn */
{ 0x1ab0, 0x1abd }, /* Mn */
{ 0x1abe, 0x1abe }, /* Me */
- { 0x1abf, 0x1ace }, /* Mn */
+ { 0x1abf, 0x1add }, /* Mn */
+ { 0x1ae0, 0x1aeb }, /* Mn */
{ 0x1b00, 0x1b03 }, /* Mn */
{ 0x1b34, 0x1b34 }, /* Mn */
{ 0x1b36, 0x1b3a }, /* Mn */
@@ -230,7 +231,7 @@
{ 0x10d24, 0x10d27 }, /* Mn */
{ 0x10d69, 0x10d6d }, /* Mn */
{ 0x10eab, 0x10eac }, /* Mn */
- { 0x10efc, 0x10eff }, /* Mn */
+ { 0x10efa, 0x10eff }, /* Mn */
{ 0x10f46, 0x10f50 }, /* Mn */
{ 0x10f82, 0x10f85 }, /* Mn */
{ 0x11001, 0x11001 }, /* Mn */
@@ -305,6 +306,9 @@
{ 0x11a59, 0x11a5b }, /* Mn */
{ 0x11a8a, 0x11a96 }, /* Mn */
{ 0x11a98, 0x11a99 }, /* Mn */
+ { 0x11b60, 0x11b60 }, /* Mn */
+ { 0x11b62, 0x11b64 }, /* Mn */
+ { 0x11b66, 0x11b66 }, /* Mn */
{ 0x11c30, 0x11c36 }, /* Mn */
{ 0x11c38, 0x11c3d }, /* Mn */
{ 0x11c3f, 0x11c3f }, /* Mn */
@@ -360,5 +364,9 @@
{ 0x1e2ec, 0x1e2ef }, /* Mn */
{ 0x1e4ec, 0x1e4ef }, /* Mn */
{ 0x1e5ee, 0x1e5ef }, /* Mn */
+ { 0x1e6e3, 0x1e6e3 }, /* Mn */
+ { 0x1e6e6, 0x1e6e6 }, /* Mn */
+ { 0x1e6ee, 0x1e6ef }, /* Mn */
+ { 0x1e6f5, 0x1e6f5 }, /* Mn */
{ 0x1e8d0, 0x1e8d6 }, /* Mn */
{ 0x1e944, 0x1e94a }, /* Mn */
diff --git a/configure b/configure
index fdd4be26d712..fe562fa1e425 100755
--- a/configure
+++ b/configure
@@ -696,6 +696,7 @@ ac_subst_files=''
ac_user_opts='
enable_option_checking
enable_largefile
+with_termlib
with_secure
with_regex
with_editor
@@ -1333,7 +1334,8 @@ Optional Features:
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
- --with-secure Compile in secure mode
+ --without-termlib do not require a terminal library
+ --with-secure compile in secure mode
--with-regex=LIB select regular expression library (LIB is one of auto,none,gnu,pcre,pcre2,posix,regcmp,re_comp,regcomp,regcomp-local) [auto]
--with-editor=PROGRAM use PROGRAM as the default editor [vi]
@@ -2414,7 +2416,6 @@ as_fn_append ac_header_c_list " values.h values_h HAVE_VALUES_H"
as_fn_append ac_header_c_list " sys/ioctl.h sys_ioctl_h HAVE_SYS_IOCTL_H"
as_fn_append ac_header_c_list " sys/stream.h sys_stream_h HAVE_SYS_STREAM_H"
as_fn_append ac_header_c_list " sys/wait.h sys_wait_h HAVE_SYS_WAIT_H"
-as_fn_append ac_header_c_list " wctype.h wctype_h HAVE_WCTYPE_H"
# Auxiliary files required by this configure script.
ac_aux_files="install-sh"
@@ -4487,7 +4488,6 @@ fi
-
# Checks for typedefs, structures, and compiler characteristics.
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
printf %s "checking whether stat file-mode macros are broken... " >&6; }
@@ -4646,6 +4646,19 @@ fi
# Checks for terminal libraries
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working terminal libraries" >&5
printf %s "checking for working terminal libraries... " >&6; }
+
+
+# Check whether --with-termlib was given.
+if test ${with_termlib+y}
+then :
+ withval=$with_termlib;
+fi
+
+if test "x$with_termlib" = "xno"; then
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not using a terminal library due to --without-termlib" >&5
+printf "%s\n" "not using a terminal library due to --without-termlib" >&6; }
+else
+
TERMLIBS=
include_termcap_h=
if test "x$ac_cv_header_termcap_h" = xyes; then include_termcap_h="#include <termcap.h>"; elif test "x$ac_cv_header_ncurses_termcap_h" = xyes; then include_termcap_h="#include <ncurses/termcap.h>"; elif test "x$ac_cv_header_ncursesw_termcap_h" = xyes; then include_termcap_h="#include <ncursesw/termcap.h>"; fi
@@ -4954,6 +4967,37 @@ fi
printf "%s\n" "using $TERMLIBS" >&6; }
LIBS="$LIBS $TERMLIBS"
+# Check for terminfo vs termcap.
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for terminfo" >&5
+printf %s "checking for terminfo... " >&6; }
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+#include <curses.h>
+#include <term.h>
+int
+main (void)
+{
+setupterm("",0,0); tigetflag(""); tigetnum(""); tigetstr("")
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"
+then :
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+printf "%s\n" "yes" >&6; }; printf "%s\n" "#define HAVE_TERMINFO 1" >>confdefs.h
+
+else case e in #(
+ e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+printf "%s\n" "no" >&6; } ;;
+esac
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.beam \
+ conftest$ac_exeext conftest.$ac_ext
+
+fi
+
# Autoheader templates for symbols defined later by AC_DEFINE.
@@ -5662,32 +5706,6 @@ fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for wctype functions" >&5
-printf %s "checking for wctype functions... " >&6; }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <wctype.h>
-int
-main (void)
-{
-iswlower(0); iswupper(0); towlower(0); towupper(0);
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"
-then :
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-printf "%s\n" "yes" >&6; }; printf "%s\n" "#define HAVE_WCTYPE 1" >>confdefs.h
-
-else case e in #(
- e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; } ;;
-esac
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.beam \
- conftest$ac_exeext conftest.$ac_ext
-
# Checks for external variable ospeed in the termcap library.
have_ospeed=no
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking termcap for ospeed" >&5
diff --git a/configure.ac b/configure.ac
index 33342895dd28..c6dab7691595 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AC_CHECK_LIB(termlib, tgetent, [have_termlib=yes], [have_termlib=no])
AC_SEARCH_LIBS([regcmp], [gen intl PW])
# Checks for header files.
-AC_CHECK_HEADERS_ONCE([ctype.h errno.h fcntl.h inttypes.h limits.h stdckdint.h stdio.h stdlib.h string.h termcap.h ncurses/termcap.h ncursesw/termcap.h termio.h termios.h time.h unistd.h values.h sys/ioctl.h sys/stream.h sys/types.h sys/wait.h time.h wctype.h])
+AC_CHECK_HEADERS_ONCE([ctype.h errno.h fcntl.h limits.h stdckdint.h stdio.h stdlib.h string.h termcap.h ncurses/termcap.h ncursesw/termcap.h termio.h termios.h time.h unistd.h values.h sys/ioctl.h sys/stream.h sys/types.h sys/wait.h time.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STAT
@@ -46,6 +46,13 @@ AC_TYPE_SIZE_T
# Checks for terminal libraries
AC_MSG_CHECKING([for working terminal libraries])
+
+AC_ARG_WITH(termlib,
+ [ --without-termlib do not require a terminal library])
+if test "x$with_termlib" = "xno"; then
+ AC_MSG_RESULT([not using a terminal library due to --without-termlib])
+else
+
TERMLIBS=
include_termcap_h=
if test "x$ac_cv_header_termcap_h" = xyes; then include_termcap_h="#include <termcap.h>"; elif test "x$ac_cv_header_ncurses_termcap_h" = xyes; then include_termcap_h="#include <ncurses/termcap.h>"; elif test "x$ac_cv_header_ncursesw_termcap_h" = xyes; then include_termcap_h="#include <ncursesw/termcap.h>"; fi
@@ -181,6 +188,14 @@ fi
AC_MSG_RESULT(using $TERMLIBS)
LIBS="$LIBS $TERMLIBS"
+# Check for terminfo vs termcap.
+AC_MSG_CHECKING(for terminfo)
+AC_LINK_IFELSE([AC_LANG_PROGRAM([[
+#include <curses.h>
+#include <term.h>]], [[setupterm("",0,0); tigetflag(""); tigetnum(""); tigetstr("")]])],[AC_MSG_RESULT(yes); AC_DEFINE(HAVE_TERMINFO)],[AC_MSG_RESULT(no)])
+
+fi
+
# Autoheader templates for symbols defined later by AC_DEFINE.
AH_TEMPLATE([HAVE_GNU_REGEX],
[GNU regex library])
@@ -230,14 +245,14 @@ AH_TEMPLATE([HAVE_TERMIOS_FUNCS],
[Define HAVE_TERMIOS_FUNCS if you have tcgetattr/tcsetattr.])
AH_TEMPLATE([HAVE_UPPER_LOWER],
[Define HAVE_UPPER_LOWER if you have isupper, islower, toupper, tolower.])
-AH_TEMPLATE([HAVE_WCTYPE],
- [Define HAVE_WCTYPE if you have iswupper, iswlower, towupper, towlower.])
AH_TEMPLATE([HAVE_SIGSET_T],
[Define HAVE_SIGSET_T you have the sigset_t type.])
AH_TEMPLATE([HAVE_SIGEMPTYSET],
[Define HAVE_SIGEMPTYSET if you have the sigemptyset macro.])
AH_TEMPLATE([HAVE_SIGSETJMP],
[Define HAVE_SIGSETJMP if you have sigsetjmp and siglongjmp.])
+AH_TEMPLATE([HAVE_TERMINFO],
+ [Define HAVE_TERMINFO if you have the terminfo library.])
AH_TEMPLATE([EDIT_PGM],
[Define EDIT_PGM to your editor.])
AH_TEMPLATE([SECURE_COMPILE],
@@ -347,9 +362,6 @@ AC_LINK_IFELSE([AC_LANG_PROGRAM([[
#include <ctype.h>
#endif]], [[static int x; x = isupper(x); x = tolower(x); x = toupper(x);]])],[AC_MSG_RESULT(yes); AC_DEFINE(HAVE_UPPER_LOWER)],[AC_MSG_RESULT(no)])
-AC_MSG_CHECKING(for wctype functions)
-AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <wctype.h>]], [[iswlower(0); iswupper(0); towlower(0); towupper(0);]])],[AC_MSG_RESULT(yes); AC_DEFINE(HAVE_WCTYPE)],[AC_MSG_RESULT(no)])
-
# Checks for external variable ospeed in the termcap library.
have_ospeed=no
AC_MSG_CHECKING(termcap for ospeed)
@@ -367,7 +379,7 @@ fi
# Compile in secure mode?
AC_ARG_WITH(secure,
- [ --with-secure Compile in secure mode])
+ [ --with-secure compile in secure mode])
AS_IF([test "x$with_secure" = "xyes"],[
AC_DEFINE(SECURE_COMPILE, 1)
AC_SUBST(SECURE_COMPILE,1)], [AC_DEFINE(SECURE_COMPILE, 0)
@@ -503,91 +515,91 @@ AH_TOP([
* be safe to run by unprivileged users.
* SECURE_COMPILE is set by the --with-secure configure option.
*/
-#define SECURE SECURE_COMPILE
+#define SECURE SECURE_COMPILE
/*
* SHELL_ESCAPE is 1 if you wish to allow shell escapes.
* (This is possible only if your system supplies the system() function.)
*/
-#define SHELL_ESCAPE (!SECURE)
+#define SHELL_ESCAPE (!SECURE)
/*
* EXAMINE is 1 if you wish to allow examining files by name from within less.
*/
-#define EXAMINE (!SECURE)
+#define EXAMINE (!SECURE)
/*
* TAB_COMPLETE_FILENAME is 1 if you wish to allow the TAB key
* to complete filenames at prompts.
*/
-#define TAB_COMPLETE_FILENAME (!SECURE)
+#define TAB_COMPLETE_FILENAME (!SECURE)
/*
* CMD_HISTORY is 1 if you wish to allow keys to cycle through
* previous commands at prompts.
*/
-#define CMD_HISTORY 1
+#define CMD_HISTORY 1
/*
* HILITE_SEARCH is 1 if you wish to have search targets to be
* displayed in standout mode.
*/
-#define HILITE_SEARCH 1
+#define HILITE_SEARCH 1
/*
* EDITOR is 1 if you wish to allow editor invocation (the "v" command).
* (This is possible only if your system supplies the system() function.)
* EDIT_PGM is the name of the (default) editor to be invoked.
*/
-#define EDITOR (!SECURE)
+#define EDITOR (!SECURE)
/*
* TAGS is 1 if you wish to support tag files.
*/
-#define TAGS (!SECURE)
+#define TAGS (!SECURE)
/*
- * USERFILE is 1 if you wish to allow a .less file to specify
+ * USERFILE is 1 if you wish to allow a .lesskey or .less file to specify
* user-defined key bindings.
*/
-#define USERFILE (!SECURE)
+#define USERFILE (!SECURE)
/*
* GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
* This will generally work if your system provides the "popen" function
* and the "echo" shell command.
*/
-#define GLOB (!SECURE)
+#define GLOB (!SECURE)
/*
* PIPEC is 1 if you wish to have the "|" command
* which allows the user to pipe data into a shell command.
*/
-#define PIPEC (!SECURE && HAVE_POPEN)
+#define PIPEC (!SECURE && HAVE_POPEN)
/*
* LOGFILE is 1 if you wish to allow the -o option (to create log files).
*/
-#define LOGFILE (!SECURE)
+#define LOGFILE (!SECURE)
/*
- * OSC8_SEARCH is 1 if you wish to allow the ^O^O and related commands
+ * OSC8_LINK is 1 if you wish to allow the ^O^O and related commands
* (to open OSC8 hyperlinks).
*/
-#define OSC8_LINK 1
+#define OSC8_LINK 1
/*
* GNU_OPTIONS is 1 if you wish to support the GNU-style command
* line options --help and --version.
*/
-#define GNU_OPTIONS 1
+#define GNU_OPTIONS 1
/*
* ONLY_RETURN is 1 if you want RETURN to be the only input which
* will continue past an error message.
* Otherwise, any key will continue past an error message.
*/
-#define ONLY_RETURN 0
+#define ONLY_RETURN 0
/*
* LESSKEYFILE is the filename of the default lesskey output file
@@ -598,33 +610,33 @@ AH_TOP([
* LESSHISTFILE is the filename of the history file
* (in the HOME directory).
*/
-#define LESSKEYFILE ".less"
-#define LESSKEYFILE_SYS SYSDIR "/sysless"
-#define DEF_LESSKEYINFILE ".lesskey"
-#define LESSKEYINFILE_SYS SYSDIR "/syslesskey"
-#define LESSHISTFILE ".lesshst"
+#define LESSKEYFILE ".less"
+#define LESSKEYFILE_SYS SYSDIR "/sysless"
+#define DEF_LESSKEYINFILE ".lesskey"
+#define LESSKEYINFILE_SYS SYSDIR "/syslesskey"
+#define LESSHISTFILE ".lesshst"
/* Autodetect mingw */
#if defined(__MINGW32__)
/*
* Define MSDOS_COMPILER if compiling under Microsoft C.
*/
-#define MSDOS_COMPILER WIN32C
+#define MSDOS_COMPILER WIN32C
/*
* Pathname separator character.
*/
-#define PATHNAME_SEP "\\"
+#define PATHNAME_SEP "\\"
#else
/*
* Define MSDOS_COMPILER if compiling under Microsoft C.
*/
-#define MSDOS_COMPILER 0
+#define MSDOS_COMPILER 0
/*
* Pathname separator character.
*/
-#define PATHNAME_SEP "/"
+#define PATHNAME_SEP "/"
#endif
/* Settings always true on Unix. */
@@ -636,14 +648,14 @@ AH_TOP([
#define TGETENT_OK 1
/*
- * HAVE_ANSI_PROTOS is 1 if your compiler supports ANSI function prototypes.
+ * HAVE_ANSI_PROTOS is 1 if your compiler supports ANSI function prototypes.
*/
-#define HAVE_ANSI_PROTOS 1
+#define HAVE_ANSI_PROTOS 1
/*
* HAVE_SYS_TYPES_H is 1 if your system has <sys/types.h>.
*/
-#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_TYPES_H 1
/*
* Define if you have the <sgstat.h> header file.
@@ -654,37 +666,37 @@ AH_TOP([
* HAVE_PERROR is 1 if your system has the perror() call.
* (Actually, if it has sys_errlist, sys_nerr and errno.)
*/
-#define HAVE_PERROR 1
+#define HAVE_PERROR 1
/*
* HAVE_TIME is 1 if your system has the time() call.
*/
-#define HAVE_TIME 1
+#define HAVE_TIME 1
/*
* HAVE_SHELL is 1 if your system supports a SHELL command interpreter.
*/
-#define HAVE_SHELL 1
+#define HAVE_SHELL 1
/*
* Default shell metacharacters and meta-escape character.
*/
-#define DEF_METACHARS "; *?\t\n'\"()<>[]|&^`#\\$%=~{},"
-#define DEF_METAESCAPE "\\"
+#define DEF_METACHARS "; *?\t\n'\"()<>[]|&^`#\\$%=~{},"
+#define DEF_METAESCAPE "\\"
/*
* HAVE_DUP is 1 if your system has the dup() call.
*/
-#define HAVE_DUP 1
+#define HAVE_DUP 1
/* Define to 1 if you have the memcpy() function. */
-#define HAVE_MEMCPY 1
+#define HAVE_MEMCPY 1
/* Define to 1 if you have the strchr() function. */
-#define HAVE_STRCHR 1
+#define HAVE_STRCHR 1
/* Define to 1 if you have the strstr() function. */
-#define HAVE_STRSTR 1
+#define HAVE_STRSTR 1
/* Define to 1 to support reading lesskey source files (not just binary). */
#define HAVE_LESSKEYSRC 1
@@ -693,26 +705,26 @@ AH_TOP([
* Sizes of various buffers.
*/
#if 0 /* old sizes for small memory machines */
-#define CMDBUF_SIZE 512 /* Buffer for multichar commands */
-#define UNGOT_SIZE 100 /* Max chars to unget() */
-#define LINEBUF_SIZE 1024 /* Max size of line in input file */
-#define OUTBUF_SIZE 1024 /* Output buffer */
-#define PROMPT_SIZE 200 /* Max size of prompt string */
-#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
-#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
-#define TAGLINE_SIZE 512 /* Max size of line in tags file */
-#define TABSTOP_MAX 32 /* Max number of custom tab stops */
+#define CMDBUF_SIZE 512 /* Buffer for multichar commands */
+#define UNGOT_SIZE 100 /* Max chars to unget() */
+#define LINEBUF_SIZE 1024 /* Max size of line in input file */
+#define OUTBUF_SIZE 1024 /* Output buffer */
+#define PROMPT_SIZE 200 /* Max size of prompt string */
+#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
+#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
+#define TAGLINE_SIZE 512 /* Max size of line in tags file */
+#define TABSTOP_MAX 32 /* Max number of custom tab stops */
#define LINENUM_POOL 200 /* Size of line number pool */
#else /* more reasonable sizes for modern machines */
-#define CMDBUF_SIZE 2048 /* Buffer for multichar commands */
-#define UNGOT_SIZE 200 /* Max chars to unget() */
-#define LINEBUF_SIZE 1024 /* Initial max size of line in input file */
-#define OUTBUF_SIZE 1024 /* Output buffer */
-#define PROMPT_SIZE 2048 /* Max size of prompt string */
-#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
-#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
-#define TAGLINE_SIZE 1024 /* Max size of line in tags file */
-#define TABSTOP_MAX 128 /* Max number of custom tab stops */
+#define CMDBUF_SIZE 2048 /* Buffer for multichar commands */
+#define UNGOT_SIZE 200 /* Max chars to unget() */
+#define LINEBUF_SIZE 1024 /* Initial max size of line in input file */
+#define OUTBUF_SIZE 1024 /* Output buffer */
+#define PROMPT_SIZE 2048 /* Max size of prompt string */
+#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
+#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
+#define TAGLINE_SIZE 1024 /* Max size of line in tags file */
+#define TABSTOP_MAX 128 /* Max number of custom tab stops */
#define LINENUM_POOL 1024 /* Size of line number pool */
#endif
diff --git a/decode.c b/decode.c
index 1d80d126c207..e76a111f7b75 100644
--- a/decode.c
+++ b/decode.c
@@ -36,6 +36,7 @@
extern int erase_char, erase2_char, kill_char;
extern int mousecap;
extern int sc_height;
+extern char *no_config;
static constant lbool allow_drag = TRUE;
@@ -92,6 +93,7 @@ static unsigned char cmdtable[] =
ESC,'j',0, A_F_NEWLINE,
ESC,'k',0, A_B_NEWLINE,
'F',0, A_F_FOREVER,
+ ESC,'f',0, A_F_FOREVER_BELL,
ESC,'F',0, A_F_UNTIL_HILITE,
'R',0, A_FREPAINT,
'r',0, A_REPAINT,
@@ -100,7 +102,12 @@ static unsigned char cmdtable[] =
ESC,'u',0, A_UNDO_SEARCH,
ESC,'U',0, A_CLR_SEARCH,
'g',0, A_GOLINE,
- SK(SK_HOME),0, A_GOLINE,
+ SK(SK_HOME),0, A_LLSHIFT,
+ SK(SK_SHIFT_HOME),0, A_GOLINE|A_EXTRA, ESC,'{',0,
+ SK(SK_CTL_HOME),0, A_GOLINE|A_EXTRA, ESC,'{',0,
+ SK(SK_END),0, A_RRSHIFT,
+ SK(SK_SHIFT_END),0, A_GOEND|A_EXTRA, ESC,'}',0,
+ SK(SK_CTL_END),0, A_GOEND|A_EXTRA, ESC,'}',0,
'<',0, A_GOLINE,
ESC,'<',0, A_GOLINE,
'p',0, A_PERCENT,
@@ -125,7 +132,6 @@ static unsigned char cmdtable[] =
ESC,'G',0, A_GOEND_BUF,
ESC,'>',0, A_GOEND,
'>',0, A_GOEND,
- SK(SK_END),0, A_GOEND,
'P',0, A_GOPOS,
'0',0, A_DIGIT,
@@ -183,6 +189,24 @@ static unsigned char cmdtable[] =
'!',0, A_SHELL,
'#',0, A_PSHELL,
'+',0, A_FIRSTCMD,
+
+ SK(SK_PAD_U),0, A_B_LINE,
+ SK(SK_PAD_D),0, A_F_LINE,
+ SK(SK_PAD_R),0, A_RSHIFT,
+ SK(SK_PAD_L),0, A_LSHIFT,
+ SK(SK_PAD_UR),0, A_B_SCREEN,
+ SK(SK_PAD_UL),0, A_LLSHIFT,
+ SK(SK_PAD_DR),0, A_RRSHIFT,
+ SK(SK_PAD_DL),0, A_GOEND,
+ SK(SK_PAD_STAR),0, A_NOACTION|A_EXTRA, '*',0,
+ SK(SK_PAD_SLASH),0, A_NOACTION|A_EXTRA, '/',0,
+ SK(SK_PAD_DASH),0, A_NOACTION|A_EXTRA, '-',0,
+ SK(SK_PAD_PLUS),0, A_NOACTION|A_EXTRA, '+',0,
+ SK(SK_PAD_DOT),0, A_NOACTION|A_EXTRA, '.',0,
+ SK(SK_PAD_COMMA),0, A_NOACTION,
+ SK(SK_PAD_ZERO),0, A_NOACTION|A_EXTRA, '0',0,
+ SK(SK_PAD_CENTER),0, A_NOACTION,
+
ESC,'[','2','0','0','~',0, A_START_PASTE,
ESC,'[','2','0','1','~',0, A_END_PASTE,
@@ -227,13 +251,33 @@ static unsigned char edittable[] =
ESC,SK(SK_BACKSPACE),0, EC_W_BACKSPACE, /* ESC BACKSPACE */
ESC,'0',0, EC_HOME, /* ESC 0 */
SK(SK_HOME),0, EC_HOME, /* HOME */
+ SK(SK_SHIFT_HOME),0, EC_HOME, /* SHIFT-HOME */
+ SK(SK_CTL_HOME),0, EC_HOME, /* CTRL-HOME */
ESC,'$',0, EC_END, /* ESC $ */
SK(SK_END),0, EC_END, /* END */
+ SK(SK_SHIFT_END),0, EC_END, /* SHIFT-END */
+ SK(SK_CTL_END),0, EC_END, /* CTRL-END */
ESC,'k',0, EC_UP, /* ESC k */
SK(SK_UP_ARROW),0, EC_UP, /* UPARROW */
ESC,'j',0, EC_DOWN, /* ESC j */
SK(SK_DOWN_ARROW),0, EC_DOWN, /* DOWNARROW */
CONTROL('G'),0, EC_ABORT, /* CTRL-G */
+ SK(SK_PAD_U),0, EC_UP,
+ SK(SK_PAD_D),0, EC_DOWN,
+ SK(SK_PAD_R),0, EC_RIGHT,
+ SK(SK_PAD_L),0, EC_LEFT,
+ SK(SK_PAD_UR),0, A_NOACTION,
+ SK(SK_PAD_UL),0, EC_HOME,
+ SK(SK_PAD_DR),0, A_NOACTION,
+ SK(SK_PAD_DL),0, EC_END,
+ SK(SK_PAD_STAR),0, A_NOACTION|A_EXTRA, '*',0,
+ SK(SK_PAD_SLASH),0, A_NOACTION|A_EXTRA, '/',0,
+ SK(SK_PAD_DASH),0, A_NOACTION|A_EXTRA, '-',0,
+ SK(SK_PAD_PLUS),0, A_NOACTION|A_EXTRA, '+',0,
+ SK(SK_PAD_DOT),0, A_NOACTION|A_EXTRA, '.',0,
+ SK(SK_PAD_COMMA),0, A_NOACTION|A_EXTRA, ',',0,
+ SK(SK_PAD_ZERO),0, A_NOACTION|A_EXTRA, '0',0,
+ SK(SK_PAD_CENTER),0, A_NOACTION,
ESC,'[','M',0, EC_X11MOUSE, /* X11 mouse report */
ESC,'[','<',0, EC_X116MOUSE, /* X11 1006 mouse report */
ESC,'[','2','0','0','~',0, A_START_PASTE, /* open paste bracket */
@@ -549,8 +593,11 @@ static int mouse_button_left(int x, int y, lbool down, lbool drag)
} else if (!down)
{
#if OSC8_LINK
- if (osc8_click(y, x))
- return (A_NOACTION);
+ if (secure_allow(SF_OSC8_OPEN))
+ {
+ if (osc8_click(y, x))
+ return (A_NOACTION);
+ }
#else
(void) x;
#endif /* OSC8_LINK */
@@ -738,7 +785,7 @@ static int cmd_search(constant char *cmd, constant unsigned char *table, constan
while (table < endtable)
{
int taction;
- const unsigned char *textra;
+ constant unsigned char *textra;
size_t cmdlen;
size_t match = cmd_match((constant char *) table, cmd);
table = cmd_next_entry(table, &taction, &textra, &cmdlen);
@@ -821,6 +868,44 @@ public int ecmd_decode(constant char *cmd, constant char **sp)
return (cmd_decode(list_ecmd_tables, cmd, sp));
}
+/*
+ * Parse a comma-separated list.
+ * Call func repeatedly, passing each item in the list.
+ * Stop and return FALSE if func ever returns FALSE,
+ * otherwise parse the entire list and return TRUE.
+ */
+public lbool parse_csl(lbool (*func)(constant char *word, size_t wlen, void *arg), constant char *str, void *arg)
+{
+ for (;;)
+ {
+ constant char *estr;
+ while (*str == ' ' || *str == ',') ++str; /* skip leading spaces/commas */
+ if (*str == '\0') break;
+ estr = strchr(str, ',');
+ if (estr == NULL) estr = str + strlen(str);
+ while (estr > str && estr[-1] == ' ') --estr; /* trim trailing spaces */
+ if (!(*func)(str, ptr_diff(estr, str), arg))
+ return FALSE;
+ str = estr;
+ }
+ return TRUE;
+}
+
+/*
+ * Should we ignore the setting of an environment variable?
+ */
+static lbool word_no_match(constant char *word, size_t wlen, void *arg)
+{
+ constant char *var = (constant char *) arg;
+ return !(wlen == strlen(var) && strncmp(var, word, wlen) == 0);
+}
+static lbool ignore_env(constant char *var)
+{
+ if (isnullenv(no_config))
+ return FALSE; /* no_config is not set; don't ignore anything */
+ /* no_config is set; ignore any var that does not appear in no_config */
+ return parse_csl(word_no_match, no_config, (void*) var);
+}
/*
* Get the value of an environment variable.
@@ -831,6 +916,8 @@ public constant char * lgetenv(constant char *var)
int a;
constant char *s;
+ if (ignore_env(var))
+ return (NULL);
a = cmd_decode(list_var_tables, var, &s);
if (a == EV_OK)
return (s);
@@ -986,7 +1073,7 @@ public int lesskey(constant char *filename, lbool sysvar)
ssize_t n;
int f;
- if (!secure_allow(SF_LESSKEY))
+ if (!secure_allow(SF_LESSKEY) || !isnullenv(no_config))
return (1);
/*
* Try to open the lesskey file.
@@ -1048,7 +1135,7 @@ static int lesskey_text(constant char *filename, lbool sysvar, lbool content)
int r;
static struct lesskey_tables tables;
- if (!secure_allow(SF_LESSKEY))
+ if (!secure_allow(SF_LESSKEY) || !isnullenv(no_config))
return (1);
r = content ? parse_lesskey_content(filename, &tables) : parse_lesskey(filename, &tables);
if (r != 0)
diff --git a/defines.ds b/defines.ds
index f48cf752b8c9..2bd81e798007 100644
--- a/defines.ds
+++ b/defines.ds
@@ -21,55 +21,55 @@
* SECURE is 1 if you wish to disable a bunch of features in order to
* be safe to run by unprivileged users.
*/
-#define SECURE 0
+#define SECURE 0
/*
* SHELL_ESCAPE is 1 if you wish to allow shell escapes.
* (This is possible only if your system supplies the system() function.)
*/
-#define SHELL_ESCAPE (!SECURE)
+#define SHELL_ESCAPE (!SECURE)
/*
* EXAMINE is 1 if you wish to allow examining files by name from within less.
*/
-#define EXAMINE (!SECURE)
+#define EXAMINE (!SECURE)
/*
* TAB_COMPLETE_FILENAME is 1 if you wish to allow the TAB key
* to complete filenames at prompts.
*/
-#define TAB_COMPLETE_FILENAME (!SECURE)
+#define TAB_COMPLETE_FILENAME (!SECURE)
/*
* CMD_HISTORY is 1 if you wish to allow keys to cycle through
* previous commands at prompts.
*/
-#define CMD_HISTORY 1
+#define CMD_HISTORY 1
/*
* HILITE_SEARCH is 1 if you wish to have search targets to be
* displayed in standout mode.
*/
-#define HILITE_SEARCH 1
+#define HILITE_SEARCH 1
/*
* EDITOR is 1 if you wish to allow editor invocation (the "v" command).
* (This is possible only if your system supplies the system() function.)
* EDIT_PGM is the name of the (default) editor to be invoked.
*/
-#define EDITOR (!SECURE)
-#define EDIT_PGM "vi"
+#define EDITOR (!SECURE)
+#define EDIT_PGM "vi"
/*
* TAGS is 1 if you wish to support tag files.
*/
-#define TAGS (!SECURE)
+#define TAGS (!SECURE)
/*
- * USERFILE is 1 if you wish to allow a .less file to specify
+ * USERFILE is 1 if you wish to allow a .lesskey or .less file to specify
* user-defined key bindings.
*/
-#define USERFILE (!SECURE)
+#define USERFILE (!SECURE)
/*
* GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
@@ -77,9 +77,9 @@
* and the "echo" shell command.
*/
#ifdef __DJGPP__
-#define GLOB (!SECURE)
+#define GLOB (!SECURE)
#else
-#define GLOB 0
+#define GLOB 0
#endif
/*
@@ -87,34 +87,34 @@
* which allows the user to pipe data into a shell command.
*/
#ifdef __DJGPP__
-#define PIPEC (!SECURE)
+#define PIPEC (!SECURE)
#else
-#define PIPEC 0
+#define PIPEC 0
#endif
/*
* LOGFILE is 1 if you wish to allow the -o option (to create log files).
*/
-#define LOGFILE (!SECURE)
+#define LOGFILE (!SECURE)
/*
- * OSC8_SEARCH is 1 if you wish to allow the ^O^O and related commands
+ * OSC8_LINK is 1 if you wish to allow the ^O^O and related commands
* (to open OSC8 hyperlinks).
*/
-#define OSC8_LINK 1
+#define OSC8_LINK 1
/*
* GNU_OPTIONS is 1 if you wish to support the GNU-style command
* line options --help and --version.
*/
-#define GNU_OPTIONS 1
+#define GNU_OPTIONS 1
/*
* ONLY_RETURN is 1 if you want RETURN to be the only input which
* will continue past an error message.
* Otherwise, any key will continue past an error message.
*/
-#define ONLY_RETURN 0
+#define ONLY_RETURN 0
/*
* LESSKEYFILE is the filename of the default lesskey output file
@@ -125,11 +125,11 @@
* LESSHISTFILE is the filename of the history file
* (in the HOME directory).
*/
-#define LESSKEYFILE "_less"
-#define LESSKEYFILE_SYS "c:\\_sysless"
-#define DEF_LESSKEYINFILE "_lesskey"
-#define LESSKEYINFILE_SYS "c:\\_syslesskey"
-#define LESSHISTFILE "_lesshst"
+#define LESSKEYFILE "_less"
+#define LESSKEYFILE_SYS "c:\\_sysless"
+#define DEF_LESSKEYINFILE "_lesskey"
+#define LESSKEYINFILE_SYS "c:\\_syslesskey"
+#define LESSHISTFILE "_lesshst"
/* Settings always true for MS-DOS systems. */
@@ -138,61 +138,61 @@
* Define MSDOS_COMPILER if compiling for MS-DOS.
*/
#ifdef __DJGPP__
-#define MSDOS_COMPILER DJGPPC
+#define MSDOS_COMPILER DJGPPC
#else
#ifdef __BORLANDC__
-#define MSDOS_COMPILER BORLANDC
+#define MSDOS_COMPILER BORLANDC
#else
-#define MSDOS_COMPILER MSOFTC
+#define MSDOS_COMPILER MSOFTC
#endif
#endif
/*
* Pathname separator character.
*/
-#define PATHNAME_SEP "\\"
+#define PATHNAME_SEP "\\"
/*
- * HAVE_ANSI_PROTOS is 1 if your compiler supports ANSI function prototypes.
+ * HAVE_ANSI_PROTOS is 1 if your compiler supports ANSI function prototypes.
*/
-#define HAVE_ANSI_PROTOS 1
+#define HAVE_ANSI_PROTOS 1
/*
* HAVE_SYS_TYPES_H is 1 if your system has <sys/types.h>.
*/
-#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_TYPES_H 1
/*
* Define if you have the <sgstat.h> header file.
*/
-#define HAVE_SGSTAT_H 0
+#undef HAVE_SGSTAT_H
/*
* HAVE_PERROR is 1 if your system has the perror() call.
* (Actually, if it has sys_errlist, sys_nerr and errno.)
*/
-#define HAVE_PERROR 1
+#define HAVE_PERROR 1
/*
* HAVE_TIME is 1 if your system has the time() call.
*/
-#define HAVE_TIME 1
+#define HAVE_TIME 1
/*
* HAVE_SHELL is 1 if your system supports a SHELL command interpreter.
*/
-#define HAVE_SHELL 0
+#define HAVE_SHELL 0
/*
* Default shell metacharacters and meta-escape character.
*/
-#define DEF_METACHARS "; *?\t\n'\"()<>|&"
-#define DEF_METAESCAPE ""
+#define DEF_METACHARS "; *?\t\n'\"()<>|&"
+#define DEF_METAESCAPE ""
/*
* HAVE_DUP is 1 if your system has the dup() call.
*/
-#define HAVE_DUP 1
+#define HAVE_DUP 1
/* Define to 1 to support reading lesskey source files (not just binary). */
#define HAVE_LESSKEYSRC 1
@@ -200,33 +200,33 @@
/*
* Sizes of various buffers.
*/
-#if 0 /* old sizes for small memory machines
-#define CMDBUF_SIZE 512 /* Buffer for multichar commands */
-#define UNGOT_SIZE 100 /* Max chars to unget() */
-#define LINEBUF_SIZE 1024 /* Max size of line in input file */
-#define OUTBUF_SIZE 1024 /* Output buffer */
-#define PROMPT_SIZE 200 /* Max size of prompt string */
-#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
-#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
-#define TAGLINE_SIZE 512 /* Max size of line in tags file */
-#define TABSTOP_MAX 32 /* Max number of custom tab stops */
+#if 0 /* old sizes for small memory machines */
+#define CMDBUF_SIZE 512 /* Buffer for multichar commands */
+#define UNGOT_SIZE 100 /* Max chars to unget() */
+#define LINEBUF_SIZE 1024 /* Max size of line in input file */
+#define OUTBUF_SIZE 1024 /* Output buffer */
+#define PROMPT_SIZE 200 /* Max size of prompt string */
+#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
+#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
+#define TAGLINE_SIZE 512 /* Max size of line in tags file */
+#define TABSTOP_MAX 32 /* Max number of custom tab stops */
#define LINENUM_POOL 200 /* Size of line number pool */
#else /* more reasonable sizes for modern machines */
-#define CMDBUF_SIZE 2048 /* Buffer for multichar commands */
-#define UNGOT_SIZE 200 /* Max chars to unget() */
-#define LINEBUF_SIZE 1024 /* Initial max size of line in input file */
-#define OUTBUF_SIZE 1024 /* Output buffer */
-#define PROMPT_SIZE 2048 /* Max size of prompt string */
-#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
-#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
-#define TAGLINE_SIZE 1024 /* Max size of line in tags file */
-#define TABSTOP_MAX 128 /* Max number of custom tab stops */
+#define CMDBUF_SIZE 2048 /* Buffer for multichar commands */
+#define UNGOT_SIZE 200 /* Max chars to unget() */
+#define LINEBUF_SIZE 1024 /* Initial max size of line in input file */
+#define OUTBUF_SIZE 1024 /* Output buffer */
+#define PROMPT_SIZE 2048 /* Max size of prompt string */
+#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
+#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
+#define TAGLINE_SIZE 1024 /* Max size of line in tags file */
+#define TABSTOP_MAX 128 /* Max number of custom tab stops */
#define LINENUM_POOL 1024 /* Size of line number pool */
#endif
/* Define to `long' if <sys/types.h> doesn't define. */
#if MSDOS_COMPILER==BORLANDC
-#define off_t long
+#define off_t long
#endif
/* Define if you need to in order for stat and other things to work. */
@@ -250,7 +250,7 @@
/* #undef HAVE_REGCMP */
/* #undef HAVE_V8_REGCOMP */
#if MSDOS_COMPILER==DJGPPC
-#define HAVE_POSIX_REGCOMP 1
+#define HAVE_POSIX_REGCOMP 1
#else
#define NO_REGEX 1
#endif
@@ -302,9 +302,9 @@
/* Define if you have the _setjmp function. */
#if MSDOS_COMPILER==MSOFTC || MSDOS_COMPILER==DJGPPC
-#define HAVE__SETJMP 0
+#define HAVE__SETJMP 0
#else
-#define HAVE__SETJMP 1
+#define HAVE__SETJMP 1
#endif
/* Define if you have the memcpy function. */
@@ -312,20 +312,20 @@
/* Define if you have the popen function. */
#if MSDOS_COMPILER==DJGPPC
-#define HAVE_POPEN 1
+#define HAVE_POPEN 1
#else
-#define HAVE_POPEN 0
+#define HAVE_POPEN 0
#endif
/* Define if you have the sigsetmask function. */
-#define HAVE_SIGSETMASK 0
+#define HAVE_SIGSETMASK 0
/* Define if you have the sigprocmask function. */
-#define HAVE_SIGPROCMASK 0
+#define HAVE_SIGPROCMASK 0
/* Define if you have the sigset_t type and sigemptyset macro */
-#define HAVE_SIGSET_T 0
-#define HAVE_SIGEMPTYSET 0
+#define HAVE_SIGSET_T 0
+#define HAVE_SIGEMPTYSET 0
/* Define if you have the stat function. */
#define HAVE_STAT 1
@@ -334,10 +334,10 @@
#define HAVE_STRCHR 1
/* Define if you have the system function. */
-#define HAVE_SYSTEM 1
+#define HAVE_SYSTEM 1
/* Define if you have the snprintf function. */
-#define HAVE_SNPRINTF 0
+#define HAVE_SNPRINTF 0
/* Define if you have the <ctype.h> header file. */
#define HAVE_CTYPE_H 1
@@ -367,16 +367,16 @@
#define HAVE_SYS_IOCTL_H 0
/* Define if you have the <sys/ptem.h> header file. */
-#define HAVE_SYS_PTEM_H 0
+#define HAVE_SYS_PTEM_H 0
/* Define if you have the <sys/stream.h> header file. */
-#define HAVE_SYS_STREAM_H 0
+#define HAVE_SYS_STREAM_H 0
/* Define if you have the <termcap.h> header file. */
-#define HAVE_TERMCAP_H 0
+#define HAVE_TERMCAP_H 0
/* Define if you have the <termio.h> header file. */
-#define HAVE_TERMIO_H 0
+#define HAVE_TERMIO_H 0
/* Define if you have the <termios.h> header file. */
#define HAVE_TERMIOS_H 0
@@ -402,28 +402,28 @@
/*
* The names of these things changed in Microsoft C version 7.0.
*/
-#define videoconfig _videoconfig
-#define rccoord _rccoord
-#define O_RDONLY _O_RDONLY
-#define O_WRONLY _O_WRONLY
-#define O_APPEND _O_APPEND
-#define O_BINARY _O_BINARY
-#define O_TEXT _O_TEXT
-#define find_t _find_t
-#define stat _stat
-#define S_IFMT _S_IFMT
-#define S_IFDIR _S_IFDIR
-#define S_IFREG _S_IFREG
-#define dup _dup
-#define open _open
-#define lseek _lseek
-#define write _write
-#define creat _creat
-#define fstat _fstat
-#define isatty _isatty
-#define close _close
-#define read _read
-#define ungetch _ungetch
-#define kbhit _kbhit
-#define getch _getch
+#define videoconfig _videoconfig
+#define rccoord _rccoord
+#define O_RDONLY _O_RDONLY
+#define O_WRONLY _O_WRONLY
+#define O_APPEND _O_APPEND
+#define O_BINARY _O_BINARY
+#define O_TEXT _O_TEXT
+#define find_t _find_t
+#define stat _stat
+#define S_IFMT _S_IFMT
+#define S_IFDIR _S_IFDIR
+#define S_IFREG _S_IFREG
+#define dup _dup
+#define open _open
+#define lseek _lseek
+#define write _write
+#define creat _creat
+#define fstat _fstat
+#define isatty _isatty
+#define close _close
+#define read _read
+#define ungetch _ungetch
+#define kbhit _kbhit
+#define getch _getch
#endif
diff --git a/defines.h.in b/defines.h.in
index 85e948d1a957..dc904f67a1e7 100644
--- a/defines.h.in
+++ b/defines.h.in
@@ -20,91 +20,91 @@
* be safe to run by unprivileged users.
* SECURE_COMPILE is set by the --with-secure configure option.
*/
-#define SECURE SECURE_COMPILE
+#define SECURE SECURE_COMPILE
/*
* SHELL_ESCAPE is 1 if you wish to allow shell escapes.
* (This is possible only if your system supplies the system() function.)
*/
-#define SHELL_ESCAPE (!SECURE)
+#define SHELL_ESCAPE (!SECURE)
/*
* EXAMINE is 1 if you wish to allow examining files by name from within less.
*/
-#define EXAMINE (!SECURE)
+#define EXAMINE (!SECURE)
/*
* TAB_COMPLETE_FILENAME is 1 if you wish to allow the TAB key
* to complete filenames at prompts.
*/
-#define TAB_COMPLETE_FILENAME (!SECURE)
+#define TAB_COMPLETE_FILENAME (!SECURE)
/*
* CMD_HISTORY is 1 if you wish to allow keys to cycle through
* previous commands at prompts.
*/
-#define CMD_HISTORY 1
+#define CMD_HISTORY 1
/*
* HILITE_SEARCH is 1 if you wish to have search targets to be
* displayed in standout mode.
*/
-#define HILITE_SEARCH 1
+#define HILITE_SEARCH 1
/*
* EDITOR is 1 if you wish to allow editor invocation (the "v" command).
* (This is possible only if your system supplies the system() function.)
* EDIT_PGM is the name of the (default) editor to be invoked.
*/
-#define EDITOR (!SECURE)
+#define EDITOR (!SECURE)
/*
* TAGS is 1 if you wish to support tag files.
*/
-#define TAGS (!SECURE)
+#define TAGS (!SECURE)
/*
- * USERFILE is 1 if you wish to allow a .less file to specify
+ * USERFILE is 1 if you wish to allow a .lesskey or .less file to specify
* user-defined key bindings.
*/
-#define USERFILE (!SECURE)
+#define USERFILE (!SECURE)
/*
* GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
* This will generally work if your system provides the "popen" function
* and the "echo" shell command.
*/
-#define GLOB (!SECURE)
+#define GLOB (!SECURE)
/*
* PIPEC is 1 if you wish to have the "|" command
* which allows the user to pipe data into a shell command.
*/
-#define PIPEC (!SECURE && HAVE_POPEN)
+#define PIPEC (!SECURE && HAVE_POPEN)
/*
* LOGFILE is 1 if you wish to allow the -o option (to create log files).
*/
-#define LOGFILE (!SECURE)
+#define LOGFILE (!SECURE)
/*
- * OSC8_SEARCH is 1 if you wish to allow the ^O^O and related commands
+ * OSC8_LINK is 1 if you wish to allow the ^O^O and related commands
* (to open OSC8 hyperlinks).
*/
-#define OSC8_LINK 1
+#define OSC8_LINK 1
/*
* GNU_OPTIONS is 1 if you wish to support the GNU-style command
* line options --help and --version.
*/
-#define GNU_OPTIONS 1
+#define GNU_OPTIONS 1
/*
* ONLY_RETURN is 1 if you want RETURN to be the only input which
* will continue past an error message.
* Otherwise, any key will continue past an error message.
*/
-#define ONLY_RETURN 0
+#define ONLY_RETURN 0
/*
* LESSKEYFILE is the filename of the default lesskey output file
@@ -115,33 +115,33 @@
* LESSHISTFILE is the filename of the history file
* (in the HOME directory).
*/
-#define LESSKEYFILE ".less"
-#define LESSKEYFILE_SYS SYSDIR "/sysless"
-#define DEF_LESSKEYINFILE ".lesskey"
-#define LESSKEYINFILE_SYS SYSDIR "/syslesskey"
-#define LESSHISTFILE ".lesshst"
+#define LESSKEYFILE ".less"
+#define LESSKEYFILE_SYS SYSDIR "/sysless"
+#define DEF_LESSKEYINFILE ".lesskey"
+#define LESSKEYINFILE_SYS SYSDIR "/syslesskey"
+#define LESSHISTFILE ".lesshst"
/* Autodetect mingw */
#if defined(__MINGW32__)
/*
* Define MSDOS_COMPILER if compiling under Microsoft C.
*/
-#define MSDOS_COMPILER WIN32C
+#define MSDOS_COMPILER WIN32C
/*
* Pathname separator character.
*/
-#define PATHNAME_SEP "\\"
+#define PATHNAME_SEP "\\"
#else
/*
* Define MSDOS_COMPILER if compiling under Microsoft C.
*/
-#define MSDOS_COMPILER 0
+#define MSDOS_COMPILER 0
/*
* Pathname separator character.
*/
-#define PATHNAME_SEP "/"
+#define PATHNAME_SEP "/"
#endif
/* Settings always true on Unix. */
@@ -153,14 +153,14 @@
#define TGETENT_OK 1
/*
- * HAVE_ANSI_PROTOS is 1 if your compiler supports ANSI function prototypes.
+ * HAVE_ANSI_PROTOS is 1 if your compiler supports ANSI function prototypes.
*/
-#define HAVE_ANSI_PROTOS 1
+#define HAVE_ANSI_PROTOS 1
/*
* HAVE_SYS_TYPES_H is 1 if your system has <sys/types.h>.
*/
-#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_TYPES_H 1
/*
* Define if you have the <sgstat.h> header file.
@@ -171,37 +171,37 @@
* HAVE_PERROR is 1 if your system has the perror() call.
* (Actually, if it has sys_errlist, sys_nerr and errno.)
*/
-#define HAVE_PERROR 1
+#define HAVE_PERROR 1
/*
* HAVE_TIME is 1 if your system has the time() call.
*/
-#define HAVE_TIME 1
+#define HAVE_TIME 1
/*
* HAVE_SHELL is 1 if your system supports a SHELL command interpreter.
*/
-#define HAVE_SHELL 1
+#define HAVE_SHELL 1
/*
* Default shell metacharacters and meta-escape character.
*/
-#define DEF_METACHARS "; *?\t\n'\"()<>[]|&^`#\\$%=~{},"
-#define DEF_METAESCAPE "\\"
+#define DEF_METACHARS "; *?\t\n'\"()<>[]|&^`#\\$%=~{},"
+#define DEF_METAESCAPE "\\"
/*
* HAVE_DUP is 1 if your system has the dup() call.
*/
-#define HAVE_DUP 1
+#define HAVE_DUP 1
/* Define to 1 if you have the memcpy() function. */
-#define HAVE_MEMCPY 1
+#define HAVE_MEMCPY 1
/* Define to 1 if you have the strchr() function. */
-#define HAVE_STRCHR 1
+#define HAVE_STRCHR 1
/* Define to 1 if you have the strstr() function. */
-#define HAVE_STRSTR 1
+#define HAVE_STRSTR 1
/* Define to 1 to support reading lesskey source files (not just binary). */
#define HAVE_LESSKEYSRC 1
@@ -210,26 +210,26 @@
* Sizes of various buffers.
*/
#if 0 /* old sizes for small memory machines */
-#define CMDBUF_SIZE 512 /* Buffer for multichar commands */
-#define UNGOT_SIZE 100 /* Max chars to unget() */
-#define LINEBUF_SIZE 1024 /* Max size of line in input file */
-#define OUTBUF_SIZE 1024 /* Output buffer */
-#define PROMPT_SIZE 200 /* Max size of prompt string */
-#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
-#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
-#define TAGLINE_SIZE 512 /* Max size of line in tags file */
-#define TABSTOP_MAX 32 /* Max number of custom tab stops */
+#define CMDBUF_SIZE 512 /* Buffer for multichar commands */
+#define UNGOT_SIZE 100 /* Max chars to unget() */
+#define LINEBUF_SIZE 1024 /* Max size of line in input file */
+#define OUTBUF_SIZE 1024 /* Output buffer */
+#define PROMPT_SIZE 200 /* Max size of prompt string */
+#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
+#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
+#define TAGLINE_SIZE 512 /* Max size of line in tags file */
+#define TABSTOP_MAX 32 /* Max number of custom tab stops */
#define LINENUM_POOL 200 /* Size of line number pool */
#else /* more reasonable sizes for modern machines */
-#define CMDBUF_SIZE 2048 /* Buffer for multichar commands */
-#define UNGOT_SIZE 200 /* Max chars to unget() */
-#define LINEBUF_SIZE 1024 /* Initial max size of line in input file */
-#define OUTBUF_SIZE 1024 /* Output buffer */
-#define PROMPT_SIZE 2048 /* Max size of prompt string */
-#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
-#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
-#define TAGLINE_SIZE 1024 /* Max size of line in tags file */
-#define TABSTOP_MAX 128 /* Max number of custom tab stops */
+#define CMDBUF_SIZE 2048 /* Buffer for multichar commands */
+#define UNGOT_SIZE 200 /* Max chars to unget() */
+#define LINEBUF_SIZE 1024 /* Initial max size of line in input file */
+#define OUTBUF_SIZE 1024 /* Output buffer */
+#define PROMPT_SIZE 2048 /* Max size of prompt string */
+#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
+#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
+#define TAGLINE_SIZE 1024 /* Max size of line in tags file */
+#define TABSTOP_MAX 128 /* Max number of custom tab stops */
#define LINENUM_POOL 1024 /* Size of line number pool */
#endif
@@ -392,6 +392,9 @@
/* Define to 1 if you have the <termcap.h> header file. */
#undef HAVE_TERMCAP_H
+/* Define HAVE_TERMINFO if you have the terminfo library. */
+#undef HAVE_TERMINFO
+
/* Define HAVE_TERMIOS_FUNCS if you have tcgetattr/tcsetattr. */
#undef HAVE_TERMIOS_FUNCS
@@ -428,12 +431,6 @@
/* Define HAVE_VOID if your compiler supports the "void" type. */
#undef HAVE_VOID
-/* Define HAVE_WCTYPE if you have iswupper, iswlower, towupper, towlower. */
-#undef HAVE_WCTYPE
-
-/* Define to 1 if you have the <wctype.h> header file. */
-#undef HAVE_WCTYPE_H
-
/* Define to 1 if you have the '_setjmp' function. */
#undef HAVE__SETJMP
diff --git a/defines.o2 b/defines.o2
index 6b540f739c3f..6b8cc520b51a 100644
--- a/defines.o2
+++ b/defines.o2
@@ -15,99 +15,98 @@
* Settings always true for the emx compiler for OS/2 systems.
*/
-
/* User preferences. */
/*
* SECURE is 1 if you wish to disable a bunch of features in order to
* be safe to run by unprivileged users.
*/
-#define SECURE 0
+#define SECURE 0
/*
* SHELL_ESCAPE is 1 if you wish to allow shell escapes.
* (This is possible only if your system supplies the system() function.)
*/
-#define SHELL_ESCAPE (!SECURE)
+#define SHELL_ESCAPE (!SECURE)
/*
* EXAMINE is 1 if you wish to allow examining files by name from within less.
*/
-#define EXAMINE (!SECURE)
+#define EXAMINE (!SECURE)
/*
* TAB_COMPLETE_FILENAME is 1 if you wish to allow the TAB key
* to complete filenames at prompts.
*/
-#define TAB_COMPLETE_FILENAME (!SECURE)
+#define TAB_COMPLETE_FILENAME (!SECURE)
/*
* CMD_HISTORY is 1 if you wish to allow keys to cycle through
* previous commands at prompts.
*/
-#define CMD_HISTORY 1
+#define CMD_HISTORY 1
/*
* HILITE_SEARCH is 1 if you wish to have search targets to be
* displayed in standout mode.
*/
-#define HILITE_SEARCH 1
+#define HILITE_SEARCH 1
/*
* EDITOR is 1 if you wish to allow editor invocation (the "v" command).
* (This is possible only if your system supplies the system() function.)
* EDIT_PGM is the name of the (default) editor to be invoked.
*/
-#define EDITOR (!SECURE)
-#define EDIT_PGM "vi"
+#define EDITOR (!SECURE)
+#define EDIT_PGM "vi"
/*
* TAGS is 1 if you wish to support tag files.
*/
-#define TAGS (!SECURE)
+#define TAGS (!SECURE)
/*
- * USERFILE is 1 if you wish to allow a .less file to specify
+ * USERFILE is 1 if you wish to allow a .lesskey or .less file to specify
* user-defined key bindings.
*/
-#define USERFILE (!SECURE)
+#define USERFILE (!SECURE)
/*
* GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
* This will generally work if your system provides the "popen" function
* and the "echo" shell command.
*/
-#define GLOB (!SECURE)
+#define GLOB (!SECURE)
/*
* PIPEC is 1 if you wish to have the "|" command
* which allows the user to pipe data into a shell command.
*/
-#define PIPEC (!SECURE)
+#define PIPEC (!SECURE)
/*
* LOGFILE is 1 if you wish to allow the -o option (to create log files).
*/
-#define LOGFILE (!SECURE)
+#define LOGFILE (!SECURE)
/*
- * OSC8_SEARCH is 1 if you wish to allow the ^O^O and related commands
+ * OSC8_LINK is 1 if you wish to allow the ^O^O and related commands
* (to open OSC8 hyperlinks).
*/
-#define OSC8_LINK 1
+#define OSC8_LINK 1
/*
* GNU_OPTIONS is 1 if you wish to support the GNU-style command
* line options --help and --version.
*/
-#define GNU_OPTIONS 1
+#define GNU_OPTIONS 1
/*
* ONLY_RETURN is 1 if you want RETURN to be the only input which
* will continue past an error message.
* Otherwise, any key will continue past an error message.
*/
-#define ONLY_RETURN 0
+#define ONLY_RETURN 0
/*
* LESSKEYFILE is the filename of the default lesskey output file
@@ -118,62 +117,61 @@
* LESSHISTFILE is the filename of the history file
* (in the HOME directory).
*/
-#define LESSKEYFILE "less.ini"
-#define LESSKEYFILE_SYS "C:\\sysless.ini"
-#define DEF_LESSKEYINFILE "lesskey.ini"
-#define LESSKEYINFILE_SYS "C:\\syslesskey.ini"
-#define LESSHISTFILE "lesshst.ini"
+#define LESSKEYFILE "less.ini"
+#define LESSKEYFILE_SYS "C:\\sysless.ini"
+#define DEF_LESSKEYINFILE "lesskey.ini"
+#define LESSKEYINFILE_SYS "C:\\syslesskey.ini"
+#define LESSHISTFILE "lesshst.ini"
-
/* Settings always true for the emx compiler for OS/2 systems. */
#define OS2 1
/*
* Pathname separator character.
*/
-#define PATHNAME_SEP "\\"
+#define PATHNAME_SEP "\\"
/*
- * HAVE_ANSI_PROTOS is 1 if your compiler supports ANSI function prototypes.
+ * HAVE_ANSI_PROTOS is 1 if your compiler supports ANSI function prototypes.
*/
-#define HAVE_ANSI_PROTOS 1
+#define HAVE_ANSI_PROTOS 1
/*
* HAVE_SYS_TYPES_H is 1 if your system has <sys/types.h>.
*/
-#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_TYPES_H 1
/*
* Define if you have the <sgstat.h> header file.
*/
-#define HAVE_SGSTAT_H 0
+#undef HAVE_SGSTAT_H
/*
* HAVE_PERROR is 1 if your system has the perror() call.
* (Actually, if it has sys_errlist, sys_nerr and errno.)
*/
-#define HAVE_PERROR 1
+#define HAVE_PERROR 1
/*
* HAVE_TIME is 1 if your system has the time() call.
*/
-#define HAVE_TIME 1
+#define HAVE_TIME 1
/*
* HAVE_SHELL is 1 if your system supports a SHELL command interpreter.
*/
-#define HAVE_SHELL 0
+#define HAVE_SHELL 0
/*
* Default shell metacharacters and meta-escape character.
*/
-#define DEF_METACHARS "; *?\t\n'\"()<>|&"
-#define DEF_METAESCAPE ""
+#define DEF_METACHARS "; *?\t\n'\"()<>|&"
+#define DEF_METAESCAPE ""
/*
* HAVE_DUP is 1 if your system has the dup() call.
*/
-#define HAVE_DUP 1
+#define HAVE_DUP 1
/* Define to 1 to support reading lesskey source files (not just binary). */
#define HAVE_LESSKEYSRC 1
@@ -181,32 +179,32 @@
/*
* Sizes of various buffers.
*/
-#if 0 /* old sizes for small memory machines
-#define CMDBUF_SIZE 512 /* Buffer for multichar commands */
-#define UNGOT_SIZE 100 /* Max chars to unget() */
-#define LINEBUF_SIZE 1024 /* Max size of line in input file */
-#define OUTBUF_SIZE 1024 /* Output buffer */
-#define PROMPT_SIZE 200 /* Max size of prompt string */
-#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
-#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
-#define TAGLINE_SIZE 512 /* Max size of line in tags file */
-#define TABSTOP_MAX 32 /* Max number of custom tab stops */
+#if 0 /* old sizes for small memory machines */
+#define CMDBUF_SIZE 512 /* Buffer for multichar commands */
+#define UNGOT_SIZE 100 /* Max chars to unget() */
+#define LINEBUF_SIZE 1024 /* Max size of line in input file */
+#define OUTBUF_SIZE 1024 /* Output buffer */
+#define PROMPT_SIZE 200 /* Max size of prompt string */
+#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
+#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
+#define TAGLINE_SIZE 512 /* Max size of line in tags file */
+#define TABSTOP_MAX 32 /* Max number of custom tab stops */
#define LINENUM_POOL 200 /* Size of line number pool */
#else /* more reasonable sizes for modern machines */
-#define CMDBUF_SIZE 2048 /* Buffer for multichar commands */
-#define UNGOT_SIZE 200 /* Max chars to unget() */
-#define LINEBUF_SIZE 1024 /* Initial max size of line in input file */
-#define OUTBUF_SIZE 1024 /* Output buffer */
-#define PROMPT_SIZE 2048 /* Max size of prompt string */
-#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
-#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
-#define TAGLINE_SIZE 1024 /* Max size of line in tags file */
-#define TABSTOP_MAX 128 /* Max number of custom tab stops */
+#define CMDBUF_SIZE 2048 /* Buffer for multichar commands */
+#define UNGOT_SIZE 200 /* Max chars to unget() */
+#define LINEBUF_SIZE 1024 /* Initial max size of line in input file */
+#define OUTBUF_SIZE 1024 /* Output buffer */
+#define PROMPT_SIZE 2048 /* Max size of prompt string */
+#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
+#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
+#define TAGLINE_SIZE 1024 /* Max size of line in tags file */
+#define TABSTOP_MAX 128 /* Max number of custom tab stops */
#define LINENUM_POOL 1024 /* Size of line number pool */
#endif
/* Define to `long' if <sys/types.h> doesn't define. */
-/* #define off_t long */
+/* #define off_t long */
/* Define if you need to in order for stat and other things to work. */
/* #undef _POSIX_SOURCE */
@@ -272,7 +270,7 @@
#define HAVE_UPPER_LOWER 1
/* Define if you have the _setjmp function. */
-#define HAVE__SETJMP 0
+#define HAVE__SETJMP 0
/* Define if you have the memcpy function. */
#define HAVE_MEMCPY 1
@@ -281,14 +279,14 @@
#define HAVE_POPEN 1
/* Define if you have the sigsetmask function. */
-#define HAVE_SIGSETMASK 0
+#define HAVE_SIGSETMASK 0
/* Define if you have the sigprocmask function. */
-#define HAVE_SIGPROCMASK 1
+#define HAVE_SIGPROCMASK 1
/* Define if you have the sigset_t type and sigemptyset macro */
-#define HAVE_SIGSET_T 1
-#define HAVE_SIGEMPTYSET 1
+#define HAVE_SIGSET_T 1
+#define HAVE_SIGEMPTYSET 1
/* Define if you have the stat function. */
#define HAVE_STAT 1
@@ -297,13 +295,13 @@
#define HAVE_STRCHR 1
/* Define if you have the strstr function. */
-#define HAVE_STRSTR 1
+#define HAVE_STRSTR 1
/* Define if you have the system function. */
-#define HAVE_SYSTEM 1
+#define HAVE_SYSTEM 1
/* Define if you have the snprintf function. */
-#define HAVE_SNPRINTF 0
+#define HAVE_SNPRINTF 0
/* Define if you have the <ctype.h> header file. */
#define HAVE_CTYPE_H 1
@@ -333,16 +331,16 @@
#define HAVE_SYS_IOCTL_H 1
/* Define if you have the <sys/ptem.h> header file. */
-#define HAVE_SYS_PTEM_H 0
+#define HAVE_SYS_PTEM_H 0
/* Define if you have the <sys/stream.h> header file. */
-#define HAVE_SYS_STREAM_H 0
+#define HAVE_SYS_STREAM_H 0
/* Define if you have the <termcap.h> header file. */
#define HAVE_TERMCAP_H 1
/* Define if you have the <termio.h> header file. */
-#define HAVE_TERMIO_H 1
+#define HAVE_TERMIO_H 1
/* Define if you have the <termios.h> header file. */
#define HAVE_TERMIOS_H 1
diff --git a/defines.o9 b/defines.o9
index fd53cf3a9fe8..ec257a0d8196 100644
--- a/defines.o9
+++ b/defines.o9
@@ -14,99 +14,99 @@
* User preferences.
* Settings always true for OS-9 systems.
*/
-
+
/* User preferences. */
/*
* SECURE is 1 if you wish to disable a bunch of features in order to
* be safe to run by unprivileged users.
*/
-#define SECURE 0
+#define SECURE 0
/*
* SHELL_ESCAPE is 1 if you wish to allow shell escapes.
* (This is possible only if your system supplies the system() function.)
*/
-#define SHELL_ESCAPE (!SECURE)
+#define SHELL_ESCAPE (!SECURE)
/*
* EXAMINE is 1 if you wish to allow examining files by name from within less.
*/
-#define EXAMINE (!SECURE)
+#define EXAMINE (!SECURE)
/*
* TAB_COMPLETE_FILENAME is 1 if you wish to allow the TAB key
* to complete filenames at prompts.
*/
-#define TAB_COMPLETE_FILENAME 1
+#define TAB_COMPLETE_FILENAME (!SECURE)
/*
* CMD_HISTORY is 1 if you wish to allow keys to cycle through
* previous commands at prompts.
*/
-#define CMD_HISTORY 1
+#define CMD_HISTORY 1
/*
* HILITE_SEARCH is 1 if you wish to have search targets to be
* displayed in standout mode.
*/
-#define HILITE_SEARCH 1
+#define HILITE_SEARCH 1
/*
* EDITOR is 1 if you wish to allow editor invocation (the "v" command).
* (This is possible only if your system supplies the system() function.)
* EDIT_PGM is the name of the (default) editor to be invoked.
*/
-#define EDITOR (!SECURE)
-#define EDIT_PGM "umacs"
+#define EDITOR (!SECURE)
+#define EDIT_PGM "umacs"
/*
* TAGS is 1 if you wish to support tag files.
*/
-#define TAGS (!SECURE)
+#define TAGS (!SECURE)
/*
- * USERFILE is 1 if you wish to allow a .less file to specify
+ * USERFILE is 1 if you wish to allow a .lesskey or .less file to specify
* user-defined key bindings.
*/
-#define USERFILE (!SECURE)
+#define USERFILE (!SECURE)
/*
* GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
* This will generally work if your system provides the "popen" function
* and the "echo" shell command.
*/
-#define GLOB (!SECURE)
+#define GLOB (!SECURE)
/*
* PIPEC is 1 if you wish to have the "|" command
* which allows the user to pipe data into a shell command.
*/
-#define PIPEC (!SECURE)
+#define PIPEC (!SECURE && HAVE_POPEN)
/*
* LOGFILE is 1 if you wish to allow the -o option (to create log files).
*/
-#define LOGFILE (!SECURE)
+#define LOGFILE (!SECURE)
/*
- * OSC8_SEARCH is 1 if you wish to allow the ^O^O and related commands
+ * OSC8_LINK is 1 if you wish to allow the ^O^O and related commands
* (to open OSC8 hyperlinks).
*/
-#define OSC8_LINK 1
+#define OSC8_LINK 1
/*
* GNU_OPTIONS is 1 if you wish to support the GNU-style command
* line options --help and --version.
*/
-#define GNU_OPTIONS 1
+#define GNU_OPTIONS 1
/*
* ONLY_RETURN is 1 if you want RETURN to be the only input which
* will continue past an error message.
* Otherwise, any key will continue past an error message.
*/
-#define ONLY_RETURN 0
+#define ONLY_RETURN 0
/*
* LESSKEYFILE is the filename of the default lesskey output file
@@ -117,29 +117,28 @@
* LESSHISTFILE is the filename of the history file
* (in the HOME directory).
*/
-#define LESSKEYFILE ".less"
-#define LESSKEYFILE_SYS "/.sysless"
-#define DEF_LESSKEYINFILE ".lesskey"
-#define LESSKEYINFILE_SYS "/.syslesskey"
-#define LESSHISTFILE ".lesshst"
+#define LESSKEYFILE ".less"
+#define LESSKEYFILE_SYS "/.sysless"
+#define DEF_LESSKEYINFILE ".lesskey"
+#define LESSKEYINFILE_SYS "/.syslesskey"
+#define LESSHISTFILE ".lesshst"
-
/* Settings always true for OS-9. */
/* This is not needed; it is defined by the compiler. */
/* #define _OSK 1 */
-#define OS2 0
-#define MSDOS_COMPILER 0
+#define OS2 0
+#define MSDOS_COMPILER 0
/*
* Pathname separator character.
*/
-#define PATHNAME_SEP "/"
+#define PATHNAME_SEP "/"
/*
- * HAVE_ANSI_PROTOS is 1 if your compiler supports ANSI function prototypes.
+ * HAVE_ANSI_PROTOS is 1 if your compiler supports ANSI function prototypes.
*/
-#define HAVE_ANSI_PROTOS 1
+#define HAVE_ANSI_PROTOS 1
/*
* HAVE_SYS_TYPES_H is 1 if your system has <sys/types.h>.
@@ -149,27 +148,27 @@
/*
* Define if you have the <sgstat.h> header file.
*/
-#define HAVE_SGSTAT_H 1
+#define HAVE_SGSTAT_H 1
/*
* HAVE_PERROR is 1 if your system has the perror() call.
* (Actually, if it has sys_errlist, sys_nerr and errno.)
*/
#if _OSK_MWC32
-#define HAVE_PERROR 0
+#define HAVE_PERROR 0
#else
-#define HAVE_PERROR 1
+#define HAVE_PERROR 1
#endif
/*
* HAVE_TIME is 1 if your system has the time() call.
*/
-#define HAVE_TIME 1
+#define HAVE_TIME 1
/*
* HAVE_SHELL is 1 if your system supports a SHELL command interpreter.
*/
-#define HAVE_SHELL 0
+#define HAVE_SHELL 0
/*
* Default shell metacharacters and meta-escape character.
@@ -180,7 +179,7 @@
/*
* HAVE_DUP is 1 if your system has the dup() call.
*/
-#define HAVE_DUP 0
+#define HAVE_DUP 0
/* Define to 1 to support reading lesskey source files (not just binary). */
#define HAVE_LESSKEYSRC 1
@@ -188,27 +187,27 @@
/*
* Sizes of various buffers.
*/
-#if 0 /* old sizes for small memory machines
-#define CMDBUF_SIZE 512 /* Buffer for multichar commands */
-#define UNGOT_SIZE 100 /* Max chars to unget() */
-#define LINEBUF_SIZE 1024 /* Max size of line in input file */
-#define OUTBUF_SIZE 1024 /* Output buffer */
-#define PROMPT_SIZE 200 /* Max size of prompt string */
-#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
-#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
-#define TAGLINE_SIZE 512 /* Max size of line in tags file */
-#define TABSTOP_MAX 32 /* Max number of custom tab stops */
+#if 0 /* old sizes for small memory machines */
+#define CMDBUF_SIZE 512 /* Buffer for multichar commands */
+#define UNGOT_SIZE 100 /* Max chars to unget() */
+#define LINEBUF_SIZE 1024 /* Max size of line in input file */
+#define OUTBUF_SIZE 1024 /* Output buffer */
+#define PROMPT_SIZE 200 /* Max size of prompt string */
+#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
+#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
+#define TAGLINE_SIZE 512 /* Max size of line in tags file */
+#define TABSTOP_MAX 32 /* Max number of custom tab stops */
#define LINENUM_POOL 200 /* Size of line number pool */
#else /* more reasonable sizes for modern machines */
-#define CMDBUF_SIZE 2048 /* Buffer for multichar commands */
-#define UNGOT_SIZE 200 /* Max chars to unget() */
-#define LINEBUF_SIZE 1024 /* Initial max size of line in input file */
-#define OUTBUF_SIZE 1024 /* Output buffer */
-#define PROMPT_SIZE 2048 /* Max size of prompt string */
-#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
-#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
-#define TAGLINE_SIZE 1024 /* Max size of line in tags file */
-#define TABSTOP_MAX 128 /* Max number of custom tab stops */
+#define CMDBUF_SIZE 2048 /* Buffer for multichar commands */
+#define UNGOT_SIZE 200 /* Max chars to unget() */
+#define LINEBUF_SIZE 1024 /* Initial max size of line in input file */
+#define OUTBUF_SIZE 1024 /* Output buffer */
+#define PROMPT_SIZE 2048 /* Max size of prompt string */
+#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
+#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
+#define TAGLINE_SIZE 1024 /* Max size of line in tags file */
+#define TABSTOP_MAX 128 /* Max number of custom tab stops */
#define LINENUM_POOL 1024 /* Size of line number pool */
#endif
@@ -295,11 +294,11 @@
#define HAVE_SIGSETMASK 0
/* Define if you have the sigprocmask function. */
-#define HAVE_SIGPROCMASK 0
+#define HAVE_SIGPROCMASK 0
/* Define if you have the sigset_t type and sigemptyset macro */
-#define HAVE_SIGSET_T 0
-#define HAVE_SIGEMPTYSET 0
+#define HAVE_SIGSET_T 0
+#define HAVE_SIGEMPTYSET 0
/* Define if you have the stat function. */
#define HAVE_STAT 0
@@ -311,7 +310,7 @@
#define HAVE_SYSTEM 1
/* Define if you have the snprintf function. */
-#define HAVE_SNPRINTF 0
+#define HAVE_SNPRINTF 0
/* Define if you have the <ctype.h> header file. */
#define HAVE_CTYPE_H 1
diff --git a/defines.wn b/defines.wn
index 120d29ed98ae..e2bf72e1e53c 100644
--- a/defines.wn
+++ b/defines.wn
@@ -15,99 +15,98 @@
* Settings always true for Windows systems.
*/
-
/* User preferences. */
/*
* SECURE is 1 if you wish to disable a bunch of features in order to
* be safe to run by unprivileged users.
*/
-#define SECURE 0
+#define SECURE SECURE_COMPILE
/*
* SHELL_ESCAPE is 1 if you wish to allow shell escapes.
* (This is possible only if your system supplies the system() function.)
*/
-#define SHELL_ESCAPE (!SECURE)
+#define SHELL_ESCAPE (!SECURE)
/*
* EXAMINE is 1 if you wish to allow examining files by name from within less.
*/
-#define EXAMINE (!SECURE)
+#define EXAMINE (!SECURE)
/*
* TAB_COMPLETE_FILENAME is 1 if you wish to allow the TAB key
* to complete filenames at prompts.
*/
-#define TAB_COMPLETE_FILENAME (!SECURE)
+#define TAB_COMPLETE_FILENAME (!SECURE)
/*
* CMD_HISTORY is 1 if you wish to allow keys to cycle through
* previous commands at prompts.
*/
-#define CMD_HISTORY 1
+#define CMD_HISTORY 1
/*
* HILITE_SEARCH is 1 if you wish to have search targets to be
* displayed in standout mode.
*/
-#define HILITE_SEARCH 1
+#define HILITE_SEARCH 1
/*
* EDITOR is 1 if you wish to allow editor invocation (the "v" command).
* (This is possible only if your system supplies the system() function.)
* EDIT_PGM is the name of the (default) editor to be invoked.
*/
-#define EDITOR (!SECURE)
-#define EDIT_PGM "edit"
+#define EDITOR (!SECURE)
+#define EDIT_PGM "edit"
/*
* TAGS is 1 if you wish to support tag files.
*/
-#define TAGS (!SECURE)
+#define TAGS (!SECURE)
/*
- * USERFILE is 1 if you wish to allow a .less file to specify
+ * USERFILE is 1 if you wish to allow a .lesskey or .less file to specify
* user-defined key bindings.
*/
-#define USERFILE (!SECURE)
+#define USERFILE (!SECURE)
/*
* GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
* This will generally work if your system provides the "popen" function
* and the "echo" shell command.
*/
-#define GLOB 0
+#define GLOB (!SECURE)
/*
* PIPEC is 1 if you wish to have the "|" command
* which allows the user to pipe data into a shell command.
*/
-#define PIPEC 1
+#define PIPEC (!SECURE && HAVE_POPEN)
/*
* LOGFILE is 1 if you wish to allow the -o option (to create log files).
*/
-#define LOGFILE (!SECURE)
+#define LOGFILE (!SECURE)
/*
- * OSC8_SEARCH is 1 if you wish to allow the ^O^O and related commands
+ * OSC8_LINK is 1 if you wish to allow the ^O^O and related commands
* (to open OSC8 hyperlinks).
*/
-#define OSC8_LINK 1
+#define OSC8_LINK 1
/*
* GNU_OPTIONS is 1 if you wish to support the GNU-style command
* line options --help and --version.
*/
-#define GNU_OPTIONS 1
+#define GNU_OPTIONS 1
/*
* ONLY_RETURN is 1 if you want RETURN to be the only input which
* will continue past an error message.
* Otherwise, any key will continue past an error message.
*/
-#define ONLY_RETURN 0
+#define ONLY_RETURN 0
/*
* LESSKEYFILE is the filename of the default lesskey output file
@@ -118,63 +117,71 @@
* LESSHISTFILE is the filename of the history file
* (in the HOME directory).
*/
-#define LESSKEYFILE "_less"
-#define LESSKEYFILE_SYS "c:\\_sysless"
-#define DEF_LESSKEYINFILE "_lesskey"
-#define LESSKEYINFILE_SYS "c:\\_syslesskey"
-#define LESSHISTFILE "_lesshst"
+#define LESSKEYFILE "_less"
+#define LESSKEYFILE_SYS "c:\\_sysless"
+#define DEF_LESSKEYINFILE "_lesskey"
+#define LESSKEYINFILE_SYS "c:\\_syslesskey"
+#define LESSHISTFILE "_lesshst"
-
/* Settings always true for Windows systems. */
-#define MSDOS_COMPILER WIN32C
+#define MSDOS_COMPILER WIN32C
/*
* Pathname separator character.
*/
-#define PATHNAME_SEP "\\"
+#define PATHNAME_SEP "\\"
/*
- * HAVE_ANSI_PROTOS is 1 if your compiler supports ANSI function prototypes.
+ * HAVE_ANSI_PROTOS is 1 if your compiler supports ANSI function prototypes.
*/
-#define HAVE_ANSI_PROTOS 1
+#define HAVE_ANSI_PROTOS 1
/*
* HAVE_SYS_TYPES_H is 1 if your system has <sys/types.h>.
*/
-#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_TYPES_H 1
/*
* Define if you have the <sgstat.h> header file.
*/
-#define HAVE_SGSTAT_H 0
+#define HAVE_SGSTAT_H 0
/*
* HAVE_PERROR is 1 if your system has the perror() call.
* (Actually, if it has sys_errlist, sys_nerr and errno.)
*/
-#define HAVE_PERROR 1
+#define HAVE_PERROR 1
/*
* HAVE_TIME is 1 if your system has the time() call.
*/
-#define HAVE_TIME 1
+#define HAVE_TIME 1
/*
* HAVE_SHELL is 1 if your system supports a SHELL command interpreter.
*/
-#define HAVE_SHELL 0
+#define HAVE_SHELL 0
/*
* Default shell metacharacters and meta-escape character.
*/
-#define DEF_METACHARS "; *?\t\n'\"()<>|&"
-#define DEF_METAESCAPE ""
+#define DEF_METACHARS "; *?\t\n'\"()<>|&"
+#define DEF_METAESCAPE ""
/*
* HAVE_DUP is 1 if your system has the dup() call.
*/
-#define HAVE_DUP 1
+#define HAVE_DUP 1
+
+/* Define to 1 if you have the memcpy() function. */
+#define HAVE_MEMCPY 1
+
+/* Define to 1 if you have the strchr() function. */
+#define HAVE_STRCHR 1
+
+/* Define to 1 if you have the strstr() function. */
+#define HAVE_STRSTR 1
/* Define to 1 to support reading lesskey source files (not just binary). */
#define HAVE_LESSKEYSRC 1
@@ -183,31 +190,31 @@
* Sizes of various buffers.
*/
#if 0 /* old sizes for small memory machines */
-#define CMDBUF_SIZE 512 /* Buffer for multichar commands */
-#define UNGOT_SIZE 100 /* Max chars to unget() */
-#define LINEBUF_SIZE 1024 /* Max size of line in input file */
-#define OUTBUF_SIZE 1024 /* Output buffer */
-#define PROMPT_SIZE 200 /* Max size of prompt string */
-#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
-#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
-#define TAGLINE_SIZE 512 /* Max size of line in tags file */
-#define TABSTOP_MAX 32 /* Max number of custom tab stops */
+#define CMDBUF_SIZE 512 /* Buffer for multichar commands */
+#define UNGOT_SIZE 100 /* Max chars to unget() */
+#define LINEBUF_SIZE 1024 /* Max size of line in input file */
+#define OUTBUF_SIZE 1024 /* Output buffer */
+#define PROMPT_SIZE 200 /* Max size of prompt string */
+#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
+#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
+#define TAGLINE_SIZE 512 /* Max size of line in tags file */
+#define TABSTOP_MAX 32 /* Max number of custom tab stops */
#define LINENUM_POOL 200 /* Size of line number pool */
#else /* more reasonable sizes for modern machines */
-#define CMDBUF_SIZE 2048 /* Buffer for multichar commands */
-#define UNGOT_SIZE 200 /* Max chars to unget() */
-#define LINEBUF_SIZE 1024 /* Initial max size of line in input file */
-#define OUTBUF_SIZE 8192 /* Output buffer: 8K avoids end-of-buffer bugs in win_flush */
-#define PROMPT_SIZE 2048 /* Max size of prompt string */
-#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
-#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
-#define TAGLINE_SIZE 1024 /* Max size of line in tags file */
-#define TABSTOP_MAX 128 /* Max number of custom tab stops */
+#define CMDBUF_SIZE 2048 /* Buffer for multichar commands */
+#define UNGOT_SIZE 200 /* Max chars to unget() */
+#define LINEBUF_SIZE 1024 /* Initial max size of line in input file */
+#define OUTBUF_SIZE 8192 /* Output buffer: 8K avoids end-of-buffer bugs in win_flush */
+#define PROMPT_SIZE 2048 /* Max size of prompt string */
+#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
+#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
+#define TAGLINE_SIZE 1024 /* Max size of line in tags file */
+#define TABSTOP_MAX 128 /* Max number of custom tab stops */
#define LINENUM_POOL 1024 /* Size of line number pool */
#endif
/* Define to `long' if <sys/types.h> doesn't define. */
-/* #define off_t long */
+/* #define off_t long */
/* Define if you need to in order for stat and other things to work. */
/* #undef _POSIX_SOURCE */
@@ -230,18 +237,18 @@
/* #undef HAVE_REGCMP */
#ifdef MINGW
#ifdef USE_POSIX_REGCOMP
- #define HAVE_POSIX_REGCOMP 1
+ #define HAVE_POSIX_REGCOMP 1
#else
- #ifdef USE_GNU_REGEX
- #define HAVE_GNU_REGEX 1
+ #ifdef USE_GNU_REGEX
+ #define HAVE_GNU_REGEX 1
#else
#ifdef USE_REGEXP_C
- #define HAVE_V8_REGCOMP 1
- #define HAVE_REGEXEC2 1
+ #define HAVE_V8_REGCOMP 1
+ #define HAVE_REGEXEC2 1
#else
#define NO_REGEX 1
- #endif
- #endif
+ #endif
+ #endif
#endif
#else
#define HAVE_V8_REGCOMP 1
@@ -249,130 +256,164 @@
#define HAVE_REGEXEC2 1
#endif
-/* Define HAVE_VOID if your compiler supports the "void" type. */
-#define HAVE_VOID 1
-
/* Define HAVE_CONST if your compiler supports the "const" modifier. */
#define HAVE_CONST 1
-/* Define HAVE_TIME_T if your system supports the "time_t" type. */
-#define HAVE_TIME_T 1
+/* Define to 1 if you have the <ctype.h> header file. */
+#define HAVE_CTYPE_H 1
-/* Define HAVE_STRERROR if you have the strerror() function. */
-#define HAVE_STRERROR 1
+/* Define HAVE_ERRNO if you have the errno variable. */
+#define HAVE_ERRNO 1
+
+/* Define to 1 if you have the <errno.h> header file. */
+#define HAVE_ERRNO_H 1
+
+/* Define to 1 if you have the 'fchmod' function. */
+#define HAVE_FCHMOD 0
+
+/* Define to 1 if you have the <fcntl.h> header file. */
+#define HAVE_FCNTL_H 1
/* Define HAVE_FILENO if you have the fileno() macro. */
#define HAVE_FILENO 1
-/* Define HAVE_ERRNO if you have the errno variable */
-#define HAVE_ERRNO 1
-/* Define MUST_DEFINE_ERRNO if you have errno but it is not defined in errno.h */
-#define MUST_DEFINE_ERRNO 0
-/* Define HAVE_SETTABLE_ERRNO if the errno variable can be assigned to. */
-#define HAVE_SETTABLE_ERRNO 1
+/* Define to 1 if you have the 'fsync' function. */
+#define HAVE_FSYNC 0
-/* Define HAVE_SYS_ERRLIST if you have the sys_errlist[] variable */
-#define HAVE_SYS_ERRLIST 1
+/* Define to 1 if you have the <inttypes.h> header file. */
+#define HAVE_INTTYPES_H 0
-/* Define HAVE_OSPEED if your termcap library has the ospeed variable */
-#define HAVE_OSPEED 0
-/* Define MUST_DEFINE_OSPEED if you have ospeed but it is not defined
- * in termcap.h. */
-#define MUST_DEFINE_OSPEED 0
+/* Define to 1 if you have the <limits.h> header file. */
+#define HAVE_LIMITS_H 1
/* Define HAVE_LOCALE if you have locale.h and setlocale. */
#define HAVE_LOCALE 0
-/* Define HAVE_TERMIOS_FUNCS if you have tcgetattr/tcsetattr */
-#define HAVE_TERMIOS_FUNCS 0
+/* Define to 1 if you have the 'nanosleep' function. */
+#define HAVE_NANOSLEEP 0
-/* Define HAVE_UPPER_LOWER if you have isupper, islower, toupper, tolower */
-#define HAVE_UPPER_LOWER 1
+/* Define to 1 if you have the <ncurses/termcap.h> header file. */
+#define HAVE_NCURSES_TERMCAP_H 0
-/* Define if you have the _setjmp function. */
-#define HAVE__SETJMP 1
+/* Define HAVE_OSPEED if your termcap library has the ospeed variable. */
+#define HAVE_OSPEED 0
-/* Define if you have the memcpy function. */
-#define HAVE_MEMCPY 1
+/* Define to 1 if you have the 'poll' function. */
+#define HAVE_POLL 0
-/* Define if you have the popen function. */
+/* Define to 1 if you have the 'popen' function. */
#define HAVE_POPEN 1
-/* Define if you have the sigsetmask function. */
-#define HAVE_SIGSETMASK 0
+/* Define to 1 if you have the 'realpath' function. */
+#define HAVE_REALPATH 0
-/* Define if you have the sigprocmask function. */
-#define HAVE_SIGPROCMASK 0
+/* Define HAVE_SETTABLE_ERRNO if the errno variable can be assigned to. */
+#define HAVE_SETTABLE_ERRNO 1
-/* Define if you have the sigset_t type and sigemptyset macro */
-#define HAVE_SIGSET_T 0
-#define HAVE_SIGEMPTYSET 0
+/* Define HAVE_SIGEMPTYSET if you have the sigemptyset macro. */
+#define HAVE_SIGEMPTYSET 0
-/* Define if you have the stat function. */
-#define HAVE_STAT 1
+/* Define to 1 if you have the 'sigprocmask' function. */
+#define HAVE_SIGPROCMASK 0
-/* Define if you have the strchr function. */
-#define HAVE_STRCHR 1
+/* Define HAVE_SIGSETJMP if you have sigsetjmp and siglongjmp. */
+#define HAVE_SIGSETJMP 0
-/* Define if you have the system function. */
-#define HAVE_SYSTEM 1
+/* Define to 1 if you have the 'sigsetmask' function. */
+#define HAVE_SIGSETMASK 0
-/* Define if you have the snprintf function. */
-#define HAVE_SNPRINTF 1
+/* Define to 1 if the system has the type 'sigset_t'. */
+#define HAVE_SIGSET_T 0
-/* Define if you have the <ctype.h> header file. */
-#define HAVE_CTYPE_H 1
+/* Define to 1 if you have the 'snprintf' function. */
+#define HAVE_SNPRINTF 1
-/* Define if you have the <wctype.h> header file. */
-#define HAVE_WCTYPE_H 1
+/* Define to 1 if you have the 'stat' function. */
+#define HAVE_STAT 1
-/* Define if you have the <errno.h> header file. */
-#define HAVE_ERRNO_H 1
+/* Define HAVE_STAT_INO if your struct stat has st_ino and st_dev. */
+#define HAVE_STAT_INO 0
-/* Define if you have the <fcntl.h> header file. */
-#define HAVE_FCNTL_H 1
+/* Define to 1 if you have the <stdckdint.h> header file. */
+#define HAVE_STDCKDINT_H 0
-/* Define if you have the <limits.h> header file. */
-#define HAVE_LIMITS_H 1
+/* Define to 1 if you have the <stdint.h> header file. */
+#define HAVE_STDINT_H 0
-/* Define if you have the <stdio.h> header file. */
+/* Define to 1 if you have the <stdio.h> header file. */
#define HAVE_STDIO_H 1
-/* Define if you have the <string.h> header file. */
+/* Define to 1 if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
+/* Define HAVE_STRERROR if you have the strerror() function. */
+#define HAVE_STRERROR 1
+
+/* Define to 1 if you have the <strings.h> header file. */
+#define HAVE_STRINGS_H 0
+
+/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
-/* Define if you have the <stdlib> header file. */
-#define HAVE_STDLIB_H 1
+/* Define to 1 if you have the 'strsignal' function. */
+#define HAVE_STRSIGNAL 0
+
+/* Define to 1 if you have the 'system' function. */
+#define HAVE_SYSTEM 1
-/* Define if you have the <sys/ioctl.h> header file. */
+/* Define HAVE_SYS_ERRLIST if you have the sys_errlist[] variable. */
+#define HAVE_SYS_ERRLIST 1
+
+/* Define to 1 if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 0
-/* Define if you have the <sys/ptem.h> header file. */
-#define HAVE_SYS_PTEM_H 0
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 0
+
+/* Define to 1 if you have the <sys/stream.h> header file. */
+#define HAVE_SYS_STREAM_H 0
+
+/* Define to 1 if you have the <sys/wait.h> header file. */
+#define HAVE_SYS_WAIT_H 0
-/* Define if you have the <sys/stream.h> header file. */
-#define HAVE_SYS_STREAM_H 0
+/* Define to 1 if you have the <termcap.h> header file. */
+#define HAVE_TERMCAP_H 0
-/* Define if you have the <termcap.h> header file. */
-#define HAVE_TERMCAP_H 0
+/* Define HAVE_TERMINFO if you have the terminfo library. */
+#define HAVE_TERMINFO 0
-/* Define if you have the <termio.h> header file. */
-#define HAVE_TERMIO_H 0
+/* Define HAVE_TERMIOS_FUNCS if you have tcgetattr/tcsetattr. */
+#define HAVE_TERMIOS_FUNCS 0
-/* Define if you have the <termios.h> header file. */
+/* Define to 1 if you have the <termios.h> header file. */
#define HAVE_TERMIOS_H 0
-/* Define if you have the <time.h> header file. */
+/* Define to 1 if you have the <termio.h> header file. */
+#define HAVE_TERMIO_H 0
+
+/* Define to 1 if you have the <time.h> header file. */
#define HAVE_TIME_H 1
-/* Define if you have the <unistd.h> header file. */
+/* Define HAVE_TIME_T if your system supports the "time_t" type. */
+#define HAVE_TIME_T 1
+
+/* Define to 1 if you have the 'ttyname' function. */
+#define HAVE_TTYNAME 0
+
+/* Define to 1 if you have the <unistd.h> header file. */
#ifdef MINGW
#define HAVE_UNISTD_H 1
#else
#define HAVE_UNISTD_H 0
#endif
-/* Define if you have the <values.h> header file. */
+/* Define HAVE_UPPER_LOWER if you have isupper, islower, toupper, tolower. */
+#define HAVE_UPPER_LOWER 1
+
+/* Define to 1 if you have the 'usleep' function. */
+#define HAVE_USLEEP 0
+
+/* Define to 1 if you have the <values.h> header file. */
#ifdef _MSC_VER
#define HAVE_VALUES_H 0
#else
@@ -383,7 +424,21 @@
#endif
#endif
-#define popen _popen
+/* Define HAVE_VOID if your compiler supports the "void" type. */
+#define HAVE_VOID 1
+
+/* Define to 1 if you have the '_setjmp' function. */
+#define HAVE__SETJMP 1
+
+/* Define MUST_DEFINE_ERRNO if you have errno but it is not defined in
+ errno.h. */
+#define MUST_DEFINE_ERRNO 0
+
+/* Define MUST_DEFINE_OSPEED if you have ospeed but it is not defined in
+ termcap.h. */
+#define MUST_DEFINE_OSPEED 0
+
+#define popen _popen
/*
* _snprintf in msvcrt/ucrt is non-compliant (no '\0' on overflow).
diff --git a/edit.c b/edit.c
index 1816e6f9f9bc..3a8f4eb41aec 100644
--- a/edit.c
+++ b/edit.c
@@ -77,20 +77,20 @@ public void init_textlist(struct textlist *tlist, mutable char *str)
#if SPACES_IN_FILENAMES
if (meta_quoted)
{
- meta_quoted = 0;
+ meta_quoted = FALSE;
} else if (esclen > 0 && s + esclen < tlist->endstring &&
strncmp(s, esc, esclen) == 0)
{
- meta_quoted = 1;
+ meta_quoted = TRUE;
s += esclen - 1;
} else if (delim_quoted)
{
if (*s == closequote)
- delim_quoted = 0;
+ delim_quoted = FALSE;
} else /* (!delim_quoted) */
{
if (*s == openquote)
- delim_quoted = 1;
+ delim_quoted = TRUE;
else if (*s == ' ')
*s = '\0';
}
@@ -101,7 +101,7 @@ public void init_textlist(struct textlist *tlist, mutable char *str)
}
}
-public constant char * forw_textlist(struct textlist *tlist, constant char *prev)
+public constant char * forw_textlist(constant struct textlist *tlist, constant char *prev)
{
constant char *s;
@@ -120,7 +120,7 @@ public constant char * forw_textlist(struct textlist *tlist, constant char *prev
return (s);
}
-public constant char * back_textlist(struct textlist *tlist, constant char *prev)
+public constant char * back_textlist(constant struct textlist *tlist, constant char *prev)
{
constant char *s;
@@ -210,7 +210,6 @@ static void modeline_options(constant char *str, char end_char)
*/
static void check_modeline(constant char *line)
{
-#if HAVE_STRSTR
static constant char *pgms[] = { "less:", "vim:", "vi:", "ex:", NULL };
constant char **pgm;
for (pgm = pgms; *pgm != NULL; ++pgm)
@@ -235,7 +234,6 @@ static void check_modeline(constant char *line)
pline = str;
}
}
-#endif /* HAVE_STRSTR */
}
/*
diff --git a/filename.c b/filename.c
index 28ff25e4dcb8..d9d824be6f50 100644
--- a/filename.c
+++ b/filename.c
@@ -469,7 +469,7 @@ public char * fcomplete(constant char *s)
* be used later to compare to st_size from stat(2) to see if the file
* is lying about its size.
*/
-public int bin_file(int f, ssize_t *n)
+public lbool bin_file(int f, ssize_t *n)
{
int bin_count = 0;
char data[256];
@@ -477,12 +477,12 @@ public int bin_file(int f, ssize_t *n)
constant char* edata;
if (!seekable(f))
- return (0);
+ return FALSE;
if (less_lseek(f, (less_off_t)0, SEEK_SET) == BAD_LSEEK)
- return (0);
+ return FALSE;
*n = read(f, data, sizeof(data));
if (*n <= 0)
- return (0);
+ return FALSE;
edata = &data[*n];
for (p = data; p < edata; )
{
@@ -569,9 +569,10 @@ static FILE * shellcmd(constant char *cmd)
fd = popen(cmd, "r");
} else
{
- size_t len = strlen(shell) + strlen(esccmd) + 5;
+ constant char *copt = shell_coption();
+ size_t len = strlen(shell) + strlen(esccmd) + strlen(copt) + 3;
scmd = (char *) ecalloc(len, sizeof(char));
- SNPRINTF3(scmd, len, "%s %s %s", shell, shell_coption(), esccmd);
+ SNPRINTF3(scmd, len, "%s %s %s", shell, copt, esccmd);
free(esccmd);
fd = popen(scmd, "r");
free(scmd);
diff --git a/fmt.uni b/fmt.uni
index c861e1908360..7b6726ffd2ad 100644
--- a/fmt.uni
+++ b/fmt.uni
@@ -1,4 +1,4 @@
-/* Generated by "./mkutable -f2 Cf -- unicode/UnicodeData.txt" on Jul 27 19:38:50 GMT 2025 */
+/* Generated by "./mkutable -f2 Cf -- unicode/UnicodeData.txt" on Nov 28 1:30:12 GMT 2025 */
{ 0x0600, 0x0605 }, /* Cf */
{ 0x061c, 0x061c }, /* Cf */
{ 0x06dd, 0x06dd }, /* Cf */
diff --git a/forwback.c b/forwback.c
index 479b7ed34b72..970353158a70 100644
--- a/forwback.c
+++ b/forwback.c
@@ -34,7 +34,7 @@ extern int auto_wrap;
extern lbool plusoption;
extern int forw_scroll;
extern int back_scroll;
-extern int ignore_eoi;
+extern lbool ignore_eoi;
extern int header_lines;
extern int header_cols;
extern int full_screen;
@@ -64,7 +64,7 @@ public void eof_bell(void)
}
#endif
if (quiet == NOT_QUIET)
- bell();
+ lbell();
else
vbell();
}
@@ -216,12 +216,13 @@ public int overlay_header(void)
* The first real line after the blanks will start at ch_zero().
* "to_newline" means count file lines rather than screen lines.
*/
-public void forw(int n, POSITION pos, lbool force, lbool only_last, lbool to_newline, int nblank)
+public void forw(int n, POSITION pos, lbool force, lbool only_last, lbool to_newline, lbool do_stop_on_form_feed, int nblank)
{
int nlines = 0;
lbool do_repaint;
lbool newline;
lbool first_line = TRUE;
+ lbool need_home = FALSE;
if (pos != NULL_POSITION)
pos = after_header_pos(pos);
@@ -250,8 +251,7 @@ public void forw(int n, POSITION pos, lbool force, lbool only_last, lbool to_new
*/
pos_clear();
force = TRUE;
- clear();
- home();
+ need_home = TRUE;
}
if (pos != position(BOTTOM_PLUS_ONE) || empty_screen())
@@ -265,8 +265,7 @@ public void forw(int n, POSITION pos, lbool force, lbool only_last, lbool to_new
force = TRUE;
if (top_scroll)
{
- clear();
- home();
+ need_home = TRUE;
} else if (!first_time && !is_filtering() && full_screen)
{
putstr("...skipping...\n");
@@ -327,6 +326,12 @@ public void forw(int n, POSITION pos, lbool force, lbool only_last, lbool to_new
nlines++;
if (do_repaint)
continue;
+ if (need_home)
+ {
+ lclear();
+ home();
+ need_home = FALSE;
+ }
/*
* If this is the first screen displayed and
* we hit an early EOF (i.e. before the requested
@@ -348,13 +353,13 @@ public void forw(int n, POSITION pos, lbool force, lbool only_last, lbool to_new
continue;
}
put_line(TRUE);
- if (stop_on_form_feed && !do_repaint && line_is_ff() && position(TOP) != NULL_POSITION)
+ if (do_stop_on_form_feed && !do_repaint && line_is_ff() && position(TOP) != NULL_POSITION)
break;
forw_prompt = 1;
}
if (!first_line)
add_forw_pos(pos, FALSE);
- if (nlines == 0 && !ignore_eoi && !ABORT_SIGS())
+ if (nlines == 0 && !ignore_eoi)
eof_bell();
else if (do_repaint)
repaint();
@@ -370,7 +375,7 @@ public void forw(int n, POSITION pos, lbool force, lbool only_last, lbool to_new
/*
* Display n lines, scrolling backward.
*/
-public void back(int n, POSITION pos, lbool force, lbool only_last, lbool to_newline)
+public void back(int n, POSITION pos, lbool force, lbool only_last, lbool to_newline, lbool do_stop_on_form_feed)
{
int nlines = 0;
lbool do_repaint;
@@ -413,7 +418,7 @@ public void back(int n, POSITION pos, lbool force, lbool only_last, lbool to_new
home();
add_line();
put_line(FALSE);
- if (stop_on_form_feed && line_is_ff())
+ if (do_stop_on_form_feed && line_is_ff())
break;
}
}
@@ -464,7 +469,7 @@ public void forward(int n, lbool force, lbool only_last, lbool to_newline)
{
do
{
- back(1, position(TOP), TRUE, FALSE, FALSE);
+ back(1, position(TOP), TRUE, FALSE, FALSE, stop_on_form_feed);
pos = position(BOTTOM_PLUS_ONE);
} while (pos == NULL_POSITION && !ABORT_SIGS());
}
@@ -474,7 +479,7 @@ public void forward(int n, lbool force, lbool only_last, lbool to_newline)
return;
}
}
- forw(n, pos, force, only_last, to_newline, 0);
+ forw(n, pos, force, only_last, to_newline, stop_on_form_feed, 0);
}
/*
@@ -491,7 +496,7 @@ public void backward(int n, lbool force, lbool only_last, lbool to_newline)
eof_bell();
return;
}
- back(n, pos, force, only_last, to_newline);
+ back(n, pos, force, only_last, to_newline, stop_on_form_feed);
}
/*
diff --git a/funcs.h b/funcs.h
index 11605acc8b3b..903087785b0b 100644
--- a/funcs.h
+++ b/funcs.h
@@ -8,17 +8,18 @@ public size_t sprefix(constant char *ps, constant char *s, int uppercase);
public void quit(int status);
public int secure_allow(int features);
public void raw_mode(int on);
+public void scrsize(void);
public void screen_size_changed(void);
public constant char * special_key_str(int key);
public void init_win_colors(void);
-public void get_term(void);
+public void get_term();
public void init_mouse(void);
public void deinit_mouse(void);
public void suspend_screen(void);
public void resume_screen(void);
-public void init(void);
-public void deinit(void);
-public int interactive(void);
+public void term_init(void);
+public void term_deinit(void);
+public lbool interactive(void);
public void home(void);
public void dump_screen(void);
public void add_line(void);
@@ -29,8 +30,8 @@ public void line_left(void);
public void check_winch(void);
public void goto_line(int sindex);
public void vbell(void);
-public void bell(void);
-public void clear(void);
+public void lbell(void);
+public void lclear(void);
public void clear_eol(void);
public void clear_bot(void);
public void init_bracketed_paste(void);
@@ -45,7 +46,7 @@ public void putbs(void);
public void WIN32ungetch(int ch);
public lbool win32_kbhit2(lbool no_queued);
public lbool win32_kbhit(void);
-public char WIN32getch(void);
+public int WIN32getch(void);
public void win32_getch_clear(void);
public void WIN32setcolors(int fg, int bg);
public void WIN32textout(constant char *text, size_t len);
@@ -106,7 +107,7 @@ public constant char * cmd_lastpattern(void);
public void init_cmdhist(void);
public void save_cmdhist(void);
public void cmd_exec(void);
-public int in_mca(void);
+public lbool in_mca(void);
public int norm_search_type(int st);
public void screen_trashed_num(int trashed);
public void screen_trashed(void);
@@ -134,6 +135,7 @@ public void add_uvar_table(unsigned char *buf, size_t len);
public void add_sysvar_table(unsigned char *buf, size_t len);
public int fcmd_decode(constant char *cmd, constant char **sp);
public int ecmd_decode(constant char *cmd, constant char **sp);
+public lbool parse_csl(lbool (*func)(constant char *word, size_t wlen, void *arg), constant char *str, void *arg);
public constant char * lgetenv(constant char *var);
public constant char * lgetenv_ext(constant char *var, unsigned char *env_buf, size_t env_buf_len);
public lbool isnullenv(constant char *s);
@@ -142,8 +144,8 @@ public int lesskey_src(constant char *filename, lbool sysvar);
public int lesskey_content(constant char *content, lbool sysvar);
public int editchar(char c, int flags);
public void init_textlist(struct textlist *tlist, mutable char *str);
-public constant char * forw_textlist(struct textlist *tlist, constant char *prev);
-public constant char * back_textlist(struct textlist *tlist, constant char *prev);
+public constant char * forw_textlist(constant struct textlist *tlist, constant char *prev);
+public constant char * back_textlist(constant struct textlist *tlist, constant char *prev);
public void close_altpipe(IFILE ifile);
public void check_altpipe_error(void);
public int edit(constant char *filename);
@@ -170,7 +172,7 @@ public char * dirfile(constant char *dirname, constant char *filename, int must_
public char * homefile(constant char *filename);
public char * fexpand(constant char *s);
public char * fcomplete(constant char *s);
-public int bin_file(int f, ssize_t *n);
+public lbool bin_file(int f, ssize_t *n);
public char * readfd(FILE *fd);
public char * lglob(constant char *afilename);
public lbool is_fake_pathname(constant char *path);
@@ -188,8 +190,8 @@ public lbool eof_displayed(lbool offset);
public lbool entire_file_displayed(void);
public void squish_check(void);
public int overlay_header(void);
-public void forw(int n, POSITION pos, lbool force, lbool only_last, lbool to_newline, int nblank);
-public void back(int n, POSITION pos, lbool force, lbool only_last, lbool to_newline);
+public void forw(int n, POSITION pos, lbool force, lbool only_last, lbool to_newline, lbool do_stop_on_form_feed, int nblank);
+public void back(int n, POSITION pos, lbool force, lbool only_last, lbool to_newline, lbool do_stop_on_form_feed);
public void forward(int n, lbool force, lbool only_last, lbool to_newline);
public void backward(int n, lbool force, lbool only_last, lbool to_newline);
public int get_back_scroll(void);
@@ -203,10 +205,10 @@ public IFILE get_ifile(constant char *filename, IFILE prev);
public constant char * get_filename(IFILE ifile);
public constant char * get_real_filename(IFILE ifile);
public int get_index(IFILE ifile);
-public void store_pos(IFILE ifile, struct scrpos *scrpos);
+public void store_pos(IFILE ifile, constant struct scrpos *scrpos);
public void get_pos(IFILE ifile, struct scrpos *scrpos);
public void set_open(IFILE ifile);
-public int opened(IFILE ifile);
+public lbool opened(IFILE ifile);
public void hold_ifile(IFILE ifile, int incr);
public int held_ifile(IFILE ifile);
public void * get_filestate(IFILE ifile);
@@ -264,6 +266,7 @@ public POSITION forw_raw_line(POSITION curr_pos, constant char **linep, size_t *
public POSITION back_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp);
public int skip_columns(int cols, constant char **linep, size_t *line_lenp);
public void load_line(constant char *str);
+public int longest_line_width(void);
public int rrshift(void);
public int set_color_map(int attr, constant char *colorstr);
public constant char * get_color_map(int attr);
@@ -278,7 +281,7 @@ public void lsystem(constant char *cmd, constant char *donemsg);
public int pipe_mark(char c, constant char *cmd);
public int pipe_data(constant char *cmd, POSITION spos, POSITION epos);
public void init_mark(void);
-public int badmark(char c);
+public lbool badmark(char c);
public void setmark(char c, int where);
public void clrmark(char c);
public void lastmark(void);
@@ -303,6 +306,7 @@ public void opt_t(int type, constant char *s);
public void opt__T(int type, constant char *s);
public void opt_p(int type, constant char *s);
public void opt__P(int type, constant char *s);
+public void opt_autosave(int type, constant char *s);
public void opt_b(int type, constant char *s);
public void opt_i(int type, constant char *s);
public void opt__V(int type, constant char *s);
@@ -321,7 +325,6 @@ public void opt_status_col_width(int type, constant char *s);
public void opt_filesize(int type, constant char *s);
public void opt_first_cmd_at_prompt(int type, constant char *s);
public void opt_intr(int type, constant char *s);
-public int next_cnum(constant char **sp, constant char *printopt, constant char *errmsg, lbool *errp);
public void opt_header(int type, constant char *s);
public void opt_search_type(int type, constant char *s);
public void opt_nosearch_headers(int type, constant char *s);
@@ -331,17 +334,18 @@ public void opt_no_paste(int type, constant char *s);
public void opt_ttyin_name(int type, constant char *s);
public int chop_line(void);
public int get_swindow(void);
+public lbool autosave_action(char act);
public constant char * propt(char c);
public void scan_option(constant char *s, lbool is_env);
-public void toggle_option(struct loption *o, lbool lower, constant char *s, int how_toggle);
-public int opt_has_param(struct loption *o);
-public constant char * opt_prompt(struct loption *o);
+public lbool toggle_option(struct loption *o, lbool lower, constant char *s, int how_toggle);
+public lbool opt_has_param(constant struct loption *o);
+public constant char * opt_prompt(constant struct loption *o);
public constant char * opt_toggle_disallowed(int c);
public lbool isoptpending(void);
public void nopendopt(void);
-public int getnumc(constant char **sp, constant char *printopt, lbool *errp);
-public int getnum(char **sp, constant char *printopt, lbool *errp);
-public long getfraction(constant char **sp, constant char *printopt, lbool *errp);
+public lbool getnumc(constant char **sp, constant char *printopt, lbool neg_ok, mutable int *p_num);
+public lbool getnum(char **sp, constant char *printopt, lbool neg_ok, mutable int *p_num);
+public lbool getfraction(constant char **sp, mutable long *p_frac);
public void init_unsupport(void);
public int get_quit_at_eof(void);
public void init_option(void);
@@ -350,10 +354,11 @@ public struct loption * findopt_name(constant char **p_optname, constant char **
public char * findopts_name(constant char *pfx);
public void init_poll(void);
public lbool ttyin_ready(void);
-public int supports_ctrl_x(void);
+public lbool supports_ctrl_x(void);
public ssize_t iread(int fd, unsigned char *buf, size_t len);
public int iopen(constant char *filename, int flags);
public void intio(void);
+public void polling_ok(void);
public time_type get_time(void);
public char * errno_message(constant char *filename);
public constant char * signal_message(int sig);
@@ -364,16 +369,16 @@ public int os9_signal(int type, RETSIGTYPE (*handler)());
public void sleep_ms(int ms);
public void put_line(lbool forw_scroll);
public void flush(void);
-public void set_output(int fd);
+public void set_output(int fd, lbool no_term_init);
public int putchr(int ch);
public void clear_bot_if_needed(void);
public void putstr(constant char *s);
-public int less_printf(constant char *fmt, PARG *parg);
+public int less_printf(constant char *fmt, constant PARG *parg);
public void get_return(void);
-public void error(constant char *fmt, PARG *parg);
-public void ierror(constant char *fmt, PARG *parg);
-public void ixerror(constant char *fmt, PARG *parg);
-public int query(constant char *fmt, PARG *parg);
+public void error(constant char *fmt, constant PARG *parg);
+public void ierror(constant char *fmt, constant PARG *parg);
+public void ixerror(constant char *fmt, constant PARG *parg);
+public int query(constant char *fmt, constant PARG *parg);
public int compile_pattern(constant char *pattern, int search_type, int show_error, PATTERN_TYPE *comp_pattern);
public void uncompile_pattern(PATTERN_TYPE *pattern);
public int valid_pattern(char *pattern);
@@ -386,8 +391,8 @@ public void add_back_pos(POSITION pos);
public void pos_clear(void);
public void pos_init(void);
public int onscreen(POSITION pos);
-public int empty_screen(void);
-public int empty_lines(int s, int e);
+public lbool empty_screen(void);
+public lbool empty_lines(int s, int e);
public void get_scrpos(struct scrpos *scrpos, int where);
public int sindex_from_sline(int sline);
public void pos_rehead(void);
@@ -401,7 +406,7 @@ public int get_cvt_ops(int search_type);
public void repaint_hilite(lbool on);
public void clear_attn(void);
public void undo_search(lbool clear);
-public void undo_osc8(void);
+public lbool undo_osc8(void);
public void clr_hlist(struct hilite_tree *anchor);
public void clr_hilite(void);
public void clr_filter(void);
@@ -420,7 +425,7 @@ public int search(int search_type, constant char *pattern, int n);
public void prep_hilite(POSITION spos, POSITION epos, int maxlines);
public void set_filter_pattern(constant char *pattern, int search_type);
public lbool is_filtering(void);
-public RETSIGTYPE winch(int type);
+public RETSIGTYPE lwinch(int type);
public void init_signals(int on);
public void psignals(void);
public void cleantags(void);
@@ -445,7 +450,7 @@ public void xbuf_deinit(struct xbuffer *xbuf);
public void xbuf_reset(struct xbuffer *xbuf);
public void xbuf_add_byte(struct xbuffer *xbuf, unsigned char b);
public void xbuf_add_char(struct xbuffer *xbuf, char c);
-public void xbuf_add_data(struct xbuffer *xbuf, constant unsigned char *data, size_t len);
+public void xbuf_add_data(struct xbuffer *xbuf, constant void *vdata, size_t len);
public int xbuf_pop(struct xbuffer *buf);
public void xbuf_set(struct xbuffer *dst, constant struct xbuffer *src);
public constant char * xbuf_char_data(constant struct xbuffer *xbuf);
diff --git a/help.c b/help.c
index ed9465ad9560..ca6e81fd70f6 100644
--- a/help.c
+++ b/help.c
@@ -1,4 +1,4 @@
-/* This file was generated by mkhelp.pl from less.hlp at 18:02 on 2025/10/4 */
+/* This file was generated by mkhelp.pl from less.hlp at 16:50 on 2026/1/10 */
#include "less.h"
constant char helpdata[] = {
'\n',
@@ -32,6 +32,7 @@ constant char helpdata[] = {
' ',' ','E','S','C','-','{',' ',' ','^','L','e','f','t','A','r','r','o','w',' ',' ',' ',' ','L','e','f','t',' ',' ','t','o',' ','f','i','r','s','t',' ','c','o','l','u','m','n','.','\n',
' ',' ','F',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','F','o','r','w','a','r','d',' ','f','o','r','e','v','e','r',';',' ','l','i','k','e',' ','"','t','a','i','l',' ','-','f','"','.','\n',
' ',' ','E','S','C','-','F',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','L','i','k','e',' ','F',' ','b','u','t',' ','s','t','o','p',' ','w','h','e','n',' ','s','e','a','r','c','h',' ','p','a','t','t','e','r','n',' ','i','s',' ','f','o','u','n','d','.','\n',
+' ',' ','E','S','C','-','f',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','L','i','k','e',' ','F',' ','b','u','t',' ','r','i','n','g',' ','t','h','e',' ','b','e','l','l',' ','w','h','e','n',' ','s','e','a','r','c','h',' ','p','a','t','t','e','r','n',' ','i','s',' ','f','o','u','n','d','.','\n',
' ',' ','r',' ',' ','^','R',' ',' ','^','L',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','R','e','p','a','i','n','t',' ','s','c','r','e','e','n','.','\n',
' ',' ','R',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','R','e','p','a','i','n','t',' ','s','c','r','e','e','n',',',' ','d','i','s','c','a','r','d','i','n','g',' ','b','u','f','f','e','r','e','d',' ','i','n','p','u','t','.','\n',
' ',' ',' ',' ',' ',' ',' ',' ','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','\n',
@@ -222,6 +223,8 @@ constant char helpdata[] = {
' ',' ','-','#',' ','[','_','\b','N',']',' ',' ','.','.','.','.',' ',' ','-','-','s','h','i','f','t','=','[','_','\b','N',']','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','S','e','t',' ','h','o','r','i','z','o','n','t','a','l',' ','s','c','r','o','l','l',' ','a','m','o','u','n','t',' ','(','0',' ','=',' ','o','n','e',' ','h','a','l','f',' ','s','c','r','e','e','n',' ','w','i','d','t','h',')','.','\n',
'\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','a','u','t','o','s','a','v','e','=','[','_','\b','m','_','\b','/','_','\b','!','_','\b','*',']','\n',
+' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','A','c','t','i','o','n','s',' ','w','h','i','c','h',' ','c','a','u','s','e',' ','t','h','e',' ','h','i','s','t','o','r','y',' ','f','i','l','e',' ','t','o',' ','b','e',' ','s','a','v','e','d','.','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','e','x','i','t','-','f','o','l','l','o','w','-','o','n','-','c','l','o','s','e','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','E','x','i','t',' ','F',' ','c','o','m','m','a','n','d',' ','o','n',' ','a',' ','p','i','p','e',' ','w','h','e','n',' ','w','r','i','t','e','r',' ','c','l','o','s','e','s',' ','p','i','p','e','.','\n',
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','-','-','f','i','l','e','-','s','i','z','e','\n',
diff --git a/ifile.c b/ifile.c
index e32ca6520d80..7d516b612e01 100644
--- a/ifile.c
+++ b/ifile.c
@@ -31,7 +31,7 @@ struct ifile {
void *h_filestate; /* File state (used in ch.c) */
int h_index; /* Index within command line list */
int h_hold; /* Hold count */
- char h_opened; /* Has this ifile been opened? */
+ lbool h_opened; /* Has this ifile been opened? */
struct scrpos h_scrpos; /* Saved position within the file */
void *h_altpipe; /* Alt pipe */
char *h_altfilename; /* Alt filename */
@@ -108,7 +108,7 @@ static struct ifile * new_ifile(constant char *filename, struct ifile *prev)
p->h_filename = save(filename);
p->h_rfilename = lrealpath(filename);
p->h_scrpos.pos = NULL_POSITION;
- p->h_opened = 0;
+ p->h_opened = FALSE;
p->h_hold = 0;
p->h_filestate = NULL;
p->h_altfilename = NULL;
@@ -269,7 +269,7 @@ public int get_index(IFILE ifile)
/*
* Save the file position to be associated with a given file.
*/
-public void store_pos(IFILE ifile, struct scrpos *scrpos)
+public void store_pos(IFILE ifile, constant struct scrpos *scrpos)
{
int_ifile(ifile)->h_scrpos = *scrpos;
}
@@ -288,13 +288,13 @@ public void get_pos(IFILE ifile, struct scrpos *scrpos)
*/
public void set_open(IFILE ifile)
{
- int_ifile(ifile)->h_opened = 1;
+ int_ifile(ifile)->h_opened = TRUE;
}
/*
* Return whether the ifile has been opened previously.
*/
-public int opened(IFILE ifile)
+public lbool opened(IFILE ifile)
{
return (int_ifile(ifile)->h_opened);
}
diff --git a/input.c b/input.c
index dda039b21a27..ac9316fe38c0 100644
--- a/input.c
+++ b/input.c
@@ -22,7 +22,6 @@
extern int squeeze;
extern int hshift;
extern int quit_if_one_screen;
-extern int ignore_eoi;
extern int status_col;
extern int wordwrap;
extern POSITION start_attnpos;
diff --git a/jump.c b/jump.c
index c2cd3bbb4795..472929c5c6af 100644
--- a/jump.c
+++ b/jump.c
@@ -194,7 +194,7 @@ static void after_header_message(void)
return;
last_msg = now;
#endif
- bell();
+ lbell();
/* {{ This message displays before the file text is updated, which is not a good UX. }} */
/** error("Cannot display text before header; use --header=- to disable header", NULL_PARG); */
}
@@ -243,9 +243,9 @@ public void jump_loc(POSITION pos, int sline)
*/
nline -= sindex;
if (nline > 0)
- forw(nline, position(BOTTOM_PLUS_ONE), TRUE, FALSE, FALSE, 0);
+ forw(nline, position(BOTTOM_PLUS_ONE), TRUE, FALSE, FALSE, FALSE, 0);
else
- back(-nline, position(TOP), TRUE, FALSE, FALSE);
+ back(-nline, position(TOP), TRUE, FALSE, FALSE, FALSE);
#if HILITE_SEARCH
if (show_attn)
repaint_hilite(TRUE);
@@ -286,7 +286,7 @@ public void jump_loc(POSITION pos, int sline)
* close enough to the current screen
* that we can just scroll there after all.
*/
- forw(sc_height-sindex+nline-1, bpos, TRUE, FALSE, FALSE, 0);
+ forw(sc_height-sindex+nline-1, bpos, TRUE, FALSE, FALSE, FALSE, 0);
#if HILITE_SEARCH
if (show_attn)
repaint_hilite(TRUE);
@@ -308,7 +308,7 @@ public void jump_loc(POSITION pos, int sline)
lastmark();
squished = FALSE;
screen_trashed_num(0);
- forw(sc_height-1, pos, TRUE, FALSE, FALSE, sindex-nline);
+ forw(sc_height-1, pos, TRUE, FALSE, FALSE, FALSE, sindex-nline);
} else
{
/*
@@ -337,7 +337,7 @@ public void jump_loc(POSITION pos, int sline)
* close enough to the current screen
* that we can just scroll there after all.
*/
- back(nline, tpos, TRUE, FALSE, FALSE);
+ back(nline, tpos, TRUE, FALSE, FALSE, FALSE);
#if HILITE_SEARCH
if (show_attn)
repaint_hilite(TRUE);
@@ -347,11 +347,11 @@ public void jump_loc(POSITION pos, int sline)
}
lastmark();
if (!top_scroll)
- clear();
+ lclear();
else
home();
screen_trashed_num(0);
add_back_pos(pos);
- back(sc_height-1, pos, TRUE, FALSE, FALSE);
+ back(sc_height-1, pos, TRUE, FALSE, FALSE, FALSE);
}
}
diff --git a/lang.h b/lang.h
index eef2eb7930ee..6559c720e98b 100644
--- a/lang.h
+++ b/lang.h
@@ -53,5 +53,8 @@ typedef __int64 ssize_t;
typedef __int32 ssize_t;
#endif
#endif
+#ifdef __BORLANDC__
+typedef long ssize_t;
+#endif
#endif // LESS_LANG_H_
diff --git a/less.h b/less.h
index a30693a35a7a..5dd04b6cdcb9 100644
--- a/less.h
+++ b/less.h
@@ -52,9 +52,6 @@
#if HAVE_CTYPE_H
#include <ctype.h>
#endif
-#if HAVE_WCTYPE_H
-#include <wctype.h>
-#endif
#if HAVE_LIMITS_H
#include <limits.h>
#endif
@@ -266,6 +263,11 @@ typedef off_t LINENUM;
#endif
#endif
+/* Use iread() to read tty? */
+#if !MSDOS_COMPILER || MSDOS_COMPILER == DJGPPC
+#define LESS_IREAD_TTY 1
+#endif
+
/*
* Flags for creat()
*/
@@ -675,3 +677,12 @@ unsigned long lstrtoulc(constant char*, constant char**, int);
#if MSDOS_COMPILER==WIN32C
int pclose(FILE*);
#endif
+#if !HAVE_STRCHR
+char * strchr(char *s, char c);
+#endif
+#if !HAVE_MEMCPY
+void * memcpy(void *dst, constant void *src, size_t len);
+#endif
+#if !HAVE_STRSTR
+char * strstr(constant char *haystack, constant char *needle);
+#endif
diff --git a/less.hlp b/less.hlp
index 74570f663980..8fb524936fcd 100644
--- a/less.hlp
+++ b/less.hlp
@@ -29,6 +29,7 @@
ESC-{ ^LeftArrow Left to first column.
F Forward forever; like "tail -f".
ESC-F Like F but stop when search pattern is found.
+ ESC-f Like F but ring the bell when search pattern is found.
r ^R ^L Repaint screen.
R Repaint screen, discarding buffered input.
---------------------------------------------------
@@ -219,6 +220,8 @@
-# [_N] .... --shift=[_N]
Set horizontal scroll amount (0 = one half screen width).
+ --autosave=[_m_/_!_*]
+ Actions which cause the history file to be saved.
--exit-follow-on-close
Exit F command on a pipe when writer closes pipe.
--file-size
diff --git a/less.man b/less.man
index f4b33136cae8..178641a2995f 100644
--- a/less.man
+++ b/less.man
@@ -4,15 +4,20 @@
less - display the contents of a file in a terminal
SYNOPSIS
+
+
+ less [-[+]aABcCdeEfFgGiIJKLmMnNqQrRsSuUVwWX~] [-b size] [-D color]
+ [-h lines] [-j line] [-k key‐file] [-{o|O} log‐file] [-p pattern
+ ] [-P prompt] [-t tag] [-T tags‐file] [-x tab[{,tab}...]]
+ [-y lines] [-z lines] [-lines] [-"cc] [-# shift] [+less‐command]
+ [--] [file ...]
+
less -?
less --help
+
less -V
less --version
- less [-[+]aABcCdeEfFgGiIJKLmMnNqQrRsSuUVwWX~]
- [-b space] [-h lines] [-j line] [-k keyfile]
- [-{oO} logfile] [-p pattern] [-P prompt] [-t tag]
- [-T tagsfile] [-x tab,...] [-y lines] [-[z] lines]
- [-# shift] [+[+]cmd] [--] [filename]...
+
(See the OPTIONS section for alternate option syntax with long option
names.)
@@ -38,7 +43,7 @@
the other commands, remember this one.
SPACE or ^V or f or ^F
- Scroll forward N lines, default one window (see option -z be‐
+ Scroll forward N lines, default one window (see option -z be‐
low). If N is more than the screen size, only the final screen‐
ful is displayed. Warning: some systems use ^V as a special
literalization character.
@@ -56,7 +61,7 @@
u commands.
b or ^B or ESC‐v
- Scroll backward N lines, default one window (see option -z be‐
+ Scroll backward N lines, default one window (see option -z be‐
low). If N is more than the screen size, only the final screen‐
ful is displayed.
@@ -92,42 +97,54 @@
ESC‐) or RIGHTARROW
Scroll horizontally right N characters, default half the screen
- width (see the -# option). If a number N is specified, it be‐
+ width (see the -# option). If a number N is specified, it be‐
comes the default for future RIGHTARROW and LEFTARROW commands.
- While the text is scrolled, it acts as though the -S option
+ While the text is scrolled, it acts as though the -S option
(chop lines) were in effect.
ESC‐( or LEFTARROW
Scroll horizontally left N characters, default half the screen
- width (see the -# option). If a number N is specified, it be‐
+ width (see the -# option). If a number N is specified, it be‐
comes the default for future RIGHTARROW and LEFTARROW commands.
- ESC‐} or ^RIGHTARROW
+ ESC‐} or ^RIGHTARROW or END
Scroll horizontally right to show the end of the longest dis‐
played line.
- ESC‐{ or ^LEFTARROW
+ ESC‐{ or ^LEFTARROW or HOME
Scroll horizontally left back to the first column.
+ ^END or SHIFT‐END
+ Go to line N in the file, default the end of the file, and
+ scroll horizontally right to show the end of the longest dis‐
+ played line.
+
+ ^HOME or SHIFT‐HOME
+ Go to line N in the file, default 1 (beginning of file), and
+ scroll horizontally left back to the first column.
+
r or ^R or ^L
Repaint the screen.
R Repaint the screen, discarding any buffered input. That is, re‐
- load the current file. Useful if the file is changing while it
+ load the current file. Useful if the file is changing while it
is being viewed.
- F Scroll forward, and keep trying to read when the end of file is
- reached. Normally this command would be used when already at
- the end of the file. It is a way to monitor the tail of a file
- which is growing while it is being viewed. (The behavior is
- similar to the "tail -f" command.) To stop waiting for more
- data, enter the interrupt character (usually ^C). On systems
+ F Scroll forward, and keep trying to read when the end of file is
+ reached. Normally this command would be used when already at
+ the end of the file. It is a way to monitor the tail of a file
+ which is growing while it is being viewed. (The behavior is
+ similar to the "tail -f" command.) To stop waiting for more
+ data, enter the interrupt character (usually ^C). On systems
which support poll(2) you can also use ^X or the character spec‐
- ified by the --intr option. If the input is a pipe and the
- --exit‐follow‐on‐close option is in effect, less will automati‐
- cally stop waiting for data when the input side of the pipe is
+ ified by the --intr option. If the input is a pipe and the
+ --exit-follow-on-close option is in effect, less will automati‐
+ cally stop waiting for data when the input side of the pipe is
closed.
+ ESC‐f Like F, but each time a line is found which matches the last
+ search pattern, the terminal bell is rung.
+
ESC‐F Like F, but as soon as a line is found which matches the last
search pattern, the terminal bell is rung and forward scrolling
stops.
@@ -186,7 +203,7 @@
m Followed by any lowercase or uppercase letter, marks the first
displayed line with that letter. If the status column is en‐
- abled via the -J option, the status column shows the marked
+ abled via the -J option, the status column shows the marked
line.
M Acts like m, except the last displayed line is marked rather
@@ -199,7 +216,7 @@
Followed by a ^ or $, jumps to the beginning or end of the file
respectively. Marks are preserved when a new file is examined
within a single invocation of less, so the ' command can be used
- to switch between input files. The --save‐marks option causes
+ to switch between input files. The --save-marks option causes
marks to be preserved across different invocations of less.
^X^X Same as single quote.
@@ -212,9 +229,9 @@
tern. N defaults to 1. The pattern is a regular expression, as
recognized by the regular expression library supplied by your
system. By default, searching is case‐sensitive (uppercase and
- lowercase are considered different); the -i option can be used
+ lowercase are considered different); the -i option can be used
to change this. The search starts at the first line displayed
- (but see the -a and -j options, which change this).
+ (but see the -a and -j options, which change this).
Certain characters are special if entered at the beginning of
the pattern; they modify the type of search rather than become
@@ -232,7 +249,7 @@
^F or @
Begin the search at the first line of the FIRST file in
the command line list, regardless of what is currently
- displayed on the screen or the settings of the -a or -j
+ displayed on the screen or the settings of the -a or -j
options.
^K Highlight any text which matches the pattern on the cur‐
@@ -265,7 +282,7 @@
?pattern
Search backward in the file for the N‐th line containing the
pattern. The search starts at the last line displayed (but see
- the -a and -j options, which change this).
+ the -a and -j options, which change this).
Certain characters are special as in the / command:
@@ -281,7 +298,7 @@
^F or @
Begin the search at the last line of the last file in the
command line list, regardless of what is currently dis‐
- played on the screen or the settings of the -a or -j op‐
+ played on the screen or the settings of the -a or -j op‐
tions.
^K As in forward searches.
@@ -326,11 +343,11 @@
matching the current search pattern. If highlighting is already
off because of a previous ESC‐u command, turn highlighting back
on. Any search command will also turn highlighting back on.
- (Highlighting can also be disabled by toggling the -G option; in
+ (Highlighting can also be disabled by toggling the -G option; in
that case search commands do not turn highlighting back on.)
ESC‐U Like ESC‐u but also clears the saved search pattern. If the
- status column is enabled via the -J option, this clears all
+ status column is enabled via the -J option, this clears all
search matches marked in the status column.
&pattern
@@ -366,7 +383,7 @@
If the filename consists of several files, they are all inserted
into the list of files and the first one is examined. If the
filename contains one or more spaces, the entire filename should
- be enclosed in double quotes (also see the -" option).
+ be enclosed in double quotes (also see the -" option).
^X^V or E
Same as :e. Warning: some systems use ^V as a special literal‐
@@ -386,7 +403,7 @@
:d Remove the current file from the list of files.
t Go to the next tag, if there were more than one matches for the
- current tag. See the -t option for more details about tags.
+ current tag. See the -t option for more details about tags.
T Go to the previous tag, if there were more than one matches for
the current tag.
@@ -413,8 +430,8 @@
message describing the new setting. If a ^P (CONTROL‐P) is en‐
tered immediately after the dash, the setting of the option is
changed but no message is printed. If the option letter has a
- numeric value (such as -b or -h), or a string value (such as -P
- or -t), a new value may be entered after the option letter. If
+ numeric value (such as -b or -h), or a string value (such as -P
+ or -t), a new value may be entered after the option letter. If
no new value is entered, a message describing the current set‐
ting is printed and nothing is changed.
@@ -429,7 +446,7 @@
-+ Followed by one of the command line option letters this will re‐
set the option to its default setting and print a message de‐
scribing the new setting. (The "-+X" command does the same
- thing as "-+X" on the command line.) This does not work for
+ thing as "-+X" on the command line.) This does not work for
string‐valued options.
--+ Like the -+ command, but takes a long option name rather than a
@@ -530,7 +547,7 @@
In a simple case where the opener accepts the complete URI as a
command line parameter, the handler may be as simple as
- echo mybrowser ’%o’
+ echo mybrowser '%o'
In other cases, the URI may need to be modified, so the handler
may have to do some manipulation of the %o value.
@@ -543,7 +560,7 @@
LESS_OSC8_file is not set), which should work on systems which
provide the sed(1) command and a shell with syntax compatible
with the Bourne shell sh(1). If you use LESS_OSC8_ANY to over‐
- ride LESS_OSC8_file, you must set LESS_OSC8_file to "‐" to indi‐
+ ride LESS_OSC8_file, you must set LESS_OSC8_file to "-" to indi‐
cate that the default value should not be used, and likewise for
LESS_OSC8_man.
@@ -563,7 +580,7 @@
in the F command, pressing ^X will stop less from waiting and
return to a prompt. This may cause less to think that the file
ends at the current position, so it may be necessary to use the
- R or F command to see more data. The --intr option can be used
+ R or F command to see more data. The --intr option can be used
to specify a different character to use instead of ^X. This
command works only on systems that support the poll(2) function.
On systems without poll(2), the interrupt character (usually ^C)
@@ -576,12 +593,13 @@
Some options may be given in one of two forms: either a dash followed
by a single letter, or two dashes followed by a long option name. A
long option name may be abbreviated as long as the abbreviation is un‐
- ambiguous. For example, --mouse may be abbreviated --mou, but not
- --mo, since both --mouse and --modelines begin with --mo. Some long
- option names are in uppercase, such as --QUIT‐AT‐EOF, as distinct from
- --quit‐at‐eof. Such option names need only have their first letter
- capitalized; the remainder of the name may be in either case. For ex‐
- ample, --Quit‐at‐eof is equivalent to --QUIT‐AT‐EOF.
+ ambiguous. For example, --mouse may be abbreviated --mou, but not
+ --mo, since both --mouse and --modelines begin with --mo.
+
+ Some long option names are in uppercase, such as --QUIT-AT-EOF, as dis‐
+ tinct from --quit-at-eof. Such option names need only have their first
+ letter capitalized; the remainder of the name may be in either case.
+ For example, --Quit-at-eof is equivalent to --QUIT-AT-EOF.
Options are also taken from the environment variable "LESS". For exam‐
ple, to avoid typing "less -options ..." each time less is invoked, you
@@ -593,91 +611,91 @@
LESS="-options"; export LESS
- On MS‐DOS and Windows, you don’t need the quotes, but you should be
- careful that any percent signs in the options string are not inter‐
+ On MS‐DOS and Windows, you don’t need the quotes, but you should be
+ careful that any percent signs in the options string are not inter‐
preted as an environment variable expansion.
- The environment variable is parsed before the command line, so command
- line options override the LESS environment variable. If an option ap‐
+ The environment variable is parsed before the command line, so command
+ line options override the LESS environment variable. If an option ap‐
pears in the LESS variable, it can be reset to its default value on the
- command line by beginning the command line option with "-+".
+ command line by beginning the command line option with "-+".
- Some options like -k or -D require a string to follow the option let‐
- ter. The string for that option is considered to end when a dollar
- sign ($) is found. For example, you can set two -D options like this:
+ Some options like -k or -D require a string to follow the option let‐
+ ter. The string for that option is considered to end when a dollar
+ sign ($) is found. For example, you can set two -D options like this:
LESS="Dnwb$Dsbw"
- If the --use‐backslash option appears earlier in the options, then a
- dollar sign or backslash may be included literally in an option string
- by preceding it with a backslash. If the --use‐backslash option is not
- in effect, then backslashes are not treated specially, and there is no
+ If the --use-backslash option appears earlier in the options, then a
+ dollar sign or backslash may be included literally in an option string
+ by preceding it with a backslash. If the --use-backslash option is not
+ in effect, then backslashes are not treated specially, and there is no
way to include a dollar sign in the option string.
- -? or --help
- This option displays a summary of the commands accepted by less
- (the same as the h command). (Depending on how your shell in‐
- terprets the question mark, it may be necessary to quote the
- question mark, thus: "-\?".)
-
- -a or --search‐skip‐screen
- By default, forward searches start at the top of the displayed
- screen and backwards searches start at the bottom of the dis‐
- played screen (except for repeated searches invoked by the n or
- N commands, which start after or before the "target" line re‐
- spectively; see the -j option for more about the target line).
- The -a option causes forward searches to instead start at the
- bottom of the screen and backward searches to start at the top
+ -? or --help
+ This option displays a summary of the commands accepted by less
+ (the same as the h command). (Depending on how your shell in‐
+ terprets the question mark, it may be necessary to quote the
+ question mark, thus: "-\?".)
+
+ -a or --search-skip-screen
+ By default, forward searches start at the top of the displayed
+ screen and backwards searches start at the bottom of the dis‐
+ played screen (except for repeated searches invoked by the n or
+ N commands, which start after or before the "target" line re‐
+ spectively; see the -j option for more about the target line).
+ The -a option causes forward searches to instead start at the
+ bottom of the screen and backward searches to start at the top
of the screen, thus skipping all lines displayed on the screen.
- -A or --SEARCH‐SKIP‐SCREEN
- Causes all forward searches (not just non‐repeated searches) to
- start just after the target line, and all backward searches to
- start just before the target line. Thus, forward searches will
+ -A or --SEARCH-SKIP-SCREEN
+ Causes all forward searches (not just non‐repeated searches) to
+ start just after the target line, and all backward searches to
+ start just before the target line. Thus, forward searches will
skip part of the displayed screen (from the first line up to and
- including the target line). Similarly backwards searches will
+ including the target line). Similarly backwards searches will
skip the displayed screen from the last line up to and including
the target line. This was the default behavior in less versions
prior to 441.
- -bn or --buffers=n
- Specifies the amount of buffer space less will use for each
- file, in units of kilobytes (1024 bytes). By default 64 KB of
- buffer space is used for each file (unless the file is a pipe;
- see the -B option). The -b option specifies instead that n
+ -bn or --buffers=n
+ Specifies the amount of buffer space less will use for each
+ file, in units of kilobytes (1024 bytes). By default 64 KB of
+ buffer space is used for each file (unless the file is a pipe;
+ see the -B option). The -b option specifies instead that n
kilobytes of buffer space should be used for each file. If n is
- -1, buffer space is unlimited; that is, the entire file can be
+ -1, buffer space is unlimited; that is, the entire file can be
read into memory.
- -B or --auto‐buffers
+ -B or --auto-buffers
By default, when data is read from a pipe, buffers are allocated
automatically as needed. If a large amount of data is read from
- the pipe, this can cause a large amount of memory to be allo‐
- cated. The -B option disables this automatic allocation of
- buffers for pipes, so that only 64 KB (or the amount of space
- specified by the -b option) is used for the pipe. Warning: use
- of -B can result in erroneous display, since only the most re‐
+ the pipe, this can cause a large amount of memory to be allo‐
+ cated. The -B option disables this automatic allocation of
+ buffers for pipes, so that only 64 KB (or the amount of space
+ specified by the -b option) is used for the pipe. Warning: use
+ of -B can result in erroneous display, since only the most re‐
cently viewed part of the piped data is kept in memory; any ear‐
- lier data is lost. Lost characters are displayed as question
+ lier data is lost. Lost characters are displayed as question
marks.
- -c or --clear‐screen
- Causes full screen repaints to be painted from the top line
- down. By default, full screen repaints are done by scrolling
+ -c or --clear-screen
+ Causes full screen repaints to be painted from the top line
+ down. By default, full screen repaints are done by scrolling
from the bottom of the screen.
- -C or --CLEAR‐SCREEN
- Same as -c, for compatibility with older versions of less.
+ -C or --CLEAR-SCREEN
+ Same as -c, for compatibility with older versions of less.
- -d or --dumb
- The -d option suppresses the error message normally displayed if
- the terminal is dumb; that is, lacks some important capability,
+ -d or --dumb
+ The -d option suppresses the error message normally displayed if
+ the terminal is dumb; that is, lacks some important capability,
such as the ability to clear the screen or scroll backward. The
- -d option does not otherwise change the behavior of less on a
+ -d option does not otherwise change the behavior of less on a
dumb terminal.
- -Dxcolor or --color=xcolor
- Changes the color of different parts of the displayed text. x
+ -Dxcolor or --color=xcolor
+ Changes the color of different parts of the displayed text. x
is a single character which selects the type of text whose color
is being set:
@@ -687,11 +705,11 @@
E Errors and informational messages.
- H Header lines and columns, set via the --header option.
+ H Header lines and columns, set via the --header option.
M Mark letters in the status column.
- N Line numbers enabled via the -N option.
+ N Line numbers enabled via the -N option.
P Prompts.
@@ -699,9 +717,9 @@
S Search results.
- W The highlight enabled via the -w option.
+ W The highlight enabled via the -w option.
- 1‐5 The text in a search result which matches the first
+ 1-5 The text in a search result which matches the first
through fifth parenthesized sub‐pattern. Sub‐pattern
coloring works only if less is built with one of the reg‐
ular expression libraries posix, pcre, or pcre2.
@@ -714,30 +732,30 @@
u Underlined text.
- The uppercase letters and digits can be used only when the
- --use‐color option is enabled. When text color is specified by
- both an uppercase letter and a lowercase letter, the uppercase
- letter takes precedence. For example, error messages are nor‐
- mally displayed as standout text. So if both "s" and "E" are
- given a color, the "E" color applies to error messages, and the
+ The uppercase letters and digits can be used only when the
+ --use-color option is enabled. When text color is specified by
+ both an uppercase letter and a lowercase letter, the uppercase
+ letter takes precedence. For example, error messages are nor‐
+ mally displayed as standout text. So if both "s" and "E" are
+ given a color, the "E" color applies to error messages, and the
"s" color applies to other standout text. The lowercase letters
- refer to bold and underline text formed by overstriking with
- backspaces (see the -U option) and to non‐content text (such as
- line numbers and prompts), but not to text formatted using ANSI
- escape sequences with the -R option (but see the note below for
+ refer to bold and underline text formed by overstriking with
+ backspaces (see the -U option) and to non‐content text (such as
+ line numbers and prompts), but not to text formatted using ANSI
+ escape sequences with the -R option (but see the note below for
different behavior on Windows and MS‐DOS).
- A lowercase letter may be followed by a + to indicate that the
- normal format change and the specified color should both be
- used. For example, -Dug displays underlined text as green with‐
- out underlining; the green color has replaced the usual under‐
- line formatting. But -Du+g displays underlined text as both
+ A lowercase letter may be followed by a + to indicate that the
+ normal format change and the specified color should both be
+ used. For example, -Dug displays underlined text as green with‐
+ out underlining; the green color has replaced the usual under‐
+ line formatting. But -Du+g displays underlined text as both
green and in underlined format.
color is either a 4‐bit color string or an 8‐bit color string:
- A 4‐bit color string is one or two characters, where the first
- character specifies the foreground color and the second speci‐
+ A 4‐bit color string is one or two characters, where the first
+ character specifies the foreground color and the second speci‐
fies the background color as follows:
b Blue
@@ -756,21 +774,20 @@
y Yellow
- The corresponding uppercase letter denotes a brighter shade of
- the color. For example, -DNGk displays line numbers as bright
- green text on a black background, and -DEbR displays error mes‐
- sages as blue text on a bright red background. If either char‐
- acter is a "‐" or is omitted, the corresponding color is set to
+ The corresponding uppercase letter denotes a brighter shade of
+ the color. For example, -DNGk displays line numbers as bright
+ green text on a black background, and -DEbR displays error mes‐
+ sages as blue text on a bright red background. If either char‐
+ acter is a "-" or is omitted, the corresponding color is set to
that of normal text.
- An 8‐bit color string is one or two decimal integers separated
+ An 8‐bit color string is one or two decimal integers separated
by a dot, where the first integer specifies the foreground color
- and the second specifies the background color. Each integer is
- a value between 0 and 255 inclusive which selects a "CSI 38;5"
- color value (see
- https://en.wikipedia.org/wiki/ANSI_escape_code#SGR). If either
- integer is a "‐" or is omitted, the corresponding color is set
- to that of normal text.
+ and the second specifies the background color. Each integer is
+ a value between 0 and 255 inclusive which selects a "CSI 38;5"
+ color value (see https://en.wikipedia.org/wiki/ANSI_escape_code
+ #SGR). If either integer is a "-" or is omitted, the corre‐
+ sponding color is set to that of normal text.
A 4‐bit or 8‐bit color string may be followed by one or more of
the following characters to set text attributes in addition to
@@ -784,23 +801,23 @@
l or & Blinking
- On MS‐DOS and Windows, the --color option behaves differently
+ On MS‐DOS and Windows, the --color option behaves differently
from what is described above in these ways:
• The bold (d and *) and blinking (l and &) text attributes
at the end of a color string are not supported.
• Lowercase color selector letters refer to text formatted
- by ANSI escape sequences with -R, in addition to over‐
- struck and non‐content text (but see -Da).
+ by ANSI escape sequences with -R, in addition to over‐
+ struck and non‐content text (but see -Da).
• For historical reasons, when a lowercase color selector
letter is followed by a numeric color value, the number
is not interpreted as an "CSI 38;5" color value as de‐
scribed above, but instead as a 4‐bit
CHAR_INFO.Attributes value, between 0 and 15 inclusive
- (see https://learn.microsoft.com/en‐
- us/windows/console/char‐info‐str).
+ (see https://learn.microsoft.com/en-us/windows/console/
+ char-info-str).
To avoid confusion, it is recommended that the equivalent
letters rather than numbers be used after a lowercase
@@ -814,65 +831,65 @@
in the content work correctly. 4‐bit color sequences
work, but "CSI 38;5" color sequences do not.
- • The -Da option makes the behavior of --color more similar
+ • The -Da option makes the behavior of --color more similar
to its behavior on non‐MS‐DOS/Windows systems by (1) mak‐
ing lowercase color selector letters not affect text for‐
matted with ANSI escape sequences, and (2) allowing "CSI
38;5" color sequences in the content work by passing them
to the terminal (only on Windows 10 and later; on earlier
Windows systems, such sequences do not work regardless of
- the setting of -Da).
+ the setting of -Da).
- -e or --quit‐at‐eof
+ -e or --quit-at-eof
Causes less to automatically exit the second time it reaches
end‐of‐file. By default, the only way to exit less is via the
"q" command.
- -E or --QUIT‐AT‐EOF
+ -E or --QUIT-AT-EOF
Causes less to automatically exit the first time it reaches end‐
of‐file.
- -f or --force
+ -f or --force
Forces non‐regular files to be opened. (A non‐regular file is a
directory or a device special file.) Also suppresses the warn‐
ing message when a binary file is opened. By default, less will
refuse to open non‐regular files. Note that some operating sys‐
- tems will not allow directories to be read, even if -f is set.
+ tems will not allow directories to be read, even if -f is set.
- -F or --quit‐if‐one‐screen
+ -F or --quit-if-one-screen
Causes less to automatically exit if the entire file can be dis‐
played on the first screen. Also see the description of the
LESS_SHELL_LINES environment variable below.
- -g or --hilite‐search
+ -g or --hilite-search
Normally, less will highlight ALL strings which match the last
- search command. The -g option changes this behavior to high‐
+ search command. The -g option changes this behavior to high‐
light only the particular string which was found by the last
search command. This can cause less to run somewhat faster than
the default.
- -G or --HILITE‐SEARCH
+ -G or --HILITE-SEARCH
The -G option suppresses all highlighting of strings found by
search commands.
- -hn or --max‐back‐scroll=n
+ -hn or --max-back-scroll=n
Specifies a maximum number of lines to scroll backward. If it
is necessary to scroll backward more than n lines, the screen is
repainted in a forward direction instead. (If the terminal does
- not have the ability to scroll backward, -h0 is implied.)
+ not have the ability to scroll backward, -h0 is implied.)
- -i or --ignore‐case
+ -i or --ignore-case
Causes searches to ignore case; that is, uppercase and lowercase
are considered identical. This option is ignored if any upper‐
case letters appear in the search pattern; in other words, if a
pattern contains uppercase letters, then that search does not
ignore case.
- -I or --IGNORE‐CASE
- Like -i, but searches ignore case even if the pattern contains
+ -I or --IGNORE-CASE
+ Like -i, but searches ignore case even if the pattern contains
uppercase letters.
- -jn or --jump‐target=n
+ -jn or --jump-target=n
Specifies a line on the screen where the "target" line is to be
positioned. The target line is the line specified by any com‐
mand to search for a pattern, jump to a line number, jump to a
@@ -886,24 +903,24 @@
of the screen, .3 is three tenths down from the first line, and
so on. If the line is specified as a fraction, the actual line
number is recalculated if the terminal window is resized. If
- the --header option is used and the target line specified by -j
+ the --header option is used and the target line specified by -j
would be obscured by the header, the target line is moved to the
first line after the header.
- If any form of the -j option is used, repeated forward searches
+ If any form of the -j option is used, repeated forward searches
(invoked with "n" or "N") begin at the line immediately after
the target line, and repeated backward searches begin at the
- target line, unless changed by -a or -A. For example, if "-j4"
+ target line, unless changed by -a or -A. For example, if "-j4"
is used, the target line is the fourth line on the screen, so
forward searches begin at the fifth line on the screen. However
nonrepeated searches (invoked with "/" or "?") always begin at
- the start or end of the current screen respectively.
+ the first or last line on the screen respectively.
- -J or --status‐column
+ -J or --status-column
Displays a status column at the left edge of the screen. The
character displayed in the status column may be one of:
- > The line is chopped with the -S option, and the text that
+ > The line is chopped with the -S option, and the text that
is chopped off beyond the right edge of the screen con‐
tains a match for the current search.
@@ -921,62 +938,64 @@
The line has been marked with the corresponding letter
via the m or M command.
- -kfilename or --lesskey‐file=filename
+ # The line has been marked by left‐clicking it with the
+ mouse when the --mouse option is in effect.
+
+ -kfilename or --lesskey-file=filename
Causes less to open and interpret the named file as a lesskey(1)
- binary file. Multiple -k options may be specified. If the
- LESSKEY or LESSKEY_SYSTEM environment variable is set, or if a
+ binary file. Multiple -k options may be specified. If the
+ LESSKEY or LESSKEY_SYSTEM environment variable is set, or if a
lesskey file is found in a standard place (see KEY BINDINGS), it
- is also used as a lesskey file. Note the warning under
- "--lesskey‐content" below.
+ is also used as a lesskey file. Note the warning under
+ --lesskey-content below.
- --lesskey‐src=filename
+ --lesskey-src=filename
Causes less to open and interpret the named file as a lesskey(1)
- source file. If the LESSKEYIN or LESSKEYIN_SYSTEM environment
+ source file. If the LESSKEYIN or LESSKEYIN_SYSTEM environment
variable is set, or if a lesskey source file is found in a stan‐
- dard place (see KEY BINDINGS), it is also used as a lesskey
- source file. Prior to version 582, the lesskey program needed
- to be run to convert a lesskey source file to a lesskey binary
- file for less to use. Newer versions of less read the lesskey
- source file directly and ignore the binary file if the source
- file exists. Note the warning under "--lesskey‐content" below.
-
- --lesskey‐content=text
+ dard place (see KEY BINDINGS), it is also used as a lesskey
+ source file. Prior to version 582, the lesskey program needed
+ to be run to convert a lesskey source file to a lesskey binary
+ file for less to use. Newer versions of less read the lesskey
+ source file directly and ignore the binary file if the source
+ file exists. Note the warning under --lesskey-content below.
+
+ --lesskey-content=text
Causes less to interpret the specified text as the contents of a
lesskey(1) source file. In the text, lesskey lines may be sepa‐
- rated by either newlines as usual, or by semicolons. A literal
- semicolon may be represented by a backslash followed by a semi‐
+ rated by either newlines as usual, or by semicolons. A literal
+ semicolon may be represented by a backslash followed by a semi‐
colon.
Warning: certain environment variables such as LESS, LESSSECURE,
- LESSCHARSET and others, which are used early in startup, cannot
- be set in a file specified by a command line option (--lesskey,
- --lesskey‐src or --lesskey‐content). When using a lesskey file
- to set environment variables, it is safer to use the default
- lesskey file, or to specify the file using the LESSKEYIN or
- LESSKEY_CONTENT environment variables rather than using a com‐
- mand line option.
-
- -K or --quit‐on‐intr
- Causes less to exit immediately (with status 2) when an inter‐
- rupt character (usually ^C) is typed. Normally, an interrupt
+ LESSCHARSET and others, which are used early in startup, cannot
+ be set in a file specified by a command line option
+ (--lesskey,--lesskey-src or --lesskey-content). When using a
+ lesskey file to set environment variables, it is safer to use
+ the default lesskey file, or to specify the file using the
+ LESSKEYIN or LESSKEY_CONTENT environment variables rather than
+ using a command line option.
+
+ -K or --quit-on-intr
+ Causes less to exit immediately (with status 2) when an inter‐
+ rupt character (usually ^C) is typed. Normally, an interrupt
character causes less to stop whatever it is doing and return to
- its command prompt. Note that use of this option makes it im‐
- possible to return to the command prompt from the "F" command.
+ its command prompt.
- -L or --no‐lessopen
+ -L or --no-lessopen
Ignore the LESSOPEN environment variable (see the INPUT PRE‐
PROCESSOR section below). This option can be set from within
less, but it will apply only to files opened subsequently, not
to the file which is currently open.
- -m or --long‐prompt
+ -m or --long-prompt
Causes less to prompt verbosely (like more(1)), with the percent
into the file. By default, less prompts with a colon.
- -M or --LONG‐PROMPT
+ -M or --LONG-PROMPT
Causes less to prompt even more verbosely than more(1).
- -n or --line‐numbers
+ -n or --line-numbers
Suppresses line numbers. The default (to use line numbers) may
cause less to run more slowly in some cases, especially with a
very large input file. Using line numbers means: the line num‐
@@ -984,49 +1003,55 @@
mand, and the v command will pass the current line number to the
editor (see also the discussion of LESSEDIT in PROMPTS below).
- -N or --LINE‐NUMBERS
+ -N or --LINE-NUMBERS
Causes a line number to be displayed at the beginning of each
line in the display.
- -ofilename or --log‐file=filename
+ -ofilename or --log-file=filename
Causes less to copy its input to the named file as it is being
viewed. This applies only when the input file is a pipe, not an
ordinary file. If the file already exists, less will ask for
confirmation before overwriting it.
- -Ofilename or --LOG‐FILE=filename
- The -O option is like -o, but it will overwrite an existing file
+ -Ofilename or --LOG-FILE=filename
+ The -O option is like -o, but it will overwrite an existing file
without asking for confirmation.
- If no log file has been specified, the -o and -O options can be
+ If no log file has been specified, the -o and -O options can be
used from within less to specify a log file. Without a file
name, they will simply report the name of the log file. The "s"
- command is equivalent to specifying -o from within less.
+ command is equivalent to specifying -o from within less.
- -ppattern or --pattern=pattern
+ -ppattern or --pattern=pattern
The -p option on the command line is equivalent to specifying
+/pattern; that is, it tells less to start at the first occur‐
rence of pattern in the file.
- -Pprompt or --prompt=prompt
+ -Pprompt or --prompt=prompt
Provides a way to tailor the three prompt styles to your own
preference. This option would normally be put in the LESS envi‐
ronment variable, rather than being typed in with each less com‐
mand. Such an option must either be the last option in the LESS
variable, or be terminated by a dollar sign.
- -Ps followed by a string changes the default (short) prompt to
- that string.
- -Pm changes the medium (-m) prompt.
- -PM changes the long (-M) prompt.
- -Ph changes the prompt for the help screen.
- -P= changes the message printed by the = command.
- -Pw changes the message printed while waiting for data (in the
- "F" command).
+
+ -Ps followed by a string changes the default (short) prompt
+ to that string.
+
+ -Pm changes the medium (-m) prompt.
+
+ -PM changes the long (-M) prompt.
+
+ -Ph changes the prompt for the help screen.
+
+ -P= changes the message printed by the = command.
+
+ -Pw changes the message printed while waiting for data (in
+ the "F" command).
All prompt strings consist of a sequence of letters and special
escape sequences. See the section on PROMPTS for more details.
- -q or --quiet or --silent
+ -q or --quiet or --silent
Causes moderately "quiet" operation: the terminal bell is not
rung if an attempt is made to scroll past the end of the file or
before the beginning of the file. If the terminal has a "visual
@@ -1034,31 +1059,31 @@
other errors, such as typing an invalid character. The default
is to ring the terminal bell in all such cases.
- -Q or --QUIET or --SILENT
+ -Q or --QUIET or --SILENT
Causes totally "quiet" operation: the terminal bell is never
rung. If the terminal has a "visual bell", it is used in all
cases where the terminal bell would have been rung.
- -r or --raw‐control‐chars
+ -r or --raw-control-chars
Causes "raw" control characters to be displayed. The default is
to display control characters using the caret notation; for ex‐
ample, a control‐A (octal 001) is displayed as "^A" (with some
- exceptions as described under the -U option). Warning: when the
- -r option is used, less cannot keep track of the actual appear‐
+ exceptions as described under the -U option). Warning: when the
+ -r option is used, less cannot keep track of the actual appear‐
ance of the screen (since this depends on how the screen re‐
sponds to each type of control character). Thus, various dis‐
play problems may result, such as long lines being split in the
wrong place.
- USE OF THE -r OPTION IS DANGEROUS AND IS NOT RECOMMENDED.
- The -r option can be set on the command line or via the - com‐
+ USE OF THE -r OPTION IS DANGEROUS AND IS NOT RECOMMENDED.
+ The -r option can be set on the command line or via the - com‐
mand, but to avoid unintentional use, it cannot be set in a LESS
- environment variable. If -r appears in a LESS environment vari‐
- able, it is treated as if it were -R.
+ environment variable. If -r appears in a LESS environment vari‐
+ able, it is treated as if it were -R.
- -R or --RAW‐CONTROL‐CHARS
- Like -r, but only a limited set of escape sequences are output
- in "raw" form. Unlike -r, the screen appearance is maintained
+ -R or --RAW-CONTROL-CHARS
+ Like -r, but only a limited set of escape sequences are output
+ in "raw" form. Unlike -r, the screen appearance is maintained
correctly. The sequences which are output raw are:
1. ANSI SGR ("color") sequences
@@ -1099,46 +1124,46 @@
ing sequence may be either a BEL character (\7) as above, or the
two‐character sequence "ESC \".
- -s or --squeeze‐blank‐lines
+ -s or --squeeze-blank-lines
Causes consecutive blank lines to be squeezed into a single
blank line. This is useful when viewing nroff(1) output.
- -S or --chop‐long‐lines
+ -S or --chop-long-lines
Causes lines longer than the screen width to be chopped (trun‐
cated) rather than wrapped. That is, the portion of a long line
that does not fit in the screen width is not displayed until you
press RIGHT‐ARROW. The default is to wrap long lines; that is,
- display the remainder on the next line. See also the --wordwrap
- option. While the --header option is active, the -S option is
+ display the remainder on the next line. See also the --wordwrap
+ option. While the --header option is active, the -S option is
ignored, and lines longer than the screen width are truncated.
- -ttag or --tag=tag
- The -t option, followed immediately by a TAG, will edit the file
+ -ttag or --tag=tag
+ The -t option, followed immediately by a TAG, will edit the file
containing that tag. For this to work, tag information must be
available; for example, there may be a file in the current di‐
rectory called "tags", which was previously built by ctags(1) or
an equivalent command. If the environment variable LESSGLOBALT‐
AGS is set, it is taken to be the name of a command compatible
with global(1), and that command is executed to find the tag.
- (See http://www.gnu.org/software/global/global.html). The -t
+ (See http://www.gnu.org/software/global/global.html). The -t
option may also be specified from within less (using the - com‐
mand) as a way of examining a new file. The command ":t" is
- equivalent to specifying -t from within less.
+ equivalent to specifying -t from within less.
- -Ttagsfile or --tag‐file=tagsfile
+ -Ttagsfile or --tag-file=tagsfile
Specifies a tags file to be used instead of "tags".
- -u or --underline‐special
+ -u or --underline-special
Causes backspaces and carriage returns to be treated as print‐
able characters; that is, they are sent to the terminal when
they appear in the input.
- -U or --UNDERLINE‐SPECIAL
+ -U or --UNDERLINE-SPECIAL
Causes backspaces, tabs, carriage returns and "formatting char‐
acters" (as defined by Unicode) to be treated as control charac‐
- ters; that is, they are handled as specified by the -r option.
+ ters; that is, they are handled as specified by the -r option.
- By default, if neither -u nor -U is given, backspaces which ap‐
+ By default, if neither -u nor -U is given, backspaces which ap‐
pear adjacent to an underscore character are treated specially:
the underlined text is displayed using the terminal’s hardware
underlining capability. Also, backspaces which appear between
@@ -1147,64 +1172,66 @@
ty. Other backspaces are deleted, along with the preceding
character. Carriage returns immediately followed by a newline
are deleted. Other carriage returns are handled as specified by
- the -r option. Unicode formatting characters, such as the Byte
+ the -r option. Unicode formatting characters, such as the Byte
Order Mark, are sent to the terminal. Text which is overstruck
- or underlined can be searched for if neither -u nor -U is in ef‐
+ or underlined can be searched for if neither -u nor -U is in ef‐
fect.
- See also the --proc‐backspace, --proc‐tab, and --proc‐return op‐
+ See also the --proc-backspace,--proc-tab, and --proc-return op‐
tions.
- -V or --version
+ -V or --version
Displays the version number of less.
- -w or --hilite‐unread
- Temporarily highlights the first "new" line after a forward
+ -w or --hilite-unread
+ Temporarily highlights the first "new" line after a forward
movement of a full page. The first "new" line is the line imme‐
- diately following the line previously at the bottom of the
+ diately following the line previously at the bottom of the
screen. Also highlights the target line after a g or p command.
- The highlight is removed at the next command which causes move‐
- ment. If the --status‐line option is in effect, the entire line
- (the width of the screen) is highlighted. Otherwise, only the
- text in the line is highlighted, unless the -J option is in ef‐
+ The highlight is removed at the next command which causes move‐
+ ment. If the --status-line option is in effect, the entire line
+ (the width of the screen) is highlighted. Otherwise, only the
+ text in the line is highlighted, unless the -J option is in ef‐
fect, in which case only the status column is highlighted.
- -W or --HILITE‐UNREAD
- Like -w, but temporarily highlights the first new line after any
+ -W or --HILITE-UNREAD
+ Like -w, but temporarily highlights the first new line after any
forward movement command larger than one line.
- -xn,... or --tabs=n,...
- Sets tab stops. If only one n is specified, tab stops are set
- at multiples of n. If multiple values separated by commas are
- specified, tab stops are set at those positions, and then con‐
- tinue with the same spacing as the last two. For example,
- "‐x9,17" will set tabs at positions 9, 17, 25, 33, etc. The de‐
+ -xn,... or --tabs=n,...
+ Sets tab stops. If only one n is specified, tab stops are set
+ at multiples of n. If multiple values separated by commas are
+ specified, tab stops are set at those positions, and then con‐
+ tinue with the same spacing as the last two. For example,
+ "-x9,17" will set tabs at positions 9, 17, 25, 33, etc. The de‐
fault for n is 8.
- -X or --no‐init
+ -X or --no-init
Disables sending the termcap initialization and deinitialization
- strings to the terminal. This is sometimes desirable if the
- deinitialization string does something unnecessary, like clear‐
- ing the screen.
+ strings to the terminal. This is sometimes desirable if ini‐
+ tialization or deinitialization does something unnecessary, like
+ clearing the screen. Note that some terminals require the ini‐
+ tialization string for proper operation, so they may not behave
+ completely correctly when -X is used.
- -yn or --max‐forw‐scroll=n
+ -yn or --max-forw-scroll=n
Specifies a maximum number of lines to scroll forward. If it is
necessary to scroll forward more than n lines, the screen is re‐
- painted instead. The -c or -C option may be used to repaint
+ painted instead. The -c or -C option may be used to repaint
from the top of the screen if desired. By default, any forward
movement causes scrolling.
- -zn or --window=n or -n
+ -zn or --window=n or -n
Changes the default scrolling window size to n lines. The de‐
fault is one screenful. The z and w commands can also be used
to change the window size. The "z" may be omitted for compati‐
bility with some versions of more(1). If the number n is nega‐
tive, it indicates n lines less than the current screen size.
- For example, if the screen is 24 lines, -z-4 sets the scrolling
+ For example, if the screen is 24 lines, -z-4 sets the scrolling
window to 20 lines. If the screen is resized to 40 lines, the
scrolling window automatically changes to 36 lines.
- -"cc or --quotes=cc
+ -"cc or --quotes=cc
Changes the filename quoting character. This may be necessary
if you are trying to name a file which contains both spaces and
quote characters. Followed by a single character, this changes
@@ -1218,12 +1245,12 @@
changed, this option remains -" (a dash followed by a double
quote).
- -~ or --tilde
+ -~ or --tilde
Normally lines after end of file are displayed as a single tilde
(~). This option causes lines after end of file to be displayed
as blank lines.
- -# or --shift
+ -# or --shift
Specifies the default number of positions to scroll horizontally
in the RIGHTARROW and LEFTARROW commands. If the number speci‐
fied is zero, it sets the default number of positions to one
@@ -1234,315 +1261,335 @@
fied as a fraction, the actual number of scroll positions is re‐
calculated if the terminal window is resized.
- --cmd=commands
- The specified string is taken to be an initial command to less.
- This is similar to specifying "+commands", except that commands
- specified by --cmd are not executed if less exits immediately
- due to the use of the -E or -F option, while commands specified
+ --autosave=actions
+ Normally the history file is saved only when less exits. This
+ option specifies other actions which will cause the history file
+ to be saved. Each action is defined by a single character in
+ the actions string:
+
+ m Setting or clearing a mark while --save‐marks is in ef‐
+ fect.
+
+ / Searching.
+
+ ! Running a shell command.
+
+ * Any action; same as "m/!".
+
+ Can be set to "‐" to specify the default, that only exiting less
+ will cause the history file to be saved. Note that, depending
+ on your shell, if you specify this option on the command line,
+ the "!" and "*" characters may need to be escaped or quoted.
+
+ --cmd=commands
+ The specified string is taken to be an initial command to less.
+ This is similar to specifying "+commands", except that commands
+ specified by --cmd are not executed if less exits immediately
+ due to the use of the -E or -F option, while commands specified
by the + option are executed even if less exits immediately.
- --exit‐follow‐on‐close
- When using the "F" command on a pipe, less will automatically
- stop waiting for more data when the input side of the pipe is
+ --exit-follow-on-close
+ When using the "F" command on a pipe, less will automatically
+ stop waiting for more data when the input side of the pipe is
closed.
- --file‐size
- If --file‐size is specified, less will determine the size of the
- file immediately after opening the file. Then the "=" command
- will display the number of lines in the file. Normally this is
- not done, because it can be slow if the input file is non‐seek‐
+ --file-size
+ If --file-size is specified, less will determine the size of the
+ file immediately after opening the file. Then the "=" command
+ will display the number of lines in the file. Normally this is
+ not done, because it can be slow if the input file is non‐seek‐
able (such as a pipe) and is large.
- --follow‐name
+ --follow-name
Normally, if the input file is renamed while an F command is ex‐
ecuting, less will continue to display the contents of the orig‐
- inal file despite its name change. If --follow‐name is speci‐
- fied, during an F command less will periodically attempt to re‐
+ inal file despite its name change. If --follow-name is speci‐
+ fied, during an F command less will periodically attempt to re‐
open the file by name. If the reopen succeeds and the file is a
- different file from the original (which means that a new file
- has been created with the same name as the original (now re‐
+ different file from the original (which means that a new file
+ has been created with the same name as the original (now re‐
named) file), less will display the contents of that new file.
- --form‐feed
- When scrolling forward or backward in the file, stop if a line
- beginning with a form feed character (^L) is reached. This can
- be useful when viewing a file which uses form feeds between
+ --form-feed
+ When scrolling forward or backward in the file, stop if a line
+ beginning with a form feed character (^L) is reached. This can
+ be useful when viewing a file which uses form feeds between
pages.
- --header=L,C,N
- Sets the number of header lines and columns displayed on the
- screen. The number of header lines is set to L. If L is 0,
+ --header=L,C,N
+ Sets the number of header lines and columns displayed on the
+ screen. The number of header lines is set to L. If L is 0,
header lines are disabled. If L is empty or missing, the number
- of header lines is unchanged. The number of header columns is
+ of header lines is unchanged. The number of header columns is
set to C. If C is 0, header columns are disabled. If C is emp‐
- ty or missing, the number of header columns is unchanged. The
- first header line is set to line number N in the file. If N is
- empty or missing, it is taken to be the number of the line cur‐
- rently displayed in the first line of the screen (if the --head‐
- er command has been issued from within less), or 1 (if the
- --header option has been given on the command line). The spe‐
- cial form "--header=-" disables header lines and header columns,
- and is equivalent to "--header=0,0".
-
- When L is nonzero, the first L lines at the top of the screen
- are replaced with the L lines of the file beginning at line N,
+ ty or missing, the number of header columns is unchanged. The
+ first header line is set to line number N in the file. If N is
+ empty or missing, it is taken to be the number of the line cur‐
+ rently displayed in the first line of the screen (if the --head‐
+ er command has been issued from within less), or 1 (if the
+ --header option has been given on the command line). The spe‐
+ cial form "--header=-" disables header lines and header columns,
+ and is equivalent to "--header=0,0".
+
+ When L is nonzero, the first L lines at the top of the screen
+ are replaced with the L lines of the file beginning at line N,
regardless of what part of the file is being viewed. When head‐
er lines are displayed, any file contents before the header line
- cannot be viewed. When C is nonzero, the first C characters
- displayed at the beginning of each line are replaced with the
- first C characters of the line, even if the rest of the line is
+ cannot be viewed. When C is nonzero, the first C characters
+ displayed at the beginning of each line are replaced with the
+ first C characters of the line, even if the rest of the line is
scrolled horizontally.
- While the --header option is active, lines longer than the
- screen width are truncated, and the -S option is ignored.
+ While the --header option is active, lines longer than the
+ screen width are truncated, and the -S option is ignored.
- --incsearch
- Subsequent search commands will be "incremental"; that is, less
- will advance to the next line containing the search pattern as
+ --incsearch
+ Subsequent search commands will be "incremental"; that is, less
+ will advance to the next line containing the search pattern as
each character of the pattern is typed in.
- --intr=c
- Use the character c instead of ^X to interrupt a read when the
- "Waiting for data" message is displayed. c must be an ASCII
- character; that is, one with a value between 1 and 127 inclu‐
- sive. A caret followed by a single character can be used to
+ --intr=c
+ Use the character c instead of ^X to interrupt a read when the
+ "Waiting for data" message is displayed. c must be an ASCII
+ character; that is, one with a value between 1 and 127 inclu‐
+ sive. A caret followed by a single character can be used to
specify a control character.
- --line‐num‐width=n
- Sets the minimum width of the line number field when the -N op‐
+ --line-num-width=n
+ Sets the minimum width of the line number field when the -N op‐
tion is in effect to n characters. The default is 7.
- --match‐shift=n
- When -S is in effect, if a search match is not visible because
- it is shifted to the left or right of the currently visible
- screen, the text will horizontally shift to ensure that the
- search match is visible. This option selects the column in
+ --match-shift=n
+ When -S is in effect, if a search match is not visible because
+ it is shifted to the left or right of the currently visible
+ screen, the text will horizontally shift to ensure that the
+ search match is visible. This option selects the column in
which the first character of the search match will be placed af‐
ter the shift. In other words, there will be n characters visi‐
ble to the left of the search match.
- Alternately, the number may be specified as a fraction of the
- width of the screen, starting with a decimal point: .5 is half
+ Alternately, the number may be specified as a fraction of the
+ width of the screen, starting with a decimal point: .5 is half
of the screen width, .3 is three tenths of the screen width, and
- so on. If the number is specified as a fraction, the actual
- number of scroll positions is recalculated if the terminal win‐
+ so on. If the number is specified as a fraction, the actual
+ number of scroll positions is recalculated if the terminal win‐
dow is resized.
- --modelines=n
- Before displaying a file, less will read the first n lines to
- try to find a vim‐compatible modeline. If n is zero, less does
+ --modelines=n
+ Before displaying a file, less will read the first n lines to
+ try to find a vim‐compatible modeline. If n is zero, less does
not try to find modelines. By using a modeline, the file itself
can specify the tab stops that should be used when viewing it.
A modeline contains, anywhere in the line, a program name ("vi",
- "vim", "ex", or "less"), followed by a colon, possibly followed
- by the word "set", and finally followed by zero or more option
- settings. If the word "set" is used, option settings are sepa‐
- rated by spaces, and end at the first colon. If the word "set"
- is not used, option settings may be separated by either spaces
- or colons. The word "set" is required if the program name is
- "less" but optional if any of the other three names are used.
+ "vim", "ex", or "less"), followed by a colon, possibly followed
+ by the word "set", and finally followed by zero or more option
+ settings. If the word "set" is used, option settings are sepa‐
+ rated by spaces, and end at the first colon. If the word "set"
+ is not used, option settings may be separated by either spaces
+ or colons. The word "set" is required if the program name is
+ "less" but optional if any of the other three names are used.
If any option setting is of the form "tabstop=n" or "ts=n", then
- tab stops are automatically set as if --tabs=n had been given.
- See the --tabs description for acceptable values of n.
-
- --mouse
- Enables mouse input: scrolling the mouse wheel down moves for‐
- ward in the file, scrolling the mouse wheel up moves backwards
- in the file, left‐click sets the "#" mark to the line where the
- mouse is clicked, and right‐click (or any other) returns to the
- "#" mark position. Holding down the left button and dragging
- also moves in the file. If a left‐click is performed with the
+ tab stops are automatically set as if --tabs=n had been given.
+ See the --tabs description for acceptable values of n.
+
+ --mouse
+ Enables mouse input: scrolling the mouse wheel down moves for‐
+ ward in the file, scrolling the mouse wheel up moves backwards
+ in the file, left‐click sets the "#" mark to the line where the
+ mouse is clicked, and right‐click (or any other) returns to the
+ "#" mark position. Holding down the left button and dragging
+ also moves in the file. If a left‐click is performed with the
mouse cursor on an OSC 8 hyperlink, the hyperlink is selected as
- if by the ^O^N command. If a left‐click is performed with the
- mouse cursor on an OSC 8 hyperlink which is already selected,
- the hyperlink is opened as if by the ^O^O command. The number
- of lines to scroll when the wheel is moved can be set by the
- --wheel‐lines option. Mouse input works only on terminals which
- support X11 mouse reporting, and on the Windows version of less.
-
- --MOUSE
- Like --mouse, except the direction scrolled on mouse wheel move‐
+ if by the ^O^N command. If a left‐click is performed with the
+ mouse cursor on an OSC 8 hyperlink which is already selected,
+ the hyperlink is opened as if by the ^O^O command. The number
+ of lines to scroll when the wheel is moved can be set by the
+ --wheel-lines option. Mouse input works only on terminals which
+ support X11 mouse reporting, and on Windows.
+
+ --MOUSE
+ Like --mouse, except the direction scrolled on mouse wheel move‐
ment is reversed.
- --no‐edit‐warn
+ --no-edit-warn
Don’t print a warning message when using the v command on a file
- which was opened using a LESSOPEN preprocessor (see the INPUT
+ which was opened using a LESSOPEN preprocessor (see the INPUT
PREPROCESSOR section below).
- --no‐keypad
- Disables sending the keypad initialization and deinitialization
+ --no-keypad
+ Disables sending the keypad initialization and deinitialization
strings to the terminal. This is sometimes useful if the keypad
strings make the numeric keypad behave in an undesirable manner.
- --no‐histdups
- This option changes the behavior so that if a search string or
- file name is typed in, and the same string is already in the
+ --no-histdups
+ This option changes the behavior so that if a search string or
+ file name is typed in, and the same string is already in the
history list, the existing copy is removed from the history list
- before the new one is added. Thus, a given string will appear
- only once in the history list. Normally, a string may appear
+ before the new one is added. Thus, a given string will appear
+ only once in the history list. Normally, a string may appear
multiple times.
- --no‐number‐headers
- Header lines (defined via the --header option) are not assigned
+ --no-number-headers
+ Header lines (defined via the --header option) are not assigned
line numbers. Line number 1 is assigned to the first line after
any header lines.
- --no‐paste
- If the terminal supports xterm‐compatible "bracketed paste", any
- text pasted into less is ignored, except that one line of text
- may be pasted into the command line at the bottom of the screen
- (search strings, file names, etc). That is, the first newline
- of text pasted into the command line and any text that follows
+ --no-paste
+ If the terminal supports xterm‐compatible "bracketed paste", any
+ text pasted into less is ignored, except that one line of text
+ may be pasted into the command line at the bottom of the screen
+ (search strings, file names, etc). That is, the first newline
+ of text pasted into the command line and any text that follows
it is ignored.
- --no‐search‐header‐lines
- Searches do not include header lines, but still include header
+ --no-search-header-lines
+ Searches do not include header lines, but still include header
columns.
- --no‐search‐header‐columns
+ --no-search-header-columns
Searches do not include header columns, but still include header
lines.
- --no‐search‐headers
+ --no-search-headers
Searches do not include header lines or header columns.
- --no‐vbell
+ --no-vbell
Disables the terminal’s visual bell.
- --proc‐backspace
- If set, backspaces are handled as if neither the -u option nor
- the -U option were set. That is, a backspace adjacent to an un‐
- derscore causes text to be displayed in underline mode, and a
- backspace between identical characters cause text to be dis‐
- played in boldface mode. This option overrides the -u and -U
- options, so that display of backspaces can be controlled sepa‐
+ --proc-backspace
+ If set, backspaces are handled as if neither the -u option nor
+ the -U option were set. That is, a backspace adjacent to an un‐
+ derscore causes text to be displayed in underline mode, and a
+ backspace between identical characters cause text to be dis‐
+ played in boldface mode. This option overrides the -u and -U
+ options, so that display of backspaces can be controlled sepa‐
rate from tabs and carriage returns. If not set, backspace dis‐
- play is controlled by the -u and -U options.
+ play is controlled by the -u and -U options.
- --PROC‐BACKSPACE
- If set, backspaces are handled as if the -U option were set;
+ --PROC-BACKSPACE
+ If set, backspaces are handled as if the -U option were set;
that is backspaces are treated as control characters.
- --proc‐return
- If set, carriage returns are handled as if neither the -u option
- nor the -U option were set. That is, a carriage return immedi‐
- ately before a newline is deleted. This option overrides the -u
- and -U options, so that display of carriage returns can be con‐
- trolled separate from that of backspaces and tabs. If not set,
- carriage return display is controlled by the -u and -U options.
+ --proc-return
+ If set, carriage returns are handled as if neither the -u option
+ nor the -U option were set. That is, a carriage return immedi‐
+ ately before a newline is deleted. This option overrides the -u
+ and -U options, so that display of carriage returns can be con‐
+ trolled separate from that of backspaces and tabs. If not set,
+ carriage return display is controlled by the -u and -U options.
- --PROC‐RETURN
- If set, carriage returns are handled as if the -U option were
+ --PROC-RETURN
+ If set, carriage returns are handled as if the -U option were
set; that is carriage returns are treated as control characters.
- --proc‐tab
- If set, tabs are handled as if the -U option were not set. That
- is, tabs are expanded to spaces. This option overrides the -U
- option, so that display of tabs can be controlled separate from
- that of backspaces and carriage returns. If not set, tab dis‐
- play is controlled by the -U option.
+ --proc-tab
+ If set, tabs are handled as if the -U option were not set. That
+ is, tabs are expanded to spaces. This option overrides the -U
+ option, so that display of tabs can be controlled separate from
+ that of backspaces and carriage returns. If not set, tab dis‐
+ play is controlled by the -U option.
- --PROC‐TAB
- If set, tabs are handled as if the -U option were set; that is
+ --PROC-TAB
+ If set, tabs are handled as if the -U option were set; that is
tabs are treated as control characters.
- --redraw‐on‐quit
+ --redraw-on-quit
When quitting, after sending the terminal deinitialization
string, redraws the entire last screen. On terminals whose ter‐
minal deinitialization string causes the terminal to switch from
- an alternate screen, this makes the last screenful of the cur‐
+ an alternate screen, this makes the last screenful of the cur‐
rent file remain visible after less has quit.
- --rscroll=c
- This option changes the character used to mark truncated lines.
+ --rscroll=c
+ This option changes the character used to mark truncated lines.
It may begin with a two‐character attribute indicator like LESS‐
- BINFMT does. If there is no attribute indicator, standout is
+ BINFMT does. If there is no attribute indicator, standout is
used. If set to "-", truncated lines are not marked.
- --save‐marks
- Save marks in the history file, so marks are retained across
+ --save-marks
+ Save marks in the history file, so marks are retained across
different invocations of less.
- --search‐options=...
- Sets default search modifiers. The value is a string of one or
+ --search-options=...
+ Sets default search modifiers. The value is a string of one or
more of the characters E, F, K, N, R or W. Setting any of these
- has the same effect as typing that control character at the be‐
- ginning of every search pattern. For example, setting --search‐
- options=W is the same as typing ^W at the beginning of every
- pattern. The value may also contain a digit between 1 and 5,
- which has the same effect as typing ^S followed by that digit at
- the beginning of every search pattern. The value "‐" disables
- all default search modifiers.
-
- --show‐preproc‐errors
- If a preprocessor produces data, then exits with a non‐zero exit
- code, less will display a warning.
-
- --status‐col‐width=n
- Sets the width of the status column when the -J option is in ef‐
+ has the same effect as typing that control character at the be‐
+ ginning of every search pattern. For example, setting
+ --search-options=W is the same as typing ^W at the beginning of
+ every pattern. The value may also contain a digit between 1 and
+ 5, which has the same effect as typing ^S followed by that digit
+ at the beginning of every search pattern. The value "-" dis‐
+ ables all default search modifiers.
+
+ --show-preproc-errors
+ If a LESSOPEN preprocessor produces data, then exits with a non‐
+ zero exit code, less will display a warning.
+
+ --status-col-width=n
+ Sets the width of the status column when the -J option is in ef‐
fect. The default is 2 characters.
- --status‐line
- If a line is marked, the entire line (rather than just the sta‐
- tus column) is highlighted. Also lines highlighted due to the
- -w option will have the entire line highlighted. If --use‐color
+ --status-line
+ If a line is marked, the entire line (rather than just the sta‐
+ tus column) is highlighted. Also lines highlighted due to the
+ -w option will have the entire line highlighted. If --use-color
is set, the line is colored rather than highlighted.
- --use‐backslash
- This option changes the interpretations of options which follow
- this one. After the --use‐backslash option, any backslash in an
- option string is removed and the following character is taken
- literally. This allows a dollar sign to be included in option
+ --use-backslash
+ This option changes the interpretations of options which follow
+ this one. After the --use-backslash option, any backslash in an
+ option string is removed and the following character is taken
+ literally. This allows a dollar sign to be included in option
strings.
- --use‐color
- Enables colored text in various places. The -D option can be
- used to change the colors. Colored text works only if the ter‐
- minal supports ANSI color escape sequences (as defined in
- https://www.ecma‐international.org/publications‐and‐
- standards/standards/ecma‐48).
+ --use-color
+ Enables colored text in various places. The -D option can be
+ used to change the colors. Colored text works only if the ter‐
+ minal supports ANSI color escape sequences (as defined in
+ https://www.ecma-international.org/publications-and-standards/
+ standards/ecma-48).
- --wheel‐lines=n
- Set the number of lines to scroll when the mouse wheel is
- scrolled and the --mouse or --MOUSE option is in effect. The
+ --wheel-lines=n
+ Set the number of lines to scroll when the mouse wheel is
+ scrolled and the --mouse or --MOUSE option is in effect. The
default is 1 line.
- --wordwrap
- When the -S option is not in use, wrap each line at a space or
- tab if possible, so that a word is not split between two lines.
+ --wordwrap
+ When the -S option is not in use, wrap each line at a space or
+ tab if possible, so that a word is not split between two lines.
The default is to wrap at any character.
- -- A command line argument of "--" marks the end of option argu‐
- ments. Any arguments following this are interpreted as file‐
+ -- A command line argument of "--" marks the end of option argu‐
+ ments. Any arguments following this are interpreted as file‐
names. This can be useful when viewing a file whose name begins
with a "-" or "+". Otherwise, option arguments and filename ar‐
guments can be intermixed; that is, option arguments do not need
- to appear before filename arguments, unless the environment
+ to appear before filename arguments, unless the environment
variable POSIXLY_CORRECT is set.
- + If a command line option begins with +, the remainder of that
- option is taken to be an initial command to less. For example,
- +G tells less to start at the end of the file rather than the
- beginning, and +/xyz tells it to start at the first occurrence
- of "xyz" in the file. As a special case, +<number> acts like
+ + If a command line option begins with +, the remainder of that
+ option is taken to be an initial command to less. For example,
+ +G tells less to start at the end of the file rather than the
+ beginning, and +/xyz tells it to start at the first occurrence
+ of "xyz" in the file. As a special case, +<number> acts like
+<number>g; that is, it starts the display at the specified line
- number (however, see the caveat under the "g" command above).
- If the option starts with ++, the initial command applies to
- every file being viewed, not just the first one. The + command
+ number (however, see the caveat under the "g" command above).
+ If the option starts with ++, the initial command applies to
+ every file being viewed, not just the first one. The + command
described previously may also be used to set (or change) an ini‐
- tial command for every file. Also see the --cmd option.
+ tial command for every file. Also see the --cmd option.
LINE EDITING
- When entering a command line at the bottom of the screen (for example,
- a filename for the :e command, or the pattern for a search command),
+ When entering a command line at the bottom of the screen (for example,
+ a filename for the :e command, or the pattern for a search command),
certain keys can be used to manipulate the command line. Most commands
- have an alternate form in [ brackets ] which can be used if a key does
- not exist on a particular keyboard. (Note that the forms beginning
- with ESC do not work on some MS‐DOS and Windows systems because ESC is
- the line erase character.) Any of these special keys may be entered
- literally by preceding it with the "literal" character, either ^V or
- ^A. A backslash itself may also be entered literally by entering two
+ have an alternate form in [ brackets ] which can be used if a key does
+ not exist on a particular keyboard. (Note that the forms beginning
+ with ESC do not work on some MS‐DOS and Windows systems because ESC is
+ the line erase character.) Any of these special keys may be entered
+ literally by preceding it with the "literal" character, either ^V or
+ ^A. A backslash itself may also be entered literally by entering two
backslashes.
LEFTARROW [ ESC‐h ]
@@ -1552,7 +1599,7 @@
Move the cursor one space to the right.
^LEFTARROW [ ESC‐b or ESC‐LEFTARROW ]
- (That is, CONTROL and LEFTARROW simultaneously.) Move the cur‐
+ (That is, CONTROL and LEFTARROW simultaneously.) Move the cur‐
sor one word to the left.
^RIGHTARROW [ ESC‐w or ESC‐RIGHTARROW ]
@@ -1566,41 +1613,41 @@
Move the cursor to the end of the line.
BACKSPACE
- Delete the character to the left of the cursor, or cancel the
+ Delete the character to the left of the cursor, or cancel the
command if the command line is empty.
DELETE or [ ESC‐x ]
Delete the character under the cursor.
^BACKSPACE [ ESC‐BACKSPACE ]
- (That is, CONTROL and BACKSPACE simultaneously.) Delete the
+ (That is, CONTROL and BACKSPACE simultaneously.) Delete the
word to the left of the cursor.
^DELETE [ ESC‐X or ESC‐DELETE ]
- (That is, CONTROL and DELETE simultaneously.) Delete the word
+ (That is, CONTROL and DELETE simultaneously.) Delete the word
under the cursor.
UPARROW [ ESC‐k ]
- Retrieve the previous command line. If you first enter some
- text and then press UPARROW, it will retrieve the previous com‐
+ Retrieve the previous command line. If you first enter some
+ text and then press UPARROW, it will retrieve the previous com‐
mand which begins with that text.
DOWNARROW [ ESC‐j ]
- Retrieve the next command line. If you first enter some text
- and then press DOWNARROW, it will retrieve the next command
+ Retrieve the next command line. If you first enter some text
+ and then press DOWNARROW, it will retrieve the next command
which begins with that text.
- TAB Complete the partial filename to the left of the cursor. If it
- matches more than one filename, the first match is entered into
- the command line. Repeated TABs will cycle thru the other
+ TAB Complete the partial filename to the left of the cursor. If it
+ matches more than one filename, the first match is entered into
+ the command line. Repeated TABs will cycle thru the other
matching filenames. If the completed filename is a directory, a
- "/" is appended to the filename. (On MS‐DOS and Windows sys‐
- tems, a "\" is appended.) The environment variable LESSSEPARA‐
- TOR can be used to specify a different character to append to a
+ "/" is appended to the filename. (On MS‐DOS and Windows sys‐
+ tems, a "\" is appended.) The environment variable LESSSEPARA‐
+ TOR can be used to specify a different character to append to a
directory name.
- BACKTAB [ ESC‐TAB ]
- Like, TAB, but cycles in the reverse direction thru the matching
+ BACKTAB (SHIFT‐TAB) [ ESC‐TAB ]
+ Like TAB, but cycles in the reverse direction thru the matching
filenames.
^L Complete the partial filename to the left of the cursor. If it
@@ -1791,18 +1838,17 @@
are simply deleted from the input and not displayed. (Only when
LESSCHARSET is "utf8".)
- A "character set" is simply a description of which characters are to be
- considered normal, control, and binary. The LESSCHARSET environment
- variable may be used to select a character set. Possible values for
- LESSCHARSET are:
+ A "character set" is a description of which of these categories each
+ character belongs to. The LESSCHARSET environment variable may be used
+ to select a character set. Possible values for LESSCHARSET are:
- ascii BS, TAB, NL, CR, and formfeed are control characters, all chars
- with values between 32 and 126 are normal, and all others are
+ ascii BS, TAB, NL, CR, and formfeed are control characters, all chars
+ with values between 32 and 126 are normal, and all others are
binary.
iso8859
- Selects an ISO 8859 character set. This is the same as ASCII,
- except characters between 160 and 255 are treated as normal
+ Selects an ISO 8859 character set. This is the same as ASCII,
+ except characters between 160 and 255 are treated as normal
characters.
latin1 Same as iso8859.
@@ -1813,62 +1859,62 @@
ebcdic Selects an EBCDIC character set.
- IBM‐1047
- Selects an EBCDIC character set used by OS/390 Unix Services.
- This is the EBCDIC analogue of latin1. You get similar results
- by setting either LESSCHARSET=IBM‐1047 or LC_CTYPE=en_US in your
+ IBM-1047
+ Selects an EBCDIC character set used by OS/390 Unix Services.
+ This is the EBCDIC analogue of latin1. You get similar results
+ by setting either LESSCHARSET=IBM-1047 or LC_CTYPE=en_US in your
environment.
- koi8‐r Selects a Russian character set.
+ koi8-r Selects a Russian character set.
next Selects a character set appropriate for NeXT computers.
- utf‐8 Selects the UTF‐8 encoding of the ISO 10646 character set.
- UTF‐8 is special in that it supports multi‐byte characters in
+ utf-8 Selects the UTF‐8 encoding of the ISO 10646 character set.
+ UTF‐8 is special in that it supports multi‐byte characters in
the input file. It is the only character set that supports mul‐
ti‐byte characters.
windows
- Selects a character set appropriate for Microsoft Windows (cp
+ Selects a character set appropriate for Microsoft Windows (cp
1252).
- In rare cases, it may be desired to tailor less to use a character set
- other than the ones definable by LESSCHARSET. In this case, the envi‐
+ In rare cases, it may be desired to tailor less to use a character set
+ other than the ones definable by LESSCHARSET. In this case, the envi‐
ronment variable LESSCHARDEF can be used to define a character set. It
should be set to a string where each character in the string represents
- one character in the character set. The character "." is used for a
- normal character, "c" for control, and "b" for binary. A decimal num‐
- ber may be used for repetition. For example, "bccc4b." would mean
- character 0 is binary, 1, 2 and 3 are control, 4, 5, 6 and 7 are bina‐
+ one character in the character set. The character "." is used for a
+ normal character, "c" for control, and "b" for binary. A decimal num‐
+ ber may be used for repetition. For example, "bccc4b." would mean
+ character 0 is binary, 1, 2 and 3 are control, 4, 5, 6 and 7 are bina‐
ry, and 8 is normal. All characters after the last are taken to be the
- same as the last, so characters 9 through 255 would be normal. (This
- is an example, and does not necessarily represent any real character
+ same as the last, so characters 9 through 255 would be normal. (This
+ is an example, and does not necessarily represent any real character
set.)
- This table shows the value of LESSCHARDEF which is equivalent to each
+ This table shows the value of LESSCHARDEF which is equivalent to each
of the possible values for LESSCHARSET:
ascii 8bcccbcc18b95.b
dos 8bcccbcc12bc5b95.b.
ebcdic 5bc6bcc7bcc41b.9b7.9b5.b..8b6.10b6.b9.7b
9.8b8.17b3.3b9.7b9.8b8.6b10.b.b.b.
- IBM‐1047 4cbcbc3b9cbccbccbb4c6bcc5b3cbbc4bc4bccbc
+ IBM-1047 4cbcbc3b9cbccbccbb4c6bcc5b3cbbc4bc4bccbc
191.b
iso8859 8bcccbcc18b95.33b.
- koi8‐r 8bcccbcc18b95.b128.
+ koi8-r 8bcccbcc18b95.b128.
latin1 8bcccbcc18b95.33b.
next 8bcccbcc18b95.bb125.bb
- If neither LESSCHARSET nor LESSCHARDEF is set, but any of the strings
- "UTF‐8", "UTF8", "utf‐8" or "utf8" is found in the LC_ALL, LC_CTYPE or
- LANG environment variables, then the default character set is utf‐8.
+ If neither LESSCHARSET nor LESSCHARDEF is set, but any of the strings
+ "UTF-8", "UTF8", "utf-8" or "utf8" is found in the LC_ALL, LC_CTYPE or
+ LANG environment variables, then the default character set is utf-8.
- If that string is not found, but your system supports the setlocale in‐
- terface, less will use setlocale to determine the character set. set‐
- locale is controlled by setting the LANG or LC_CTYPE environment vari‐
- ables.
+ If that string is not found, but your system supports the setlocale(3)
+ interface, less will use setlocale to determine the character set.
+ setlocale is controlled by setting the LANG or LC_CTYPE environment
+ variables.
- Finally, if the setlocale interface is also not available, the default
- character set is utf‐8.
+ Finally, if the setlocale interface is also not available, the default
+ character set is utf-8.
Control and binary characters are displayed in standout (reverse
video). Each such character is displayed in caret notation if possible
@@ -1887,7 +1933,7 @@
sult of expanding the character via LESSBINFMT must be less than 31
characters.
- When the character set is utf‐8, the LESSUTFBINFMT environment variable
+ When the character set is utf-8, the LESSUTFBINFMT environment variable
acts similarly to LESSBINFMT but it applies to Unicode code points that
were successfully decoded but are unsuitable for display (e.g., unas‐
signed code points). Its default value is "<U+%04lX>". Note that
@@ -1899,7 +1945,7 @@
trailing octets) are displayed individually using LESSBINFMT so as to
facilitate diagnostic of how the UTF‐8 file is ill‐formed.
- When the character set is utf‐8, in rare cases it may be desirable to
+ When the character set is utf-8, in rare cases it may be desirable to
override the Unicode definition of the type of certain characters. For
example, characters in a Private Use Area are normally treated as bina‐
ry characters, but if you are using a custom font with printable char‐
@@ -1927,23 +1973,22 @@
For example, setting LESSUTFCHARDEF to
- E000‐F8FF:p,F0000‐FFFFD:p,100000‐10FFFD:p
+ E000-F8FF:p,F0000-FFFFD:p,100000-10FFFD:p
would make all Private Use Area characters be treated as printable.
By default, emoji modifiers, components and variation selectors are
deleted because many terminals do not display them correctly. If you
use a terminal which does display some or all of them correctly, you
- can cause to be displayed by setting LESSUTFCHARDEF to treat them as
- composing characters. For example, this sets them all to composing
+ can cause them to be displayed by setting LESSUTFCHARDEF to treat them
+ as composing characters. For example, this sets them all to composing
characters:
- FE00‐FE0F:c,1F3FB‐1F3FF:c,1F9B0‐1F9B3:c,E0100‐E01EF:c
-
+ FE00-FE0F:c,1F3FB-1F3FF:c,1F9B0-1F9B3:c,E0100-E01EF:c
PROMPTS
- The -P option allows you to tailor the prompt to your preference. The
- string given to the -P option replaces the specified prompt string.
+ The -P option allows you to tailor the prompt to your preference. The
+ string given to the -P option replaces the specified prompt string.
Certain characters in the string are interpreted specially. The prompt
mechanism is rather complicated to provide flexibility, but the ordi‐
nary user need not understand the details of constructing personalized
@@ -1960,13 +2005,16 @@
ter is a "t", the byte offset of the top line in the display is
used, an "m" means use the middle line, a "b" means use the bot‐
tom line, a "B" means use the line just after the bottom line,
- and a "j" means use the "target" line, as specified by the -j
+ and a "j" means use the "target" line, as specified by the -j
option.
%B Replaced by the size of the current input file.
- %c Replaced by the column number of the text appearing in the first
- column of the screen.
+ %c Replaced by the column number of the text which appears in the
+ first column of the screen.
+
+ %C Replaced by the column number of the text which appears (or
+ would appear) in the last column of the screen.
%dX Replaced by the page number of a line in the input file. The
line to be used is determined by the X, as with the %b option.
@@ -2009,29 +2057,38 @@
line numbers. The line used is determined by the X as with the
%b option.
+ %Q Replaced by the percent of the last column of text displayed on
+ the screen compared to the length of the longest line currently
+ displayed (that is, %C divided by %W). Note that using this se‐
+ quence can make displaying the prompt be slower than usual.
+
%s Same as %B.
%t Causes any trailing spaces to be removed. Usually used at the
end of the string, but may appear anywhere.
%T Normally expands to the word "file". However if viewing files
- via a tags list using the -t option, it expands to the word
+ via a tags list using the -t option, it expands to the word
"tag".
+ %W Replaced by the width of the longest line currently displayed on
+ the screen. Note that using this sequence can make displaying
+ the prompt be slower than usual.
+
%x Replaced by the name of the next input file in the list.
If any item is unknown (for example, the file size if input is a pipe),
a question mark is printed instead.
- The format of the prompt string can be changed depending on certain
- conditions. A question mark followed by a single character acts like
- an "IF": depending on the following character, a condition is evaluat‐
- ed. If the condition is true, any characters following the question
- mark and condition character, up to a period, are included in the
- prompt. If the condition is false, such characters are not included.
- A colon appearing between the question mark and the period can be used
+ The format of the prompt string can be changed depending on certain
+ conditions. A question mark followed by a single character acts like
+ an "IF": depending on the following character, a condition is evaluat‐
+ ed. If the condition is true, any characters following the question
+ mark and condition character, up to a period, are included in the
+ prompt. If the condition is false, such characters are not included.
+ A colon appearing between the question mark and the period can be used
to establish an "ELSE": any characters between the colon and the period
- are included in the string if and only if the IF condition is false.
+ are included in the string if and only if the IF condition is false.
Condition characters (which follow a question mark) may be:
?a True if any characters have been included in the prompt so far.
@@ -2046,7 +2103,7 @@
?e True if at end‐of‐file.
- ?f True if there is an input filename (that is, if input is not a
+ ?f True if there is an input filename (that is, if input is not a
pipe).
?lX True if the line number of the specified line is known.
@@ -2057,12 +2114,15 @@
?n True if this is the first prompt in a new input file.
- ?pX True if the percent into the current input file, based on byte
+ ?pX True if the percent into the current input file, based on byte
offsets, of the specified line is known.
- ?PX True if the percent into the current input file, based on line
+ ?PX True if the percent into the current input file, based on line
numbers, of the specified line is known.
+ ?Q True if %Q is less than 100. Note that using this sequence can
+ make displaying the prompt be slower than usual.
+
?s Same as "?B".
?x True if there is a next input file (that is, if the current in‐
@@ -2080,7 +2140,7 @@
This prompt prints the filename, if known; otherwise the string "Stan‐
dard input".
- ?f%f .?ltLine %lt:?pt%pt\%:?btByte %bt:‐...
+ ?f%f .?ltLine %lt:?pt%pt\%:?btByte %bt:-...
This prompt would print the filename, if known. The filename is fol‐
lowed by the line number, if known, otherwise the percent if known,
@@ -2088,43 +2148,43 @@
tice how each question mark has a matching period, and how the % after
the %pt is included literally by escaping it with a backslash.
- ?n?f%f .?m(%T %i of %m) ..?e(END) ?x‐ Next\: %x..%t
+ ?n?f%f .?m(%T %i of %m) ..?e(END) ?x- Next\: %x..%t
This prints the filename if this is the first prompt in a file, fol‐
lowed by the "file N of N" message if there is more than one input
file. Then, if we are at end‐of‐file, the string "(END)" is printed
followed by the name of the next file, if there is one. Finally, any
trailing spaces are truncated. This is the default prompt. For refer‐
- ence, here are the defaults for the other two prompts (-m and -M re‐
- spectively). Each is broken into two lines here for readability only.
+ ence, here are the defaults for the other two prompts -m and -M respec‐
+ tively). Each is broken into two lines here for readability only.
- ?n?f%f .?m(%T %i of %m) ..?e(END) ?x‐ Next\: %x.:
+ ?n?f%f .?m(%T %i of %m) ..?e(END) ?x- Next\: %x.:
?pB%pB\%:byte %bB?s/%s...%t
- ?f%f .?n?m(%T %i of %m) ..?ltlines %lt‐%lb?L/%L. :
- byte %bB?s/%s. .?e(END) ?x‐ Next\: %x.:?pB%pB\%..%t
+ ?f%f .?n?m(%T %i of %m) ..?ltlines %lt-%lb?L/%L. :
+ byte %bB?s/%s. .?e(END) ?x- Next\: %x.:?pB%pB\%..?c (column %c).%t
And here is the default message produced by the = command:
- ?f%f .?m(%T %i of %m) .?ltlines %lt‐%lb?L/%L. .
- byte %bB?s/%s. ?e(END) :?pB%pB\%..%t
+ ?f%f .?m(%T %i of %m) .?ltlines %lt-%lb?L/%L. .
+ byte %bB?s/%s. ?e(END) :?pB%pB\%..?c (column %c).%t
- The prompt expansion features are also used for another purpose: if an
- environment variable LESSEDIT is defined, it is used as the command to
- be executed when the v command is invoked. The LESSEDIT string is ex‐
- panded in the same way as the prompt strings. The default value for
+ The prompt expansion features are also used for another purpose: if an
+ environment variable LESSEDIT is defined, it is used as the command to
+ be executed when the v command is invoked. The LESSEDIT string is ex‐
+ panded in the same way as the prompt strings. The default value for
LESSEDIT is:
%E ?lm+%lm. %g
Note that this expands to the editor name, followed by a + and the line
- number, followed by the shell‐escaped file name. If your editor does
- not accept the "+linenumber" syntax, or has other differences in invo‐
- cation syntax, the LESSEDIT variable can be changed to modify this de‐
+ number, followed by the shell‐escaped file name. If your editor does
+ not accept the "+linenumber" syntax, or has other differences in invo‐
+ cation syntax, the LESSEDIT variable can be changed to modify this de‐
fault.
SECURITY
- When the environment variable LESSSECURE is set to 1, less runs in a
+ When the environment variable LESSSECURE is set to 1, less runs in a
"secure" mode. In this mode, these features are disabled:
edit the edit command (v)
@@ -2136,11 +2196,11 @@
history history file
- lesskey use of lesskey files (‐k and --lesskey‐src)
+ lesskey use of lesskey files -k and --lesskey-src)
lessopen input preprocessor (LESSOPEN environment variable)
- logfile log files (s and -o)
+ logfile log files (s and -o)
osc8 opening OSC 8 links (^O^O)
@@ -2150,68 +2210,68 @@
stop stopping less via a SIGTSTP signal
- tags use of tags files (‐t)
+ tags use of tags files (-t)
- The LESSSECURE_ALLOW environment variable can be set to a comma‐sepa‐
- rated list of names of features which are selectively enabled when
+ The LESSSECURE_ALLOW environment variable can be set to a comma‐sepa‐
+ rated list of names of features which are selectively enabled when
LESSSECURE is set. Each feature name is the first word in each line in
- the above list. A feature name may be abbreviated as long as the ab‐
- breviation is unambiguous. For example, if LESSSECURE=1 and
+ the above list. A feature name may be abbreviated as long as the ab‐
+ breviation is unambiguous. For example, if LESSSECURE=1 and
LESSSECURE_ALLOW=hist,edit were set, all of the above features would be
disabled except for history files and the edit command.
- Less can also be compiled to be permanently in "secure" mode. In that
+ Less can also be compiled to be permanently in "secure" mode. In that
case, the LESSSECURE and LESSSECURE_ALLOW variables are ignored.
COMPATIBILITY WITH MORE
If the environment variable LESS_IS_MORE is set to 1, or if the program
- is invoked via a file link named "more" and the environment variable
+ is invoked via a file link named "more" and the environment variable
LESS_IS_MORE is not set to 0, less behaves (mostly) in conformance with
- the POSIX more(1) command specification. In this mode, less behaves
+ the POSIX more(1) command specification. In this mode, less behaves
differently in these ways:
- The -e option works differently. If the -e option is not set, less be‐
- haves as if the -e option were set. If the -e option is set, less be‐
- haves as if the -E option were set.
+ The -e option works differently. If the -e option is not set, less be‐
+ haves as if the -e option were set. If the -e option is set, less be‐
+ haves as if the -E option were set.
- The -m option works differently. If the -m option is not set, the
- medium prompt is used, and it is prefixed with the string "--More--".
- If the -m option is set, the short prompt is used.
+ The -m option works differently. If the -m option is not set, the
+ medium prompt is used, and it is prefixed with the string "--More--".
+ If the -m option is set, the short prompt is used.
- The -n option acts like the -z option. The normal behavior of the -n
+ The -n option acts like the -z option. The normal behavior of the -n
option is unavailable in this mode.
- The parameter to the -p option is taken to be a less command rather
+ The parameter to the -p option is taken to be a less command rather
than a search pattern.
- The LESS environment variable is ignored, and the MORE environment
+ The LESS environment variable is ignored, and the MORE environment
variable is used in its place.
ENVIRONMENT VARIABLES
Environment variables may be specified either in the system environment
- as usual, or in a lesskey(1) file. If environment variables are de‐
+ as usual, or in a lesskey(1) file. If environment variables are de‐
fined in more than one place, variables defined in a local lesskey file
take precedence over variables defined in the system environment, which
take precedence over variables defined in the system‐wide lesskey file.
COLUMNS
Sets the number of columns on the screen. Takes precedence over
- the number of columns specified by the TERM variable. (But if
+ the number of columns specified by the TERM variable. (But if
you have a windowing system which supports TIOCGWINSZ or
- WIOCGETD, the window system’s idea of the screen size takes
+ WIOCGETD, the window system’s idea of the screen size takes
precedence over the LINES and COLUMNS environment variables.)
EDITOR The name of the editor (used for the v command).
- HOME Name of the user’s home directory (used to find a lesskey file
+ HOME Name of the user’s home directory (used to find a lesskey file
on Unix and OS/2 systems).
HOMEDRIVE, HOMEPATH
- Concatenation of the HOMEDRIVE and HOMEPATH environment vari‐
+ Concatenation of the HOMEDRIVE and HOMEPATH environment vari‐
ables is the name of the user’s home directory if the HOME vari‐
able is not set (only in the Windows version).
- INIT Name of the user’s init directory (used to find a lesskey file
+ INIT Name of the user’s init directory (used to find a lesskey file
on OS/2 systems).
LANG Language for determining the character set.
@@ -2222,27 +2282,27 @@
LESS Options which are passed to less automatically.
LESSANSIENDCHARS
- Characters which may end an ANSI color escape sequence (default
+ Characters which may end an ANSI color escape sequence (default
"m").
LESSANSIMIDCHARS
- Characters which may appear between the ESC character and the
- end character in an ANSI color escape sequence (default
+ Characters which may appear between the ESC character and the
+ end character in an ANSI color escape sequence (default
"0123456789:;[?!"'#%()*+ ").
LESSANSIOSCALLOW
A comma‐separated list of OSC types which are output directly to
- the terminal when -R is in effect (default "8"; that is, only
+ the terminal when -R is in effect (default "8"; that is, only
OSC 8 sequences are output directly).
LESSANSIOSCCHARS
- Characters which may follow an ESC character to mark the start
- of an "OS Command" sequence. All characters that follow this
- character up to a String Terminator (ESC‐backslash or BEL) are
- considered to be part of the OSC sequence (default "]"). If a
- character in LESSANSIOSCCHARS is followed by an asterisk, se‐
- quences that begin with that character in the file contents are
- passed through to the terminal; otherwise only sequences that
+ Characters which may follow an ESC character to mark the start
+ of an "OS Command" sequence. All characters that follow this
+ character up to a String Terminator (ESC‐backslash or BEL) are
+ considered to be part of the OSC sequence (default "]"). If a
+ character in LESSANSIOSCCHARS is followed by an asterisk, se‐
+ quences that begin with that character in the file contents are
+ passed through to the terminal; otherwise only sequences that
appear in a prompt string are passed through.
LESSBINFMT
@@ -2259,21 +2319,21 @@
LESSECHO
Name of the lessecho program (default "lessecho"). The lessecho
- program is needed to expand metacharacters, such as * and ?, in
+ program is needed to expand metacharacters, such as * and ?, in
filenames on Unix systems.
LESSEDIT
- Editor prototype string (used for the v command). See discus‐
+ Editor prototype string (used for the v command). See discus‐
sion under PROMPTS.
LESSGLOBALTAGS
- Name of the command used by the -t option to find global tags.
- Normally should be set to "global" if your system has the glob‐
+ Name of the command used by the -t option to find global tags.
+ Normally should be set to "global" if your system has the glob‐
al(1) command. If not set, global tags are not used.
LESSHISTFILE
- Name of the history file used to remember search commands and
- shell commands between invocations of less. If set to "-" or
+ Name of the history file used to remember search commands and
+ shell commands between invocations of less. If set to "-" or
"/dev/null", a history file is not used. The default depends on
the operating system, but is usually:
@@ -2294,28 +2354,36 @@
Name of the default lesskey source file.
LESSKEY
- Name of the default lesskey binary file. (Not used if
+ Name of the default lesskey binary file. (Not used if
"$LESSKEYIN" exists.)
LESSKEY_CONTENT
- The value is parsed as if it were the parameter of a --lesskey‐
- content option.
+ The value is parsed as if it were the parameter of a
+ --lesskey-content option.
LESSKEYIN_SYSTEM
Name of the default system‐wide lesskey source file.
LESSKEY_SYSTEM
- Name of the default system‐wide lesskey binary file. (Not used
+ Name of the default system‐wide lesskey binary file. (Not used
if "$LESSKEYIN_SYSTEM" exists.)
LESSMETACHARS
- List of characters which are considered "metacharacters" by the
+ List of characters which are considered "metacharacters" by the
shell.
LESSMETAESCAPE
- Prefix which less will add before each metacharacter in a com‐
+ Prefix which less will add before each metacharacter in a com‐
mand sent to the shell (default "\").
+ LESSNOCONFIG
+ If set to "-", all environment variables except TERM are ignored
+ (treated as if they were not set). If set to a comma‐separated
+ list of environment variable names, all environment variables
+ except TERM and those in the list are ignored. In either case
+ (if set to any non‐empty value), all lesskey files are also ig‐
+ nored.
+
LESSOPEN
Command line to invoke the (optional) input‐preprocessor.
@@ -2323,7 +2391,7 @@
Runs less in "secure" mode. See discussion under SECURITY.
LESSSECURE_ALLOW
- Enables individual features which are normally disabled by
+ Enables individual features which are normally disabled by
LESSSECURE. See discussion under SECURITY.
LESSSEPARATOR
@@ -2338,30 +2406,30 @@
LESS_COLUMNS
Sets the number of columns on the screen. Unlike COLUMNS, takes
- precedence over the system’s idea of the screen size, so it can
- be used to make less use less than the full screen width. If
- set to a negative number, sets the number of columns used to
+ precedence over the system’s idea of the screen size, so it can
+ be used to make less use less than the full screen width. If
+ set to a negative number, sets the number of columns used to
this much less than the actual screen width.
LESS_LINES
- Sets the number of lines on the screen. Unlike LINES, takes
- precedence over the system’s idea of the screen size, so it can
- be used to make less use less than the full screen height. If
- set to a negative number, sets the number of lines used to this
- much less than the actual screen height. When set, less re‐
+ Sets the number of lines on the screen. Unlike LINES, takes
+ precedence over the system’s idea of the screen size, so it can
+ be used to make less use less than the full screen height. If
+ set to a negative number, sets the number of lines used to this
+ much less than the actual screen height. When set, less re‐
paints the entire screen on every movement command, so scrolling
may be slower.
LESS_DATA_DELAY
- Duration (in milliseconds) after starting to read data from the
- input, after which the "Waiting for data" message will be dis‐
+ Duration (in milliseconds) after starting to read data from the
+ input, after which the "Waiting for data" message will be dis‐
played. The default is 4000 (4 seconds).
LESS_IS_MORE
Emulate the more(1) command.
LESS_OSC8_xxx
- Where "xxx" is a URI scheme such as "http" or "file", sets an
+ Where "xxx" is a URI scheme such as "http" or "file", sets an
OSC 8 handler for opening OSC 8 links containing a URI with that
scheme.
@@ -2370,13 +2438,13 @@
no specific LESS_OSC8_xxx handler set for the "xxx" scheme.
LESS_SHELL_LINES
- When the -F option is set, less exits automatically if the num‐
- ber of screen lines used to display the file is less than or
- equal to the screen height minus the value of the
- LESS_SHELL_LINES variable. Thus, if you use a shell prompt
- which occupies more than one screen line, this variable can be
- set to the number of lines used by your prompt, to ensure that
- the entire file can be seen when -F is used. If not set,
+ When the -F option is set, less exits automatically if the num‐
+ ber of screen lines used to display the file is less than or
+ equal to the screen height minus the value of the
+ LESS_SHELL_LINES variable. Thus, if you use a shell prompt
+ which occupies more than one screen line, this variable can be
+ set to the number of lines used by your prompt, to ensure that
+ the entire file can be seen when -F is used. If not set,
LESS_SHELL_LINES is assumed to be 1.
LESS_SIGUSR1
@@ -2384,62 +2452,71 @@
commands will be executed when less receives a SIGUSR1 signal.
LESS_TERMCAP_xx
- Where "xx" is any two characters, overrides the definition of
- the termcap "xx" capability for the terminal.
+ Where "xx" is any two characters, overrides the definition of
+ the termcap "xx" capability for the terminal. No escape se‐
+ quences in the string are processed, so any nonprintable charac‐
+ ters such as ESC must be in the string literally.
+
+ LESS_TERMINFO_xxxx
+ Where "xxxx" is any string of characters, overrides the defini‐
+ tion of the terminfo "xxxx" capability for the terminal. You
+ can use either LESS_TERMCAP_xx or LESS_TERMINFO_xxxx to override
+ a terminal capability, regardless of whether less is built with
+ the termcap or the terminfo library.
LESS_TERMCAP_BRACKETED_PASTE_START
- Overrides the standard ANSI escape sequence to enable bracketed
- paste. This is used when the --no‐paste option is in effect.
+ Overrides the standard ANSI escape sequence to enable bracketed
+ paste. This is used when the --no-paste option is in effect.
LESS_TERMCAP_BRACKETED_PASTE_END
Overrides the standard ANSI escape sequence to disable bracketed
paste.
LESS_TERMCAP_MOUSE_START
- Overrides the standard ANSI escape sequence to enable mouse re‐
- porting. This is used when the --mouse option is in effect.
+ Overrides the standard ANSI escape sequence to enable mouse re‐
+ porting. This is used when the --mouse option is in effect.
LESS_TERMCAP_MOUSE_END
Overrides the standard ANSI escape sequence to disable mouse re‐
porting.
LESS_TERMCAP_SUSPEND
- Defines an escape sequence to temporarily suspend screen up‐
+ Defines an escape sequence to temporarily suspend screen up‐
dates. This is sent to the terminal before clearing the screen.
- This can be used to avoid screen tearing when the screen is re‐
+ This can be used to avoid screen tearing when the screen is re‐
drawn on certain terminals.
LESS_TERMCAP_RESUME
- Defines an escape sequence to resume screen updates. This is
+ Defines an escape sequence to resume screen updates. This is
sent to the terminal after displaying the prompt.
LESS_UNSUPPORT
- A space‐separated list of command line options. These options
- will be ignored (with no error message) if they appear on the
+ A space‐separated list of command line options. These options
+ will be ignored (with no error message) if they appear on the
command line or in the LESS environment variable. Options list‐
- ed in LESS_UNSUPPORT can still be changed by the - and -- com‐
- mands. Each option in LESS_UNSUPPORT is a dash followed by a
+ ed in LESS_UNSUPPORT can still be changed by the - and -- com‐
+ mands. Each option in LESS_UNSUPPORT is a dash followed by a
single character option letter, or two dashes followed by a long
option name.
- LINES Sets the number of lines on the screen. Takes precedence over
+ LINES Sets the number of lines on the screen. Takes precedence over
the number of lines specified by the TERM variable. (But if you
- have a windowing system which supports TIOCGWINSZ or WIOCGETD,
- the window system’s idea of the screen size takes precedence
+ have a windowing system which supports TIOCGWINSZ or WIOCGETD,
+ the window system’s idea of the screen size takes precedence
over the LINES and COLUMNS environment variables.)
- MORE Options which are passed to less automatically when running in
+ MORE Options which are passed to less automatically when running in
more‐compatible mode.
- PATH User’s search path (used to find a lesskey file on MS‐DOS, Win‐
+ PATH User’s search path (used to find a lesskey file on MS‐DOS, Win‐
dows, and OS/2 systems).
POSIXLY_CORRECT
- If set to any value, all option arguments on the command line
+ If set to any value, all option arguments on the command line
are expected to appear before any filename arguments. This must
be set as an actual environment variable, not in a lesskey file.
- SHELL The shell used to execute the ! command, as well as to expand
+ SHELL The shell used to execute the ! command, as well as to expand
filenames.
TERM The type of terminal on which less is being run.
@@ -2451,11 +2528,11 @@
tion.
XDG_DATA_HOME
- Possible location of the history file; see the description of
+ Possible location of the history file; see the description of
the LESSHISTFILE environment variable.
XDG_STATE_HOME
- Possible location of the history file; see the description of
+ Possible location of the history file; see the description of
the LESSHISTFILE environment variable.
SEE ALSO
@@ -2464,19 +2541,19 @@
COPYRIGHT
Copyright (C) 1984‐2025 Mark Nudelman
- less is part of the GNU project and is free software. You can redis‐
- tribute it and/or modify it under the terms of either (1) the GNU Gen‐
- eral Public License as published by the Free Software Foundation; or
+ less is part of the GNU project and is free software. You can redis‐
+ tribute it and/or modify it under the terms of either (1) the GNU Gen‐
+ eral Public License as published by the Free Software Foundation; or
(2) the Less License. See the file README in the less distribution for
more details regarding redistribution. You should have received a copy
- of the GNU General Public License along with the source for less; see
- the file COPYING. If not, write to the Free Software Foundation, 59
- Temple Place, Suite 330, Boston, MA 02111‐1307, USA. You should also
+ of the GNU General Public License along with the source for less; see
+ the file COPYING. If not, write to the Free Software Foundation, 59
+ Temple Place, Suite 330, Boston, MA 02111‐1307, USA. You should also
have received a copy of the Less License; see the file LICENSE.
less is distributed in the hope that it will be useful, but WITHOUT ANY
- WARRANTY; without even the implied warranty of MERCHANTABILITY or FIT‐
- NESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FIT‐
+ NESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.
AUTHOR
@@ -2485,4 +2562,4 @@
For more information, see the less homepage at
https://greenwoodsoftware.com/less.
- Version 685: 04 Oct 2025 LESS(1)
+less 691 10 Jan 2026 LESS(1)
diff --git a/less.nro b/less.nro
index ae43e8851d0e..8638df0de5b2 100644
--- a/less.nro
+++ b/less.nro
@@ -1,26 +1,81 @@
'\" t
-.TH LESS 1 "Version 685: 04 Oct 2025"
+.TH LESS 1 "10 Jan 2026" "less 691"
+.\" Define a string for the caret ("hat") as portably as possible.
+.ie \n(.g .ds ^ \(ha
+.el .ds ^ ^
+.\" Define a string for the tilde as portably as possible.
+.ie \n(.g .ds ~ \(ti
+.el .ds ~ ~
+.\" Define a string for the neutral apostrophe as portably as possible.
+.ie \n(.g .ds ' \(aq
+.el .ds ' '
+.\" Define a string to interpolate the hyphenless break point escape
+.\" sequence (for URLs and similar) if the formatter claims groff
+.\" compatibility, else interpolate nothing.
+.ie \n(.g .ds : \:
+.el .ds : \" empty
.SH NAME
less \- display the contents of a file in a terminal
.SH SYNOPSIS
+.HP
+.nr sA \n(.j \" Save the adjustment mode.
+.na
+.B less
+.\" AT&T man(7) macros accept six arguments at most.
+.RB [ \- [ + ] aABcCdeEfFgGiIJKLmMnNqQrRsSuUVwWX\*~\c
+]
+.RB [ \-b\ \c
+.IR size ]
+.RB [ \-D\ \c
+.IR color ]
+.RB [ \-h\ \c
+.IR lines ]
+.RB [ \-j\ \c
+.IR line ]
+.RB [ \-k\ \c
+.IR key-file ]
+.RB [ \- { o | O\c
+}
+.IR log-file ]
+.RB [ \-p\ \c
+.I pattern ]
+.RB [ \-P\ \c
+.IR prompt ]
+.RB [ \-t\ \c
+.IR tag ]
+.RB [ \-T\ \c
+.IR tags-file ]
+.RB [ \-x\ \c
+.IR tab [{\c
+.BI , tab\c
+}.\|.\|.]]\&
+.RB [ \-y\ \c
+.IR lines ]
+.RB [ \-z\ \c
+.IR lines ]
+.RB [ \-\c
+.IR lines ]
+.\" Work around bugs in the man(7) font selection macros in Solaris 10,
+.\" Plan 9, and DWB 3.3 troffs.
+.\".RB [ "\-\[dq]\c"\" works with groff, mandoc, and Heirloom Doctools
+[\fB\-"\c
+.IR cc ]
+.RB [ \-#\ \c
+.IR shift ]
+.RB [ +\c
+.IR less-command ]
+.RB [ \-\- ]
+.RI [ file \ .\|.\|.]
+.ad \n(sA \" Restore the adjustment mode.
+.PP
.B "less \-?"
.br
.B "less \-\-help"
-.br
+.PP
.B "less \-V"
.br
.B "less \-\-version"
-.br
-.B "less [\-[+]aABcCdeEfFgGiIJKLmMnNqQrRsSuUVwWX\(ti]"
-.br
-.B " [\-b \fIspace\/\fP] [\-h \fIlines\/\fP] [\-j \fIline\/\fP] [\-k \fIkeyfile\/\fP]"
-.br
-.B " [\-{oO} \fIlogfile\/\fP] [\-p \fIpattern\/\fP] [\-P \fIprompt\/\fP] [\-t \fItag\/\fP]"
-.br
-.B " [\-T \fItagsfile\/\fP] [\-x \fItab\/\fP,...] [\-y \fIlines\/\fP] [\-[z] \fIlines\/\fP]"
-.br
-.B " [\-# \fIshift\/\fP] [+[+]\fIcmd\/\fP] [\-\-] [\fIfilename\/\fP]..."
-.br
+.PP
(See the OPTIONS section for alternate option syntax with long option names.)
.
.SH DESCRIPTION
@@ -47,35 +102,39 @@ Commands may be preceded by a decimal number,
called N in the descriptions below.
The number is used by some commands, as indicated.
.PP
-In the following descriptions, \(haX means control-X.
+In the following descriptions, \*^X means control-X.
ESC stands for the ESCAPE key; for example ESC-v means the
two character sequence "ESCAPE", then "v".
.IP "h or H"
Help: display a summary of these commands.
If you forget all the other commands, remember this one.
-.IP "SPACE or \(haV or f or \(haF"
-Scroll forward N lines, default one window (see option \-z below).
+.IP "SPACE or \*^V or f or \*^F"
+Scroll forward N lines, default one window (see option
+.B \-z
+below).
If N is more than the screen size, only the final screenful is displayed.
-Warning: some systems use \(haV as a special literalization character.
+Warning: some systems use \*^V as a special literalization character.
.IP "z"
Like SPACE, but if N is specified, it becomes the new window size.
-.IP "ENTER or RETURN or \(haN or e or \(haE or j or \(haJ"
+.IP "ENTER or RETURN or \*^N or e or \*^E or j or \*^J"
Scroll forward N lines, default 1.
The entire N lines are displayed, even if N is more than the screen size.
-.IP "d or \(haD"
+.IP "d or \*^D"
Scroll forward N lines, default one half of the screen size.
If N is specified, it becomes the new default for
subsequent d and u commands.
-.IP "b or \(haB or ESC-v"
-Scroll backward N lines, default one window (see option \-z below).
+.IP "b or \*^B or ESC-v"
+Scroll backward N lines, default one window (see option
+.B "\-z"
+below).
If N is more than the screen size, only the final screenful is displayed.
.IP "w"
Like ESC-v, but if N is specified, it becomes the new window size.
-.IP "y or \(haY or \(haP or k or \(haK"
+.IP "y or \*^Y or \*^P or k or \*^K"
Scroll backward N lines, default 1.
The entire N lines are displayed, even if N is more than the screen size.
-Warning: some systems use \(haY as a special job control character.
-.IP "u or \(haU"
+Warning: some systems use \*^Y as a special job control character.
+.IP "u or \*^U"
Scroll backward N lines, default one half of the screen size.
If N is specified, it becomes the new default for
subsequent d and u commands.
@@ -96,21 +155,33 @@ A file line is a complete line in the file, terminated by a newline.
Scroll backwards N file lines, default 1.
.IP "ESC-) or RIGHTARROW"
Scroll horizontally right N characters, default half the screen width
-(see the \-# option).
+(see the
+.B "\-#"
+option).
If a number N is specified, it becomes the default for future RIGHTARROW
and LEFTARROW commands.
-While the text is scrolled, it acts as though the \-S option
+While the text is scrolled, it acts as though the
+.B "\-S"
+option
(chop lines) were in effect.
.IP "ESC-( or LEFTARROW"
Scroll horizontally left N characters, default half the screen width
-(see the \-# option).
+(see the
+.B "\-#"
+option).
If a number N is specified, it becomes the default for future RIGHTARROW
and LEFTARROW commands.
-.IP "ESC-} or \(haRIGHTARROW"
+.IP "ESC-} or \*^RIGHTARROW or END"
Scroll horizontally right to show the end of the longest displayed line.
-.IP "ESC-{ or \(haLEFTARROW"
+.IP "ESC-{ or \*^LEFTARROW or HOME"
Scroll horizontally left back to the first column.
-.IP "r or \(haR or \(haL"
+.IP "\*^END or SHIFT-END"
+Go to line N in the file, default the end of the file, and
+scroll horizontally right to show the end of the longest displayed line.
+.IP "\*^HOME or SHIFT-HOME"
+Go to line N in the file, default 1 (beginning of file),
+and scroll horizontally left back to the first column.
+.IP "r or \*^R or \*^L"
Repaint the screen.
.IP R
Repaint the screen, discarding any buffered input.
@@ -123,14 +194,21 @@ Normally this command would be used when already at the end of the file.
It is a way to monitor the tail of a file which is growing
while it is being viewed.
(The behavior is similar to the "tail \-f" command.)
-To stop waiting for more data, enter the interrupt character (usually \(haC).
+To stop waiting for more data, enter the interrupt character (usually \*^C).
On systems which support
.BR poll (2)
-you can also use \(haX or the character specified by the \-\-intr option.
-If the input is a pipe and the \-\-exit-follow-on-close option is in effect,
+you can also use \*^X or the character specified by the
+.B "\-\-intr"
+option.
+If the input is a pipe and the
+.B "\-\-exit\-follow\-on\-close"
+option is in effect,
.B less
will automatically stop waiting for data when the input side
of the pipe is closed.
+.IP "ESC-f"
+Like F, but each time a line is found which matches
+the last search pattern, the terminal bell is rung.
.IP "ESC-F"
Like F, but as soon as a line is found which matches
the last search pattern, the terminal bell is rung
@@ -175,40 +253,44 @@ Like }, but applies to parentheses rather than curly brackets.
Like {, but applies to square brackets rather than curly brackets.
.IP "]"
Like }, but applies to square brackets rather than curly brackets.
-.IP "ESC-\(haF"
+.IP "ESC-\*^F"
Followed by two characters,
acts like {, but uses the two characters as open and close brackets,
respectively.
-For example, "ESC \(haF < >" could be used to
+For example, "ESC \*^F < >" could be used to
go forward to the > which matches the < in the top displayed line.
-.IP "ESC-\(haB"
+.IP "ESC-\*^B"
Followed by two characters,
acts like }, but uses the two characters as open and close brackets,
respectively.
-For example, "ESC \(haB < >" could be used to
+For example, "ESC \*^B < >" could be used to
go backward to the < which matches the > in the bottom displayed line.
.IP m
Followed by any lowercase or uppercase letter,
marks the first displayed line with that letter.
-If the status column is enabled via the \-J option,
+If the status column is enabled via the
+.B "\-J"
+option,
the status column shows the marked line.
.IP M
Acts like m, except the last displayed line is marked
rather than the first displayed line.
-.IP "\(aq"
+.IP "\*'"
(Single quote.)
Followed by any lowercase or uppercase letter, returns to the position which
was previously marked with that letter.
Followed by another single quote, returns to the position at
which the last "large" movement command was executed.
-Followed by a \(ha or $, jumps to the beginning or end of the
+Followed by a \*^ or $, jumps to the beginning or end of the
file respectively.
Marks are preserved when a new file is examined within a single invocation of
.BR less ,
-so the \(aq command can be used to switch between input files.
-The \-\-save-marks option causes marks to be preserved across different invocations of
+so the \*' command can be used to switch between input files.
+The
+.B "\-\-save\-marks"
+option causes marks to be preserved across different invocations of
.BR less .
-.IP "\(haX\(haX"
+.IP "\*^X\*^X"
Same as single quote.
.IP "ESC-m"
Followed by any lowercase or uppercase letter,
@@ -219,86 +301,104 @@ N defaults to 1.
The pattern is a regular expression, as recognized by
the regular expression library supplied by your system.
By default, searching is case-sensitive (uppercase and lowercase
-are considered different); the \-i option can be used to change this.
+are considered different); the
+.B "\-i"
+option can be used to change this.
The search starts at the first line displayed
-(but see the \-a and \-j options, which change this).
-.sp
+(but see the
+.B "\-a"
+and
+.B "\-j"
+options, which change this).
+.IP
Certain characters are special
if entered at the beginning of the pattern;
they modify the type of search rather than become part of the pattern:
.RS
-.IP "\(haN or !"
+.IP "\*^N or !"
Search for lines which do NOT match the pattern.
-.IP "\(haE or *"
+.IP "\*^E or *"
Search multiple files.
That is, if the search reaches the END of the current file
without finding a match,
the search continues in the next file in the command line list.
-.IP "\(haF or @"
+.IP "\*^F or @"
Begin the search at the first line of the FIRST file
in the command line list,
regardless of what is currently displayed on the screen
-or the settings of the \-a or \-j options.
-.IP "\(haK"
+or the settings of the
+.B "\-a"
+or
+.B "\-j"
+options.
+.IP "\*^K"
Highlight any text which matches the pattern on the current screen,
but don't move to the first match (KEEP current position).
-.IP "\(haR"
+.IP "\*^R"
Don't interpret regular expression metacharacters;
that is, do a simple textual comparison.
-.IP "\(haS"
+.IP "\*^S"
Followed by a digit N between 1 and 5.
Only text which has a non-empty match for the N-th parenthesized SUB-PATTERN
will be considered to match the pattern.
-For example, searching for "(abc)|(def)" modified with \(haS1
+For example, searching for "(abc)|(def)" modified with \*^S1
would search for instances of "abc", but would highlight
instances of both "abc" and "def".
(Supported only if
.B less
is built with one of the regular expression libraries
.BR posix ", " pcre ", or " pcre2 ".)"
-Multiple \(haS modifiers can be specified,
+Multiple \*^S modifiers can be specified,
to match more than one sub-pattern.
-.IP "\(haW"
+.IP "\*^W"
WRAP around the current file.
That is, if the search reaches the end of the current file
without finding a match, the search continues from the first line of the
current file up to the line where it started.
-If the \(haW modifier is set, the \(haE modifier is ignored.
-.IP "\(haL"
+If the \*^W modifier is set, the \*^E modifier is ignored.
+.IP "\*^L"
The next character is taken literally; that is, it becomes part of the pattern
even if it is one of the above search modifier characters.
.RE
.IP ?pattern
Search backward in the file for the N-th line containing the pattern.
The search starts at the last line displayed
-(but see the \-a and \-j options, which change this).
-.sp
+(but see the
+.B "\-a"
+and
+.B "\-j"
+options, which change this).
+.IP
Certain characters are special as in the / command:
.RS
-.IP "\(haN or !"
+.IP "\*^N or !"
Search for lines which do NOT match the pattern.
-.IP "\(haE or *"
+.IP "\*^E or *"
Search multiple files.
That is, if the search reaches the beginning of the current file
without finding a match,
the search continues in the previous file in the command line list.
-.IP "\(haF or @"
+.IP "\*^F or @"
Begin the search at the last line of the last file
in the command line list,
regardless of what is currently displayed on the screen
-or the settings of the \-a or \-j options.
-.IP "\(haK"
+or the settings of the
+.B "\-a"
+or
+.B "\-j"
+options.
+.IP "\*^K"
As in forward searches.
-.IP "\(haR"
+.IP "\*^R"
As in forward searches.
-.IP "\(haS"
+.IP "\*^S"
As in forward searches.
-.IP "\(haW"
+.IP "\*^W"
WRAP around the current file.
That is, if the search reaches the beginning of the current file
without finding a match, the search continues from the last line of the
current file up to the line where it started.
-.IP "\(haL"
+.IP "\*^L"
As in forward searches.
.RE
.IP "ESC-/pattern"
@@ -307,15 +407,15 @@ Same as "/*".
Same as "?*".
.IP n
Repeat previous search, for N-th line containing the last pattern.
-If the previous search was modified by \(haN, the search is made for the
+If the previous search was modified by \*^N, the search is made for the
N-th line NOT containing the pattern.
-If the previous search was modified by \(haE, the search continues
+If the previous search was modified by \*^E, the search continues
in the next (or previous) file if not satisfied in the current file.
-If the previous search was modified by \(haR, the search is done
+If the previous search was modified by \*^R, the search is done
without using regular expressions.
-If the previous search was modified by \(haW, the search wraps at
+If the previous search was modified by \*^W, the search wraps at
the end (or beginning) of the file.
-There is no effect if the previous search was modified by \(haF or \(haK.
+There is no effect if the previous search was modified by \*^F or \*^K.
.IP N
Repeat previous search, but in the reverse direction.
.IP "ESC-n"
@@ -330,11 +430,15 @@ Turn off highlighting of strings matching the current search pattern.
If highlighting is already off because of a previous ESC-u command,
turn highlighting back on.
Any search command will also turn highlighting back on.
-(Highlighting can also be disabled by toggling the \-G option;
+(Highlighting can also be disabled by toggling the
+.B "\-G"
+option;
in that case search commands do not turn highlighting back on.)
.IP "ESC-U"
Like ESC-u but also clears the saved search pattern.
-If the status column is enabled via the \-J option,
+If the status column is enabled via the
+.B "\-J"
+option,
this clears all search matches marked in the status column.
.IP "&pattern"
Display only lines which match the pattern;
@@ -346,12 +450,12 @@ beginning of the prompt,
as a reminder that some lines in the file may be hidden.
Multiple & commands may be entered, in which case only lines
which match all of the patterns will be displayed.
-.sp
+.IP
Certain characters are special as in the / command:
.RS
-.IP "\(haN or !"
+.IP "\*^N or !"
Display only lines which do NOT match the pattern.
-.IP "\(haR"
+.IP "\*^R"
Don't interpret regular expression metacharacters;
that is, do a simple textual comparison.
.RE
@@ -373,11 +477,13 @@ If the filename consists of several files, they are all inserted into
the list of files and the first one is examined.
If the filename contains one or more spaces,
the entire filename should be enclosed in double quotes
-(also see the \-" option).
-.IP "\(haX\(haV or E"
+(also see the
+.B "\-\[dq]"
+option).
+.IP "\*^X\*^V or E"
Same as :e.
-Warning: some systems use \(haV as a special literalization character.
-On such systems, you may not be able to use \(haV.
+Warning: some systems use \*^V as a special literalization character.
+On such systems, you may not be able to use \*^V.
.IP ":n"
Examine the next file (from the list of files given in the command line).
If a number N is specified, the N-th next file is examined.
@@ -391,16 +497,18 @@ If a number N is specified, the N-th file in the list is examined.
Remove the current file from the list of files.
.IP "t"
Go to the next tag, if there were more than one matches for the current tag.
-See the \-t option for more details about tags.
+See the
+.B "\-t"
+option for more details about tags.
.IP "T"
Go to the previous tag, if there were more than one matches for the current tag.
-.IP "\(haO\(haN or \(haOn"
+.IP "\*^O\*^N or \*^On"
Search forward in the file for the N-th next OSC 8 hyperlink.
-.IP "\(haO\(haP or \(haOp"
+.IP "\*^O\*^P or \*^Op"
Search backward in the file for the N-th previous OSC 8 hyperlink.
-.IP "\(haO\(haL or \(haOl"
+.IP "\*^O\*^L or \*^Ol"
Jump to the currently selected OSC 8 hyperlink.
-.IP "= or \(haG or :f"
+.IP "= or \*^G or :f"
Prints some information about the file being viewed,
including its name
and the line number and byte offset of the bottom line being displayed.
@@ -411,10 +519,16 @@ and the percent of the file above the last displayed line.
Followed by one of the command line option letters (see OPTIONS below),
this will change the setting of that option
and print a message describing the new setting.
-If a \(haP (CONTROL-P) is entered immediately after the dash,
+If a \*^P (CONTROL-P) is entered immediately after the dash,
the setting of the option is changed but no message is printed.
-If the option letter has a numeric value (such as \-b or \-h),
-or a string value (such as \-P or \-t),
+If the option letter has a numeric value (such as
+.B "\-b"
+or
+.BR "\-h" "),"
+or a string value (such as
+.B "\-P"
+or
+.BR "\-t" "),"
a new value may be entered after the option letter.
If no new value is entered, a message describing
the current setting is printed and nothing is changed.
@@ -424,14 +538,16 @@ rather than a single option letter.
Press ENTER or RETURN after typing the option name to change it.
You can enter just the beginning of an option name,
then press TAB to find all option names which begin with that string.
-A \(haP immediately after the second dash suppresses printing of a
+A \*^P immediately after the second dash suppresses printing of a
message describing the new setting, as in the \- command.
.IP \-+
Followed by one of the command line option letters
this will reset the option to its default setting
and print a message describing the new setting.
(The "\-+\fIX\fP" command does the same thing
-as "\-+\fIX\fP" on the command line.)
+as
+.RB "\[dq]" "\-+X" "\[dq]"
+on the command line.)
This does not work for string-valued options.
.IP \-\-+
Like the \-+ command, but takes a long option name
@@ -485,7 +601,7 @@ current file.
A pound sign (#) is replaced by the name of the previously examined file.
"!!" repeats the last shell command.
"!" with no shell command invokes an interactive shell.
-If a \(haP (CONTROL-P) is entered immediately after the !,
+If a \*^P (CONTROL-P) is entered immediately after the !,
no "done" message is printed after the shell command is executed.
On Unix systems, the shell is taken from the environment variable SHELL,
or defaults to "sh".
@@ -501,17 +617,17 @@ The section of the file to be piped is between the position marked by
the letter and the current screen.
The entire current screen is included, regardless of whether the
marked position is before or after the current screen.
-<m> may also be \(ha or $ to indicate beginning or end of file respectively.
+<m> may also be \*^ or $ to indicate beginning or end of file respectively.
If <m> is \&.\& or newline, the current screen is piped.
-If a \(haP (CONTROL-P) is entered immediately after the mark letter,
+If a \*^P (CONTROL-P) is entered immediately after the mark letter,
no "done" message is printed after the shell command is executed.
.IP "s filename"
Save the input to a file.
This works only if the input is a pipe, not an ordinary file.
-.IP "\(haO\(haO"
+.IP "\*^O\*^O"
.RS
Run a shell command to open the URI in the current OSC 8 hyperlink,
-selected by a previous \(haO\(haN or \(haO\(haP command.
+selected by a previous \*^O\*^N or \*^O\*^P command.
To find the shell command,
the environment variable named "LESS_OSC8_xxx" is read,
where "xxx" is the scheme from the URI (the part before the first colon),
@@ -527,7 +643,7 @@ There are two special cases:
.IP 1.
If the URI begins with "#", the remainder of the URI is taken to be
the value of the id parameter in another OSC 8 link in the same file,
-and \(haO\(haO will simply jump to that link.
+and \*^O\*^O will simply jump to that link.
.IP 2.
If the opener begins with the characters ":e" followed by
whitespace and a filename,
@@ -538,11 +654,13 @@ the specified filename is opened in the current instance of
.PP
In a simple case where the opener accepts the complete URI
as a command line parameter, the handler may be as simple as
+.PP
+.EX
.nf
-.sp
-echo mybrowser '%o'
-.sp
+echo mybrowser \*'%o\*'
.fi
+.EE
+.PP
In other cases, the URI may need to be modified, so the handler
may have to do some manipulation of the %o value.
.PP
@@ -557,7 +675,7 @@ which should work on systems which provide the
command and a shell with syntax compatible with the Bourne shell
.BR sh (1).
If you use LESS_OSC8_ANY to override LESS_OSC8_file, you must
-set LESS_OSC8_file to "-" to indicate that the default value
+set LESS_OSC8_file to "\-" to indicate that the default value
should not be used, and likewise for LESS_OSC8_man.
.PP
The URI passed to an OSC8 handler via %o is guaranteed not to contain any single quote
@@ -571,9 +689,9 @@ any metacharacters interpreted by prompt expansion
(such as percent, dot, colon, backslash, etc.) must be escaped with a backslash
(see the PROMPTS section for details).
.RE
-.IP "\(haX"
+.IP "\*^X"
When the "Waiting for data" message is displayed,
-such as while in the F command, pressing \(haX
+such as while in the F command, pressing \*^X
will stop
.B less
from waiting and return to a prompt.
@@ -581,14 +699,16 @@ This may cause
.B less
to think that the file ends at the current position,
so it may be necessary to use the R or F command to see more data.
-The \-\-intr option can be used to specify a different character
-to use instead of \(haX.
+The
+.B "\-\-intr"
+option can be used to specify a different character
+to use instead of \*^X.
This command works only on systems that support the
.BR poll (2)
function.
On systems without
.BR poll (2),
-the interrupt character (usually \(haC) can be used instead.
+the interrupt character (usually \*^C) can be used instead.
.
.SH OPTIONS
Command line options are described below.
@@ -601,13 +721,30 @@ either a dash followed by a single letter,
or two dashes followed by a long option name.
A long option name may be abbreviated as long as
the abbreviation is unambiguous.
-For example, \-\-mouse may be abbreviated \-\-mou, but not
-\-\-mo, since both \-\-mouse and \-\-modelines begin with \-\-mo.
-Some long option names are in uppercase, such as \-\-QUIT-AT-EOF, as
-distinct from \-\-quit-at-eof.
+For example,
+.B "\-\-mouse"
+may be abbreviated
+.BR "\-\-mou" ","
+but not
+.BR "\-\-mo" ","
+since both
+.B "\-\-mouse"
+and
+.B "\-\-modelines"
+begin with
+.BR "\-\-mo" "."
+
+Some long option names are in uppercase, such as
+.BR "\-\-QUIT\-AT\-EOF" ","
+as
+distinct from
+.BR "\-\-quit\-at\-eof" "."
Such option names need only have their first letter capitalized;
the remainder of the name may be in either case.
-For example, \-\-Quit-at-eof is equivalent to \-\-QUIT-AT-EOF.
+For example,
+.B "\-\-Quit\-at\-eof"
+is equivalent to
+.BR "\-\-QUIT\-AT\-EOF" "."
.PP
Options are also taken from the environment variable "LESS".
For example,
@@ -615,53 +752,70 @@ to avoid typing "less \-options \&...\&" each time
.B less
is invoked, you might tell
.BR csh :
-.sp
+.PP
setenv LESS "\-options"
-.sp
+.PP
or if you use
.BR sh :
-.sp
+.PP
LESS="\-options"; export LESS
-.sp
+.PP
On MS-DOS and Windows, you don't need the quotes, but you should
be careful that any percent signs in the options string are not
interpreted as an environment variable expansion.
-.sp
+.PP
The environment variable is parsed before the command line,
so command line options override the LESS environment variable.
If an option appears in the LESS variable, it can be reset
to its default value on the command line by beginning the command
-line option with "\-+".
-.sp
-Some options like \-k or \-D require a string to follow the option letter.
+line option with
+.RB "\[dq]" "\-+" "\[dq]."
+.PP
+Some options like
+.B "\-k"
+or
+.B "\-D"
+require a string to follow the option letter.
The string for that option is considered to end when a dollar sign ($) is found.
-For example, you can set two \-D options like this:
-.sp
+For example, you can set two
+.B "\-D"
+options like this:
+.PP
+.EX
LESS="Dnwb$Dsbw"
-.sp
-If the \-\-use-backslash option appears earlier in the options, then
+.EE
+.PP
+If the
+.B "\-\-use\-backslash"
+option appears earlier in the options, then
a dollar sign or backslash may be included literally in an option string
by preceding it with a backslash.
-If the \-\-use-backslash option is not in effect, then backslashes are
+If the
+.B "\-\-use\-backslash"
+option is not in effect, then backslashes are
not treated specially, and there is no way to include a dollar sign
in the option string.
-.IP "\-? or \-\-help"
+.IP "\fB\-?\fP or \fB\-\-help\fP"
This option displays a summary of the commands accepted by
.B less
(the same as the h command).
(Depending on how your shell interprets the question mark,
-it may be necessary to quote the question mark, thus: "\-\e?".)
-.IP "\-a or \-\-search-skip-screen"
+it may be necessary to quote the question mark, thus: "\fB\-\e?\fP".)
+.IP "\fB\-a\fP or \fB\-\-search\-skip\-screen\fP"
By default, forward searches start at the top of the displayed screen
and backwards searches start at the bottom of the displayed screen
(except for repeated searches invoked by the n or N commands,
which start after or before the "target" line respectively;
-see the \-j option for more about the target line).
-The \-a option causes forward searches to instead start at
+see the
+.B "\-j"
+option for more about the target line).
+The
+.B "\-a"
+option causes forward searches to instead start at
the bottom of the screen
and backward searches to start at the top of the screen,
thus skipping all lines displayed on the screen.
-.IP "\-A or \-\-SEARCH-SKIP-SCREEN"
+.IP "\fB\-A\fP or \fB\-\-SEARCH\-SKIP\-SCREEN\fP"
Causes all forward searches (not just non-repeated searches)
to start just after the target line, and all backward searches
to start just before the target line.
@@ -670,45 +824,61 @@ Thus, forward searches will skip part of the displayed screen
Similarly backwards searches will skip the displayed screen
from the last line up to and including the target line.
This was the default behavior in less versions prior to 441.
-.IP "\-b\fIn\fP or \-\-buffers=\fIn\fP"
+.IP "\fB\-b\fP\fIn\fP or \fB\-\-buffers=\fP\fIn\fP"
Specifies the amount of buffer space
.B less
will use for each file, in units of kilobytes (1024 bytes).
By default 64\ KB of buffer space is used for each file
-(unless the file is a pipe; see the \-B option).
-The \-b option specifies instead that \fIn\fP kilobytes of
+(unless the file is a pipe; see the
+.B "\-B"
+option).
+The
+.B "\-b"
+option specifies instead that \fIn\fP kilobytes of
buffer space should be used for each file.
If \fIn\fP is \-1, buffer space is unlimited; that is,
the entire file can be read into memory.
-.IP "\-B or \-\-auto-buffers"
+.IP "\fB\-B\fP or \fB\-\-auto\-buffers\fP"
By default, when data is read from a pipe,
buffers are allocated automatically as needed.
If a large amount of data is read from the pipe, this can cause
a large amount of memory to be allocated.
-The \-B option disables this automatic allocation of buffers for pipes,
+The
+.B "\-B"
+option disables this automatic allocation of buffers for pipes,
so that only 64\ KB
-(or the amount of space specified by the \-b option)
+(or the amount of space specified by the
+.B "\-b"
+option)
is used for the pipe.
-Warning: use of \-B can result in erroneous display, since only the
+Warning: use of
+.B "\-B"
+can result in erroneous display, since only the
most recently viewed part of the piped data is kept in memory;
any earlier data is lost.
Lost characters are displayed as question marks.
-.IP "\-c or \-\-clear-screen"
+.IP "\fB\-c\fP or \fB\-\-clear\-screen\fP"
Causes full screen repaints to be painted from the top line down.
By default,
full screen repaints are done by scrolling from the bottom of the screen.
-.IP "\-C or \-\-CLEAR-SCREEN"
-Same as \-c, for compatibility with older versions of
+.IP "\fB\-C\fP or \fB\-\-CLEAR\-SCREEN\fP"
+Same as
+.BR "\-c" ","
+for compatibility with older versions of
.BR less .
-.IP "\-d or \-\-dumb"
-The \-d option suppresses the error message
+.IP "\fB\-d\fP or \fB\-\-dumb\fP"
+The
+.B "\-d"
+option suppresses the error message
normally displayed if the terminal is dumb;
that is, lacks some important capability,
such as the ability to clear the screen or scroll backward.
-The \-d option does not otherwise change the behavior of
+The
+.B "\-d"
+option does not otherwise change the behavior of
.B less
on a dumb terminal.
-.IP "\-D\fBx\fP\fIcolor\fP or \-\-color=\fBx\fP\fIcolor\fP"
+.IP "\fB\-Dx\fP\fIcolor\fP or \fB\-\-color=x\fP\fIcolor\fP"
Changes the color of different parts of the displayed text.
\fBx\fP is a single character which selects the type of text
whose color is being set:
@@ -720,11 +890,15 @@ Control characters.
.IP "E"
Errors and informational messages.
.IP "H"
-Header lines and columns, set via the \-\-header option.
+Header lines and columns, set via the
+.B "\-\-header"
+option.
.IP "M"
Mark letters in the status column.
.IP "N"
-Line numbers enabled via the \-N option.
+Line numbers enabled via the
+.B "\-N"
+option.
.IP "P"
Prompts.
.IP "R"
@@ -732,8 +906,10 @@ The rscroll character.
.IP "S"
Search results.
.IP "W"
-The highlight enabled via the \-w option.
-.IP "1-5"
+The highlight enabled via the
+.B "\-w"
+option.
+.IP "1\-5"
The text in a search result which matches
the first through fifth parenthesized sub-pattern.
Sub-pattern coloring works only if
@@ -749,25 +925,35 @@ Standout text.
.IP "u"
Underlined text.
.RE
-
+.PP
.RS
-The uppercase letters and digits can be used only when the \-\-use-color option is enabled.
+The uppercase letters and digits can be used only when the
+.B "\-\-use\-color"
+option is enabled.
When text color is specified by both an uppercase letter and a lowercase letter,
the uppercase letter takes precedence.
For example, error messages are normally displayed as standout text.
So if both "s" and "E" are given a color, the "E" color applies
to error messages, and the "s" color applies to other standout text.
The lowercase letters refer to bold and underline text formed by
-overstriking with backspaces (see the \-U option) and to non-content
+overstriking with backspaces (see the
+.B "\-U"
+option) and to non-content
text (such as line numbers and prompts),
-but not to text formatted using ANSI escape sequences with the \-R option
+but not to text formatted using ANSI escape sequences with the
+.B "\-R"
+option
(but see the note below for different behavior on Windows and MS-DOS).
.PP
A lowercase letter may be followed by a + to indicate that
the normal format change and the specified color should both be used.
-For example, \-Dug displays underlined text as green without underlining;
+For example,
+.B "\-Dug"
+displays underlined text as green without underlining;
the green color has replaced the usual underline formatting.
-But \-Du+g displays underlined text as both green and in underlined format.
+But
+.B "\-Du+g"
+displays underlined text as both green and in underlined format.
.PP
\fIcolor\fP is either a 4-bit color string or an 8-bit color string:
.PP
@@ -792,10 +978,14 @@ White
Yellow
.PP
The corresponding uppercase letter denotes a brighter shade of the color.
-For example, \-DNGk displays line numbers as bright green text on a black
-background, and \-DEbR displays error messages as blue text on a
+For example,
+.B "\-DNGk"
+displays line numbers as bright green text on a black
+background, and
+.B "\-DEbR"
+displays error messages as blue text on a
bright red background.
-If either character is a "-" or is omitted, the corresponding color
+If either character is a "\-" or is omitted, the corresponding color
is set to that of normal text.
.PP
An 8-bit color string is one or two decimal integers separated by a dot,
@@ -804,9 +994,9 @@ the second specifies the background color.
Each integer is a value between 0 and 255 inclusive which selects
a "CSI 38;5" color value (see
.nh
-https://en.wikipedia.org/wiki/ANSI_escape_code#SGR).
+https://\*:en\*:.wikipedia\*:.org/\*:wiki/\*:ANSI_escape_code\*:#SGR).
.hy
-If either integer is a "-" or is omitted,
+If either integer is a "\-" or is omitted,
the corresponding color is set to that of normal text.
.PP
A 4-bit or 8-bit color string may be followed by one or more of the
@@ -820,15 +1010,19 @@ Bold
.IP "l or &"
Blinking
.PP
-On MS-DOS and Windows, the \-\-color option behaves
+On MS-DOS and Windows, the
+.B "\-\-color"
+option behaves
differently from what is described above in these ways:
.IP \(bu
The bold (d and *) and blinking (l and &) text attributes
at the end of a color string are not supported.
.IP \(bu
Lowercase color selector letters refer to text formatted by ANSI
-escape sequences with \-R,
-in addition to overstruck and non-content text (but see \-Da).
+escape sequences with
+.BR "\-R" ","
+in addition to overstruck and non-content text (but see
+.BR "\-Da" ")."
.IP \(bu
For historical reasons, when a lowercase color selector letter
is followed by a numeric color value,
@@ -840,9 +1034,9 @@ CHAR_INFO.Attributes
value, between 0 and 15 inclusive
(see
.nh
-https://learn.microsoft.com/en-us/windows/console/char-info-str).
+https://\*:learn\*:.microsoft\*:.com/\*:en\-us/\*:windows/\*:console/\*:char\-info\-str).
.hy
-
+.IP
To avoid confusion, it is recommended that the equivalent letters rather than numbers
be used after a lowercase color selector on MS-DOS/Windows.
.IP \(bu
@@ -852,15 +1046,19 @@ are not supported on systems earlier than Windows 10.
Only a limited set of ANSI escape sequences to set color in the content work correctly.
4-bit color sequences work, but "CSI 38;5" color sequences do not.
.IP \(bu
-The \-Da option makes the behavior of \-\-color
+The
+.B "\-Da"
+option makes the behavior of
+.B "\-\-color"
more similar to its behavior on non-MS-DOS/Windows systems by (1)
making lowercase color selector letters not affect text formatted
with ANSI escape sequences, and (2)
allowing "CSI 38;5" color sequences in the content
work by passing them to the terminal (only on Windows 10 and later; on
-earlier Windows systems, such sequences do not work regardless of the setting of \-Da).
+earlier Windows systems, such sequences do not work regardless of the setting of
+.BR "\-Da" ")."
.RE
-.IP "\-e or \-\-quit-at-eof"
+.IP "\fB\-e\fP or \fB\-\-quit\-at\-eof\fP"
Causes
.B less
to automatically exit
@@ -868,11 +1066,11 @@ the second time it reaches end-of-file.
By default, the only way to exit
.B less
is via the "q" command.
-.IP "\-E or \-\-QUIT-AT-EOF"
+.IP "\fB\-E\fP or \fB\-\-QUIT\-AT\-EOF\fP"
Causes
.B less
to automatically exit the first time it reaches end-of-file.
-.IP "\-f or \-\-force"
+.IP "\fB\-f\fP or \fB\-\-force\fP"
Forces non-regular files to be opened.
(A non-regular file is a directory or a device special file.)
Also suppresses the warning message when a binary file is opened.
@@ -880,41 +1078,49 @@ By default,
.B less
will refuse to open non-regular files.
Note that some operating systems will not allow directories
-to be read, even if \-f is set.
-.IP "\-F or \-\-quit-if-one-screen"
+to be read, even if
+.B "\-f"
+is set.
+.IP "\fB\-F\fP or \fB\-\-quit\-if\-one\-screen\fP"
Causes
.B less
to automatically exit
if the entire file can be displayed on the first screen.
Also see the description of the LESS_SHELL_LINES environment variable below.
-.IP "\-g or \-\-hilite-search"
+.IP "\fB\-g\fP or \fB\-\-hilite\-search\fP"
Normally,
.B less
will highlight ALL strings which match the last search command.
-The \-g option changes this behavior to highlight only the particular string
+The
+.B "\-g"
+option changes this behavior to highlight only the particular string
which was found by the last search command.
This can cause
.B less
to run somewhat faster than the default.
-.IP "\-G or \-\-HILITE-SEARCH"
+.IP "\fB\-G\fP or \fB\-\-HILITE\-SEARCH\fP"
The \-G option suppresses all highlighting of strings found by search commands.
-.IP "\-h\fIn\fP or \-\-max-back-scroll=\fIn\fP"
+.IP "\fB\-h\fP\fIn\fP or \fB\-\-max\-back\-scroll=\fP\fIn\fP"
Specifies a maximum number of lines to scroll backward.
If it is necessary to scroll backward more than \fIn\fP lines,
the screen is repainted in a forward direction instead.
(If the terminal does not have the ability to scroll
-backward, \-h0 is implied.)
-.IP "\-i or \-\-ignore-case"
+backward,
+.B "\-h0"
+is implied.)
+.IP "\fB\-i\fP or \fB\-\-ignore\-case\fP"
Causes searches to ignore case; that is,
uppercase and lowercase are considered identical.
This option is ignored if any uppercase letters
appear in the search pattern;
in other words,
if a pattern contains uppercase letters, then that search does not ignore case.
-.IP "\-I or \-\-IGNORE-CASE"
-Like \-i, but searches ignore case even if
+.IP "\fB\-I\fP or \fB\-\-IGNORE\-CASE\fP"
+Like
+.BR "\-i" ","
+but searches ignore case even if
the pattern contains uppercase letters.
-.IP "\-j\fIn\fP or \-\-jump-target=\fIn\fP"
+.IP "\fB\-j\fP\fIn\fP or \fB\-\-jump\-target=\fP\fIn\fP"
Specifies a line on the screen where the "target" line
is to be positioned.
The target line is the line specified by any command to
@@ -930,28 +1136,40 @@ of the screen, starting with a decimal point: \&.5 is in the middle of the
screen, \&.3 is three tenths down from the first line, and so on.
If the line is specified as a fraction, the actual line number
is recalculated if the terminal window is resized.
-If the \-\-header option is used and the target line specified by \-j
+If the
+.B "\-\-header"
+option is used and the target line specified by
+.B "\-j"
would be obscured by the header, the target line is moved to the first
line after the header.
.RS
.PP
-If any form of the \-j option is used,
+If any form of the
+.B "\-j"
+option is used,
repeated forward searches (invoked with "n" or "N")
begin at the line immediately after the target line,
and repeated backward searches begin at the target line,
-unless changed by \-a or \-A.
-For example, if "\-j4" is used, the target line is the
+unless changed by
+.B "\-a"
+or
+.BR "\-A" "."
+For example, if
+.RB "\[dq]" "\-j4" "\[dq]"
+is used, the target line is the
fourth line on the screen, so forward searches begin at the fifth line
on the screen.
However nonrepeated searches (invoked with "/" or "?")
-always begin at the start or end of the current screen respectively.
+always begin at the first or last line on the screen respectively.
.RE
-.IP "\-J or \-\-status-column"
+.IP "\fB\-J\fP or \fB\-\-status\-column\fP"
Displays a status column at the left edge of the screen.
The character displayed in the status column may be one of:
.RS
.IP ">"
-The line is chopped with the \-S option, and
+The line is chopped with the
+.B "\-S"
+option, and
the text that is chopped off beyond the right edge of the screen
contains a match for the current search.
.IP "<"
@@ -966,21 +1184,30 @@ There are matches in the visible part of the line
but none to the right or left of it.
.IP "a-z, A-Z"
The line has been marked with the corresponding letter via the m or M command.
+.IP "#"
+The line has been marked by left-clicking it with the mouse
+when the
+.B "\-\-mouse"
+option is in effect.
.RE
-.IP "\-k\fIfilename\fP or \-\-lesskey-file=\fIfilename\fP"
+.IP "\fB\-k\fP\fIfilename\fP or \fB\-\-lesskey\-file=\fP\fIfilename\fP"
Causes
.B less
to open and interpret the named file as a
.BR lesskey (1)
binary file.
-Multiple \-k options may be specified.
+Multiple
+.B "\-k"
+options may be specified.
If the LESSKEY or LESSKEY_SYSTEM environment variable is set, or
if a lesskey file is found in a standard place (see KEY BINDINGS),
it is also used as a
.B lesskey
file.
-Note the warning under "\-\-lesskey-content" below.
-.IP "\-\-lesskey-src=\fIfilename\fP"
+Note the warning under
+.B "\-\-lesskey\-content"
+below.
+.IP "\fB\-\-lesskey\-src=\fP\fIfilename\fP"
Causes
.B less
to open and interpret the named file as a
@@ -1002,8 +1229,10 @@ Newer versions of
.B less
read the lesskey source
file directly and ignore the binary file if the source file exists.
-Note the warning under "\-\-lesskey-content" below.
-.IP "\-\-lesskey-content=\fItext\fP"
+Note the warning under
+.B "\-\-lesskey\-content"
+below.
+.IP "\fB\-\-lesskey\-content=\fP\fItext\fP"
Causes
.B less
to interpret the specified text as the contents of a
@@ -1013,35 +1242,34 @@ In the text,
.B lesskey
lines may be separated by either newlines as usual, or by semicolons.
A literal semicolon may be represented by a backslash followed by a semicolon.
-.sp
+.IP
Warning: certain environment variables such as
LESS, LESSSECURE, LESSCHARSET and others,
which are used early in startup,
cannot be set in a file specified by a command line option
-(\-\-lesskey, \-\-lesskey-src or \-\-lesskey-content). When using a
+.RB "(" "\-\-lesskey" "," "\-\-lesskey\-src" " or " "\-\-lesskey\-content" ")."
+When using a
.B lesskey
file to set environment variables, it is safer to use the
default lesskey file, or to specify the file using the
LESSKEYIN or LESSKEY_CONTENT environment variables rather than using
a command line option.
-.IP "\-K or \-\-quit-on-intr"
+.IP "\fB\-K\fP or \fB\-\-quit\-on\-intr\fP"
Causes
.B less
to exit immediately (with status 2)
-when an interrupt character (usually \(haC) is typed.
+when an interrupt character (usually \*^C) is typed.
Normally, an interrupt character causes
.B less
to stop whatever it is doing and return to its command prompt.
-Note that use of this option makes it impossible to return to the
-command prompt from the "F" command.
-.IP "\-L or \-\-no-lessopen"
+.IP "\fB\-L\fP or \fB\-\-no\-lessopen\fP"
Ignore the LESSOPEN environment variable
(see the INPUT PREPROCESSOR section below).
This option can be set from within
.BR less ,
but it will apply only to files opened subsequently, not to the
file which is currently open.
-.IP "\-m or \-\-long-prompt"
+.IP "\fB\-m\fP or \fB\-\-long\-prompt\fP"
Causes
.B less
to prompt verbosely (like
@@ -1050,12 +1278,12 @@ with the percent into the file.
By default,
.B less
prompts with a colon.
-.IP "\-M or \-\-LONG-PROMPT"
+.IP "\fB\-M\fP or \fB\-\-LONG\-PROMPT\fP"
Causes
.B less
to prompt even more verbosely than
.BR more (1).
-.IP "\-n or \-\-line-numbers"
+.IP "\fB\-n\fP or \fB\-\-line\-numbers\fP"
Suppresses line numbers.
The default (to use line numbers) may cause
.B less
@@ -1064,10 +1292,10 @@ Using line numbers means: the line number will be displayed in the verbose
prompt and in the = command,
and the v command will pass the current line number to the editor
(see also the discussion of LESSEDIT in PROMPTS below).
-.IP "\-N or \-\-LINE-NUMBERS"
+.IP "\fB\-N\fP or \fB\-\-LINE\-NUMBERS\fP"
Causes a line number to be displayed at the beginning of
each line in the display.
-.IP "\-o\fIfilename\fP or \-\-log-file=\fIfilename\fP"
+.IP "\fB\-o\fP\fIfilename\fP or \fB\-\-log\-file=\fP\fIfilename\fP"
Causes
.B less
to copy its input to the named file as it is being viewed.
@@ -1076,24 +1304,34 @@ not an ordinary file.
If the file already exists,
.B less
will ask for confirmation before overwriting it.
-.IP "\-O\fIfilename\fP or \-\-LOG-FILE=\fIfilename\fP"
-The \-O option is like \-o, but it will overwrite an existing
+.IP "\fB\-O\fP\fIfilename\fP or \fB\-\-LOG\-FILE=\fP\fIfilename\fP"
+The
+.B "\-O"
+option is like
+.B "\-o,"
+but it will overwrite an existing
file without asking for confirmation.
-.sp
+.IP
If no log file has been specified,
-the \-o and \-O options can be used from within
+the
+.B "\-o"
+and
+.B "\-O"
+options can be used from within
.B less
to specify a log file.
Without a file name, they will simply report the name of the log file.
-The "s" command is equivalent to specifying \-o from within
+The "s" command is equivalent to specifying
+.B "\-o"
+from within
.BR less .
-.IP "\-p\fIpattern\fP or \-\-pattern=\fIpattern\fP"
+.IP "\fB\-p\fP\fIpattern\fP or \fB\-\-pattern=\fP\fIpattern\fP"
The \-p option on the command line is equivalent to
specifying +/\fIpattern\fP;
that is, it tells
.B less
to start at the first occurrence of \fIpattern\fP in the file.
-.IP "\-P\fIprompt\fP or \-\-prompt=\fIprompt\fP"
+.IP "\fB\-P\fP\fIprompt\fP or \fB\-\-prompt=\fP\fIprompt\fP"
Provides a way to tailor the three prompt
styles to your own preference.
This option would normally be put in the LESS environment
@@ -1102,18 +1340,37 @@ variable, rather than being typed in with each
command.
Such an option must either be the last option in the LESS variable,
or be terminated by a dollar sign.
- \-Ps followed by a string changes the default (short) prompt
+.PP
+.RS
+.TP
+\fB\-Ps\fP
+followed by a string changes the default (short) prompt
to that string.
- \-Pm changes the medium (\-m) prompt.
- \-PM changes the long (\-M) prompt.
- \-Ph changes the prompt for the help screen.
- \-P= changes the message printed by the = command.
- \-Pw changes the message printed while waiting for data (in the "F" command).
-.sp 1
+.TP
+\fB\-Pm\fP
+changes the medium
+.RB "(" "\-m" ")"
+prompt.
+.TP
+\fB\-PM\fP
+changes the long
+.RB "(" "\-M" ")"
+prompt.
+.TP
+\fB\-Ph\fP
+changes the prompt for the help screen.
+.TP
+\fB\-P=\fP
+changes the message printed by the = command.
+.TP
+\fB\-Pw\fP
+changes the message printed while waiting for data (in the "F" command).
+.RE
+.IP
All prompt strings consist of a sequence of
letters and special escape sequences.
See the section on PROMPTS for more details.
-.IP "\-q or \-\-quiet or \-\-silent"
+.IP "\fB\-q\fP or \fB\-\-quiet\fP or \fB\-\-silent\fP"
Causes moderately "quiet" operation:
the terminal bell is not rung
if an attempt is made to scroll past the end of the file
@@ -1122,56 +1379,73 @@ If the terminal has a "visual bell", it is used instead.
The bell will be rung on certain other errors,
such as typing an invalid character.
The default is to ring the terminal bell in all such cases.
-.IP "\-Q or \-\-QUIET or \-\-SILENT"
+.IP "\fB\-Q\fP or \fB\-\-QUIET\fP or \fB\-\-SILENT\fP"
Causes totally "quiet" operation:
the terminal bell is never rung.
If the terminal has a "visual bell", it is used in all cases
where the terminal bell would have been rung.
-.IP "\-r or \-\-raw-control-chars"
+.IP "\fB\-r\fP or \fB\-\-raw\-control\-chars\fP"
Causes "raw" control characters to be displayed.
The default is to display control characters using the caret notation;
-for example, a control-A (octal 001) is displayed as "\(haA"
-(with some exceptions as described under the \-U option).
-Warning: when the \-r option is used,
+for example, a control-A (octal 001) is displayed as "\*^A"
+(with some exceptions as described under the
+.B "\-U"
+option).
+Warning: when the
+.B "\-r"
+option is used,
.B less
cannot keep track of the actual appearance of the screen
(since this depends on how the screen responds to
each type of control character).
Thus, various display problems may result,
such as long lines being split in the wrong place.
-.sp
-USE OF THE \-r OPTION IS DANGEROUS AND IS NOT RECOMMENDED.
+.IP
+USE OF THE
+.B "\-r"
+OPTION IS DANGEROUS AND IS NOT RECOMMENDED.
.br
-The \-r option can be set on the command line or via the \- command,
+The
+.B "\-r"
+option can be set on the command line or via the \- command,
but to avoid unintentional use, it cannot be set in a LESS environment variable.
-If \-r appears in a LESS environment variable, it is treated as if it were \-R.
-.IP "\-R or \-\-RAW-CONTROL-CHARS"
-Like \-r, but only a limited set of escape
+If
+.B "\-r"
+appears in a LESS environment variable, it is treated as if it were
+.BR "\-R" "."
+.IP "\fB\-R\fP or \fB\-\-RAW\-CONTROL\-CHARS\fP"
+Like
+.BR "\-r" ","
+but only a limited set of escape
sequences are output in "raw" form.
-Unlike \-r, the screen appearance is maintained correctly.
+Unlike
+.BR "\-r" ","
+the screen appearance is maintained correctly.
The sequences which are output raw are:
-.sp
+.IP
1. ANSI SGR ("color") sequences
-.sp
+.IP
2. OSC 8 hyperlinks
-.sp
+.IP
3. Other OSC sequences, if the OSC type number is listed in
the LESSANSIOSCALLOW environment variable
-.sp
+.IP
4. OSC sequences starting with a non-standard introductory character
(that is, something other than "]"), if the character is listed in
the LESSANSIOSCCHARS environment variable followed by an asterisk
-.sp
+.IP
ANSI color escape sequences are sequences of the form:
-.sp
+.IP
+.EX
ESC [ \&...\& m
-.sp
+.EE
+.IP
where the "...\&" is zero or more color specification characters.
Color escape sequences are only supported when the color
is changed within one line, not across lines.
In other words, the beginning of each line is assumed to be
normal (non-colored), regardless of any escape sequences in previous lines.
-.sp
+.IP
You can make
.B less
think that characters other than "m" can end ANSI color escape sequences
@@ -1182,31 +1456,41 @@ And you can make
think that characters other than the standard ones may appear between
the ESC and the m by setting the environment variable LESSANSIMIDCHARS
to the list of characters which can appear.
-.sp
+.IP
OSC sequences are of the form:
-.sp
- ESC ] N ; \&...\& \\7
-.sp
+.IP
+.EX
+ ESC ] N ; \&...\& \e7
+.EE
+.IP
where the OSC type number N is a decimal integer.
-The terminating sequence may be either a BEL character (\\7)
-as above, or the two-character sequence "ESC \\".
-.IP "\-s or \-\-squeeze-blank-lines"
+The terminating sequence may be either a BEL character (\e7)
+as above, or the two-character sequence "ESC \e".
+.IP "\fB\-s\fP or \fB\-\-squeeze\-blank\-lines\fP"
Causes consecutive blank lines to be squeezed into a single blank line.
This is useful when viewing
.BR nroff (1)
output.
-.IP "\-S or \-\-chop-long-lines"
+.IP "\fB\-S\fP or \fB\-\-chop\-long\-lines\fP"
Causes lines longer than the screen width to be
chopped (truncated) rather than wrapped.
That is, the portion of a long line that does not fit in
the screen width is not displayed until you press RIGHT-ARROW.
The default is to wrap long lines; that is, display the remainder
on the next line.
-See also the \-\-wordwrap option.
-While the \-\-header option is active, the \-S option is ignored,
+See also the
+.B "\-\-wordwrap"
+option.
+While the
+.B "\-\-header"
+option is active, the
+.B "\-S"
+option is ignored,
and lines longer than the screen width are truncated.
-.IP "\-t\fItag\fP or \-\-tag=\fItag\fP"
-The \-t option, followed immediately by a TAG,
+.IP "\fB\-t\fP\fItag\fP or \fB\-\-tag=\fP\fItag\fP"
+The
+.B "\-t"
+option, followed immediately by a TAG,
will edit the file containing that tag.
For this to work, tag information must be available;
for example, there may be a file in the current directory called "tags",
@@ -1219,24 +1503,34 @@ the name of a command compatible with
and that command is executed to find the tag.
(See
.nh
-http://www.gnu.org/software/global/global.html).
+http://\*:www\*:.gnu\*:.org/\*:software/\*:global/\*:global\*:.html).
.hy
-The \-t option may also be specified from within
+The
+.B "\-t"
+option may also be specified from within
.B less
(using the \- command) as a way of examining a new file.
-The command ":t" is equivalent to specifying \-t from within
+The command ":t" is equivalent to specifying
+.B "\-t"
+from within
.BR less .
-.IP "\-T\fItagsfile\fP or \-\-tag-file=\fItagsfile\fP"
+.IP "\fB\-T\fP\fItagsfile\fP or \fB\-\-tag\-file=\fP\fItagsfile\fP"
Specifies a tags file to be used instead of "tags".
-.IP "\-u or \-\-underline-special"
+.IP "\fB\-u\fP or \fB\-\-underline\-special\fP"
Causes backspaces and carriage returns to be treated as printable characters;
that is, they are sent to the terminal when they appear in the input.
-.IP "\-U or \-\-UNDERLINE-SPECIAL"
+.IP "\fB\-U\fP or \fB\-\-UNDERLINE\-SPECIAL\fP"
Causes backspaces, tabs, carriage returns and "formatting characters"
(as defined by Unicode) to be treated as control characters;
-that is, they are handled as specified by the \-r option.
-.sp
-By default, if neither \-u nor \-U is given,
+that is, they are handled as specified by the
+.B "\-r"
+option.
+.IP
+By default, if neither
+.B "\-u"
+nor
+.B "\-U"
+is given,
backspaces which appear adjacent to an underscore character
are treated specially:
the underlined text is displayed
@@ -1247,53 +1541,76 @@ the overstruck text is printed
using the terminal's hardware boldface capability.
Other backspaces are deleted, along with the preceding character.
Carriage returns immediately followed by a newline are deleted.
-Other carriage returns are handled as specified by the \-r option.
+Other carriage returns are handled as specified by the
+.B "\-r"
+option.
Unicode formatting characters, such as the Byte Order Mark,
are sent to the terminal.
Text which is overstruck or underlined can be searched for
-if neither \-u nor \-U is in effect.
-.sp
-See also the \-\-proc-backspace, \-\-proc-tab,
-and \-\-proc-return options.
-.IP "\-V or \-\-version"
+if neither
+.B "\-u"
+nor
+.B "\-U"
+is in effect.
+.IP
+See also the
+.BR "\-\-proc\-backspace" "," "\-\-proc\-tab" ", and " "\-\-proc\-return"
+options.
+.IP "\fB\-V\fP or \fB\-\-version\fP"
Displays the version number of
.BR less .
-.IP "\-w or \-\-hilite-unread"
+.IP "\fB\-w\fP or \fB\-\-hilite\-unread\fP"
Temporarily highlights the first "new" line after a forward movement
of a full page.
The first "new" line is the line immediately following the line previously
at the bottom of the screen.
Also highlights the target line after a g or p command.
The highlight is removed at the next command which causes movement.
-If the \-\-status-line option is in effect, the entire line
+If the
+.B "\-\-status\-line"
+option is in effect, the entire line
(the width of the screen) is highlighted.
Otherwise, only the text in the line is highlighted,
-unless the \-J option is in effect,
+unless the
+.B "\-J"
+option is in effect,
in which case only the status column is highlighted.
-.IP "\-W or \-\-HILITE-UNREAD"
-Like \-w, but temporarily highlights the first new line after any
+.IP "\fB\-W\fP or \fB\-\-HILITE\-UNREAD\fP"
+Like
+.BR "\-w" ","
+but temporarily highlights the first new line after any
forward movement command larger than one line.
-.IP "\-x\fIn\fP,...\& or \-\-tabs=\fIn\fP,..."
+.IP "\fB\-x\fP\fIn\fP,...\& or \fB\-\-tabs=\fP\fIn\fP,..."
Sets tab stops.
If only one \fIn\fP is specified, tab stops are set at multiples of \fIn\fP.
If multiple values separated by commas are specified, tab stops
are set at those positions, and then continue with the same spacing as the
last two.
-For example, "-x9,17" will set tabs at positions 9, 17, 25, 33, etc.
+For example,
+.RB "\[dq]" "\-x9,17" "\[dq]"
+will set tabs at positions 9, 17, 25, 33, etc.
The default for \fIn\fP is 8.
-.IP "\-X or \-\-no-init"
+.IP "\fB\-X\fP or \fB\-\-no\-init\fP"
Disables sending the termcap initialization and deinitialization strings
to the terminal.
-This is sometimes desirable if the deinitialization string does
+This is sometimes desirable if initialization or deinitialization does
something unnecessary, like clearing the screen.
-.IP "\-y\fIn\fP or \-\-max-forw-scroll=\fIn\fP"
+Note that some terminals require the initialization string for proper
+operation, so they may not behave completely correctly when
+.B "\-X"
+is used.
+.IP "\fB\-y\fP\fIn\fP or \fB\-\-max\-forw\-scroll=\fP\fIn\fP"
Specifies a maximum number of lines to scroll forward.
If it is necessary to scroll forward more than \fIn\fP lines,
the screen is repainted instead.
-The \-c or \-C option may be used to repaint from the top of
+The
+.B "\-c"
+or
+.B "\-C"
+option may be used to repaint from the top of
the screen if desired.
By default, any forward movement causes scrolling.
-.IP "\-z\fIn\fP or \-\-window=\fIn\fP or \-\fIn\fP"
+.IP "\fB\-z\fP\fIn\fP or \fB\-\-window=\fP\fIn\fP or \-\fIn\fP"
Changes the default scrolling window size to \fIn\fP lines.
The default is one screenful.
The z and w commands can also be used to change the window size.
@@ -1304,10 +1621,12 @@ If the number
is negative, it indicates
.I n
lines less than the current screen size.
-For example, if the screen is 24 lines, \fI\-z\-4\fP sets the
+For example, if the screen is 24 lines,
+.B "\-z\-4"
+sets the
scrolling window to 20 lines. If the screen is resized to 40 lines,
the scrolling window automatically changes to 36 lines.
-.IP "\-\(dq\fIcc\fP\ or\ \-\-quotes=\fIcc\fP"
+.IP "\fB\-""\fP\fIcc\fP\ or\ \fB\-\-quotes=\fP\fIcc\fP"
Changes the filename quoting character.
This may be necessary if you are trying to name a file
which contains both spaces and quote characters.
@@ -1321,10 +1640,10 @@ Filenames containing a space should then be preceded by the open quote
character and followed by the close quote character.
Note that even after the quote characters are changed, this option
remains \-" (a dash followed by a double quote).
-.IP "\-\(ti or \-\-tilde"
-Normally lines after end of file are displayed as a single tilde (\(ti).
+.IP "\fB\-\*~\fP or \fB\-\-tilde\fP"
+Normally lines after end of file are displayed as a single tilde (\*~).
This option causes lines after end of file to be displayed as blank lines.
-.IP "\-# or \-\-shift"
+.IP "\fB\-#\fP or \fB\-\-shift\fP"
Specifies the default number of positions to scroll horizontally
in the RIGHTARROW and LEFTARROW commands.
If the number specified is zero, it sets the default number of
@@ -1334,35 +1653,69 @@ of the screen, starting with a decimal point: \&.5 is half of the
screen width, \&.3 is three tenths of the screen width, and so on.
If the number is specified as a fraction, the actual number of
scroll positions is recalculated if the terminal window is resized.
-.IP "\-\-cmd=\fIcommands\fP
+.IP "\fB\-\-autosave=\fP\fIactions\fP
+Normally the history file is saved only when
+.B less
+exits.
+This option specifies other actions which will cause the history file to be saved.
+Each action is defined by a single character in the \fIactions\fP string:
+.RS
+.IP "m"
+Setting or clearing a mark while
+.B "\-\-save-marks"
+is in effect.
+.IP "/"
+Searching.
+.IP "!"
+Running a shell command.
+.IP "*"
+Any action; same as "m/!".
+.RE
+.IP
+Can be set to "-" to specify the default, that only exiting
+.B less
+will cause the history file to be saved.
+Note that, depending on your shell, if you specify this option on the
+command line, the "!" and "*" characters may need to be escaped or quoted.
+.IP "\fB\-\-cmd=\fP\fIcommands\fP
The specified string is taken to be an initial command to
.BR less .
This is similar to specifying "+\fIcommands\fP", except that
-commands specified by \-\-cmd are not executed if
-.B less
-exits immediately due to the use of the \-E or \-F option, while
+commands specified by
+.B "\-\-cmd"
+are not executed if
+.B less
+exits immediately due to the use of the
+.B "\-E"
+or
+.B "\-F"
+option, while
commands specified by the \fB+\fP option are executed even if
.B less
exits immediately.
-.IP "\-\-exit-follow-on-close"
+.IP "\fB\-\-exit\-follow\-on\-close\fP"
When using the "F" command on a pipe,
.B less
will automatically stop waiting for more data when the input side of the
pipe is closed.
-.IP "\-\-file-size"
-If \-\-file-size is specified,
+.IP "\fB\-\-file\-size\fP"
+If
+.B "\-\-file\-size"
+is specified,
.B less
will determine the size of the file
immediately after opening the file.
Then the "=" command will display the number of lines in the file.
Normally this is not done, because it can be slow if the input file
is non-seekable (such as a pipe) and is large.
-.IP "\-\-follow-name"
+.IP "\fB\-\-follow\-name\fP"
Normally, if the input file is renamed while an F command is executing,
.B less
will continue to display the contents of the original file despite
its name change.
-If \-\-follow-name is specified, during an F command
+If
+.B "\-\-follow\-name"
+is specified, during an F command
.B less
will periodically attempt to reopen the file by name.
If the reopen succeeds and the file is a different file from the original
@@ -1370,11 +1723,11 @@ If the reopen succeeds and the file is a different file from the original
with the same name as the original (now renamed) file),
.B less
will display the contents of that new file.
-.IP "\-\-form-feed"
+.IP "\fB\-\-form\-feed\fP"
When scrolling forward or backward in the file,
-stop if a line beginning with a form feed character (\(haL) is reached.
+stop if a line beginning with a form feed character (\*^L) is reached.
This can be useful when viewing a file which uses form feeds between pages.
-.IP "\-\-header=\fIL\fP,\fIC\fP,\fIN\fP"
+.IP "\fB\-\-header=\fP\fIL\fP,\fIC\fP,\fIN\fP"
.RS
Sets the number of header lines and columns displayed on the screen.
The number of header lines is set to \fIL\fP.
@@ -1386,11 +1739,18 @@ If \fIC\fP is empty or missing, the number of header columns is unchanged.
The first header line is set to line number \fIN\fP in the file.
If \fIN\fP is empty or missing, it is taken to be
the number of the line currently displayed in the first line of the screen
-(if the \-\-header command has been issued from within
+(if the
+.B "\-\-header"
+command has been issued from within
.BR less "),"
-or 1 (if the \-\-header option has been given on the command line).
-The special form "\-\-header=\-" disables header lines and header columns,
-and is equivalent to "\-\-header=0,0".
+or 1 (if the
+.B "\-\-header"
+option has been given on the command line).
+The special form
+.RB "\[dq]" "\-\-header=\-" "\[dq]"
+disables header lines and header columns,
+and is equivalent to
+.RB "\[dq]" "\-\-header=0,0" "\[dq]."
.PP
When \fIL\fP is nonzero, the first \fIL\fP lines at the top
of the screen are replaced with the \fIL\fP lines of the file beginning at line \fIN\fP,
@@ -1400,28 +1760,34 @@ When \fIC\fP is nonzero, the first \fIC\fP characters displayed at the
beginning of each line are replaced with the first \fIC\fP characters of the line,
even if the rest of the line is scrolled horizontally.
.PP
-While the \-\-header option is active,
+While the
+.B "\-\-header"
+option is active,
lines longer than the screen width are truncated,
-and the \-S option is ignored.
+and the
+.B "\-S"
+option is ignored.
.RE
-.IP "\-\-incsearch"
+.IP "\fB\-\-incsearch\fP"
Subsequent search commands will be "incremental"; that is,
.B less
will advance to the next line containing the search pattern
as each character of the pattern is typed in.
-.IP "\-\-intr=\fIc\fP"
-Use the character \fIc\fP instead of \(haX to interrupt a read
+.IP "\fB\-\-intr=\fP\fIc\fP"
+Use the character \fIc\fP instead of \*^X to interrupt a read
when the "Waiting for data" message is displayed.
\fIc\fP must be an ASCII character; that is, one with a value
between 1 and 127 inclusive.
A caret followed by a single character can be used
to specify a control character.
-.IP "\-\-line-num-width=\fIn\fP"
+.IP "\fB\-\-line\-num\-width=\fP\fIn\fP"
Sets the minimum width of the line number field when the \-N option is in effect
to \fIn\fP characters.
The default is 7.
-.IP "\-\-match-shift=\fIn\fP"
-When \-S is in effect, if a search match is not visible
+.IP "\fB\-\-match\-shift=\fP\fIn\fP"
+When
+.B "\-S"
+is in effect, if a search match is not visible
because it is shifted to the left or right of the currently
visible screen, the text will horizontally shift
to ensure that the search match is visible.
@@ -1429,13 +1795,13 @@ This option selects the column in which the first character
of the search match will be placed after the shift.
In other words, there will be \fIn\fP characters visible
to the left of the search match.
-
+.IP
Alternately, the number may be specified as a fraction of the width
of the screen, starting with a decimal point: \&.5 is half of the
screen width, \&.3 is three tenths of the screen width, and so on.
If the number is specified as a fraction, the actual number of
scroll positions is recalculated if the terminal window is resized.
-.IP "\-\-modelines=\fIn\fP"
+.IP "\fB\-\-modelines=\fP\fIn\fP"
.RS
Before displaying a file,
.B less
@@ -1459,10 +1825,14 @@ option settings may be separated by either spaces or colons.
The word "set" is required if the program name is "less"
but optional if any of the other three names are used.
If any option setting is of the form "tabstop=\fIn\fP" or "ts=\fIn\fP",
-then tab stops are automatically set as if \-\-tabs=\fIn\fP had been given.
-See the \-\-tabs description for acceptable values of \fIn\fP.
+then tab stops are automatically set as if
+.BI "\-\-tabs=" "n"
+had been given.
+See the
+.B "\-\-tabs"
+description for acceptable values of \fIn\fP.
.RE
-.IP "\-\-mouse"
+.IP "\fB\-\-mouse\fP"
Enables mouse input:
scrolling the mouse wheel down moves forward in the file,
scrolling the mouse wheel up moves backwards in the file,
@@ -1470,83 +1840,125 @@ left-click sets the "#" mark to the line where the mouse is clicked,
and right-click (or any other) returns to the "#" mark position.
Holding down the left button and dragging also moves in the file.
If a left-click is performed with the mouse cursor on an OSC 8 hyperlink,
-the hyperlink is selected as if by the \(haO\(haN command.
+the hyperlink is selected as if by the \*^O\*^N command.
If a left-click is performed with the mouse cursor on an OSC 8 hyperlink
-which is already selected, the hyperlink is opened as if by the \(haO\(haO command.
+which is already selected, the hyperlink is opened as if by the \*^O\*^O command.
The number of lines to scroll when the wheel is moved
-can be set by the \-\-wheel-lines option.
+can be set by the
+.B "\-\-wheel\-lines"
+option.
Mouse input works only on terminals which support X11 mouse reporting,
-and on the Windows version of
-.BR less .
-.IP "\-\-MOUSE"
-Like \-\-mouse, except the direction scrolled
+and on Windows.
+.IP "\fB\-\-MOUSE\fP"
+Like
+.BR "\-\-mouse" ","
+except the direction scrolled
on mouse wheel movement is reversed.
-.IP "\-\-no-edit-warn"
+.IP "\fB\-\-no\-edit\-warn\fP"
Don't print a warning message when using the v command
on a file which was opened using a LESSOPEN preprocessor
(see the INPUT PREPROCESSOR section below).
-.IP "\-\-no-keypad"
+.IP "\fB\-\-no\-keypad\fP"
Disables sending the keypad initialization and deinitialization strings
to the terminal.
This is sometimes useful if the keypad strings make the numeric
keypad behave in an undesirable manner.
-.IP "\-\-no-histdups"
+.IP "\fB\-\-no\-histdups\fP"
This option changes the behavior so that if a search string or
file name is typed in, and the same string is already in the history list,
the existing copy is removed from the history list before the new one is added.
Thus, a given string will appear only once in the history list.
Normally, a string may appear multiple times.
-.IP "\-\-no-number-headers"
-Header lines (defined via the \-\-header option) are not assigned line numbers.
+.IP "\fB\-\-no\-number\-headers\fP"
+Header lines (defined via the
+.B "\-\-header"
+option) are not assigned line numbers.
Line number 1 is assigned to the first line after any header lines.
-.IP "\-\-no-paste"
-If the terminal supports xterm-compatible "bracketed paste",
-any text pasted into
+.IP "\fB\-\-no\-paste\fP"
+If the terminal supports
+.BR xterm -compatible
+"bracketed paste", any text pasted into
.B less
is ignored, except that one line of text may be pasted into the command line
at the bottom of the screen (search strings, file names, etc).
That is, the first newline of text pasted into the command line
and any text that follows it is ignored.
-.IP "\-\-no-search-header-lines"
+.IP "\fB\-\-no\-search\-header\-lines\fP"
Searches do not include header lines, but still include header columns.
-.IP "\-\-no-search-header-columns"
+.IP "\fB\-\-no\-search\-header\-columns\fP"
Searches do not include header columns, but still include header lines.
-.IP "\-\-no-search-headers"
+.IP "\fB\-\-no\-search\-headers\fP"
Searches do not include header lines or header columns.
-.IP "\-\-no-vbell"
+.IP "\fB\-\-no\-vbell\fP"
Disables the terminal's visual bell.
-.IP "\-\-proc-backspace"
-If set, backspaces are handled as if neither the \-u option
-nor the \-U option were set.
+.IP "\fB\-\-proc\-backspace\fP"
+If set, backspaces are handled as if neither the
+.B "\-u"
+option
+nor the
+.B "\-U"
+option were set.
That is, a backspace adjacent to an underscore causes text to be
displayed in underline mode, and a backspace between identical
characters cause text to be displayed in boldface mode.
-This option overrides the \-u and \-U options, so that display of
+This option overrides the
+.B "\-u"
+and
+.B "\-U"
+options, so that display of
backspaces can be controlled separate from tabs and carriage returns.
-If not set, backspace display is controlled by the \-u and \-U options.
-.IP "\-\-PROC-BACKSPACE"
-If set, backspaces are handled as if the \-U option were set;
+If not set, backspace display is controlled by the
+.B "\-u"
+and
+.B "\-U"
+options.
+.IP "\fB\-\-PROC\-BACKSPACE\fP"
+If set, backspaces are handled as if the
+.B "\-U"
+option were set;
that is backspaces are treated as control characters.
-.IP "\-\-proc-return"
-If set, carriage returns are handled as if neither the \-u option
-nor the \-U option were set.
+.IP "\fB\-\-proc\-return\fP"
+If set, carriage returns are handled as if neither the
+.B "\-u"
+option
+nor the
+.B "\-U"
+option were set.
That is, a carriage return immediately before a newline is deleted.
-This option overrides the \-u and \-U options, so that display of
+This option overrides the
+.B "\-u"
+and
+.B "\-U"
+options, so that display of
carriage returns can be controlled separate from that of backspaces and tabs.
-If not set, carriage return display is controlled by the \-u and \-U options.
-.IP "\-\-PROC-RETURN"
-If set, carriage returns are handled as if the \-U option were set;
+If not set, carriage return display is controlled by the
+.B "\-u"
+and
+.B "\-U"
+options.
+.IP "\fB\-\-PROC\-RETURN\fP"
+If set, carriage returns are handled as if the
+.B "\-U"
+option were set;
that is carriage returns are treated as control characters.
-.IP "\-\-proc-tab"
-If set, tabs are handled as if the \-U option were not set.
+.IP "\fB\-\-proc\-tab\fP"
+If set, tabs are handled as if the
+.B "\-U"
+option were not set.
That is, tabs are expanded to spaces.
-This option overrides the \-U option, so that display of
+This option overrides the
+.B "\-U"
+option, so that display of
tabs can be controlled separate from that of backspaces and carriage returns.
-If not set, tab display is controlled by the \-U option.
-.IP "\-\-PROC-TAB"
-If set, tabs are handled as if the \-U option were set;
+If not set, tab display is controlled by the
+.B "\-U"
+option.
+.IP "\fB\-\-PROC\-TAB\fP"
+If set, tabs are handled as if the
+.B "\-U"
+option were set;
that is tabs are treated as control characters.
-.IP "\-\-redraw-on-quit"
+.IP "\fB\-\-redraw\-on\-quit\fP"
When quitting, after sending the terminal deinitialization string,
redraws the entire last screen.
On terminals whose terminal deinitialization string causes the
@@ -1554,65 +1966,85 @@ terminal to switch from an alternate screen,
this makes the last screenful of the current file remain visible after
.B less
has quit.
-.IP "\-\-rscroll=\fIc\fP"
+.IP "\fB\-\-rscroll=\fP\fIc\fP"
This option changes the character used to mark truncated lines.
It may begin with a two-character attribute indicator like LESSBINFMT does.
If there is no attribute indicator, standout is used.
If set to "\-", truncated lines are not marked.
-.IP "\-\-save-marks"
+.IP "\fB\-\-save\-marks\fP"
Save marks in the history file, so marks are retained
across different invocations of
.BR less .
-.IP "\-\-search-options=\fI...\fP"
+.IP "\fB\-\-search\-options=\fP\fI...\fP"
Sets default search modifiers.
The value is a string of one or more of the characters
E, F, K, N, R or W.
Setting any of these has the same effect as typing that
control character at the beginning of every search pattern.
-For example, setting \-\-search-options=W is the same as
-typing \(haW at the beginning of every pattern.
+For example, setting
+.B "\-\-search\-options=\fIW\fP"
+is the same as
+typing \*^W at the beginning of every pattern.
The value may also contain a digit between 1 and 5,
-which has the same effect as typing \(haS followed by that digit
+which has the same effect as typing \*^S followed by that digit
at the beginning of every search pattern.
-The value "-" disables all default search modifiers.
-.IP "\-\-show-preproc-errors"
-If a preprocessor produces data,
+The value "\-" disables all default search modifiers.
+.IP "\fB\-\-show\-preproc\-errors\fP"
+If a LESSOPEN preprocessor produces data,
then exits with a non-zero exit code,
.B less
will display a warning.
-.IP "\-\-status-col-width=\fIn\fP"
-Sets the width of the status column when the \-J option is in effect.
+.IP "\fB\-\-status\-col\-width=\fP\fIn\fP"
+Sets the width of the status column when the
+.B "\-J"
+option is in effect.
The default is 2 characters.
-.IP "\-\-status-line"
+.IP "\fB\-\-status\-line\fP"
If a line is marked, the entire line (rather than just the status column)
is highlighted.
-Also lines highlighted due to the \-w option will have
+Also lines highlighted due to the
+.B "\-w"
+option will have
the entire line highlighted.
-If \-\-use-color is set, the line is colored rather than highlighted.
-.IP "\-\-use-backslash"
+If
+.B "\-\-use\-color"
+is set, the line is colored rather than highlighted.
+.IP "\fB\-\-use\-backslash\fP"
This option changes the interpretations of options which follow this one.
-After the \-\-use-backslash option, any backslash in an option string is
+After the
+.B "\-\-use\-backslash"
+option, any backslash in an option string is
removed and the following character is taken literally.
This allows a dollar sign to be included in option strings.
-.IP "\-\-use-color"
+.IP "\fB\-\-use\-color\fP"
Enables colored text in various places.
-The \-D option can be used to change the colors.
+The
+.B "\-D"
+option can be used to change the colors.
Colored text works only if the terminal supports
ANSI color escape sequences (as defined in
.nh
-https://www.ecma-international.org/publications-and-standards/standards/ecma-48).
+https://\*:www\*:.ecma\-international\*:.org/\*:publications\-and\-standards/\*:standards/\*:ecma\-48).
.hy
-.IP "\-\-wheel-lines=\fIn\fP"
+.IP "\fB\-\-wheel\-lines=\fP\fIn\fP"
Set the number of lines to scroll when the mouse wheel is scrolled
-and the \-\-mouse or \-\-MOUSE option is in effect.
+and the
+.B "\-\-mouse"
+or
+.B "\-\-MOUSE"
+option is in effect.
The default is 1 line.
-.IP "\-\-wordwrap"
-When the \-S option is not in use,
+.IP "\fB\-\-wordwrap\fP"
+When the
+.B "\-S"
+option is not in use,
wrap each line at a space or tab if possible,
so that a word is not split between two lines.
The default is to wrap at any character.
-.IP \-\-
-A command line argument of "\-\-" marks the end of option arguments.
+.IP \fB\-\-\fP
+A command line argument of
+.RB "\[dq]" "\-\-" "\[dq]"
+marks the end of option arguments.
Any arguments following this are interpreted as filenames.
This can be useful when viewing a file whose name begins with a "\-" or "+".
Otherwise, option arguments and filename arguments can be intermixed;
@@ -1633,7 +2065,9 @@ If the option starts with ++, the initial command applies to
every file being viewed, not just the first one.
The + command described previously
may also be used to set (or change) an initial command for every file.
-Also see the \-\-cmd option.
+Also see the
+.B "\-\-cmd"
+option.
.
.SH "LINE EDITING"
When entering a command line at the bottom of the screen
@@ -1645,16 +2079,16 @@ a key does not exist on a particular keyboard.
(Note that the forms beginning with ESC do not work
on some MS-DOS and Windows systems because ESC is the line erase character.)
Any of these special keys may be entered literally by preceding
-it with the "literal" character, either \(haV or \(haA.
+it with the "literal" character, either \*^V or \*^A.
A backslash itself may also be entered literally by entering two backslashes.
.IP "LEFTARROW [ ESC-h ]"
Move the cursor one space to the left.
.IP "RIGHTARROW [ ESC-l ]"
Move the cursor one space to the right.
-.IP "\(haLEFTARROW [ ESC-b or ESC-LEFTARROW ]"
+.IP "\*^LEFTARROW [ ESC-b or ESC-LEFTARROW ]"
(That is, CONTROL and LEFTARROW simultaneously.)
Move the cursor one word to the left.
-.IP "\(haRIGHTARROW [ ESC-w or ESC-RIGHTARROW ]"
+.IP "\*^RIGHTARROW [ ESC-w or ESC-RIGHTARROW ]"
(That is, CONTROL and RIGHTARROW simultaneously.)
Move the cursor one word to the right.
.IP "HOME [ ESC-0 ]"
@@ -1666,10 +2100,10 @@ Delete the character to the left of the cursor,
or cancel the command if the command line is empty.
.IP "DELETE or [ ESC-x ]"
Delete the character under the cursor.
-.IP "\(haBACKSPACE [ ESC-BACKSPACE ]"
+.IP "\*^BACKSPACE [ ESC-BACKSPACE ]"
(That is, CONTROL and BACKSPACE simultaneously.)
Delete the word to the left of the cursor.
-.IP "\(haDELETE [ ESC-X or ESC-DELETE ]"
+.IP "\*^DELETE [ ESC-X or ESC-DELETE ]"
(That is, CONTROL and DELETE simultaneously.)
Delete the word under the cursor.
.IP "UPARROW [ ESC-k ]"
@@ -1689,18 +2123,18 @@ If the completed filename is a directory, a "/" is appended to the filename.
(On MS-DOS and Windows systems, a "\e" is appended.)
The environment variable LESSSEPARATOR can be used to specify a
different character to append to a directory name.
-.IP "BACKTAB [ ESC-TAB ]"
-Like, TAB, but cycles in the reverse direction thru the matching filenames.
-.IP "\(haL"
+.IP "BACKTAB (SHIFT-TAB) [ ESC-TAB ]"
+Like TAB, but cycles in the reverse direction thru the matching filenames.
+.IP "\*^L"
Complete the partial filename to the left of the cursor.
If it matches more than one filename, all matches are entered into
the command line (if they fit).
-.IP "\(haU (Unix and OS/2) or ESC (MS-DOS and Windows)"
+.IP "\*^U (Unix and OS/2) or ESC (MS-DOS and Windows)"
Delete the entire command line,
or cancel the command if the cursor is at the beginning of the command line.
If you have changed your line-kill character in Unix to something
-other than \(haU, that character is used instead of \(haU.
-.IP "\(haG"
+other than \*^U, that character is used instead of \*^U.
+.IP "\*^G"
Delete the entire command line and return to the main prompt.
.
.SH "KEY BINDINGS"
@@ -1950,8 +2384,8 @@ preceding character. (Only when LESSCHARSET is "utf8".)
are simply deleted from the input and not displayed.
(Only when LESSCHARSET is "utf8".)
.PP
-A "character set" is simply a description of which characters are to
-be considered normal, control, and binary.
+A "character set" is a description of which of these categories
+each character belongs to.
The LESSCHARSET environment variable may be used to select a character set.
Possible values for LESSCHARSET are:
.IP ascii
@@ -1970,16 +2404,16 @@ Same as iso8859.
Selects a character set appropriate for MS-DOS.
.IP ebcdic
Selects an EBCDIC character set.
-.IP IBM-1047
+.IP IBM\-1047
Selects an EBCDIC character set used by OS/390 Unix Services.
This is the EBCDIC analogue of latin1. You get similar results
-by setting either LESSCHARSET=IBM-1047 or LC_CTYPE=en_US
+by setting either LESSCHARSET=IBM\-1047 or LC_CTYPE=en_US
in your environment.
-.IP koi8-r
+.IP koi8\-r
Selects a Russian character set.
.IP next
Selects a character set appropriate for NeXT computers.
-.IP utf-8
+.IP utf\-8
Selects the UTF-8 encoding of the ISO 10646 character set.
UTF-8 is special in that it supports multi-byte characters in the input file.
It is the only character set that supports multi-byte characters.
@@ -2013,22 +2447,22 @@ ascii 8bcccbcc18b95.b
dos 8bcccbcc12bc5b95.b.
ebcdic 5bc6bcc7bcc41b.9b7.9b5.b..8b6.10b6.b9.7b
9.8b8.17b3.3b9.7b9.8b8.6b10.b.b.b.
-IBM-1047 4cbcbc3b9cbccbccbb4c6bcc5b3cbbc4bc4bccbc
+IBM\-1047 4cbcbc3b9cbccbccbb4c6bcc5b3cbbc4bc4bccbc
191.b
iso8859 8bcccbcc18b95.33b.
-koi8-r 8bcccbcc18b95.b128.
+koi8\-r 8bcccbcc18b95.b128.
latin1 8bcccbcc18b95.33b.
next 8bcccbcc18b95.bb125.bb
.TE
.RE
.PP
If neither LESSCHARSET nor LESSCHARDEF is set,
-but any of the strings "UTF-8", "UTF8", "utf-8" or "utf8"
+but any of the strings "UTF\-8", "UTF8", "utf\-8" or "utf8"
is found in the LC_ALL, LC_CTYPE or LANG
-environment variables, then the default character set is utf-8.
+environment variables, then the default character set is utf\-8.
.PP
If that string is not found, but your system supports the
-.B setlocale
+.BR setlocale (3)
interface,
.B less
will use setlocale to determine the character set.
@@ -2036,12 +2470,12 @@ setlocale is controlled by setting the LANG or LC_CTYPE environment
variables.
.PP
Finally, if the
-.I setlocale
-interface is also not available, the default character set is utf-8.
+.B setlocale
+interface is also not available, the default character set is utf\-8.
.PP
Control and binary characters are displayed in standout (reverse video).
Each such character is displayed in caret notation if possible
-(e.g.\& \(haA for control-A). Caret notation is used only if
+(e.g.\& \*^A for control-A). Caret notation is used only if
inverting the 0100 bit results in a normal printable character.
Otherwise, the character is displayed as a hex number in angle brackets.
This format can be changed by
@@ -2059,7 +2493,7 @@ The default if no LESSBINFMT is specified is "*s<%02X>".
Warning: the result of expanding the character via LESSBINFMT must
be less than 31 characters.
.PP
-When the character set is utf-8, the LESSUTFBINFMT environment variable
+When the character set is utf\-8, the LESSUTFBINFMT environment variable
acts similarly to LESSBINFMT but it applies to Unicode code points
that were successfully decoded but are unsuitable for display (e.g.,
unassigned code points).
@@ -2074,7 +2508,7 @@ and stray trailing octets)
are displayed individually using LESSBINFMT so as to facilitate diagnostic
of how the UTF-8 file is ill-formed.
.PP
-When the character set is utf-8, in rare cases it may be desirable to
+When the character set is utf\-8, in rare cases it may be desirable to
override the Unicode definition of the type of certain characters.
For example, characters in a Private Use Area are normally treated as binary
characters, but if you are using a custom font with printable characters
@@ -2108,32 +2542,39 @@ A deleted character (deleted from the input and not displayed).
.RE
.PP
For example, setting LESSUTFCHARDEF to
+.PP
+.EX
.nf
-.sp
- E000-F8FF:p,F0000-FFFFD:p,100000-10FFFD:p
-.sp
+ E000\-F8FF:p,F0000\-FFFFD:p,100000\-10FFFD:p
.fi
+.EE
+.PP
would make all Private Use Area characters be treated as printable.
.PP
By default, emoji modifiers, components and variation selectors
are deleted because many terminals do not display them correctly.
If you use a terminal which does display some or all of them correctly,
-you can cause to be displayed by setting LESSUTFCHARDEF
+you can cause them to be displayed by setting LESSUTFCHARDEF
to treat them as composing characters.
For example, this sets them all to composing characters:
+.PP
+.EX
.nf
-.sp
- FE00-FE0F:c,1F3FB-1F3FF:c,1F9B0-1F9B3:c,E0100-E01EF:c
-.sp
+ FE00\-FE0F:c,1F3FB\-1F3FF:c,1F9B0\-1F9B3:c,E0100\-E01EF:c
.fi
+.EE
.SH "PROMPTS"
-The \-P option allows you to tailor the prompt to your preference.
-The string given to the \-P option replaces the specified prompt string.
+The
+.B "\-P"
+option allows you to tailor the prompt to your preference.
+The string given to the
+.B "\-P"
+option replaces the specified prompt string.
Certain characters in the string are interpreted specially.
The prompt mechanism is rather complicated to provide flexibility,
but the ordinary user need not understand the details of constructing
personalized prompt strings.
-.sp
+.PP
A percent sign followed by a single character is expanded
according to what the following character is.
(References to the input file size below refer to the preprocessed size,
@@ -2147,11 +2588,16 @@ display is used,
an "m" means use the middle line,
a "b" means use the bottom line,
a "B" means use the line just after the bottom line,
-and a "j" means use the "target" line, as specified by the \-j option.
+and a "j" means use the "target" line, as specified by the
+.B "\-j"
+option.
.IP "%B"
Replaced by the size of the current input file.
.IP "%c"
-Replaced by the column number of the text appearing in the first
+Replaced by the column number of the text which appears in the first
+column of the screen.
+.IP "%C"
+Replaced by the column number of the text which appears (or would appear) in the last
column of the screen.
.IP "%d\fIX\fP"
Replaced by the page number of a line in the input file.
@@ -2184,13 +2630,18 @@ Replaced by the total number of input files.
.IP "%o"
Replaced by the URI of the currently selected OSC 8 hyperlink,
or a question mark if no hyperlink is selected.
-This is used by OSC 8 handlers as explained in the \(haO\(haO command description.
+This is used by OSC 8 handlers as explained in the \*^O\*^O command description.
.IP "%p\fIX\fP"
Replaced by the percent into the current input file, based on byte offsets.
The line used is determined by the \fIX\fP as with the %b option.
.IP "%P\fIX\fP"
Replaced by the percent into the current input file, based on line numbers.
The line used is determined by the \fIX\fP as with the %b option.
+.IP "%Q"
+Replaced by the percent of the last column of text displayed on the screen
+compared to the length of the longest line currently displayed
+(that is, %C divided by %W).
+Note that using this sequence can make displaying the prompt be slower than usual.
.IP "%s"
Same as %B.
.IP "%t"
@@ -2198,8 +2649,13 @@ Causes any trailing spaces to be removed.
Usually used at the end of the string, but may appear anywhere.
.IP "%T"
Normally expands to the word "file".
-However if viewing files via a tags list using the \-t option,
+However if viewing files via a tags list using the
+.B "\-t"
+option,
it expands to the word "tag".
+.IP "%W"
+Replaced by the width of the longest line currently displayed on the screen.
+Note that using this sequence can make displaying the prompt be slower than usual.
.IP "%x"
Replaced by the name of the next input file in the list.
.PP
@@ -2247,6 +2703,9 @@ of the specified line is known.
.IP "?P\fIX\fP"
True if the percent into the current input file, based on line numbers,
of the specified line is known.
+.IP "?Q"
+True if %Q is less than 100.
+Note that using this sequence can make displaying the prompt be slower than usual.
.IP "?s"
Same as "?B".
.IP "?x"
@@ -2260,14 +2719,18 @@ Any of the special characters may be included in the prompt literally
by preceding it with a backslash.
.PP
Some examples:
-.sp
+.PP
+.EX
?f%f:Standard input.
-.sp
+.EE
+.PP
This prompt prints the filename, if known;
otherwise the string "Standard input".
-.sp
-?f%f \&.?ltLine %lt:?pt%pt\e%:?btByte %bt:-...
-.sp
+.PP
+.EX
+?f%f \&.?ltLine %lt:?pt%pt\e%:?btByte %bt:\-...
+.EE
+.PP
This prompt would print the filename, if known.
The filename is followed by the line number, if known,
otherwise the percent if known, otherwise the byte offset if known.
@@ -2275,9 +2738,11 @@ Otherwise, a dash is printed.
Notice how each question mark has a matching period,
and how the % after the %pt
is included literally by escaping it with a backslash.
-.sp
-?n?f%f\ .?m(%T %i of %m)\ ..?e(END)\ ?x-\ Next\e:\ %x..%t
-.sp
+.PP
+.EX
+?n?f%f\ .?m(%T %i of %m)\ ..?e(END)\ ?x\-\ Next\e:\ %x..%t
+.EE
+.PP
This prints the filename if this is the first prompt in a file,
followed by the "file N of N" message if there is more
than one input file.
@@ -2286,34 +2751,44 @@ followed by the name of the next file, if there is one.
Finally, any trailing spaces are truncated.
This is the default prompt.
For reference, here are the defaults for
-the other two prompts (\-m and \-M respectively).
+the other two prompts
+.B "\-m"
+and
+.B "\-M"
+respectively).
Each is broken into two lines here for readability only.
+.PP
+.EX
.nf
-.sp
-?n?f%f\ .?m(%T\ %i\ of\ %m)\ ..?e(END)\ ?x-\ Next\e:\ %x.:
+?n?f%f\ .?m(%T\ %i\ of\ %m)\ ..?e(END)\ ?x\-\ Next\e:\ %x.:
?pB%pB\e%:byte\ %bB?s/%s...%t
-.sp
-?f%f\ .?n?m(%T\ %i\ of\ %m)\ ..?ltlines\ %lt-%lb?L/%L.\ :
- byte\ %bB?s/%s.\ .?e(END)\ ?x-\ Next\e:\ %x.:?pB%pB\e%..%t
-.sp
+.PP
+?f%f\ .?n?m(%T\ %i\ of\ %m)\ ..?ltlines\ %lt\-%lb?L/%L.\ :
+ byte\ %bB?s/%s.\ .?e(END)\ ?x\-\ Next\e:\ %x.:?pB%pB\e%..?c\ (column\ %c).%t
.fi
+.EE
+.PP
And here is the default message produced by the = command:
+.PP
+.EX
.nf
-.sp
-?f%f\ .?m(%T\ %i\ of\ %m)\ .?ltlines\ %lt-%lb?L/%L.\ .
- byte\ %bB?s/%s.\ ?e(END)\ :?pB%pB\e%..%t
+?f%f\ .?m(%T\ %i\ of\ %m)\ .?ltlines\ %lt\-%lb?L/%L.\ .
+ byte\ %bB?s/%s.\ ?e(END)\ :?pB%pB\e%..?c\ (column\ %c).%t
.fi
+.EE
.PP
The prompt expansion features are also used for another purpose:
if an environment variable LESSEDIT is defined, it is used
as the command to be executed when the v command is invoked.
The LESSEDIT string is expanded in the same way as the prompt strings.
The default value for LESSEDIT is:
+.PP
+.EX
.nf
-.sp
%E\ ?lm+%lm.\ %g
-.sp
.fi
+.EE
+.PP
Note that this expands to the editor name, followed by a + and the
line number, followed by the shell-escaped file name.
If your editor does not accept the "+linenumber" syntax, or has other
@@ -2332,17 +2807,21 @@ the examine command (:e)
.IP "glob"
metacharacters such as * in filenames,
.br
-and filename completion (TAB, \(haL)
+and filename completion (TAB, \*^L)
.IP "history"
history file
.IP "lesskey"
-use of lesskey files (-k and \-\-lesskey-src)
+use of lesskey files
+.B "\-k"
+and
+.BR "\-\-lesskey\-src" ")"
.IP "lessopen"
input preprocessor (LESSOPEN environment variable)
.IP "logfile"
-log files (s and \-o)
+log files (s and
+.BR "\-o" ")"
.IP "osc8"
-opening OSC 8 links (\(haO\(haO)
+opening OSC 8 links (\*^O\*^O)
.IP "pipe"
the pipe command (|)
.IP "shell"
@@ -2352,7 +2831,8 @@ stopping
.B less
via a SIGTSTP signal
.IP "tags"
-use of tags files (-t)
+use of tags files
+.RB "(" "\-t" ")"
.PP
The LESSSECURE_ALLOW environment variable can be set to a comma-separated list
of names of features which are selectively enabled when LESSSECURE is set.
@@ -2380,25 +2860,51 @@ and the environment variable LESS_IS_MORE is not set to 0,
behaves (mostly) in conformance with the POSIX
.BR more (1)
command specification.
-In this mode, less behaves differently in these ways:
-.PP
-The \-e option works differently.
-If the \-e option is not set,
-.B less
-behaves as if the \-e option were set.
-If the \-e option is set,
+In this mode,
.B less
-behaves as if the \-E option were set.
+behaves differently in these ways:
.PP
-The \-m option works differently.
-If the \-m option is not set, the medium prompt is used,
+The
+.B "\-e"
+option works differently.
+If the
+.B "\-e"
+option is not set,
+.B less
+behaves as if the
+.B "\-e"
+option were set.
+If the
+.B "\-e"
+option is set,
+.B less
+behaves as if the
+.B "\-E"
+option were set.
+.PP
+The
+.B "\-m"
+option works differently.
+If the
+.B "\-m"
+option is not set, the medium prompt is used,
and it is prefixed with the string "\-\-More\-\-".
-If the \-m option is set, the short prompt is used.
+If the
+.B "\-m"
+option is set, the short prompt is used.
.PP
-The \-n option acts like the \-z option.
-The normal behavior of the \-n option is unavailable in this mode.
+The
+.B "\-n"
+option acts like the
+.B "\-z"
+option.
+The normal behavior of the
+.B "\-n"
+option is unavailable in this mode.
.PP
-The parameter to the \-p option is taken to be a
+The parameter to the
+.B "\-p"
+option is taken to be a
.B less
command rather than a search pattern.
.PP
@@ -2445,10 +2951,12 @@ Characters which may end an ANSI color escape sequence
.IP LESSANSIMIDCHARS
Characters which may appear between the ESC character and the
end character in an ANSI color escape sequence
-(default "0123456789:;[?!"\(aq#%()*+\ ").
+(default "0123456789:;[?!"\*'#%()*+\ ").
.IP LESSANSIOSCALLOW
A comma-separated list of OSC types which are output directly to the
-terminal when \-R is in effect
+terminal when
+.B "\-R"
+is in effect
(default "8"; that is, only OSC 8 sequences are output directly).
.IP LESSANSIOSCCHARS
Characters which may follow an ESC character to mark the start
@@ -2477,7 +2985,9 @@ in filenames on Unix systems.
Editor prototype string (used for the v command).
See discussion under PROMPTS.
.IP LESSGLOBALTAGS
-Name of the command used by the \-t option to find global tags.
+Name of the command used by the
+.B "\-t"
+option to find global tags.
Normally should be set to "global" if your system has the
.BR global (1)
command. If not set, global tags are not used.
@@ -2508,7 +3018,9 @@ Name of the default
.I "lesskey binary"
file. (Not used if "$LESSKEYIN" exists.)
.IP LESSKEY_CONTENT
-The value is parsed as if it were the parameter of a \-\-lesskey-content option.
+The value is parsed as if it were the parameter of a
+.B "\-\-lesskey\-content"
+option.
.IP LESSKEYIN_SYSTEM
Name of the default system-wide
.I "lesskey source"
@@ -2521,7 +3033,15 @@ file. (Not used if "$LESSKEYIN_SYSTEM" exists.)
List of characters which are considered "metacharacters" by the shell.
.IP LESSMETAESCAPE
Prefix which less will add before each metacharacter in a
-command sent to the shell (default "\\").
+command sent to the shell (default "\e").
+.IP LESSNOCONFIG
+If set to "\-", all environment variables except TERM are ignored
+(treated as if they were not set).
+If set to a comma-separated list of environment variable names,
+all environment variables except TERM and those in the list are ignored.
+In either case (if set to any non-empty value), all
+.B lesskey
+files are also ignored.
.IP LESSOPEN
Command line to invoke the (optional) input-preprocessor.
.IP LESSSECURE
@@ -2532,7 +3052,7 @@ Enables individual features which are normally disabled by LESSSECURE.
See discussion under SECURITY.
.IP LESSSEPARATOR
String to be appended to a directory name in filename completion
-(default "\\" on MS-DOS, Windows, and OS/2; otherwise "/").
+(default "\e" on MS-DOS, Windows, and OS/2; otherwise "/").
.IP LESSUTFBINFMT
Format for displaying non-printable Unicode code points.
.IP LESSUTFCHARDEF
@@ -2572,14 +3092,18 @@ sets an OSC 8 handler for opening OSC 8 links containing a URI with that scheme.
Sets an OSC 8 handler for opening OSC 8 links for which there is
no specific LESS_OSC8_xxx handler set for the "xxx" scheme.
.IP LESS_SHELL_LINES
-When the \-F option is set,
+When the
+.B "\-F"
+option is set,
.B less
exits automatically if the number of screen lines used to display the file
is less than or equal to the screen height minus the value of
the LESS_SHELL_LINES variable.
Thus, if you use a shell prompt which occupies more than one screen line,
this variable can be set to the number of lines used by your prompt,
-to ensure that the entire file can be seen when \-F is used.
+to ensure that the entire file can be seen when
+.B "\-F"
+is used.
If not set, LESS_SHELL_LINES is assumed to be 1.
.IP LESS_SIGUSR1
If set to a string of one or more
@@ -2590,14 +3114,31 @@ receives a SIGUSR1 signal.
.IP LESS_TERMCAP_xx
Where "xx" is any two characters, overrides the definition
of the termcap "xx" capability for the terminal.
+No escape sequences in the string are processed, so any
+nonprintable characters such as ESC must be in the string literally.
+.IP LESS_TERMINFO_xxxx
+Where "xxxx" is any string of characters, overrides the definition
+of the terminfo "xxxx" capability for the terminal.
+You can use either LESS_TERMCAP_xx or LESS_TERMINFO_xxxx to override
+a terminal capability, regardless of whether
+.B less
+is built with the
+.B termcap
+or the
+.B terminfo
+library.
.IP LESS_TERMCAP_BRACKETED_PASTE_START
Overrides the standard ANSI escape sequence to enable bracketed paste.
-This is used when the \-\-no-paste option is in effect.
+This is used when the
+.B "\-\-no\-paste"
+option is in effect.
.IP LESS_TERMCAP_BRACKETED_PASTE_END
Overrides the standard ANSI escape sequence to disable bracketed paste.
.IP LESS_TERMCAP_MOUSE_START
Overrides the standard ANSI escape sequence to enable mouse reporting.
-This is used when the \-\-mouse option is in effect.
+This is used when the
+.B "\-\-mouse"
+option is in effect.
.IP LESS_TERMCAP_MOUSE_END
Overrides the standard ANSI escape sequence to disable mouse reporting.
.IP LESS_TERMCAP_SUSPEND
@@ -2684,11 +3225,11 @@ Mark Nudelman
.br
Report bugs at
.nh
-https://github.com/gwsw/less/issues.
+https://\*:github\*:.com/\*:gwsw/\*:less/\*:issues.
.hy
.br
For more information, see the less homepage at
.br
.nh
-https://greenwoodsoftware.com/less.
+https://\*:greenwoodsoftware\*:.com/\*:less.
.hy
diff --git a/lessecho.man b/lessecho.man
index 5f10a4acd9eb..866b5c0fc2e2 100644
--- a/lessecho.man
+++ b/lessecho.man
@@ -4,7 +4,11 @@
lessecho - expand metacharacters
SYNOPSIS
- lessecho [‐ox] [‐cx] [‐pn] [‐dn] [‐mx] [‐nn] [‐ex] [‐a] file ...
+
+
+ lessecho [-a] [-ox] [-cx] [-pn] [-dn] [-mx] [-nn] [-ex] file ...
+
+ lessecho --version
DESCRIPTION
lessecho is a program that simply echos its arguments on standard out‐
@@ -16,11 +20,11 @@
A summary of options is included below.
-ex Specifies "x", rather than backslash, to be the escape char for
- metachars. If x is "‐", no escape char is used and arguments
+ metachars. If x is "-", no escape char is used and arguments
containing metachars are surrounded by quotes instead.
-ox Specifies "x", rather than double‐quote, to be the open quote
- character, which is used if the -e‐ option is specified.
+ character, which is used if the -e- option is specified.
-cx Specifies "x" to be the close quote character.
@@ -48,4 +52,4 @@
Report bugs at https://github.com/gwsw/less/issues.
- Version 685: 04 Oct 2025 LESSECHO(1)
+less 691 10 Jan 2026 LESSECHO(1)
diff --git a/lessecho.nro b/lessecho.nro
index 71e029fe81c4..3013644b6a56 100644
--- a/lessecho.nro
+++ b/lessecho.nro
@@ -1,9 +1,33 @@
-.TH LESSECHO 1 "Version 685: 04 Oct 2025"
+.TH LESSECHO 1 "10 Jan 2026" "less 691"
+.\" Define a string to interpolate the hyphenless break point escape
+.\" sequence (for URLs and similar) if the formatter claims groff
+.\" compatibility, else interpolate nothing.
+.ie \n(.g .ds : \:
+.el .ds : \" empty
.SH NAME
lessecho \- expand metacharacters
.SH SYNOPSIS
+.HP
.B lessecho
-.I "[-ox] [-cx] [-pn] [-dn] [-mx] [-nn] [-ex] [-a] file ..."
+.RB [ \-a ]
+.RB [ \-o\c
+.IR x ]
+.RB [ \-c\c
+.IR x ]
+.RB [ \-p\c
+.IR n ]
+.RB [ \-d\c
+.IR n ]
+.RB [ \-m\c
+.IR x ]
+.RB [ \-n\c
+.IR n ]
+.RB [ \-e\c
+.IR x ]
+.I file
+\&.\|.\|.
+.PP
+.B "lessecho \-\-version"
.SH "DESCRIPTION"
.B lessecho
is a program that simply echos its arguments on standard output.
@@ -18,12 +42,12 @@ A summary of options is included below.
.TP
.B \-e\fIx\fP
Specifies "\fIx\fP", rather than backslash, to be the escape char for metachars.
-If \fIx\fP is "-", no escape char is used and arguments containing metachars
+If \fIx\fP is "\-", no escape char is used and arguments containing metachars
are surrounded by quotes instead.
.TP
.B \-o\fIx\fP
Specifies "\fIx\fP", rather than double-quote, to be the open quote character,
-which is used if the \-e- option is specified.
+which is used if the \-e\- option is specified.
.TP
.B \-c\fIx\fP
Specifies "\fIx\fP" to be the close quote character.
@@ -53,4 +77,7 @@ The default is that only arguments containing metacharacters are quoted.
This manual page was written by Thomas Schoepf <schoepf@debian.org>,
for the Debian GNU/Linux system (but may be used by others).
.PP
-Report bugs at https://github.com/gwsw/less/issues.
+Report bugs at
+.nh
+https://\*:github\*:.com/\*:gwsw/\*:less/\*:issues.
+.hy
diff --git a/lesskey.man b/lesskey.man
index 49a05c9e92f7..0971033b8f52 100644
--- a/lesskey.man
+++ b/lesskey.man
@@ -4,8 +4,9 @@
lesskey - customize key bindings for less
SYNOPSIS (deprecated)
- lesskey [-o output] [--] [input]
- lesskey [--output=output] [--] [input]
+ lesskey [-o output] -- input
+ lesskey [--output=output] -- input
+
lesskey -V
lesskey --version
@@ -29,7 +30,7 @@
#command
Customizes command key bindings.
- #line‐edit
+ #line-edit
Customizes line‐editing key bindings.
#env Defines environment variables.
@@ -62,25 +63,41 @@
\r RETURN (0x0D)
\t TAB (0x09)
- \k followed by a single character represents the char(s) produced when
- one of these keys is pressed:
- \kb BACKSPACE (the BACKSPACE key)
- \kB ctrl‐BACKSPACE
- \kd DOWN ARROW
- \kD PAGE DOWN
- \ke END
- \kh HOME
- \ki INSERT
- \kl LEFT ARROW
- \kL ctrl‐LEFT ARROW
- \kr RIGHT ARROW
- \kR ctrl‐RIGHT ARROW
- \kt BACKTAB
- \ku UP ARROW
- \kU PAGE UP
- \kx DELETE
- \kX ctrl‐DELETE
- \k1 F1
+ \k followed by one or two characters represents the char(s) produced
+ when one of these keys is pressed:
+ \kb BACKSPACE (the BACKSPACE key)
+ \kB ctrl‐BACKSPACE
+ \kd DOWN ARROW
+ \kD PAGE DOWN
+ \ke END
+ \kh HOME
+ \ki INSERT
+ \kl LEFT ARROW
+ \kL ctrl‐LEFT ARROW
+ \kr RIGHT ARROW
+ \kR ctrl‐RIGHT ARROW
+ \kt BACKTAB
+ \ku UP ARROW
+ \kU PAGE UP
+ \kx DELETE
+ \kX ctrl‐DELETE
+ \k1 F1
+ \kp1 lower left key on the numeric keypad
+ \kp2 lower center key on the numeric keypad
+ \kp3 lower right key on the numeric keypad
+ \kp4 center left key on the numeric keypad
+ \kp5 center key on the numeric keypad
+ \kp6 center right key on the numeric keypad
+ \kp7 upper left key on the numeric keypad
+ \kp8 upper center key on the numeric keypad
+ \kp9 upper right key on the numeric keypad
+ \kp0 0 on the numeric keypad
+ \kp* * on the numeric keypad
+ \kp/ / on the numeric keypad
+ \kp- - on the numeric keypad
+ \kp+ + on the numeric keypad
+ \kp. . on the numeric keypad
+ \kp, , on the numeric keypad
A backslash followed by any other character indicates that character is
to be taken literally. Characters which must be preceded by backslash
@@ -96,7 +113,7 @@
the "B" key would first set the "b" mark and then search for the string
"next":
- B set‐mark b/next\n
+ B set-mark b/next\n
The extra string has a special meaning for the "quit" action: when less
quits, the ASCII value of the first character of the extra string is
@@ -108,111 +125,126 @@
page, under the key sequence which invokes the command.
#command
- \r forw‐line
- \n forw‐line
- e forw‐line
- j forw‐line
- \kd forw‐line
- ˆE forw‐line
- ˆN forw‐line
- k back‐line
- y back‐line
- ˆY back‐line
- ˆK back‐line
- ˆP back‐line
- J forw‐line‐force
- K back‐line‐force
- Y back‐line‐force
- \ej forw‐newline
- \ek back‐newline
- d forw‐scroll
- ˆD forw‐scroll
- u back‐scroll
- ˆU back‐scroll
- \40 forw‐screen
- f forw‐screen
- ˆF forw‐screen
- ˆV forw‐screen
- \kD forw‐screen
- b back‐screen
- ˆB back‐screen
- \ev back‐screen
- \kU back‐screen
- z forw‐window
- w back‐window
- \e\40 forw‐screen‐force
- \eb back‐screen‐force
- F forw‐forever
- \eF forw‐until‐hilite
- R repaint‐flush
+ \r forw-line
+ \n forw-line
+ e forw-line
+ j forw-line
+ \kd forw-line
+ ^E forw-line
+ ^N forw-line
+ k back-line
+ y back-line
+ ^Y back-line
+ ^K back-line
+ ^P back-line
+ J forw-line-force
+ K back-line-force
+ Y back-line-force
+ \ej forw-newline
+ \ek back-newline
+ d forw-scroll
+ ^D forw-scroll
+ u back-scroll
+ ^U back-scroll
+ \40 forw-screen
+ f forw-screen
+ ^F forw-screen
+ ^V forw-screen
+ \kD forw-screen
+ b back-screen
+ ^B back-screen
+ \ev back-screen
+ \kU back-screen
+ z forw-window
+ w back-window
+ \e\40 forw-screen-force
+ \eb back-screen-force
+ F forw-forever
+ \eF forw-until-hilite
+ R repaint-flush
r repaint
- ˆR repaint
- ˆL repaint
- \eu undo‐hilite
- \eU clear‐search
- g goto‐line
- \kh goto‐line
- < goto‐line
- \e< goto‐line
+ ^R repaint
+ ^L repaint
+ \eu undo-hilite
+ \eU clear-search
+ g goto-line
+ \kh goto-line
+ < goto-line
+ \e< goto-line
p percent
% percent
- \e( left‐scroll
- \e) right‐scroll
- \kl left‐scroll
- \kr right‐scroll
- \e{ no‐scroll
- \e} end‐scroll
- { forw‐bracket {}
- } back‐bracket {}
- ( forw‐bracket ()
- ) back‐bracket ()
- [ forw‐bracket []
- ] back‐bracket []
- \eˆF forw‐bracket
- \eˆB back‐bracket
- G goto‐end
- \e> goto‐end
- > goto‐end
- \ke goto‐end
- \eG goto‐end‐buffered
+ \e( left-scroll
+ \e) right-scroll
+ \kl left-scroll
+ \kr right-scroll
+ \e{ no-scroll
+ \e} end-scroll
+ { forw-bracket {}
+ } back-bracket {}
+ ( forw-bracket ()
+ ) back-bracket ()
+ [ forw-bracket []
+ ] back-bracket []
+ \e^F forw-bracket
+ \e^B back-bracket
+ G goto-end
+ \e> goto-end
+ > goto-end
+ \ke goto-end
+ \eG goto-end-buffered
= status
- ˆG status
+ ^G status
:f status
- / forw‐search
- ? back‐search
- \e/ forw‐search *
- \e? back‐search *
- n repeat‐search
- \en repeat‐search‐all
- N reverse‐search
- \eN reverse‐search‐all
- ˆOˆN osc8‐forw‐search
- ˆOn osc8‐forw‐search
- ˆOˆP osc8‐back‐search
- ˆOp osc8‐back‐search
- ˆOˆO osc8‐open
+ / forw-search
+ ? back-search
+ \e/ forw-search *
+ \e? back-search *
+ n repeat-search
+ \en repeat-search-all
+ N reverse-search
+ \eN reverse-search-all
+ ^O^N osc8-forw-search
+ ^On osc8-forw-search
+ ^O^P osc8-back-search
+ ^Op osc8-back-search
+ ^O^O osc8-open
& filter
- m set‐mark
- M set‐mark‐bottom
- \em clear‐mark
- ’ goto‐mark
- ˆXˆX goto‐mark
+ m set-mark
+ M set-mark-bottom
+ \em clear-mark
+ ' goto-mark
+ ^X^X goto-mark
E examine
:e examine
- ˆXˆV examine
- :n next‐file
- :p prev‐file
- t next‐tag
- T prev‐tag
- :x index‐file
- :d remove‐file
- ‐ toggle‐option
- :t toggle‐option t
- s toggle‐option o
+ ^X^V examine
+ :n next-file
+ :p prev-file
+ t next-tag
+ T prev-tag
+ :x index-file
+ :d remove-file
+ - toggle-option
+ :t toggle-option t
+ s toggle-option o
## Use a long option name by starting the
## extra string with ONE dash; eg:
- ## s toggle‐option ‐log‐file\n
- _ display‐option
+ ## s toggle-option -log-file\n
+ _ display-option
+ \kp1 goto-end
+ \kp2 forw-line
+ \kp3 forw-screen
+ \kp4 left-scroll
+ \kp6 right-scroll
+ \kp7 goto-line
+ \kp8 back-line
+ \kp9 back-screen
+ \kp0 noaction 0
+ \kp* noaction *
+ \kp/ noaction /
+ \kp- noaction -
+ \kp+ noaction +
+ \kp. noaction .
+ \kp, noaction ,
| pipe
v visual
! shell
@@ -239,7 +271,6 @@
:Q quit
ZZ quit
-
PRECEDENCE
Commands specified by lesskey take precedence over the default com‐
mands. A default command key may be disabled by including it in the
@@ -262,7 +293,7 @@
LINE EDITING SECTION
The line‐editing section begins with the line:
- #line‐edit
+ #line-edit
This section specifies new key bindings for the line editing commands,
in a manner similar to the way key bindings for ordinary commands are
@@ -273,10 +304,10 @@
The following input file describes the set of default line‐editing keys
used by less:
- #line‐edit
- \t forw‐complete
- \17 back‐complete
- \e\t back‐complete
+ #line-edit
+ \t forw-complete
+ \17 back-complete
+ \e\t back-complete
ˆL expand
ˆV literal
ˆA literal
@@ -284,16 +315,16 @@
\kr right
\eh left
\kl left
- \eb word‐left
- \e\kl word‐left
- \ew word‐right
- \e\kr word‐right
+ \eb word-left
+ \e\kl word-left
+ \ew word-right
+ \e\kr word-right
\ei insert
\ex delete
\kx delete
- \eX word‐delete
- \ekx word‐delete
- \e\b word‐backspace
+ \eX word-delete
+ \ekx word-delete
+ \e\b word-backspace
\e0 home
\kh home
\e$ end
@@ -302,10 +333,22 @@
\ku up
\ej down
ˆG abort
+ \kp1 end
+ \kp2 down
+ \kp4 left
+ \kp6 right
+ \kp7 home
+ \kp8 up
+ \kp0 noaction 0
+ \kp* noaction *
+ \kp/ noaction /
+ \kp- noaction -
+ \kp+ noaction +
+ \kp. noaction .
+ \kp, noaction ,
\e[M mouse
\e[< mouse6
-
LESS ENVIRONMENT VARIABLES
The environment variable section begins with the line
@@ -351,12 +394,12 @@
running version of less (or lesskey) matches the operator. This can be
helpful if a lesskey file is used by different versions of less.
- For example, suppose that a new command named ’sideways‐search’ is
+ For example, suppose that a new command named ’sideways-search’ is
added in less version 777. Then the following line would assign the
command to the Q key, but only in versions of less which support it.
The line would be ignored by versions earlier than 777.
- #version >= 777 Q sideways‐search
+ #version >= 777 Q sideways-search
These six operators are supported:
> Greater than
@@ -375,7 +418,7 @@
#env
## (Note that there must be a space at the end of the next line,
- ## to separate the ‐‐color option from the ‐S option.)
+ ## to separate the --color option from the -S option.)
LESS = -i -S
#version >= 595 LESS += --color=Hkc
@@ -409,4 +452,4 @@
Mark Nudelman
Report bugs at https://github.com/gwsw/less/issues.
- Version 685: 04 Oct 2025 LESSKEY(1)
+less 691 10 Jan 2026 LESSKEY(1)
diff --git a/lesskey.nro b/lesskey.nro
index b829c062cdb4..b397a6724e59 100644
--- a/lesskey.nro
+++ b/lesskey.nro
@@ -1,12 +1,31 @@
'\" t
-.TH LESSKEY 1 "Version 685: 04 Oct 2025"
+.TH LESSKEY 1 "10 Jan 2026" "less 691"
+.\" Define a string for the caret ("hat") as portably as possible.
+.ie \n(.g .ds ^ \(ha
+.el .ds ^ ^
+.\" Define a string for the neutral apostrophe as portably as possible.
+.ie \n(.g .ds ' \(aq
+.el .ds ' '
+.\" Define a string to interpolate the hyphenless break point escape
+.\" sequence (for URLs and similar) if the formatter claims groff
+.\" compatibility, else interpolate nothing.
+.ie \n(.g .ds : \:
+.el .ds : \" empty
.SH NAME
lesskey \- customize key bindings for less
.SH "SYNOPSIS (deprecated)"
-.B "lesskey [\-o output] [\-\-] [input]"
-.br
-.B "lesskey [\-\-output=output] [\-\-] [input]"
+.B lesskey
+.RB [ \-o
+.IR output ]
+.B \-\-
+.I input
.br
+.B lesskey
+.RB [ \-\-output=\c
+.IR output ]
+.B \-\-
+.I input
+.PP
.B "lesskey \-V"
.br
.B "lesskey \-\-version"
@@ -43,7 +62,7 @@ Each section starts with a line that identifies the type of section.
Possible sections are:
.IP #command
Customizes command key bindings.
-.IP #line-edit
+.IP #line\-edit
Customizes line-editing key bindings.
.IP #env
Defines environment variables.
@@ -54,15 +73,15 @@ except as noted below.
.
.SH "COMMAND SECTION"
The command section begins with the line
-.sp
+.PP
#command
-.sp
+.PP
If the command section is the first section in the file,
this line may be omitted.
The command section consists of lines of the form:
-.sp
+.PP
\fIstring\fP <whitespace> \fIaction\fP <whitespace> [extra-string] <newline>
-.sp
+.PP
Whitespace is any sequence of one or more spaces and/or tabs.
The \fIstring\fP is the command key(s) which invoke the action.
The \fIstring\fP may be a single command key, or a sequence of up to 15 keys.
@@ -84,8 +103,9 @@ l l l.
\et TAB (0x09)
.TE
.RE
-.sp
-\ek followed by a single character represents the char(s) produced when one of these keys is pressed:
+.PP
+\ek followed by one or two characters represents the char(s) produced
+when one of these keys is pressed:
.RS 5m
.TS
l l.
@@ -106,6 +126,22 @@ l l.
\ekx DELETE
\ekX ctrl-DELETE
\ek1 F1
+\ekp1 lower left key on the numeric keypad
+\ekp2 lower center key on the numeric keypad
+\ekp3 lower right key on the numeric keypad
+\ekp4 center left key on the numeric keypad
+\ekp5 center key on the numeric keypad
+\ekp6 center right key on the numeric keypad
+\ekp7 upper left key on the numeric keypad
+\ekp8 upper center key on the numeric keypad
+\ekp9 upper right key on the numeric keypad
+\ekp0 0 on the numeric keypad
+\ekp* * on the numeric keypad
+\ekp/ / on the numeric keypad
+\ekp\- \- on the numeric keypad
+\ekp+ + on the numeric keypad
+\ekp. . on the numeric keypad
+\ekp, , on the numeric keypad
.TE
.RE
.PP
@@ -126,11 +162,13 @@ For example, see the "{" and ":t" commands in the example below.
It can also be used to execute more than one command when a key is pressed.
For example, if this line were in a lesskey file, pressing the "B" key
would first set the "b" mark and then search for the string "next":
-.sp
+.PP
+.EX
.nf
- B set-mark b/next\en
+ B set\-mark b/next\en
.fi
-.sp
+.EE
+.PP
The extra string has a special meaning for the "quit" action:
when
.B less
@@ -144,116 +182,131 @@ default command keys used by
Documentation on each command can be found in the
.B less
man page, under the key sequence which invokes the command.
-.sp
+.PP
.RS 5m
.TS
l l.
#command
-\er forw-line
-\en forw-line
-e forw-line
-j forw-line
-\ekd forw-line
-^E forw-line
-^N forw-line
-k back-line
-y back-line
-^Y back-line
-^K back-line
-^P back-line
-J forw-line-force
-K back-line-force
-Y back-line-force
-\eej forw-newline
-\eek back-newline
-d forw-scroll
-^D forw-scroll
-u back-scroll
-^U back-scroll
-\e40 forw-screen
-f forw-screen
-^F forw-screen
-^V forw-screen
-\ekD forw-screen
-b back-screen
-^B back-screen
-\eev back-screen
-\ekU back-screen
-z forw-window
-w back-window
-\ee\e40 forw-screen-force
-\eeb back-screen-force
-F forw-forever
-\eeF forw-until-hilite
-R repaint-flush
+\er forw\-line
+\en forw\-line
+e forw\-line
+j forw\-line
+\ekd forw\-line
+\*^E forw\-line
+\*^N forw\-line
+k back\-line
+y back\-line
+\*^Y back\-line
+\*^K back\-line
+\*^P back\-line
+J forw\-line\-force
+K back\-line\-force
+Y back\-line\-force
+\eej forw\-newline
+\eek back\-newline
+d forw\-scroll
+\*^D forw\-scroll
+u back\-scroll
+\*^U back\-scroll
+\e40 forw\-screen
+f forw\-screen
+\*^F forw\-screen
+\*^V forw\-screen
+\ekD forw\-screen
+b back\-screen
+\*^B back\-screen
+\eev back\-screen
+\ekU back\-screen
+z forw\-window
+w back\-window
+\ee\e40 forw\-screen\-force
+\eeb back\-screen\-force
+F forw\-forever
+\eeF forw\-until\-hilite
+R repaint\-flush
r repaint
-^R repaint
-^L repaint
-\eeu undo-hilite
-\eeU clear-search
-g goto-line
-\ekh goto-line
-< goto-line
-\ee< goto-line
+\*^R repaint
+\*^L repaint
+\eeu undo\-hilite
+\eeU clear\-search
+g goto\-line
+\ekh goto\-line
+< goto\-line
+\ee< goto\-line
p percent
% percent
-\ee( left-scroll
-\ee) right-scroll
-\ekl left-scroll
-\ekr right-scroll
-\ee{ no-scroll
-\ee} end-scroll
-{ forw-bracket {}
-} back-bracket {}
-( forw-bracket ()
-) back-bracket ()
-[ forw-bracket []
-] back-bracket []
-\ee^F forw-bracket
-\ee^B back-bracket
-G goto-end
-\ee> goto-end
-> goto-end
-\eke goto-end
-\eeG goto-end-buffered
+\ee( left\-scroll
+\ee) right\-scroll
+\ekl left\-scroll
+\ekr right\-scroll
+\ee{ no\-scroll
+\ee} end\-scroll
+{ forw\-bracket {}
+} back\-bracket {}
+( forw\-bracket ()
+) back\-bracket ()
+[ forw\-bracket []
+] back\-bracket []
+\ee\*^F forw\-bracket
+\ee\*^B back\-bracket
+G goto\-end
+\ee> goto\-end
+> goto\-end
+\eke goto\-end
+\eeG goto\-end\-buffered
\&= status
-^G status
+\*^G status
:f status
-/ forw-search
-? back-search
-\ee/ forw-search *
-\ee? back-search *
-n repeat-search
-\een repeat-search-all
-N reverse-search
-\eeN reverse-search-all
-^O^N osc8-forw-search
-^On osc8-forw-search
-^O^P osc8-back-search
-^Op osc8-back-search
-^O^O osc8-open
+/ forw\-search
+? back\-search
+\ee/ forw\-search *
+\ee? back\-search *
+n repeat\-search
+\een repeat\-search\-all
+N reverse\-search
+\eeN reverse\-search\-all
+\*^O\*^N osc8\-forw\-search
+\*^On osc8\-forw\-search
+\*^O\*^P osc8\-back\-search
+\*^Op osc8\-back\-search
+\*^O\*^O osc8\-open
& filter
-m set-mark
-M set-mark-bottom
-\eem clear-mark
-\&' goto-mark
-^X^X goto-mark
+m set\-mark
+M set\-mark\-bottom
+\eem clear\-mark
+\&\*' goto\-mark
+\*^X\*^X goto\-mark
E examine
:e examine
-^X^V examine
-:n next-file
-:p prev-file
-t next-tag
-T prev-tag
-:x index-file
-:d remove-file
-- toggle-option
-:t toggle-option t
-s toggle-option o
+\*^X\*^V examine
+:n next\-file
+:p prev\-file
+t next\-tag
+T prev\-tag
+:x index\-file
+:d remove\-file
+\- toggle\-option
+:t toggle\-option t
+s toggle\-option o
## Use a long option name by starting the
## extra string with ONE dash; eg:
- ## s toggle-option -log-file\en
-\&_ display-option
+ ## s toggle\-option \-log\-file\en
+\&_ display\-option
+\ekp1 goto\-end
+\ekp2 forw\-line
+\ekp3 forw\-screen
+\ekp4 left\-scroll
+\ekp6 right\-scroll
+\ekp7 goto\-line
+\ekp8 back\-line
+\ekp9 back\-screen
+\ekp0 noaction 0
+\ekp* noaction *
+\ekp/ noaction /
+\ekp\- noaction \-
+\ekp+ noaction +
+\ekp. noaction .
+\ekp, noaction ,
| pipe
v visual
! shell
@@ -281,7 +334,6 @@ Q quit
ZZ quit
.TE
.RE
-.sp
.SH PRECEDENCE
Commands specified by
.B lesskey
@@ -296,9 +348,9 @@ will give an error beep for an "invalid" command,
but not for a "noaction" command.
In addition, ALL default commands may be disabled by
adding this control line to the input file:
-.sp
+.PP
#stop
-.sp
+.PP
This will cause all default commands to be ignored.
The #stop line should be the last line in that section of the file.
.PP
@@ -310,9 +362,11 @@ For example, failure to provide a "quit" command can lead to frustration.
.
.SH "LINE EDITING SECTION"
The line-editing section begins with the line:
-.sp
-#line-edit
-.sp
+.PP
+.EX
+#line\-edit
+.EE
+.PP
This section specifies new key bindings for the line editing commands,
in a manner similar to the way key bindings for
ordinary commands are specified in the #command section.
@@ -323,14 +377,14 @@ one per line as in the example below.
The following input file describes the set of
default line-editing keys used by
.BR less :
-.sp
+.PP
.RS 5m
.TS
l l.
-#line-edit
-\et forw-complete
-\e17 back-complete
-\ee\et back-complete
+#line\-edit
+\et forw\-complete
+\e17 back\-complete
+\ee\et back\-complete
^L expand
^V literal
^A literal
@@ -338,16 +392,16 @@ l l.
\ekr right
\eeh left
\ekl left
-\eeb word-left
-\ee\ekl word-left
-\eew word-right
-\ee\ekr word-right
+\eeb word\-left
+\ee\ekl word\-left
+\eew word\-right
+\ee\ekr word\-right
\eei insert
\eex delete
\ekx delete
-\eeX word-delete
-\eekx word-delete
-\ee\eb word-backspace
+\eeX word\-delete
+\eekx word\-delete
+\ee\eb word\-backspace
\ee0 home
\ekh home
\ee$ end
@@ -356,17 +410,29 @@ l l.
\eku up
\eej down
^G abort
+\ekp1 end
+\ekp2 down
+\ekp4 left
+\ekp6 right
+\ekp7 home
+\ekp8 up
+\ekp0 noaction 0
+\ekp* noaction *
+\ekp/ noaction /
+\ekp\- noaction \-
+\ekp+ noaction +
+\ekp. noaction .
+\ekp, noaction ,
\ee[M mouse
\ee[< mouse6
.TE
.RE
-.sp
.
.SH "LESS ENVIRONMENT VARIABLES"
The environment variable section begins with the line
-.sp
+.PP
#env
-.sp
+.PP
Following this line is a list of environment variable assignments.
Each line consists of an environment variable name, an equals sign (=)
and the value to be assigned to the environment variable.
@@ -376,7 +442,7 @@ Variables assigned in this way are visible only to
If a variable is specified in the system environment and also in a
lesskey file, the value in the lesskey file takes precedence.
.
-.sp
+.PP
If the variable name is followed by += rather than =,
the string is appended to the variable's existing value.
This currently works only if any += lines immediately follow
@@ -390,7 +456,7 @@ it should be appended to the end of the preceding line.
(It cannot be added to the beginning of the += string because space after
the equals sign is ignored, as noted above.)
.
-.sp
+.PP
In the string after the = sign, a substring of the form ${NAME}
is replaced with the value of the environment variable "NAME".
The value of the variable may come from either the system environment,
@@ -417,18 +483,20 @@ the remainder of the line is parsed if and only if the running version of
matches the operator.
This can be helpful if a lesskey file is used by different versions of
.BR less .
-.sp
-For example, suppose that a new command named 'sideways-search' is added in
+.PP
+For example, suppose that a new command named 'sideways\-search' is added in
.B less
version 777.
Then the following line would assign the command to the Q key, but only in versions of
.B less
which support it. The line would be ignored by versions earlier than 777.
-.sp
+.PP
+.EX
.nf
- #version >= 777 Q sideways-search
+ #version >= 777 Q sideways\-search
.fi
-.sp
+.EE
+.PP
These six operators are supported:
.RS 5m
.TS
@@ -441,7 +509,7 @@ l l.
!= Not equal to
.TE
.RE
-.sp
+.PP
The #version feature is not supported in
.B less
and
@@ -453,14 +521,16 @@ In those older versions, all #version lines are ignored.
The following input file sets the \-i and \-S options when
.B less
is run and, on version 595 and higher, adds a \-\-color option.
-.sp
+.PP
+.EX
.nf
#env
## (Note that there must be a space at the end of the next line,
- ## to separate the --color option from the -S option.)
+ ## to separate the \-\-color option from the \-S option.)
LESS = \-i\ \-S\
#version\ >=\ 595\ \ LESS\ +=\ \-\-color=Hkc
.fi
+.EE
.
.SH "SEE ALSO"
.BR less (1)
@@ -496,4 +566,7 @@ See the GNU General Public License for more details.
.
Mark Nudelman
.br
-Report bugs at https://github.com/gwsw/less/issues.
+Report bugs at
+.nh
+https://\*:github\*:.com/\*:gwsw/\*:less/\*:issues.
+.hy
diff --git a/lesskey_parse.c b/lesskey_parse.c
index 23f09b259aca..d844be960817 100644
--- a/lesskey_parse.c
+++ b/lesskey_parse.c
@@ -247,6 +247,7 @@ static constant char * tstr(char **pp, int xlate)
case 'k':
if (xlate)
{
+ ch = 0;
switch (*++p)
{
case 'b': ch = SK_BACKSPACE; break;
@@ -266,7 +267,30 @@ static constant char * tstr(char **pp, int xlate)
case 'x': ch = SK_DELETE; break;
case 'X': ch = SK_CTL_DELETE; break;
case '1': ch = SK_F1; break;
- default:
+ case 'p':
+ switch (*++p)
+ {
+ case '1': ch = SK_PAD_DL; break;
+ case '2': ch = SK_PAD_D; break;
+ case '3': ch = SK_PAD_DR; break;
+ case '4': ch = SK_PAD_L; break;
+ case '5': ch = SK_PAD_CENTER; break;
+ case '6': ch = SK_PAD_R; break;
+ case '7': ch = SK_PAD_UL; break;
+ case '8': ch = SK_PAD_U; break;
+ case '9': ch = SK_PAD_UR; break;
+ case '0': ch = SK_PAD_ZERO; break;
+ case '*': ch = SK_PAD_STAR; break;
+ case '/': ch = SK_PAD_SLASH; break;
+ case '-': ch = SK_PAD_DASH; break;
+ case '+': ch = SK_PAD_PLUS; break;
+ case '.': ch = SK_PAD_DOT; break;
+ case ',': ch = SK_PAD_COMMA; break;
+ }
+ break;
+ }
+ if (ch == 0)
+ {
parse_error("invalid escape sequence \"\\k%s\"", char_string(buf, *p, 0));
*pp = increment_pointer(p);
return ("");
diff --git a/lesstest/lt/filter1.lt b/lesstest/lt/filter1.lt
index 2e4a97fa7671..2a621cac1077 100644
--- a/lesstest/lt/filter1.lt
+++ b/lesstest/lt/filter1.lt
@@ -27,7 +27,7 @@ E "LESS_TERMCAP_@7" "OF"
E "COLUMNS" "79"
E "LINES" "34"
E "LANG" "C"
-E "LC_CTYPE" "C.UTF-8"
+E "LC_CTYPE" "en_US.UTF-8"
T "filter1"
A "filter1"
F "filter1" 3893
diff --git a/lesstest/lt/github329.lt b/lesstest/lt/github329.lt
index 9b4a23251b8e..b51f235ced4b 100644
--- a/lesstest/lt/github329.lt
+++ b/lesstest/lt/github329.lt
@@ -28,6 +28,7 @@ E "COLUMNS" "79"
E "LINES" "34"
E "LESSCHARSET" "utf8"
E "LANG" "C"
+E "LC_CTYPE" "en_US.UTF-8"
T "github329"
A "github329"
F "github329" 26
diff --git a/lesstest/lt/hdr-unicode.lt b/lesstest/lt/hdr-unicode.lt
index 8cb71e3ed47d..943f7c7553de 100644
--- a/lesstest/lt/hdr-unicode.lt
+++ b/lesstest/lt/hdr-unicode.lt
Binary files differ
diff --git a/lesstest/lt/hdr-unicode1.lt b/lesstest/lt/hdr-unicode1.lt
index 4fec3f8b9dcb..7f33df1149da 100644
--- a/lesstest/lt/hdr-unicode1.lt
+++ b/lesstest/lt/hdr-unicode1.lt
Binary files differ
diff --git a/lesstest/lt/osc8.lt b/lesstest/lt/osc8.lt
index f3eaa0f27af4..b7395aa064b9 100644
--- a/lesstest/lt/osc8.lt
+++ b/lesstest/lt/osc8.lt
@@ -29,6 +29,7 @@ E "LINES" "38"
E "LESS" "R"
E "LESSCHARSET" "utf8"
E "LANG" "C"
+E "LC_CTYPE" "en_US.UTF-8"
T "osc8"
A "osc8"
F "osc8" 626685
diff --git a/lesstest/lt/proc-special.lt b/lesstest/lt/proc-special.lt
index f9f594f02bac..e467ed596319 100644
--- a/lesstest/lt/proc-special.lt
+++ b/lesstest/lt/proc-special.lt
@@ -28,6 +28,7 @@ E "COLUMNS" "93"
E "LINES" "34"
E "LESSCHARSET" "utf8"
E "LANG" "C"
+E "LC_CTYPE" "en_US.UTF-8"
T "proc-special"
A "proc-special"
F "proc-special" 79
diff --git a/lesstest/lt/search-hist.lt b/lesstest/lt/search-hist.lt
index 1bee6843f59e..e67d914d8e25 100644
--- a/lesstest/lt/search-hist.lt
+++ b/lesstest/lt/search-hist.lt
@@ -27,6 +27,7 @@ E "LESS_TERMCAP_@7" "OF"
E "COLUMNS" "103"
E "LINES" "34"
E "LANG" "C"
+E "LC_CTYPE" "en_US.UTF-8"
T "search-hist"
A "search-hist"
F "search-hist" 49
diff --git a/lesstest/lt/seq200.lt b/lesstest/lt/seq200.lt
index d978cb73c7ef..0969e945192f 100644
--- a/lesstest/lt/seq200.lt
+++ b/lesstest/lt/seq200.lt
@@ -27,7 +27,7 @@ E "LESS_TERMCAP_@7" "OF"
E "COLUMNS" "115"
E "LINES" "39"
E "LANG" "C"
-E "LC_CTYPE" "C.UTF-8"
+E "LC_CTYPE" "en_US.UTF-8"
T "seq200"
A "seq200"
F "seq200" 692
diff --git a/lesstest/lt/subsearch.lt b/lesstest/lt/subsearch.lt
index 53006c942b21..546880f0b187 100644
--- a/lesstest/lt/subsearch.lt
+++ b/lesstest/lt/subsearch.lt
@@ -28,6 +28,7 @@ E "COLUMNS" "95"
E "LINES" "34"
E "LESSCHARSET" "utf8"
E "LANG" "C"
+E "LC_CTYPE" "en_US.UTF-8"
T "subsearch"
A "subsearch"
F "subsearch" 65115
diff --git a/lesstest/lt/table-50x200.lt b/lesstest/lt/table-50x200.lt
index 00bdb6b4c5d5..de6eee05f8eb 100644
--- a/lesstest/lt/table-50x200.lt
+++ b/lesstest/lt/table-50x200.lt
@@ -1,6 +1,6 @@
!lesstest!
!version 1
-!created 2023-11-30 20:42:52
+!created 2025-10-29 17:54:18
E "LESS_TERMCAP_am" "1"
E "LESS_TERMCAP_cd" "S"
E "LESS_TERMCAP_ce" "L"
@@ -26,8 +26,8 @@ E "LESS_TERMCAP_kh" "OH"
E "LESS_TERMCAP_@7" "OF"
E "COLUMNS" "116"
E "LINES" "41"
-E "LESSCHARSET" "utf8"
-E "LANG" "C"
+E "LANG" "en_US.UTF-8"
+E "LC_CTYPE" "en_US.UTF-8"
T "table-50x200"
A "table-50x200"
F "table-50x200" 60200
@@ -254,7 +254,7 @@ R
+32
=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 0@04>@0000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 0@04>@0000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 0@04>@0000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 0@04>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 0@04>@0001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>@00Header lines: 2#_____________________________________________________________________________________________________
+a
-=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 0@04>@0000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 0@04>@0000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 0@04>@0000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 0@04>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 0@04>@0001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>@00:#___________________________________________________________________________________________________________________
+=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 0@04>@0000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 0@04>@0000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 0@04>@0000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 0@04>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 0@04>@0001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>Header (lines,columns,line-number) is 2,0,1 (press RETURN)@00#_________________________________________________________
+31
=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 0@04>@0000100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 0@04>@0000200 00201 00202 00203 00204 00205 00206 00207 00208 00209 00210 00211 00212 00213 00214 00215 00216 00217 00218 0@04>@0000300 00301 00302 00303 00304 00305 00306 00307 00308 00309 00310 00311 00312 00313 00314 00315 00316 00317 00318 0@04>@0000400 00401 00402 00403 00404 00405 00406 00407 00408 00409 00410 00411 00412 00413 00414 00415 00416 00417 00418 0@04>@0000500 00501 00502 00503 00504 00505 00506 00507 00508 00509 00510 00511 00512 00513 00514 00515 00516 00517 00518 0@04>@0000600 00601 00602 00603 00604 00605 00606 00607 00608 00609 00610 00611 00612 00613 00614 00615 00616 00617 00618 0@04>@0000700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 00914 00915 00916 00917 00918 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 01014 01015 01016 01017 01018 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 01114 01115 01116 01117 01118 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 01214 01215 01216 01217 01218 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 01314 01315 01316 01317 01318 0@04>@0001400 01401 01402 01403 01404 01405 01406 01407 01408 01409 01410 01411 01412 01413 01414 01415 01416 01417 01418 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 01514 01515 01516 01517 01518 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 01614 01615 01616 01617 01618 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>@00:1#__________________________________________________________________________________________________________________
+1b
@@ -678,82 +678,88 @@ R
+36
=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 0@06>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0@04>@000@0414@0000 0@0414@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0@04>@0004200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0@04>@0004300 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 0@04>@0004400 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 0@04>@0004500 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 0@04>@0004600 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 0@04>@00Header lines: 2,6#___________________________________________________________________________________________________
+a
-=00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0@04>@000@0414@0000 0@0414@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0@04>@0004200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0@04>@0004300 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 0@04>@0004400 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 0@04>@0004500 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 0@04>@0004600 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 0@04>@00:#___________________________________________________________________________________________________________________
+=00000 00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 000@0414@00 00015 00016 00017 00018 0@04>@0200100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 001@0614@02 00115 00116 00117 00118 0@06>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0@04>@000@0414@0000 0@0414@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0@04>@0004200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0@04>@0004300 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 0@04>@0004400 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 0@04>@0004500 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 0@04>@0004600 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 0@04>Header (lines,columns,line-number) is 2,6,8 (press RETURN)@00#_________________________________________________________
+a
-=00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 0@06>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0@04>@000@0414@0000 0@0414@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0@04>@0004200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0@04>@0004300 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 0@04>@0004400 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 0@04>@0004500 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 0@04>@0004600 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 0@04>@0004700 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 0@04>@00:#___________________________________________________________________________________________________________________
+=00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0@04>@000@0414@0000 0@0414@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0@04>@0004200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0@04>@0004300 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 0@04>@0004400 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 0@04>@0004500 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 0@04>@0004600 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 0@04>@00:#___________________________________________________________________________________________________________________
+31
-=00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 0@06>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0@04>@000@0414@0000 0@0414@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0@04>@0004200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0@04>@0004300 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 0@04>@0004400 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 0@04>@0004500 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 0@04>@0004600 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 0@04>@0004700 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 0@04>@00:1#__________________________________________________________________________________________________________________
+=00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0@04>@000@0414@0000 0@0414@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0@04>@0004200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0@04>@0004300 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 0@04>@0004400 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 0@04>@0004500 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 0@04>@0004600 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 0@04>@00:1#__________________________________________________________________________________________________________________
+1b
-=00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 0@06>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0@04>@000@0414@0000 0@0414@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0@04>@0004200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0@04>@0004300 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 0@04>@0004400 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 0@04>@0004500 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 0@04>@0004600 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 0@04>@0004700 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 0@04>@00:1#__________________________________________________________________________________________________________________
+=00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0@04>@000@0414@0000 0@0414@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0@04>@0004200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0@04>@0004300 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 0@04>@0004400 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 0@04>@0004500 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 0@04>@0004600 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 0@04>@00:1#__________________________________________________________________________________________________________________
+4f
-=00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 0@06>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0@04>@000@0414@0000 0@0414@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0@04>@0004200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0@04>@0004300 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 0@04>@0004400 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 0@04>@0004500 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 0@04>@0004600 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 0@04>@0004700 04701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 0@04>@00:1#__________________________________________________________________________________________________________________
+=00700 00701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0@04>@0000800 00801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 0@04>@0000900 00901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 0@04>@0001000 01001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0@04>@0001100 01101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0@04>@0001200 01201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0@04>@0001300 01301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0@04>@000@0414@0000 0@0414@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@04>@0001500 01501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0@04>@0001600 01601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0@04>@0001700 01701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0@04>@0004000 04001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0@04>@0004100 04101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0@04>@0004200 04201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0@04>@0004300 04301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 0@04>@0004400 04401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 0@04>@0004500 04501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 0@04>@0004600 04601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 0@04>@00:1#__________________________________________________________________________________________________________________
+43
-=00700 0701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00@04>@0200800 0801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00@06>@0001000 1001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01@04>@0001100 1101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01@04>@0001200 1201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01@04>@0001300 1301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01@04>@000@0414@0000 @0414@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@041>@0001500 1501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01@04>@0001600 1601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01@04>@0001700 1701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01@04>@0001800 1801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01@04>@0001900 1901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01@04>@0002000 2001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02@04>@0002100 2101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02@04>@0002200 2201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02@04>@0002300 2301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02@04>@0002400 2401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02@04>@0002500 2501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02@04>@0002600 2601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02@04>@0002700 2701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02@04>@0002800 2801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02@04>@0002900 2901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02@04>@0003000 3001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03@04>@0003100 3101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03@04>@0003200 3201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03@04>@0003300 3301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03@04>@0003400 3401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03@04>@0003500 3501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03@04>@0003600 3601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03@04>@0003700 3701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03@04>@0003800 3801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03@04>@0003900 3901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03@04>@0004000 4001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04@04>@0004100 4101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04@04>@0004200 4201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04@04>@0004300 4301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04@04>@0004400 4401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04@04>@0004500 4501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04@04>@0004600 4601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04@04>@0004700 4701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04@04>@00:#___________________________________________________________________________________________________________________
+=00700 0701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00@04>@0000800 0801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00@04>@0000900 0901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00@04>@0001000 1001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01@04>@0001100 1101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01@04>@0001200 1201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01@04>@0001300 1301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01@04>@000@0414@0000 @0414@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@041>@0001500 1501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01@04>@0001600 1601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01@04>@0001700 1701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01@04>@0001800 1801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01@04>@0001900 1901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01@04>@0002000 2001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02@04>@0002100 2101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02@04>@0002200 2201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02@04>@0002300 2301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02@04>@0002400 2401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02@04>@0002500 2501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02@04>@0002600 2601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02@04>@0002700 2701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02@04>@0002800 2801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02@04>@0002900 2901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02@04>@0003000 3001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03@04>@0003100 3101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03@04>@0003200 3201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03@04>@0003300 3301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03@04>@0003400 3401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03@04>@0003500 3501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03@04>@0003600 3601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03@04>@0003700 3701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03@04>@0003800 3801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03@04>@0003900 3901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03@04>@0004000 4001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04@04>@0004100 4101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04@04>@0004200 4201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04@04>@0004300 4301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04@04>@0004400 4401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04@04>@0004500 4501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04@04>@0004600 4601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 0701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00@04>@0200800 0801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00@06>@0001000 1001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01@04>@0001100 1101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01@04>@0001200 1201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01@04>@0001300 1301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01@04>@000@0414@0000 @0414@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@041>@0001500 1501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01@04>@0001600 1601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01@04>@0001700 1701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01@04>@0001800 1801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01@04>@0001900 1901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01@04>@0002000 2001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02@04>@0002100 2101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02@04>@0002200 2201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02@04>@0002300 2301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02@04>@0002400 2401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02@04>@0002500 2501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02@04>@0002600 2601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02@04>@0002700 2701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02@04>@0002800 2801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02@04>@0002900 2901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02@04>@0003000 3001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03@04>@0003100 3101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03@04>@0003200 3201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03@04>@0003300 3301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03@04>@0003400 3401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03@04>@0003500 3501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03@04>@0003600 3601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03@04>@0003700 3701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03@04>@0003800 3801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03@04>@0003900 3901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03@04>@0004000 4001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04@04>@0004100 4101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04@04>@0004200 4201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04@04>@0004300 4301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04@04>@0004400 4401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04@04>@0004500 4501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04@04>@0004600 4601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04@04>@0004700 4701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 0701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00@04>@0000800 0801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00@04>@0000900 0901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00@04>@0001000 1001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01@04>@0001100 1101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01@04>@0001200 1201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01@04>@0001300 1301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01@04>@000@0414@0000 @0414@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@041>@0001500 1501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01@04>@0001600 1601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01@04>@0001700 1701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01@04>@0001800 1801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01@04>@0001900 1901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01@04>@0002000 2001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02@04>@0002100 2101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02@04>@0002200 2201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02@04>@0002300 2301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02@04>@0002400 2401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02@04>@0002500 2501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02@04>@0002600 2601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02@04>@0002700 2701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02@04>@0002800 2801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02@04>@0002900 2901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02@04>@0003000 3001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03@04>@0003100 3101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03@04>@0003200 3201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03@04>@0003300 3301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03@04>@0003400 3401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03@04>@0003500 3501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03@04>@0003600 3601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03@04>@0003700 3701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03@04>@0003800 3801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03@04>@0003900 3901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03@04>@0004000 4001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04@04>@0004100 4101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04@04>@0004200 4201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04@04>@0004300 4301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04@04>@0004400 4401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04@04>@0004500 4501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04@04>@0004600 4601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 0701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00@04>@0200800 0801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00@06>@0001000 1001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01@04>@0001100 1101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01@04>@0001200 1201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01@04>@0001300 1301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01@04>@000@0414@0000 @0414@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@041>@0001500 1501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01@04>@0001600 1601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01@04>@0001700 1701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01@04>@0001800 1801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01@04>@0001900 1901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01@04>@0002000 2001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02@04>@0002100 2101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02@04>@0002200 2201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02@04>@0002300 2301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02@04>@0002400 2401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02@04>@0002500 2501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02@04>@0002600 2601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02@04>@0002700 2701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02@04>@0002800 2801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02@04>@0002900 2901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02@04>@0003000 3001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03@04>@0003100 3101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03@04>@0003200 3201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03@04>@0003300 3301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03@04>@0003400 3401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03@04>@0003500 3501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03@04>@0003600 3601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03@04>@0003700 3701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03@04>@0003800 3801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03@04>@0003900 3901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03@04>@0004000 4001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04@04>@0004100 4101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04@04>@0004200 4201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04@04>@0004300 4301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04@04>@0004400 4401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04@04>@0004500 4501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04@04>@0004600 4601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04@04>@0004700 4701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 0701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00@04>@0000800 0801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00@04>@0000900 0901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00@04>@0001000 1001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01@04>@0001100 1101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01@04>@0001200 1201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01@04>@0001300 1301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01@04>@000@0414@0000 @0414@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@041>@0001500 1501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01@04>@0001600 1601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01@04>@0001700 1701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01@04>@0001800 1801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01@04>@0001900 1901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01@04>@0002000 2001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02@04>@0002100 2101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02@04>@0002200 2201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02@04>@0002300 2301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02@04>@0002400 2401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02@04>@0002500 2501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02@04>@0002600 2601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02@04>@0002700 2701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02@04>@0002800 2801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02@04>@0002900 2901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02@04>@0003000 3001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03@04>@0003100 3101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03@04>@0003200 3201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03@04>@0003300 3301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03@04>@0003400 3401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03@04>@0003500 3501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03@04>@0003600 3601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03@04>@0003700 3701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03@04>@0003800 3801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03@04>@0003900 3901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03@04>@0004000 4001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04@04>@0004100 4101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04@04>@0004200 4201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04@04>@0004300 4301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04@04>@0004400 4401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04@04>@0004500 4501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04@04>@0004600 4601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 007@04>@0200800 801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 008@06>@0001000 001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 010@04>@0001100 101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 011@04>@0001200 201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 012@04>@0001300 301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 013@04>@000@0414@0000 @044@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414>@0001500 501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 015@04>@0001600 601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 016@04>@0001700 701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 017@04>@0001800 801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 018@04>@0001900 901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 019@04>@0002000 001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 020@04>@0002100 101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 021@04>@0002200 201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 022@04>@0002300 301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 023@04>@0002400 401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 024@04>@0002500 501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 025@04>@0002600 601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 026@04>@0002700 701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 027@04>@0002800 801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 028@04>@0002900 901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 029@04>@0003000 001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 030@04>@0003100 101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 031@04>@0003200 201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 032@04>@0003300 301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 033@04>@0003400 401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 034@04>@0003500 501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 035@04>@0003600 601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 036@04>@0003700 701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 037@04>@0003800 801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 038@04>@0003900 901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 039@04>@0004000 001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 040@04>@0004100 101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 041@04>@0004200 201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 042@04>@0004300 301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 043@04>@0004400 401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 044@04>@0004500 501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 045@04>@0004600 601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 046@04>@0004700 701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 047@04>@00:#___________________________________________________________________________________________________________________
+=00700 701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 007@04>@0000800 801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 008@04>@0000900 901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 009@04>@0001000 001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 010@04>@0001100 101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 011@04>@0001200 201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 012@04>@0001300 301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 013@04>@000@0414@0000 @044@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414>@0001500 501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 015@04>@0001600 601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 016@04>@0001700 701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 017@04>@0001800 801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 018@04>@0001900 901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 019@04>@0002000 001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 020@04>@0002100 101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 021@04>@0002200 201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 022@04>@0002300 301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 023@04>@0002400 401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 024@04>@0002500 501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 025@04>@0002600 601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 026@04>@0002700 701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 027@04>@0002800 801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 028@04>@0002900 901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 029@04>@0003000 001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 030@04>@0003100 101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 031@04>@0003200 201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 032@04>@0003300 301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 033@04>@0003400 401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 034@04>@0003500 501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 035@04>@0003600 601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 036@04>@0003700 701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 037@04>@0003800 801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 038@04>@0003900 901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 039@04>@0004000 001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 040@04>@0004100 101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 041@04>@0004200 201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 042@04>@0004300 301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 043@04>@0004400 401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 044@04>@0004500 501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 045@04>@0004600 601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 046@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 007@04>@0200800 801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 008@06>@0001000 001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 010@04>@0001100 101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 011@04>@0001200 201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 012@04>@0001300 301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 013@04>@000@0414@0000 @044@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414>@0001500 501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 015@04>@0001600 601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 016@04>@0001700 701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 017@04>@0001800 801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 018@04>@0001900 901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 019@04>@0002000 001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 020@04>@0002100 101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 021@04>@0002200 201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 022@04>@0002300 301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 023@04>@0002400 401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 024@04>@0002500 501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 025@04>@0002600 601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 026@04>@0002700 701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 027@04>@0002800 801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 028@04>@0002900 901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 029@04>@0003000 001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 030@04>@0003100 101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 031@04>@0003200 201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 032@04>@0003300 301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 033@04>@0003400 401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 034@04>@0003500 501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 035@04>@0003600 601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 036@04>@0003700 701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 037@04>@0003800 801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 038@04>@0003900 901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 039@04>@0004000 001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 040@04>@0004100 101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 041@04>@0004200 201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 042@04>@0004300 301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 043@04>@0004400 401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 044@04>@0004500 501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 045@04>@0004600 601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 046@04>@0004700 701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 047@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 007@04>@0000800 801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 008@04>@0000900 901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 009@04>@0001000 001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 010@04>@0001100 101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 011@04>@0001200 201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 012@04>@0001300 301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 013@04>@000@0414@0000 @044@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414>@0001500 501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 015@04>@0001600 601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 016@04>@0001700 701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 017@04>@0001800 801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 018@04>@0001900 901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 019@04>@0002000 001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 020@04>@0002100 101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 021@04>@0002200 201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 022@04>@0002300 301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 023@04>@0002400 401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 024@04>@0002500 501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 025@04>@0002600 601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 026@04>@0002700 701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 027@04>@0002800 801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 028@04>@0002900 901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 029@04>@0003000 001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 030@04>@0003100 101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 031@04>@0003200 201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 032@04>@0003300 301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 033@04>@0003400 401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 034@04>@0003500 501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 035@04>@0003600 601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 036@04>@0003700 701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 037@04>@0003800 801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 038@04>@0003900 901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 039@04>@0004000 001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 040@04>@0004100 101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 041@04>@0004200 201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 042@04>@0004300 301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 043@04>@0004400 401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 044@04>@0004500 501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 045@04>@0004600 601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 046@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 007@04>@0200800 801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 008@06>@0001000 001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 010@04>@0001100 101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 011@04>@0001200 201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 012@04>@0001300 301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 013@04>@000@0414@0000 @044@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414>@0001500 501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 015@04>@0001600 601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 016@04>@0001700 701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 017@04>@0001800 801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 018@04>@0001900 901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 019@04>@0002000 001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 020@04>@0002100 101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 021@04>@0002200 201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 022@04>@0002300 301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 023@04>@0002400 401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 024@04>@0002500 501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 025@04>@0002600 601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 026@04>@0002700 701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 027@04>@0002800 801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 028@04>@0002900 901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 029@04>@0003000 001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 030@04>@0003100 101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 031@04>@0003200 201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 032@04>@0003300 301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 033@04>@0003400 401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 034@04>@0003500 501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 035@04>@0003600 601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 036@04>@0003700 701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 037@04>@0003800 801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 038@04>@0003900 901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 039@04>@0004000 001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 040@04>@0004100 101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 041@04>@0004200 201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 042@04>@0004300 301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 043@04>@0004400 401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 044@04>@0004500 501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 045@04>@0004600 601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 046@04>@0004700 701 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 047@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 701 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 007@04>@0000800 801 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 008@04>@0000900 901 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 009@04>@0001000 001 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 010@04>@0001100 101 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 011@04>@0001200 201 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 012@04>@0001300 301 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 013@04>@000@0414@0000 @044@0001 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414>@0001500 501 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 015@04>@0001600 601 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 016@04>@0001700 701 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 017@04>@0001800 801 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 018@04>@0001900 901 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 019@04>@0002000 001 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 020@04>@0002100 101 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 021@04>@0002200 201 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 022@04>@0002300 301 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 023@04>@0002400 401 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 024@04>@0002500 501 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 025@04>@0002600 601 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 026@04>@0002700 701 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 027@04>@0002800 801 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 028@04>@0002900 901 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 029@04>@0003000 001 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 030@04>@0003100 101 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 031@04>@0003200 201 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 032@04>@0003300 301 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 033@04>@0003400 401 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 034@04>@0003500 501 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 035@04>@0003600 601 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 036@04>@0003700 701 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 037@04>@0003800 801 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 038@04>@0003900 901 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 039@04>@0004000 001 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 040@04>@0004100 101 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 041@04>@0004200 201 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 042@04>@0004300 301 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 043@04>@0004400 401 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 044@04>@0004500 501 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 045@04>@0004600 601 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 046@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 01 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0071@04>@0200800 01 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 0081@06>@0001000 01 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0101@04>@0001100 01 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0111@04>@0001200 01 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0121@04>@0001300 01 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0131@04>@000@0414@0000 01 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@001@04>@0001500 01 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0151@04>@0001600 01 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0161@04>@0001700 01 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0171@04>@0001800 01 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0181@04>@0001900 01 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0191@04>@0002000 01 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0201@04>@0002100 01 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0211@04>@0002200 01 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0221@04>@0002300 01 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0231@04>@0002400 01 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0241@04>@0002500 01 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0251@04>@0002600 01 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0261@04>@0002700 01 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0271@04>@0002800 01 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0281@04>@0002900 01 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0291@04>@0003000 01 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0301@04>@0003100 01 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0311@04>@0003200 01 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0321@04>@0003300 01 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0331@04>@0003400 01 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0341@04>@0003500 01 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0351@04>@0003600 01 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0361@04>@0003700 01 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0371@04>@0003800 01 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0381@04>@0003900 01 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0391@04>@0004000 01 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0401@04>@0004100 01 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0411@04>@0004200 01 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0421@04>@0004300 01 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 0431@04>@0004400 01 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 0441@04>@0004500 01 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 0451@04>@0004600 01 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 0461@04>@0004700 01 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 0471@04>@00:#___________________________________________________________________________________________________________________
+=00700 01 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0071@04>@0000800 01 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 0081@04>@0000900 01 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 0091@04>@0001000 01 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0101@04>@0001100 01 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0111@04>@0001200 01 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0121@04>@0001300 01 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0131@04>@000@0414@0000 01 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@001@04>@0001500 01 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0151@04>@0001600 01 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0161@04>@0001700 01 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0171@04>@0001800 01 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0181@04>@0001900 01 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0191@04>@0002000 01 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0201@04>@0002100 01 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0211@04>@0002200 01 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0221@04>@0002300 01 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0231@04>@0002400 01 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0241@04>@0002500 01 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0251@04>@0002600 01 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0261@04>@0002700 01 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0271@04>@0002800 01 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0281@04>@0002900 01 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0291@04>@0003000 01 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0301@04>@0003100 01 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0311@04>@0003200 01 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0321@04>@0003300 01 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0331@04>@0003400 01 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0341@04>@0003500 01 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0351@04>@0003600 01 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0361@04>@0003700 01 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0371@04>@0003800 01 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0381@04>@0003900 01 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0391@04>@0004000 01 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0401@04>@0004100 01 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0411@04>@0004200 01 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0421@04>@0004300 01 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 0431@04>@0004400 01 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 0441@04>@0004500 01 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 0451@04>@0004600 01 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 0461@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 01 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0071@04>@0200800 01 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 0081@06>@0001000 01 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0101@04>@0001100 01 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0111@04>@0001200 01 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0121@04>@0001300 01 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0131@04>@000@0414@0000 01 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@001@04>@0001500 01 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0151@04>@0001600 01 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0161@04>@0001700 01 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0171@04>@0001800 01 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0181@04>@0001900 01 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0191@04>@0002000 01 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0201@04>@0002100 01 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0211@04>@0002200 01 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0221@04>@0002300 01 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0231@04>@0002400 01 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0241@04>@0002500 01 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0251@04>@0002600 01 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0261@04>@0002700 01 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0271@04>@0002800 01 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0281@04>@0002900 01 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0291@04>@0003000 01 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0301@04>@0003100 01 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0311@04>@0003200 01 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0321@04>@0003300 01 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0331@04>@0003400 01 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0341@04>@0003500 01 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0351@04>@0003600 01 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0361@04>@0003700 01 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0371@04>@0003800 01 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0381@04>@0003900 01 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0391@04>@0004000 01 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0401@04>@0004100 01 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0411@04>@0004200 01 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0421@04>@0004300 01 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 0431@04>@0004400 01 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 0441@04>@0004500 01 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 0451@04>@0004600 01 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 0461@04>@0004700 01 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 0471@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 01 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0071@04>@0000800 01 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 0081@04>@0000900 01 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 0091@04>@0001000 01 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0101@04>@0001100 01 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0111@04>@0001200 01 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0121@04>@0001300 01 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0131@04>@000@0414@0000 01 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@001@04>@0001500 01 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0151@04>@0001600 01 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0161@04>@0001700 01 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0171@04>@0001800 01 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0181@04>@0001900 01 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0191@04>@0002000 01 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0201@04>@0002100 01 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0211@04>@0002200 01 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0221@04>@0002300 01 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0231@04>@0002400 01 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0241@04>@0002500 01 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0251@04>@0002600 01 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0261@04>@0002700 01 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0271@04>@0002800 01 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0281@04>@0002900 01 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0291@04>@0003000 01 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0301@04>@0003100 01 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0311@04>@0003200 01 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0321@04>@0003300 01 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0331@04>@0003400 01 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0341@04>@0003500 01 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0351@04>@0003600 01 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0361@04>@0003700 01 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0371@04>@0003800 01 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0381@04>@0003900 01 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0391@04>@0004000 01 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0401@04>@0004100 01 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0411@04>@0004200 01 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0421@04>@0004300 01 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 0431@04>@0004400 01 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 0441@04>@0004500 01 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 0451@04>@0004600 01 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 0461@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 01 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0071@04>@0200800 01 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 0081@06>@0001000 01 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0101@04>@0001100 01 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0111@04>@0001200 01 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0121@04>@0001300 01 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0131@04>@000@0414@0000 01 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@001@04>@0001500 01 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0151@04>@0001600 01 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0161@04>@0001700 01 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0171@04>@0001800 01 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0181@04>@0001900 01 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0191@04>@0002000 01 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0201@04>@0002100 01 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0211@04>@0002200 01 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0221@04>@0002300 01 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0231@04>@0002400 01 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0241@04>@0002500 01 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0251@04>@0002600 01 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0261@04>@0002700 01 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0271@04>@0002800 01 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0281@04>@0002900 01 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0291@04>@0003000 01 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0301@04>@0003100 01 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0311@04>@0003200 01 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0321@04>@0003300 01 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0331@04>@0003400 01 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0341@04>@0003500 01 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0351@04>@0003600 01 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0361@04>@0003700 01 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0371@04>@0003800 01 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0381@04>@0003900 01 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0391@04>@0004000 01 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0401@04>@0004100 01 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0411@04>@0004200 01 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0421@04>@0004300 01 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 0431@04>@0004400 01 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 0441@04>@0004500 01 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 0451@04>@0004600 01 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 0461@04>@0004700 01 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 0471@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 01 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 0071@04>@0000800 01 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 0081@04>@0000900 01 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 0091@04>@0001000 01 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 0101@04>@0001100 01 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 0111@04>@0001200 01 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 0121@04>@0001300 01 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 0131@04>@000@0414@0000 01 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@001@04>@0001500 01 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 0151@04>@0001600 01 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 0161@04>@0001700 01 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 0171@04>@0001800 01 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 0181@04>@0001900 01 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 0191@04>@0002000 01 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 0201@04>@0002100 01 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 0211@04>@0002200 01 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 0221@04>@0002300 01 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 0231@04>@0002400 01 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 0241@04>@0002500 01 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 0251@04>@0002600 01 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 0261@04>@0002700 01 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 0271@04>@0002800 01 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 0281@04>@0002900 01 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 0291@04>@0003000 01 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 0301@04>@0003100 01 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 0311@04>@0003200 01 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 0321@04>@0003300 01 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 0331@04>@0003400 01 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 0341@04>@0003500 01 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 0351@04>@0003600 01 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 0361@04>@0003700 01 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 0371@04>@0003800 01 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 0381@04>@0003900 01 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 0391@04>@0004000 01 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 0401@04>@0004100 01 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 0411@04>@0004200 01 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 0421@04>@0004300 01 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 0431@04>@0004400 01 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 0441@04>@0004500 01 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 0451@04>@0004600 01 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 0461@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 1 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719@04>@0200800 1 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819@06>@0001000 1 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@0001100 1 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@0001200 1 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@0001300 1 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000@0414@0000 1 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019@04>@0001500 1 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@0001600 1 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@0001700 1 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@0001800 1 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@0001900 1 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@0002000 1 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@0002100 1 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@0002200 1 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@0002300 1 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@0002400 1 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@0002500 1 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@0002600 1 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@0002700 1 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@0002800 1 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@0002900 1 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@0003000 1 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@0003100 1 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@0003200 1 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@0003300 1 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@0003400 1 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@0003500 1 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@0003600 1 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@0003700 1 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@0003800 1 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@0003900 1 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@0004000 1 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@0004100 1 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@0004200 1 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@0004300 1 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@0004400 1 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@0004500 1 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@0004600 1 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@0004700 1 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719@04>@00:#___________________________________________________________________________________________________________________
+=00700 1 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719@04>@0000800 1 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819@04>@0000900 1 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@0001000 1 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@0001100 1 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@0001200 1 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@0001300 1 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000@0414@0000 1 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019@04>@0001500 1 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@0001600 1 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@0001700 1 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@0001800 1 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@0001900 1 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@0002000 1 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@0002100 1 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@0002200 1 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@0002300 1 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@0002400 1 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@0002500 1 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@0002600 1 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@0002700 1 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@0002800 1 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@0002900 1 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@0003000 1 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@0003100 1 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@0003200 1 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@0003300 1 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@0003400 1 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@0003500 1 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@0003600 1 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@0003700 1 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@0003800 1 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@0003900 1 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@0004000 1 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@0004100 1 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@0004200 1 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@0004300 1 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@0004400 1 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@0004500 1 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@0004600 1 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 1 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719@04>@0200800 1 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819@06>@0001000 1 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@0001100 1 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@0001200 1 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@0001300 1 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000@0414@0000 1 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019@04>@0001500 1 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@0001600 1 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@0001700 1 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@0001800 1 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@0001900 1 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@0002000 1 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@0002100 1 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@0002200 1 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@0002300 1 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@0002400 1 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@0002500 1 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@0002600 1 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@0002700 1 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@0002800 1 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@0002900 1 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@0003000 1 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@0003100 1 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@0003200 1 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@0003300 1 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@0003400 1 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@0003500 1 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@0003600 1 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@0003700 1 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@0003800 1 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@0003900 1 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@0004000 1 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@0004100 1 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@0004200 1 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@0004300 1 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@0004400 1 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@0004500 1 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@0004600 1 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@0004700 1 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 1 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719@04>@0000800 1 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819@04>@0000900 1 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@0001000 1 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@0001100 1 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@0001200 1 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@0001300 1 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000@0414@0000 1 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019@04>@0001500 1 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@0001600 1 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@0001700 1 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@0001800 1 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@0001900 1 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@0002000 1 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@0002100 1 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@0002200 1 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@0002300 1 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@0002400 1 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@0002500 1 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@0002600 1 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@0002700 1 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@0002800 1 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@0002900 1 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@0003000 1 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@0003100 1 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@0003200 1 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@0003300 1 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@0003400 1 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@0003500 1 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@0003600 1 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@0003700 1 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@0003800 1 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@0003900 1 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@0004000 1 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@0004100 1 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@0004200 1 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@0004300 1 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@0004400 1 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@0004500 1 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@0004600 1 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 1 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719@04>@0200800 1 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819@06>@0001000 1 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@0001100 1 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@0001200 1 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@0001300 1 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000@0414@0000 1 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019@04>@0001500 1 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@0001600 1 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@0001700 1 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@0001800 1 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@0001900 1 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@0002000 1 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@0002100 1 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@0002200 1 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@0002300 1 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@0002400 1 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@0002500 1 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@0002600 1 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@0002700 1 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@0002800 1 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@0002900 1 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@0003000 1 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@0003100 1 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@0003200 1 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@0003300 1 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@0003400 1 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@0003500 1 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@0003600 1 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@0003700 1 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@0003800 1 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@0003900 1 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@0004000 1 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@0004100 1 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@0004200 1 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@0004300 1 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@0004400 1 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@0004500 1 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@0004600 1 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@0004700 1 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 1 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719@04>@0000800 1 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819@04>@0000900 1 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919@04>@0001000 1 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019@04>@0001100 1 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119@04>@0001200 1 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219@04>@0001300 1 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319@04>@000@0414@0000 1 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019@04>@0001500 1 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519@04>@0001600 1 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619@04>@0001700 1 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719@04>@0001800 1 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819@04>@0001900 1 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919@04>@0002000 1 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019@04>@0002100 1 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119@04>@0002200 1 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219@04>@0002300 1 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319@04>@0002400 1 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419@04>@0002500 1 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519@04>@0002600 1 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619@04>@0002700 1 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719@04>@0002800 1 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819@04>@0002900 1 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919@04>@0003000 1 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019@04>@0003100 1 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119@04>@0003200 1 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219@04>@0003300 1 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319@04>@0003400 1 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419@04>@0003500 1 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519@04>@0003600 1 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619@04>@0003700 1 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719@04>@0003800 1 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819@04>@0003900 1 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919@04>@0004000 1 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019@04>@0004100 1 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119@04>@0004200 1 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219@04>@0004300 1 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319@04>@0004400 1 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419@04>@0004500 1 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519@04>@0004600 1 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 @04>@0200800 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 @06>@0001000 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 @04>@0001100 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 @04>@0001200 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 @04>@0001300 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 @04>@000@0414@0000 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 @04>@0001500 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 @04>@0001600 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 @04>@0001700 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 @04>@0001800 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 @04>@0001900 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 @04>@0002000 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 @04>@0002100 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 @04>@0002200 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 @04>@0002300 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 @04>@0002400 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 @04>@0002500 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 @04>@0002600 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 @04>@0002700 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 @04>@0002800 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 @04>@0002900 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 @04>@0003000 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 @04>@0003100 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 @04>@0003200 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 @04>@0003300 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 @04>@0003400 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 @04>@0003500 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 @04>@0003600 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 @04>@0003700 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 @04>@0003800 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 @04>@0003900 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 @04>@0004000 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 @04>@0004100 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 @04>@0004200 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 @04>@0004300 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 @04>@0004400 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 @04>@0004500 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 @04>@0004600 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 @04>@0004700 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 @04>@00:#___________________________________________________________________________________________________________________
+=00700 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 @04>@0000800 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 @04>@0000900 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 @04>@0001000 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 @04>@0001100 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 @04>@0001200 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 @04>@0001300 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 @04>@000@0414@0000 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 @04>@0001500 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 @04>@0001600 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 @04>@0001700 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 @04>@0001800 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 @04>@0001900 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 @04>@0002000 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 @04>@0002100 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 @04>@0002200 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 @04>@0002300 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 @04>@0002400 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 @04>@0002500 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 @04>@0002600 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 @04>@0002700 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 @04>@0002800 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 @04>@0002900 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 @04>@0003000 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 @04>@0003100 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 @04>@0003200 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 @04>@0003300 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 @04>@0003400 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 @04>@0003500 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 @04>@0003600 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 @04>@0003700 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 @04>@0003800 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 @04>@0003900 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 @04>@0004000 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 @04>@0004100 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 @04>@0004200 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 @04>@0004300 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 @04>@0004400 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 @04>@0004500 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 @04>@0004600 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 @04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 @04>@0200800 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 @06>@0001000 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 @04>@0001100 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 @04>@0001200 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 @04>@0001300 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 @04>@000@0414@0000 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 @04>@0001500 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 @04>@0001600 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 @04>@0001700 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 @04>@0001800 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 @04>@0001900 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 @04>@0002000 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 @04>@0002100 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 @04>@0002200 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 @04>@0002300 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 @04>@0002400 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 @04>@0002500 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 @04>@0002600 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 @04>@0002700 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 @04>@0002800 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 @04>@0002900 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 @04>@0003000 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 @04>@0003100 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 @04>@0003200 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 @04>@0003300 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 @04>@0003400 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 @04>@0003500 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 @04>@0003600 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 @04>@0003700 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 @04>@0003800 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 @04>@0003900 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 @04>@0004000 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 @04>@0004100 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 @04>@0004200 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 @04>@0004300 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 @04>@0004400 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 @04>@0004500 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 @04>@0004600 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 @04>@0004700 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 @04>@00 ESC#________________________________________________________________________________________________________________
+=00700 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 @04>@0000800 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 @04>@0000900 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 @04>@0001000 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 @04>@0001100 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 @04>@0001200 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 @04>@0001300 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 @04>@000@0414@0000 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 @04>@0001500 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 @04>@0001600 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 @04>@0001700 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 @04>@0001800 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 @04>@0001900 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 @04>@0002000 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 @04>@0002100 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 @04>@0002200 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 @04>@0002300 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 @04>@0002400 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 @04>@0002500 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 @04>@0002600 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 @04>@0002700 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 @04>@0002800 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 @04>@0002900 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 @04>@0003000 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 @04>@0003100 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 @04>@0003200 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 @04>@0003300 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 @04>@0003400 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 @04>@0003500 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 @04>@0003600 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 @04>@0003700 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 @04>@0003800 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 @04>@0003900 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 @04>@0004000 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 @04>@0004100 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 @04>@0004200 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 @04>@0004300 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 @04>@0004400 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 @04>@0004500 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 @04>@0004600 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 @04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 @04>@0200800 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 @06>@0001000 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 @04>@0001100 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 @04>@0001200 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 @04>@0001300 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 @04>@000@0414@0000 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 @04>@0001500 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 @04>@0001600 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 @04>@0001700 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 @04>@0001800 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 @04>@0001900 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 @04>@0002000 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 @04>@0002100 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 @04>@0002200 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 @04>@0002300 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 @04>@0002400 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 @04>@0002500 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 @04>@0002600 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 @04>@0002700 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 @04>@0002800 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 @04>@0002900 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 @04>@0003000 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 @04>@0003100 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 @04>@0003200 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 @04>@0003300 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 @04>@0003400 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 @04>@0003500 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 @04>@0003600 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 @04>@0003700 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 @04>@0003800 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 @04>@0003900 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 @04>@0004000 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 @04>@0004100 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 @04>@0004200 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 @04>@0004300 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 @04>@0004400 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 @04>@0004500 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 @04>@0004600 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 @04>@0004700 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 @04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 @04>@0000800 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 @04>@0000900 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 @04>@0001000 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 @04>@0001100 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 @04>@0001200 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 @04>@0001300 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 @04>@000@0414@0000 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 @04>@0001500 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 @04>@0001600 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 @04>@0001700 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 @04>@0001800 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 @04>@0001900 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 @04>@0002000 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 @04>@0002100 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 @04>@0002200 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 @04>@0002300 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 @04>@0002400 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 @04>@0002500 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 @04>@0002600 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 @04>@0002700 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 @04>@0002800 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 @04>@0002900 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 @04>@0003000 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 @04>@0003100 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 @04>@0003200 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 @04>@0003300 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 @04>@0003400 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 @04>@0003500 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 @04>@0003600 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 @04>@0003700 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 @04>@0003800 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 @04>@0003900 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 @04>@0004000 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 @04>@0004100 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 @04>@0004200 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 @04>@0004300 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 @04>@0004400 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 @04>@0004500 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 @04>@0004600 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 @04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0@04>@0200800 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 0@06>@0001000 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0@04>@0001100 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0@04>@0001200 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0@04>@0001300 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0@04>@000@0414@0000 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@04>@0001500 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0@04>@0001600 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0@04>@0001700 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0@04>@0001800 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0@04>@0001900 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0@04>@0002000 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0@04>@0002100 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0@04>@0002200 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0@04>@0002300 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0@04>@0002400 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0@04>@0002500 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0@04>@0002600 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0@04>@0002700 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0@04>@0002800 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0@04>@0002900 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0@04>@0003000 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0@04>@0003100 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0@04>@0003200 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0@04>@0003300 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0@04>@0003400 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0@04>@0003500 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0@04>@0003600 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0@04>@0003700 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0@04>@0003800 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0@04>@0003900 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0@04>@0004000 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0@04>@0004100 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0@04>@0004200 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 0@04>@0004300 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 0@04>@0004400 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 0@04>@0004500 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 0@04>@0004600 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 0@04>@0004700 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 0@04>@00:#___________________________________________________________________________________________________________________
+=00700 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0@04>@0000800 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 0@04>@0000900 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 0@04>@0001000 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0@04>@0001100 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0@04>@0001200 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0@04>@0001300 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0@04>@000@0414@0000 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@04>@0001500 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0@04>@0001600 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0@04>@0001700 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0@04>@0001800 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0@04>@0001900 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0@04>@0002000 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0@04>@0002100 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0@04>@0002200 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0@04>@0002300 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0@04>@0002400 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0@04>@0002500 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0@04>@0002600 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0@04>@0002700 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0@04>@0002800 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0@04>@0002900 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0@04>@0003000 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0@04>@0003100 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0@04>@0003200 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0@04>@0003300 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0@04>@0003400 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0@04>@0003500 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0@04>@0003600 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0@04>@0003700 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0@04>@0003800 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0@04>@0003900 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0@04>@0004000 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0@04>@0004100 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0@04>@0004200 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 0@04>@0004300 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 0@04>@0004400 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 0@04>@0004500 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 0@04>@0004600 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 0@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0@04>@0200800 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 0@06>@0001000 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0@04>@0001100 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0@04>@0001200 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0@04>@0001300 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0@04>@000@0414@0000 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@04>@0001500 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0@04>@0001600 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0@04>@0001700 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0@04>@0001800 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0@04>@0001900 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0@04>@0002000 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0@04>@0002100 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0@04>@0002200 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0@04>@0002300 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0@04>@0002400 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0@04>@0002500 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0@04>@0002600 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0@04>@0002700 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0@04>@0002800 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0@04>@0002900 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0@04>@0003000 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0@04>@0003100 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0@04>@0003200 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0@04>@0003300 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0@04>@0003400 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0@04>@0003500 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0@04>@0003600 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0@04>@0003700 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0@04>@0003800 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0@04>@0003900 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0@04>@0004000 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0@04>@0004100 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0@04>@0004200 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 0@04>@0004300 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 0@04>@0004400 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 0@04>@0004500 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 0@04>@0004600 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 0@04>@0004700 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 0@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0@04>@0000800 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 0@04>@0000900 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 0@04>@0001000 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0@04>@0001100 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0@04>@0001200 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0@04>@0001300 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0@04>@000@0414@0000 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@04>@0001500 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0@04>@0001600 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0@04>@0001700 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0@04>@0001800 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0@04>@0001900 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0@04>@0002000 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0@04>@0002100 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0@04>@0002200 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0@04>@0002300 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0@04>@0002400 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0@04>@0002500 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0@04>@0002600 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0@04>@0002700 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0@04>@0002800 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0@04>@0002900 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0@04>@0003000 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0@04>@0003100 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0@04>@0003200 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0@04>@0003300 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0@04>@0003400 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0@04>@0003500 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0@04>@0003600 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0@04>@0003700 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0@04>@0003800 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0@04>@0003900 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0@04>@0004000 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0@04>@0004100 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0@04>@0004200 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 0@04>@0004300 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 0@04>@0004400 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 0@04>@0004500 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 0@04>@0004600 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 0@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0@04>@0200800 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 0@06>@0001000 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0@04>@0001100 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0@04>@0001200 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0@04>@0001300 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0@04>@000@0414@0000 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@04>@0001500 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0@04>@0001600 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0@04>@0001700 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0@04>@0001800 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0@04>@0001900 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0@04>@0002000 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0@04>@0002100 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0@04>@0002200 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0@04>@0002300 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0@04>@0002400 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0@04>@0002500 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0@04>@0002600 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0@04>@0002700 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0@04>@0002800 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0@04>@0002900 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0@04>@0003000 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0@04>@0003100 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0@04>@0003200 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0@04>@0003300 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0@04>@0003400 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0@04>@0003500 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0@04>@0003600 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0@04>@0003700 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0@04>@0003800 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0@04>@0003900 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0@04>@0004000 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0@04>@0004100 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0@04>@0004200 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 0@04>@0004300 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 0@04>@0004400 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 0@04>@0004500 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 0@04>@0004600 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 0@04>@0004700 04702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 00702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0@04>@0000800 00802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 0@04>@0000900 00902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 0@04>@0001000 01002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0@04>@0001100 01102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0@04>@0001200 01202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0@04>@0001300 01302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0@04>@000@0414@0000 0@0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@04>@0001500 01502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0@04>@0001600 01602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0@04>@0001700 01702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0@04>@0001800 01802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0@04>@0001900 01902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0@04>@0002000 02002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0@04>@0002100 02102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0@04>@0002200 02202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0@04>@0002300 02302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0@04>@0002400 02402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0@04>@0002500 02502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0@04>@0002600 02602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0@04>@0002700 02702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0@04>@0002800 02802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0@04>@0002900 02902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0@04>@0003000 03002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0@04>@0003100 03102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0@04>@0003200 03202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0@04>@0003300 03302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0@04>@0003400 03402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0@04>@0003500 03502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0@04>@0003600 03602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0@04>@0003700 03702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0@04>@0003800 03802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0@04>@0003900 03902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0@04>@0004000 04002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0@04>@0004100 04102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0@04>@0004200 04202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 0@04>@0004300 04302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 0@04>@0004400 04402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 0@04>@0004500 04502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 0@04>@0004600 04602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 0702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00@04>@0200800 0802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00@06>@0001000 1002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01@04>@0001100 1102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01@04>@0001200 1202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01@04>@0001300 1302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01@04>@000@0414@0000 @0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@041>@0001500 1502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01@04>@0001600 1602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01@04>@0001700 1702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01@04>@0001800 1802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01@04>@0001900 1902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01@04>@0002000 2002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02@04>@0002100 2102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02@04>@0002200 2202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02@04>@0002300 2302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02@04>@0002400 2402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02@04>@0002500 2502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02@04>@0002600 2602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02@04>@0002700 2702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02@04>@0002800 2802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02@04>@0002900 2902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02@04>@0003000 3002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03@04>@0003100 3102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03@04>@0003200 3202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03@04>@0003300 3302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03@04>@0003400 3402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03@04>@0003500 3502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03@04>@0003600 3602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03@04>@0003700 3702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03@04>@0003800 3802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03@04>@0003900 3902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03@04>@0004000 4002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04@04>@0004100 4102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04@04>@0004200 4202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04@04>@0004300 4302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04@04>@0004400 4402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04@04>@0004500 4502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04@04>@0004600 4602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04@04>@0004700 4702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04@04>@00:#___________________________________________________________________________________________________________________
+=00700 0702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00@04>@0000800 0802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00@04>@0000900 0902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00@04>@0001000 1002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01@04>@0001100 1102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01@04>@0001200 1202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01@04>@0001300 1302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01@04>@000@0414@0000 @0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@041>@0001500 1502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01@04>@0001600 1602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01@04>@0001700 1702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01@04>@0001800 1802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01@04>@0001900 1902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01@04>@0002000 2002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02@04>@0002100 2102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02@04>@0002200 2202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02@04>@0002300 2302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02@04>@0002400 2402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02@04>@0002500 2502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02@04>@0002600 2602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02@04>@0002700 2702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02@04>@0002800 2802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02@04>@0002900 2902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02@04>@0003000 3002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03@04>@0003100 3102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03@04>@0003200 3202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03@04>@0003300 3302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03@04>@0003400 3402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03@04>@0003500 3502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03@04>@0003600 3602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03@04>@0003700 3702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03@04>@0003800 3802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03@04>@0003900 3902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03@04>@0004000 4002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04@04>@0004100 4102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04@04>@0004200 4202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04@04>@0004300 4302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04@04>@0004400 4402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04@04>@0004500 4502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04@04>@0004600 4602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 0702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00@04>@0200800 0802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00@06>@0001000 1002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01@04>@0001100 1102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01@04>@0001200 1202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01@04>@0001300 1302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01@04>@000@0414@0000 @0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@041>@0001500 1502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01@04>@0001600 1602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01@04>@0001700 1702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01@04>@0001800 1802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01@04>@0001900 1902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01@04>@0002000 2002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02@04>@0002100 2102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02@04>@0002200 2202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02@04>@0002300 2302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02@04>@0002400 2402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02@04>@0002500 2502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02@04>@0002600 2602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02@04>@0002700 2702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02@04>@0002800 2802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02@04>@0002900 2902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02@04>@0003000 3002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03@04>@0003100 3102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03@04>@0003200 3202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03@04>@0003300 3302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03@04>@0003400 3402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03@04>@0003500 3502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03@04>@0003600 3602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03@04>@0003700 3702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03@04>@0003800 3802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03@04>@0003900 3902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03@04>@0004000 4002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04@04>@0004100 4102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04@04>@0004200 4202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04@04>@0004300 4302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04@04>@0004400 4402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04@04>@0004500 4502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04@04>@0004600 4602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04@04>@0004700 4702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 0702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00@04>@0000800 0802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00@04>@0000900 0902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00@04>@0001000 1002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01@04>@0001100 1102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01@04>@0001200 1202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01@04>@0001300 1302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01@04>@000@0414@0000 @0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@041>@0001500 1502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01@04>@0001600 1602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01@04>@0001700 1702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01@04>@0001800 1802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01@04>@0001900 1902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01@04>@0002000 2002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02@04>@0002100 2102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02@04>@0002200 2202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02@04>@0002300 2302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02@04>@0002400 2402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02@04>@0002500 2502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02@04>@0002600 2602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02@04>@0002700 2702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02@04>@0002800 2802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02@04>@0002900 2902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02@04>@0003000 3002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03@04>@0003100 3102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03@04>@0003200 3202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03@04>@0003300 3302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03@04>@0003400 3402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03@04>@0003500 3502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03@04>@0003600 3602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03@04>@0003700 3702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03@04>@0003800 3802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03@04>@0003900 3902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03@04>@0004000 4002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04@04>@0004100 4102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04@04>@0004200 4202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04@04>@0004300 4302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04@04>@0004400 4402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04@04>@0004500 4502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04@04>@0004600 4602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 0702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00@04>@0200800 0802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00@06>@0001000 1002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01@04>@0001100 1102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01@04>@0001200 1202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01@04>@0001300 1302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01@04>@000@0414@0000 @0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@041>@0001500 1502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01@04>@0001600 1602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01@04>@0001700 1702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01@04>@0001800 1802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01@04>@0001900 1902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01@04>@0002000 2002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02@04>@0002100 2102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02@04>@0002200 2202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02@04>@0002300 2302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02@04>@0002400 2402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02@04>@0002500 2502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02@04>@0002600 2602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02@04>@0002700 2702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02@04>@0002800 2802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02@04>@0002900 2902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02@04>@0003000 3002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03@04>@0003100 3102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03@04>@0003200 3202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03@04>@0003300 3302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03@04>@0003400 3402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03@04>@0003500 3502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03@04>@0003600 3602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03@04>@0003700 3702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03@04>@0003800 3802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03@04>@0003900 3902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03@04>@0004000 4002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04@04>@0004100 4102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04@04>@0004200 4202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04@04>@0004300 4302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04@04>@0004400 4402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04@04>@0004500 4502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04@04>@0004600 4602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04@04>@0004700 4702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 0702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00@04>@0000800 0802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00@04>@0000900 0902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00@04>@0001000 1002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01@04>@0001100 1102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01@04>@0001200 1202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01@04>@0001300 1302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01@04>@000@0414@0000 @0414@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@041>@0001500 1502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01@04>@0001600 1602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01@04>@0001700 1702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01@04>@0001800 1802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01@04>@0001900 1902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01@04>@0002000 2002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02@04>@0002100 2102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02@04>@0002200 2202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02@04>@0002300 2302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02@04>@0002400 2402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02@04>@0002500 2502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02@04>@0002600 2602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02@04>@0002700 2702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02@04>@0002800 2802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02@04>@0002900 2902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02@04>@0003000 3002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03@04>@0003100 3102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03@04>@0003200 3202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03@04>@0003300 3302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03@04>@0003400 3402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03@04>@0003500 3502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03@04>@0003600 3602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03@04>@0003700 3702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03@04>@0003800 3802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03@04>@0003900 3902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03@04>@0004000 4002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04@04>@0004100 4102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04@04>@0004200 4202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04@04>@0004300 4302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04@04>@0004400 4402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04@04>@0004500 4502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04@04>@0004600 4602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 007@04>@0200800 802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 008@06>@0001000 002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 010@04>@0001100 102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 011@04>@0001200 202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 012@04>@0001300 302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 013@04>@000@0414@0000 @044@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414>@0001500 502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 015@04>@0001600 602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 016@04>@0001700 702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 017@04>@0001800 802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 018@04>@0001900 902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 019@04>@0002000 002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 020@04>@0002100 102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 021@04>@0002200 202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 022@04>@0002300 302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 023@04>@0002400 402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 024@04>@0002500 502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 025@04>@0002600 602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 026@04>@0002700 702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 027@04>@0002800 802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 028@04>@0002900 902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 029@04>@0003000 002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 030@04>@0003100 102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 031@04>@0003200 202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 032@04>@0003300 302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 033@04>@0003400 402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 034@04>@0003500 502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 035@04>@0003600 602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 036@04>@0003700 702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 037@04>@0003800 802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 038@04>@0003900 902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 039@04>@0004000 002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 040@04>@0004100 102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 041@04>@0004200 202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 042@04>@0004300 302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 043@04>@0004400 402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 044@04>@0004500 502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 045@04>@0004600 602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 046@04>@0004700 702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 047@04>@00:#___________________________________________________________________________________________________________________
+=00700 702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 007@04>@0000800 802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 008@04>@0000900 902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 009@04>@0001000 002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 010@04>@0001100 102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 011@04>@0001200 202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 012@04>@0001300 302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 013@04>@000@0414@0000 @044@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414>@0001500 502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 015@04>@0001600 602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 016@04>@0001700 702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 017@04>@0001800 802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 018@04>@0001900 902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 019@04>@0002000 002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 020@04>@0002100 102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 021@04>@0002200 202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 022@04>@0002300 302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 023@04>@0002400 402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 024@04>@0002500 502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 025@04>@0002600 602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 026@04>@0002700 702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 027@04>@0002800 802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 028@04>@0002900 902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 029@04>@0003000 002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 030@04>@0003100 102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 031@04>@0003200 202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 032@04>@0003300 302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 033@04>@0003400 402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 034@04>@0003500 502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 035@04>@0003600 602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 036@04>@0003700 702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 037@04>@0003800 802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 038@04>@0003900 902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 039@04>@0004000 002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 040@04>@0004100 102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 041@04>@0004200 202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 042@04>@0004300 302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 043@04>@0004400 402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 044@04>@0004500 502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 045@04>@0004600 602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 046@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 007@04>@0200800 802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 008@06>@0001000 002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 010@04>@0001100 102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 011@04>@0001200 202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 012@04>@0001300 302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 013@04>@000@0414@0000 @044@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414>@0001500 502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 015@04>@0001600 602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 016@04>@0001700 702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 017@04>@0001800 802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 018@04>@0001900 902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 019@04>@0002000 002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 020@04>@0002100 102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 021@04>@0002200 202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 022@04>@0002300 302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 023@04>@0002400 402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 024@04>@0002500 502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 025@04>@0002600 602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 026@04>@0002700 702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 027@04>@0002800 802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 028@04>@0002900 902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 029@04>@0003000 002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 030@04>@0003100 102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 031@04>@0003200 202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 032@04>@0003300 302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 033@04>@0003400 402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 034@04>@0003500 502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 035@04>@0003600 602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 036@04>@0003700 702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 037@04>@0003800 802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 038@04>@0003900 902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 039@04>@0004000 002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 040@04>@0004100 102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 041@04>@0004200 202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 042@04>@0004300 302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 043@04>@0004400 402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 044@04>@0004500 502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 045@04>@0004600 602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 046@04>@0004700 702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 047@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 007@04>@0000800 802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 008@04>@0000900 902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 009@04>@0001000 002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 010@04>@0001100 102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 011@04>@0001200 202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 012@04>@0001300 302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 013@04>@000@0414@0000 @044@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414>@0001500 502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 015@04>@0001600 602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 016@04>@0001700 702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 017@04>@0001800 802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 018@04>@0001900 902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 019@04>@0002000 002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 020@04>@0002100 102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 021@04>@0002200 202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 022@04>@0002300 302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 023@04>@0002400 402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 024@04>@0002500 502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 025@04>@0002600 602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 026@04>@0002700 702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 027@04>@0002800 802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 028@04>@0002900 902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 029@04>@0003000 002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 030@04>@0003100 102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 031@04>@0003200 202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 032@04>@0003300 302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 033@04>@0003400 402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 034@04>@0003500 502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 035@04>@0003600 602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 036@04>@0003700 702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 037@04>@0003800 802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 038@04>@0003900 902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 039@04>@0004000 002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 040@04>@0004100 102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 041@04>@0004200 202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 042@04>@0004300 302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 043@04>@0004400 402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 044@04>@0004500 502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 045@04>@0004600 602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 046@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 007@04>@0200800 802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 008@06>@0001000 002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 010@04>@0001100 102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 011@04>@0001200 202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 012@04>@0001300 302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 013@04>@000@0414@0000 @044@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414>@0001500 502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 015@04>@0001600 602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 016@04>@0001700 702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 017@04>@0001800 802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 018@04>@0001900 902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 019@04>@0002000 002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 020@04>@0002100 102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 021@04>@0002200 202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 022@04>@0002300 302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 023@04>@0002400 402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 024@04>@0002500 502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 025@04>@0002600 602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 026@04>@0002700 702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 027@04>@0002800 802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 028@04>@0002900 902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 029@04>@0003000 002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 030@04>@0003100 102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 031@04>@0003200 202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 032@04>@0003300 302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 033@04>@0003400 402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 034@04>@0003500 502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 035@04>@0003600 602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 036@04>@0003700 702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 037@04>@0003800 802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 038@04>@0003900 902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 039@04>@0004000 002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 040@04>@0004100 102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 041@04>@0004200 202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 042@04>@0004300 302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 043@04>@0004400 402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 044@04>@0004500 502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 045@04>@0004600 602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 046@04>@0004700 702 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 047@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 702 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 007@04>@0000800 802 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 008@04>@0000900 902 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 009@04>@0001000 002 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 010@04>@0001100 102 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 011@04>@0001200 202 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 012@04>@0001300 302 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 013@04>@000@0414@0000 @044@0002 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414>@0001500 502 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 015@04>@0001600 602 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 016@04>@0001700 702 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 017@04>@0001800 802 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 018@04>@0001900 902 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 019@04>@0002000 002 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 020@04>@0002100 102 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 021@04>@0002200 202 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 022@04>@0002300 302 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 023@04>@0002400 402 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 024@04>@0002500 502 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 025@04>@0002600 602 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 026@04>@0002700 702 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 027@04>@0002800 802 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 028@04>@0002900 902 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 029@04>@0003000 002 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 030@04>@0003100 102 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 031@04>@0003200 202 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 032@04>@0003300 302 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 033@04>@0003400 402 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 034@04>@0003500 502 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 035@04>@0003600 602 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 036@04>@0003700 702 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 037@04>@0003800 802 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 038@04>@0003900 902 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 039@04>@0004000 002 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 040@04>@0004100 102 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 041@04>@0004200 202 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 042@04>@0004300 302 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 043@04>@0004400 402 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 044@04>@0004500 502 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 045@04>@0004600 602 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 046@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 02 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0072@04>@0200800 02 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 0082@06>@0001000 02 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0102@04>@0001100 02 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0112@04>@0001200 02 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0122@04>@0001300 02 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0132@04>@000@0414@0000 02 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@002@04>@0001500 02 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0152@04>@0001600 02 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0162@04>@0001700 02 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0172@04>@0001800 02 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0182@04>@0001900 02 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0192@04>@0002000 02 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0202@04>@0002100 02 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0212@04>@0002200 02 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0222@04>@0002300 02 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0232@04>@0002400 02 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0242@04>@0002500 02 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0252@04>@0002600 02 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0262@04>@0002700 02 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0272@04>@0002800 02 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0282@04>@0002900 02 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0292@04>@0003000 02 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0302@04>@0003100 02 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0312@04>@0003200 02 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0322@04>@0003300 02 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0332@04>@0003400 02 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0342@04>@0003500 02 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0352@04>@0003600 02 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0362@04>@0003700 02 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0372@04>@0003800 02 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0382@04>@0003900 02 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0392@04>@0004000 02 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0402@04>@0004100 02 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0412@04>@0004200 02 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 0422@04>@0004300 02 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 0432@04>@0004400 02 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 0442@04>@0004500 02 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 0452@04>@0004600 02 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 0462@04>@0004700 02 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 0472@04>@00:#___________________________________________________________________________________________________________________
+=00700 02 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0072@04>@0000800 02 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 0082@04>@0000900 02 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 0092@04>@0001000 02 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0102@04>@0001100 02 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0112@04>@0001200 02 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0122@04>@0001300 02 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0132@04>@000@0414@0000 02 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@002@04>@0001500 02 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0152@04>@0001600 02 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0162@04>@0001700 02 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0172@04>@0001800 02 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0182@04>@0001900 02 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0192@04>@0002000 02 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0202@04>@0002100 02 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0212@04>@0002200 02 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0222@04>@0002300 02 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0232@04>@0002400 02 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0242@04>@0002500 02 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0252@04>@0002600 02 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0262@04>@0002700 02 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0272@04>@0002800 02 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0282@04>@0002900 02 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0292@04>@0003000 02 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0302@04>@0003100 02 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0312@04>@0003200 02 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0322@04>@0003300 02 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0332@04>@0003400 02 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0342@04>@0003500 02 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0352@04>@0003600 02 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0362@04>@0003700 02 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0372@04>@0003800 02 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0382@04>@0003900 02 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0392@04>@0004000 02 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0402@04>@0004100 02 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0412@04>@0004200 02 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 0422@04>@0004300 02 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 0432@04>@0004400 02 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 0442@04>@0004500 02 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 0452@04>@0004600 02 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 0462@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 02 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0072@04>@0200800 02 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 0082@06>@0001000 02 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0102@04>@0001100 02 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0112@04>@0001200 02 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0122@04>@0001300 02 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0132@04>@000@0414@0000 02 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@002@04>@0001500 02 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0152@04>@0001600 02 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0162@04>@0001700 02 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0172@04>@0001800 02 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0182@04>@0001900 02 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0192@04>@0002000 02 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0202@04>@0002100 02 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0212@04>@0002200 02 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0222@04>@0002300 02 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0232@04>@0002400 02 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0242@04>@0002500 02 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0252@04>@0002600 02 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0262@04>@0002700 02 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0272@04>@0002800 02 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0282@04>@0002900 02 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0292@04>@0003000 02 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0302@04>@0003100 02 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0312@04>@0003200 02 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0322@04>@0003300 02 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0332@04>@0003400 02 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0342@04>@0003500 02 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0352@04>@0003600 02 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0362@04>@0003700 02 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0372@04>@0003800 02 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0382@04>@0003900 02 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0392@04>@0004000 02 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0402@04>@0004100 02 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0412@04>@0004200 02 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 0422@04>@0004300 02 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 0432@04>@0004400 02 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 0442@04>@0004500 02 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 0452@04>@0004600 02 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 0462@04>@0004700 02 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 0472@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 02 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0072@04>@0000800 02 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 0082@04>@0000900 02 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 0092@04>@0001000 02 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0102@04>@0001100 02 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0112@04>@0001200 02 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0122@04>@0001300 02 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0132@04>@000@0414@0000 02 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@002@04>@0001500 02 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0152@04>@0001600 02 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0162@04>@0001700 02 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0172@04>@0001800 02 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0182@04>@0001900 02 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0192@04>@0002000 02 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0202@04>@0002100 02 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0212@04>@0002200 02 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0222@04>@0002300 02 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0232@04>@0002400 02 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0242@04>@0002500 02 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0252@04>@0002600 02 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0262@04>@0002700 02 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0272@04>@0002800 02 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0282@04>@0002900 02 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0292@04>@0003000 02 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0302@04>@0003100 02 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0312@04>@0003200 02 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0322@04>@0003300 02 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0332@04>@0003400 02 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0342@04>@0003500 02 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0352@04>@0003600 02 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0362@04>@0003700 02 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0372@04>@0003800 02 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0382@04>@0003900 02 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0392@04>@0004000 02 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0402@04>@0004100 02 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0412@04>@0004200 02 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 0422@04>@0004300 02 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 0432@04>@0004400 02 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 0442@04>@0004500 02 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 0452@04>@0004600 02 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 0462@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 02 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0072@04>@0200800 02 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 0082@06>@0001000 02 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0102@04>@0001100 02 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0112@04>@0001200 02 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0122@04>@0001300 02 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0132@04>@000@0414@0000 02 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@002@04>@0001500 02 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0152@04>@0001600 02 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0162@04>@0001700 02 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0172@04>@0001800 02 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0182@04>@0001900 02 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0192@04>@0002000 02 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0202@04>@0002100 02 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0212@04>@0002200 02 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0222@04>@0002300 02 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0232@04>@0002400 02 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0242@04>@0002500 02 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0252@04>@0002600 02 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0262@04>@0002700 02 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0272@04>@0002800 02 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0282@04>@0002900 02 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0292@04>@0003000 02 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0302@04>@0003100 02 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0312@04>@0003200 02 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0322@04>@0003300 02 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0332@04>@0003400 02 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0342@04>@0003500 02 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0352@04>@0003600 02 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0362@04>@0003700 02 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0372@04>@0003800 02 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0382@04>@0003900 02 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0392@04>@0004000 02 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0402@04>@0004100 02 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0412@04>@0004200 02 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 0422@04>@0004300 02 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 0432@04>@0004400 02 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 0442@04>@0004500 02 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 0452@04>@0004600 02 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 0462@04>@0004700 02 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 0472@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 02 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 0072@04>@0000800 02 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 0082@04>@0000900 02 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 0092@04>@0001000 02 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 0102@04>@0001100 02 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 0112@04>@0001200 02 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 0122@04>@0001300 02 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 0132@04>@000@0414@0000 02 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@002@04>@0001500 02 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 0152@04>@0001600 02 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 0162@04>@0001700 02 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 0172@04>@0001800 02 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 0182@04>@0001900 02 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 0192@04>@0002000 02 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 0202@04>@0002100 02 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 0212@04>@0002200 02 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 0222@04>@0002300 02 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 0232@04>@0002400 02 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 0242@04>@0002500 02 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 0252@04>@0002600 02 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 0262@04>@0002700 02 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 0272@04>@0002800 02 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 0282@04>@0002900 02 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 0292@04>@0003000 02 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 0302@04>@0003100 02 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 0312@04>@0003200 02 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 0322@04>@0003300 02 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 0332@04>@0003400 02 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 0342@04>@0003500 02 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 0352@04>@0003600 02 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 0362@04>@0003700 02 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 0372@04>@0003800 02 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 0382@04>@0003900 02 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 0392@04>@0004000 02 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 0402@04>@0004100 02 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 0412@04>@0004200 02 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 0422@04>@0004300 02 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 0432@04>@0004400 02 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 0442@04>@0004500 02 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 0452@04>@0004600 02 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 0462@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 2 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@0200800 2 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820@06>@0001000 2 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@0001100 2 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@0001200 2 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@0001300 2 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@000@0414@0000 2 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020@04>@0001500 2 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@0001600 2 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@0001700 2 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@0001800 2 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@0001900 2 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@0002000 2 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@0002100 2 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@0002200 2 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@0002300 2 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@0002400 2 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@0002500 2 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@0002600 2 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@0002700 2 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@0002800 2 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@0002900 2 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@0003000 2 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@0003100 2 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@0003200 2 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@0003300 2 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@0003400 2 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@0003500 2 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@0003600 2 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@0003700 2 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@0003800 2 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@0003900 2 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@0004000 2 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@0004100 2 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@0004200 2 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@0004300 2 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@0004400 2 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@0004500 2 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@0004600 2 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@0004700 2 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720@04>@00:#___________________________________________________________________________________________________________________
+=00700 2 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@0000800 2 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@0000900 2 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@0001000 2 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@0001100 2 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@0001200 2 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@0001300 2 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@000@0414@0000 2 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020@04>@0001500 2 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@0001600 2 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@0001700 2 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@0001800 2 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@0001900 2 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@0002000 2 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@0002100 2 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@0002200 2 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@0002300 2 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@0002400 2 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@0002500 2 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@0002600 2 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@0002700 2 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@0002800 2 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@0002900 2 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@0003000 2 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@0003100 2 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@0003200 2 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@0003300 2 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@0003400 2 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@0003500 2 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@0003600 2 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@0003700 2 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@0003800 2 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@0003900 2 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@0004000 2 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@0004100 2 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@0004200 2 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@0004300 2 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@0004400 2 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@0004500 2 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@0004600 2 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 2 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@0200800 2 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820@06>@0001000 2 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@0001100 2 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@0001200 2 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@0001300 2 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@000@0414@0000 2 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020@04>@0001500 2 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@0001600 2 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@0001700 2 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@0001800 2 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@0001900 2 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@0002000 2 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@0002100 2 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@0002200 2 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@0002300 2 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@0002400 2 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@0002500 2 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@0002600 2 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@0002700 2 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@0002800 2 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@0002900 2 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@0003000 2 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@0003100 2 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@0003200 2 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@0003300 2 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@0003400 2 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@0003500 2 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@0003600 2 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@0003700 2 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@0003800 2 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@0003900 2 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@0004000 2 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@0004100 2 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@0004200 2 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@0004300 2 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@0004400 2 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@0004500 2 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@0004600 2 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@0004700 2 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 2 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@0000800 2 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@0000900 2 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@0001000 2 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@0001100 2 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@0001200 2 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@0001300 2 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@000@0414@0000 2 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020@04>@0001500 2 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@0001600 2 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@0001700 2 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@0001800 2 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@0001900 2 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@0002000 2 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@0002100 2 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@0002200 2 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@0002300 2 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@0002400 2 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@0002500 2 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@0002600 2 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@0002700 2 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@0002800 2 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@0002900 2 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@0003000 2 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@0003100 2 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@0003200 2 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@0003300 2 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@0003400 2 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@0003500 2 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@0003600 2 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@0003700 2 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@0003800 2 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@0003900 2 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@0004000 2 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@0004100 2 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@0004200 2 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@0004300 2 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@0004400 2 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@0004500 2 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@0004600 2 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 2 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@0200800 2 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820@06>@0001000 2 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@0001100 2 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@0001200 2 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@0001300 2 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@000@0414@0000 2 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020@04>@0001500 2 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@0001600 2 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@0001700 2 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@0001800 2 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@0001900 2 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@0002000 2 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@0002100 2 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@0002200 2 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@0002300 2 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@0002400 2 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@0002500 2 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@0002600 2 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@0002700 2 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@0002800 2 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@0002900 2 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@0003000 2 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@0003100 2 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@0003200 2 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@0003300 2 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@0003400 2 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@0003500 2 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@0003600 2 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@0003700 2 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@0003800 2 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@0003900 2 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@0004000 2 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@0004100 2 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@0004200 2 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@0004300 2 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@0004400 2 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@0004500 2 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@0004600 2 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@0004700 2 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 2 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720@04>@0000800 2 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820@04>@0000900 2 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920@04>@0001000 2 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020@04>@0001100 2 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120@04>@0001200 2 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220@04>@0001300 2 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320@04>@000@0414@0000 2 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020@04>@0001500 2 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520@04>@0001600 2 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620@04>@0001700 2 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720@04>@0001800 2 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820@04>@0001900 2 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920@04>@0002000 2 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020@04>@0002100 2 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120@04>@0002200 2 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220@04>@0002300 2 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320@04>@0002400 2 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420@04>@0002500 2 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520@04>@0002600 2 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620@04>@0002700 2 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720@04>@0002800 2 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820@04>@0002900 2 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920@04>@0003000 2 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020@04>@0003100 2 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120@04>@0003200 2 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220@04>@0003300 2 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320@04>@0003400 2 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420@04>@0003500 2 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520@04>@0003600 2 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620@04>@0003700 2 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720@04>@0003800 2 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820@04>@0003900 2 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920@04>@0004000 2 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020@04>@0004100 2 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120@04>@0004200 2 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220@04>@0004300 2 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320@04>@0004400 2 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420@04>@0004500 2 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520@04>@0004600 2 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 @04>@0200800 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 @06>@0001000 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020 @04>@0001100 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120 @04>@0001200 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 @04>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 @04>@000@0414@0000 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 @04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 @04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 @04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 @04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 @04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 @04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 @04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 @04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 @04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 @04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 @04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 @04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 @04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 @04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 @04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 @04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 @04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 @04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 @04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 @04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 @04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 @04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 @04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 @04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 @04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 @04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 @04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 @04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 @04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 @04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 @04>@0004500 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 @04>@0004600 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 @04>@0004700 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 @04>@00:#___________________________________________________________________________________________________________________
+=00700 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 @04>@0000800 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820 @04>@0000900 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920 @04>@0001000 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020 @04>@0001100 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120 @04>@0001200 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 @04>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 @04>@000@0414@0000 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 @04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 @04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 @04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 @04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 @04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 @04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 @04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 @04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 @04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 @04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 @04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 @04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 @04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 @04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 @04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 @04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 @04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 @04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 @04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 @04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 @04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 @04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 @04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 @04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 @04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 @04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 @04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 @04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 @04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 @04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 @04>@0004500 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 @04>@0004600 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 @04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 @04>@0200800 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 @06>@0001000 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020 @04>@0001100 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120 @04>@0001200 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 @04>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 @04>@000@0414@0000 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 @04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 @04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 @04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 @04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 @04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 @04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 @04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 @04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 @04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 @04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 @04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 @04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 @04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 @04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 @04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 @04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 @04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 @04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 @04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 @04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 @04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 @04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 @04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 @04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 @04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 @04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 @04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 @04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 @04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 @04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 @04>@0004500 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 @04>@0004600 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 @04>@0004700 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 @04>@00 ESC#________________________________________________________________________________________________________________
+=00700 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 @04>@0000800 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820 @04>@0000900 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920 @04>@0001000 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020 @04>@0001100 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120 @04>@0001200 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 @04>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 @04>@000@0414@0000 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 @04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 @04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 @04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 @04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 @04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 @04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 @04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 @04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 @04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 @04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 @04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 @04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 @04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 @04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 @04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 @04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 @04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 @04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 @04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 @04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 @04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 @04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 @04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 @04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 @04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 @04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 @04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 @04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 @04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 @04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 @04>@0004500 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 @04>@0004600 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 @04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 @04>@0200800 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 @06>@0001000 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020 @04>@0001100 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120 @04>@0001200 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 @04>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 @04>@000@0414@0000 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 @04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 @04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 @04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 @04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 @04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 @04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 @04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 @04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 @04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 @04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 @04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 @04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 @04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 @04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 @04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 @04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 @04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 @04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 @04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 @04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 @04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 @04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 @04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 @04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 @04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 @04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 @04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 @04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 @04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 @04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 @04>@0004500 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 @04>@0004600 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 @04>@0004700 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 @04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 @04>@0000800 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820 @04>@0000900 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920 @04>@0001000 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020 @04>@0001100 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120 @04>@0001200 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 @04>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 @04>@000@0414@0000 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 @04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 @04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 @04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 @04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 @04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 @04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 @04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 @04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 @04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 @04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 @04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 @04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 @04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 @04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 @04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 @04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 @04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 @04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 @04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 @04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 @04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 @04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 @04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 @04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 @04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 @04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 @04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 @04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 @04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 @04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 @04>@0004500 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 @04>@0004600 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 @04>@00 ESCO#_______________________________________________________________________________________________________________
+43
+=00700 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0@04>@0000800 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820 0@04>@0000900 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920 0@04>@0001000 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020 0@04>@0001100 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120 0@04>@0001200 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 0@04>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 0@04>@000@0414@0000 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0@04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0@04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0@04>@0004500 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0@04>@0004600 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0@04>@00:#___________________________________________________________________________________________________________________
++1b
+=00700 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0@04>@0000800 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820 0@04>@0000900 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920 0@04>@0001000 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020 0@04>@0001100 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120 0@04>@0001200 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 0@04>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 0@04>@000@0414@0000 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0@04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0@04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0@04>@0004500 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0@04>@0004600 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0@04>@00 ESC#________________________________________________________________________________________________________________
++4f
+=00700 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0@04>@0000800 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0414@00 00815 00816 00817 00818 00819 00820 0@04>@0000900 00903 00904 00905 00906 00907 00908 00909 00910 00911 00912 00913 009@0414@00 00915 00916 00917 00918 00919 00920 0@04>@0001000 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020 0@04>@0001100 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120 0@04>@0001200 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 0@04>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 0@04>@000@0414@0000 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0@04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0@04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0@04>@0004500 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0@04>@0004600 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0@04>@00 ESCO#_______________________________________________________________________________________________________________
++42
=00700 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0@04>@0200800 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0@06>@0001000 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020 0@04>@0001100 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120 0@04>@0001200 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 0@04>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 0@04>@000@0414@0000 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0@04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0@04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0@04>@0004500 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0@04>@0004600 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0@04>@0004700 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0@04>@00:#___________________________________________________________________________________________________________________
+1b
=00700 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0@04>@0200800 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0@06>@0001000 01003 01004 01005 01006 01007 01008 01009 01010 01011 01012 01013 010@0414@00 01015 01016 01017 01018 01019 01020 0@04>@0001100 01103 01104 01105 01106 01107 01108 01109 01110 01111 01112 01113 011@0414@00 01115 01116 01117 01118 01119 01120 0@04>@0001200 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 0@04>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 0@04>@000@0414@0000 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0@04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0@04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0@04>@0004500 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0@04>@0004600 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0@04>@0004700 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0@04>@00 ESC#________________________________________________________________________________________________________________
@@ -771,25 +777,25 @@ R
=00700 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0@04>@0200800 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0@06>@0001200 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 0@04>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 0@04>@000@0414@0000 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0@04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0@04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0@04>@0004500 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0@04>@0004600 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0@04>@0004700 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0@04>@0004800 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0@04>@0004900 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0@04>@00 ESC#________________________________________________________________________________________________________________
+4f
=00700 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0@04>@0200800 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0@06>@0001200 01203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 0@04>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 0@04>@000@0414@0000 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0@04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0@04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0@04>@0004500 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0@04>@0004600 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0@04>@0004700 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0@04>@0004800 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0@04>@0004900 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0@04>@00 ESCO#_______________________________________________________________________________________________________________
-+42
-=00700 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0@04>@0200800 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0@06>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 0@04>@000@0414@0000 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0@04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0@04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0@04>@0004500 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0@04>@0004600 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0@04>@0004700 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0@04>@0004800 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0@04>@0004900 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0@04>@0005000 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 0@04>@00:#___________________________________________________________________________________________________________________
++43
+=00700 0703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 00@04>@0200800 0803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 00@06>@0001200 1203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 01@04>@0001300 1303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 01@04>@000@0414@0000 @0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@041>@0001500 1503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 01@04>@0001600 1603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 01@04>@0001700 1703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 01@04>@0001800 1803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 01@04>@0001900 1903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 01@04>@0002000 2003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 02@04>@0002100 2103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 02@04>@0002200 2203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 02@04>@0002300 2303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 02@04>@0002400 2403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 02@04>@0002500 2503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 02@04>@0002600 2603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 02@04>@0002700 2703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 02@04>@0002800 2803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 02@04>@0002900 2903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 02@04>@0003000 3003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 03@04>@0003100 3103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 03@04>@0003200 3203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 03@04>@0003300 3303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 03@04>@0003400 3403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 03@04>@0003500 3503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 03@04>@0003600 3603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 03@04>@0003700 3703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 03@04>@0003800 3803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 03@04>@0003900 3903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 03@04>@0004000 4003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 04@04>@0004100 4103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 04@04>@0004200 4203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 04@04>@0004300 4303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 04@04>@0004400 4403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 04@04>@0004500 4503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 04@04>@0004600 4603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 04@04>@0004700 4703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 04@04>@0004800 4803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 04@04>@0004900 4903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 04@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0@04>@0200800 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0@06>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 0@04>@000@0414@0000 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0@04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0@04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0@04>@0004500 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0@04>@0004600 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0@04>@0004700 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0@04>@0004800 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0@04>@0004900 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0@04>@0005000 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 0@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 0703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 00@04>@0200800 0803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 00@06>@0001200 1203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 01@04>@0001300 1303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 01@04>@000@0414@0000 @0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@041>@0001500 1503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 01@04>@0001600 1603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 01@04>@0001700 1703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 01@04>@0001800 1803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 01@04>@0001900 1903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 01@04>@0002000 2003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 02@04>@0002100 2103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 02@04>@0002200 2203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 02@04>@0002300 2303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 02@04>@0002400 2403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 02@04>@0002500 2503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 02@04>@0002600 2603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 02@04>@0002700 2703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 02@04>@0002800 2803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 02@04>@0002900 2903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 02@04>@0003000 3003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 03@04>@0003100 3103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 03@04>@0003200 3203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 03@04>@0003300 3303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 03@04>@0003400 3403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 03@04>@0003500 3503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 03@04>@0003600 3603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 03@04>@0003700 3703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 03@04>@0003800 3803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 03@04>@0003900 3903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 03@04>@0004000 4003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 04@04>@0004100 4103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 04@04>@0004200 4203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 04@04>@0004300 4303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 04@04>@0004400 4403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 04@04>@0004500 4503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 04@04>@0004600 4603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 04@04>@0004700 4703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 04@04>@0004800 4803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 04@04>@0004900 4903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 04@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 00703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0@04>@0200800 00803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0@06>@0001300 01303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 0@04>@000@0414@0000 0@0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@04>@0001500 01503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 0@04>@0001600 01603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 0@04>@0001700 01703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 0@04>@0001800 01803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 0@04>@0001900 01903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0@04>@0002000 02003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0@04>@0002100 02103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0@04>@0002200 02203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0@04>@0002300 02303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0@04>@0002400 02403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0@04>@0002500 02503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0@04>@0002600 02603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0@04>@0002700 02703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0@04>@0002800 02803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0@04>@0002900 02903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0@04>@0003000 03003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0@04>@0003100 03103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0@04>@0003200 03203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0@04>@0003300 03303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0@04>@0003400 03403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0@04>@0003500 03503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0@04>@0003600 03603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0@04>@0003700 03703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0@04>@0003800 03803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0@04>@0003900 03903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0@04>@0004000 04003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0@04>@0004100 04103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0@04>@0004200 04203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0@04>@0004300 04303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0@04>@0004400 04403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0@04>@0004500 04503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0@04>@0004600 04603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0@04>@0004700 04703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0@04>@0004800 04803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0@04>@0004900 04903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0@04>@0005000 05003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 0703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 00@04>@0200800 0803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 00@06>@0001200 1203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 01@04>@0001300 1303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 01@04>@000@0414@0000 @0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@041>@0001500 1503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 01@04>@0001600 1603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 01@04>@0001700 1703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 01@04>@0001800 1803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 01@04>@0001900 1903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 01@04>@0002000 2003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 02@04>@0002100 2103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 02@04>@0002200 2203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 02@04>@0002300 2303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 02@04>@0002400 2403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 02@04>@0002500 2503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 02@04>@0002600 2603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 02@04>@0002700 2703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 02@04>@0002800 2803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 02@04>@0002900 2903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 02@04>@0003000 3003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 03@04>@0003100 3103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 03@04>@0003200 3203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 03@04>@0003300 3303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 03@04>@0003400 3403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 03@04>@0003500 3503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 03@04>@0003600 3603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 03@04>@0003700 3703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 03@04>@0003800 3803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 03@04>@0003900 3903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 03@04>@0004000 4003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 04@04>@0004100 4103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 04@04>@0004200 4203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 04@04>@0004300 4303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 04@04>@0004400 4403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 04@04>@0004500 4503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 04@04>@0004600 4603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 04@04>@0004700 4703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 04@04>@0004800 4803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 04@04>@0004900 4903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 04@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 0703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 00@04>@0200800 0803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 00@06>@0001300 1303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 01@04>@000@0414@0000 @0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@041>@0001500 1503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 01@04>@0001600 1603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 01@04>@0001700 1703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 01@04>@0001800 1803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 01@04>@0001900 1903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 01@04>@0002000 2003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 02@04>@0002100 2103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 02@04>@0002200 2203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 02@04>@0002300 2303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 02@04>@0002400 2403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 02@04>@0002500 2503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 02@04>@0002600 2603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 02@04>@0002700 2703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 02@04>@0002800 2803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 02@04>@0002900 2903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 02@04>@0003000 3003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 03@04>@0003100 3103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 03@04>@0003200 3203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 03@04>@0003300 3303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 03@04>@0003400 3403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 03@04>@0003500 3503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 03@04>@0003600 3603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 03@04>@0003700 3703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 03@04>@0003800 3803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 03@04>@0003900 3903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 03@04>@0004000 4003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 04@04>@0004100 4103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 04@04>@0004200 4203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 04@04>@0004300 4303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 04@04>@0004400 4403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 04@04>@0004500 4503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 04@04>@0004600 4603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 04@04>@0004700 4703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 04@04>@0004800 4803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 04@04>@0004900 4903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 04@04>@0005000 5003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 05@04>@00:#___________________________________________________________________________________________________________________
+=00700 703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 007@04>@0200800 803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 008@06>@0001200 203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 012@04>@0001300 303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 013@04>@000@0414@0000 @044@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@0414>@0001500 503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 015@04>@0001600 603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 016@04>@0001700 703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 017@04>@0001800 803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 018@04>@0001900 903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 019@04>@0002000 003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 020@04>@0002100 103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 021@04>@0002200 203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 022@04>@0002300 303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 023@04>@0002400 403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 024@04>@0002500 503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 025@04>@0002600 603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 026@04>@0002700 703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 027@04>@0002800 803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 028@04>@0002900 903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 029@04>@0003000 003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 030@04>@0003100 103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 031@04>@0003200 203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 032@04>@0003300 303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 033@04>@0003400 403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 034@04>@0003500 503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 035@04>@0003600 603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 036@04>@0003700 703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 037@04>@0003800 803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 038@04>@0003900 903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 039@04>@0004000 003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 040@04>@0004100 103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 041@04>@0004200 203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 042@04>@0004300 303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 043@04>@0004400 403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 044@04>@0004500 503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 045@04>@0004600 603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 046@04>@0004700 703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 047@04>@0004800 803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 048@04>@0004900 903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 049@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 0703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 00@04>@0200800 0803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 00@06>@0001300 1303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 01@04>@000@0414@0000 @0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@041>@0001500 1503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 01@04>@0001600 1603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 01@04>@0001700 1703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 01@04>@0001800 1803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 01@04>@0001900 1903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 01@04>@0002000 2003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 02@04>@0002100 2103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 02@04>@0002200 2203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 02@04>@0002300 2303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 02@04>@0002400 2403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 02@04>@0002500 2503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 02@04>@0002600 2603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 02@04>@0002700 2703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 02@04>@0002800 2803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 02@04>@0002900 2903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 02@04>@0003000 3003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 03@04>@0003100 3103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 03@04>@0003200 3203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 03@04>@0003300 3303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 03@04>@0003400 3403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 03@04>@0003500 3503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 03@04>@0003600 3603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 03@04>@0003700 3703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 03@04>@0003800 3803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 03@04>@0003900 3903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 03@04>@0004000 4003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 04@04>@0004100 4103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 04@04>@0004200 4203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 04@04>@0004300 4303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 04@04>@0004400 4403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 04@04>@0004500 4503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 04@04>@0004600 4603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 04@04>@0004700 4703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 04@04>@0004800 4803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 04@04>@0004900 4903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 04@04>@0005000 5003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 05@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 007@04>@0200800 803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 008@06>@0001200 203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 012@04>@0001300 303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 013@04>@000@0414@0000 @044@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@0414>@0001500 503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 015@04>@0001600 603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 016@04>@0001700 703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 017@04>@0001800 803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 018@04>@0001900 903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 019@04>@0002000 003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 020@04>@0002100 103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 021@04>@0002200 203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 022@04>@0002300 303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 023@04>@0002400 403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 024@04>@0002500 503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 025@04>@0002600 603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 026@04>@0002700 703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 027@04>@0002800 803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 028@04>@0002900 903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 029@04>@0003000 003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 030@04>@0003100 103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 031@04>@0003200 203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 032@04>@0003300 303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 033@04>@0003400 403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 034@04>@0003500 503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 035@04>@0003600 603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 036@04>@0003700 703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 037@04>@0003800 803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 038@04>@0003900 903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 039@04>@0004000 003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 040@04>@0004100 103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 041@04>@0004200 203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 042@04>@0004300 303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 043@04>@0004400 403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 044@04>@0004500 503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 045@04>@0004600 603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 046@04>@0004700 703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 047@04>@0004800 803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 048@04>@0004900 903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 049@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 0703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 00@04>@0200800 0803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 00@06>@0001300 1303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 01@04>@000@0414@0000 @0414@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@041>@0001500 1503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 01@04>@0001600 1603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 01@04>@0001700 1703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 01@04>@0001800 1803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 01@04>@0001900 1903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 01@04>@0002000 2003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 02@04>@0002100 2103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 02@04>@0002200 2203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 02@04>@0002300 2303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 02@04>@0002400 2403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 02@04>@0002500 2503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 02@04>@0002600 2603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 02@04>@0002700 2703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 02@04>@0002800 2803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 02@04>@0002900 2903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 02@04>@0003000 3003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 03@04>@0003100 3103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 03@04>@0003200 3203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 03@04>@0003300 3303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 03@04>@0003400 3403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 03@04>@0003500 3503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 03@04>@0003600 3603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 03@04>@0003700 3703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 03@04>@0003800 3803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 03@04>@0003900 3903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 03@04>@0004000 4003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 04@04>@0004100 4103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 04@04>@0004200 4203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 04@04>@0004300 4303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 04@04>@0004400 4403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 04@04>@0004500 4503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 04@04>@0004600 4603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 04@04>@0004700 4703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 04@04>@0004800 4803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 04@04>@0004900 4903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 04@04>@0005000 5003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 05@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 007@04>@0200800 803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 008@06>@0001200 203 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 012@04>@0001300 303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 013@04>@000@0414@0000 @044@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@0414>@0001500 503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 015@04>@0001600 603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 016@04>@0001700 703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 017@04>@0001800 803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 018@04>@0001900 903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 019@04>@0002000 003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 020@04>@0002100 103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 021@04>@0002200 203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 022@04>@0002300 303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 023@04>@0002400 403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 024@04>@0002500 503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 025@04>@0002600 603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 026@04>@0002700 703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 027@04>@0002800 803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 028@04>@0002900 903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 029@04>@0003000 003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 030@04>@0003100 103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 031@04>@0003200 203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 032@04>@0003300 303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 033@04>@0003400 403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 034@04>@0003500 503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 035@04>@0003600 603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 036@04>@0003700 703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 037@04>@0003800 803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 038@04>@0003900 903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 039@04>@0004000 003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 040@04>@0004100 103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 041@04>@0004200 203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 042@04>@0004300 303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 043@04>@0004400 403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 044@04>@0004500 503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 045@04>@0004600 603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 046@04>@0004700 703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 047@04>@0004800 803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 048@04>@0004900 903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 049@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 007@04>@0200800 803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 008@06>@0001300 303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 013@04>@000@0414@0000 @044@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@0414>@0001500 503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 015@04>@0001600 603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 016@04>@0001700 703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 017@04>@0001800 803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 018@04>@0001900 903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 019@04>@0002000 003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 020@04>@0002100 103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 021@04>@0002200 203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 022@04>@0002300 303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 023@04>@0002400 403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 024@04>@0002500 503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 025@04>@0002600 603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 026@04>@0002700 703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 027@04>@0002800 803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 028@04>@0002900 903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 029@04>@0003000 003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 030@04>@0003100 103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 031@04>@0003200 203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 032@04>@0003300 303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 033@04>@0003400 403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 034@04>@0003500 503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 035@04>@0003600 603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 036@04>@0003700 703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 037@04>@0003800 803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 038@04>@0003900 903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 039@04>@0004000 003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 040@04>@0004100 103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 041@04>@0004200 203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 042@04>@0004300 303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 043@04>@0004400 403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 044@04>@0004500 503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 045@04>@0004600 603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 046@04>@0004700 703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 047@04>@0004800 803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 048@04>@0004900 903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 049@04>@0005000 003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 050@04>@00:#___________________________________________________________________________________________________________________
+=00700 03 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0082@06>@0001200 03 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 0122@04>@0001300 03 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 0132@04>@000@0414@0000 03 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@0414@002@04>@0001500 03 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 0152@04>@0001600 03 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 0162@04>@0001700 03 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 0172@04>@0001800 03 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 0182@04>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0192@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0202@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0212@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0222@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0232@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0242@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0252@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0392@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0402@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0412@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0422@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0432@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0442@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0452@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0462@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0472@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0482@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0492@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 007@04>@0200800 803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 008@06>@0001300 303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 013@04>@000@0414@0000 @044@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@0414>@0001500 503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 015@04>@0001600 603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 016@04>@0001700 703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 017@04>@0001800 803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 018@04>@0001900 903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 019@04>@0002000 003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 020@04>@0002100 103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 021@04>@0002200 203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 022@04>@0002300 303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 023@04>@0002400 403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 024@04>@0002500 503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 025@04>@0002600 603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 026@04>@0002700 703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 027@04>@0002800 803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 028@04>@0002900 903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 029@04>@0003000 003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 030@04>@0003100 103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 031@04>@0003200 203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 032@04>@0003300 303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 033@04>@0003400 403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 034@04>@0003500 503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 035@04>@0003600 603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 036@04>@0003700 703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 037@04>@0003800 803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 038@04>@0003900 903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 039@04>@0004000 003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 040@04>@0004100 103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 041@04>@0004200 203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 042@04>@0004300 303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 043@04>@0004400 403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 044@04>@0004500 503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 045@04>@0004600 603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 046@04>@0004700 703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 047@04>@0004800 803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 048@04>@0004900 903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 049@04>@0005000 003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 050@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 03 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0082@06>@0001200 03 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 0122@04>@0001300 03 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 0132@04>@000@0414@0000 03 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@0414@002@04>@0001500 03 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 0152@04>@0001600 03 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 0162@04>@0001700 03 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 0172@04>@0001800 03 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 0182@04>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0192@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0202@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0212@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0222@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0232@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0242@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0252@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0392@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0402@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0412@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0422@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0432@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0442@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0452@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0462@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0472@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0482@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0492@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 703 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 007@04>@0200800 803 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 008@06>@0001300 303 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 013@04>@000@0414@0000 @044@0003 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@0414>@0001500 503 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 015@04>@0001600 603 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 016@04>@0001700 703 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 017@04>@0001800 803 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 018@04>@0001900 903 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 019@04>@0002000 003 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 020@04>@0002100 103 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 021@04>@0002200 203 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 022@04>@0002300 303 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 023@04>@0002400 403 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 024@04>@0002500 503 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 025@04>@0002600 603 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 026@04>@0002700 703 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 027@04>@0002800 803 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 028@04>@0002900 903 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 029@04>@0003000 003 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 030@04>@0003100 103 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 031@04>@0003200 203 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 032@04>@0003300 303 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 033@04>@0003400 403 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 034@04>@0003500 503 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 035@04>@0003600 603 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 036@04>@0003700 703 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 037@04>@0003800 803 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 038@04>@0003900 903 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 039@04>@0004000 003 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 040@04>@0004100 103 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 041@04>@0004200 203 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 042@04>@0004300 303 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 043@04>@0004400 403 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 044@04>@0004500 503 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 045@04>@0004600 603 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 046@04>@0004700 703 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 047@04>@0004800 803 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 048@04>@0004900 903 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 049@04>@0005000 003 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 050@04>@00 ESCO#_______________________________________________________________________________________________________________
-+43
+=00700 03 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0082@06>@0001200 03 01204 01205 01206 01207 01208 01209 01210 01211 01212 01213 012@0414@00 01215 01216 01217 01218 01219 01220 0122@04>@0001300 03 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 0132@04>@000@0414@0000 03 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@0414@002@04>@0001500 03 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 0152@04>@0001600 03 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 0162@04>@0001700 03 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 0172@04>@0001800 03 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 0182@04>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0192@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0202@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0212@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0222@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0232@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0242@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0252@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0392@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0402@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0412@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0422@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0432@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0442@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0452@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0462@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0472@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0482@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0492@04>@00 ESCO#_______________________________________________________________________________________________________________
++42
=00700 03 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0082@06>@0001300 03 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 0132@04>@000@0414@0000 03 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@0414@002@04>@0001500 03 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 0152@04>@0001600 03 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 0162@04>@0001700 03 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 0172@04>@0001800 03 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 0182@04>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0192@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0202@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0212@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0222@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0232@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0242@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0252@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0392@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0402@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0412@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0422@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0432@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0442@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0452@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0462@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0472@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0482@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0492@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 0502@04>@00:#___________________________________________________________________________________________________________________
+1b
=00700 03 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0082@06>@0001300 03 01304 01305 01306 01307 01308 01309 01310 01311 01312 01313 013@0414@00 01315 01316 01317 01318 01319 01320 0132@04>@000@0414@0000 03 0@0414@0004 0@0414@0005 0@0414@0006 0@0414@0007 0@0414@0008 0@0414@0009 0@0414@0010 0@0414@0011 0@0414@0012 0@0414@0013 0@041414@00 0@0414@0015 0@0414@0016 0@0414@0017 0@0414@0018 0@0414@0019 0@0414@0020 0@0414@002@04>@0001500 03 01504 01505 01506 01507 01508 01509 01510 01511 01512 01513 015@0414@00 01515 01516 01517 01518 01519 01520 0152@04>@0001600 03 01604 01605 01606 01607 01608 01609 01610 01611 01612 01613 016@0414@00 01615 01616 01617 01618 01619 01620 0162@04>@0001700 03 01704 01705 01706 01707 01708 01709 01710 01711 01712 01713 017@0414@00 01715 01716 01717 01718 01719 01720 0172@04>@0001800 03 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 0182@04>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0192@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0202@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0212@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0222@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0232@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0242@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0252@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0392@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0402@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0412@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0422@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0432@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0442@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0452@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0462@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0472@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0482@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0492@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 0502@04>@00 ESC#________________________________________________________________________________________________________________
@@ -827,115 +833,115 @@ R
=00700 03 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0082@06>@0001800 03 01804 01805 01806 01807 01808 01809 01810 01811 01812 01813 018@0414@00 01815 01816 01817 01818 01819 01820 0182@04>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0192@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0202@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0212@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0222@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0232@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0242@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0252@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0392@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0402@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0412@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0422@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0432@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0442@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0452@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0462@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0472@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0482@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0492@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 0502@04>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05120 0512@04>@0005200 03 05204 05205 05206 05207 05208 05209 05210 05211 05212 05213 052@0414@00 05215 05216 05217 05218 05219 05220 0522@04>@0005300 03 05304 05305 05306 05307 05308 05309 05310 05311 05312 05313 053@0414@00 05315 05316 05317 05318 05319 05320 0532@04>@0005400 03 05404 05405 05406 05407 05408 05409 05410 05411 05412 05413 054@0414@00 05415 05416 05417 05418 05419 05420 0542@04>@0005500 03 05504 05505 05506 05507 05508 05509 05510 05511 05512 05513 055@0414@00 05515 05516 05517 05518 05519 05520 0552@04>@00 ESCO#_______________________________________________________________________________________________________________
+42
=00700 03 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0082@06>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0192@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0202@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0212@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0222@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0232@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0242@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0252@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0392@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0402@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0412@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0422@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0432@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0442@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0452@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0462@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0472@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0482@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0492@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 0502@04>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05120 0512@04>@0005200 03 05204 05205 05206 05207 05208 05209 05210 05211 05212 05213 052@0414@00 05215 05216 05217 05218 05219 05220 0522@04>@0005300 03 05304 05305 05306 05307 05308 05309 05310 05311 05312 05313 053@0414@00 05315 05316 05317 05318 05319 05320 0532@04>@0005400 03 05404 05405 05406 05407 05408 05409 05410 05411 05412 05413 054@0414@00 05415 05416 05417 05418 05419 05420 0542@04>@0005500 03 05504 05505 05506 05507 05508 05509 05510 05511 05512 05513 055@0414@00 05515 05516 05517 05518 05519 05520 0552@04>@0005600 03 05604 05605 05606 05607 05608 05609 05610 05611 05612 05613 056@0414@00 05615 05616 05617 05618 05619 05620 0562@04>@00:#___________________________________________________________________________________________________________________
-+1b
-=00700 03 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0082@06>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0192@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0202@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0212@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0222@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0232@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0242@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0252@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0392@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0402@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0412@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0422@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0432@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0442@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0452@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0462@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0472@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0482@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0492@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 0502@04>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05120 0512@04>@0005200 03 05204 05205 05206 05207 05208 05209 05210 05211 05212 05213 052@0414@00 05215 05216 05217 05218 05219 05220 0522@04>@0005300 03 05304 05305 05306 05307 05308 05309 05310 05311 05312 05313 053@0414@00 05315 05316 05317 05318 05319 05320 0532@04>@0005400 03 05404 05405 05406 05407 05408 05409 05410 05411 05412 05413 054@0414@00 05415 05416 05417 05418 05419 05420 0542@04>@0005500 03 05504 05505 05506 05507 05508 05509 05510 05511 05512 05513 055@0414@00 05515 05516 05517 05518 05519 05520 0552@04>@0005600 03 05604 05605 05606 05607 05608 05609 05610 05611 05612 05613 056@0414@00 05615 05616 05617 05618 05619 05620 0562@04>@00 ESC#________________________________________________________________________________________________________________
-+4f
-=00700 03 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0082@06>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0192@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0202@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0212@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0222@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0232@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0242@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0252@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0392@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0402@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0412@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0422@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0432@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0442@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0452@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0462@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0472@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0482@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0492@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 0502@04>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05120 0512@04>@0005200 03 05204 05205 05206 05207 05208 05209 05210 05211 05212 05213 052@0414@00 05215 05216 05217 05218 05219 05220 0522@04>@0005300 03 05304 05305 05306 05307 05308 05309 05310 05311 05312 05313 053@0414@00 05315 05316 05317 05318 05319 05320 0532@04>@0005400 03 05404 05405 05406 05407 05408 05409 05410 05411 05412 05413 054@0414@00 05415 05416 05417 05418 05419 05420 0542@04>@0005500 03 05504 05505 05506 05507 05508 05509 05510 05511 05512 05513 055@0414@00 05515 05516 05517 05518 05519 05520 0552@04>@0005600 03 05604 05605 05606 05607 05608 05609 05610 05611 05612 05613 056@0414@00 05615 05616 05617 05618 05619 05620 0562@04>@00 ESCO#_______________________________________________________________________________________________________________
-+42
-=00700 03 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0082@06>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0202@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0212@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0222@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0232@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0242@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0252@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0392@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0402@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0412@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0422@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0432@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0442@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0452@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0462@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0472@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0482@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0492@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 0502@04>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05120 0512@04>@0005200 03 05204 05205 05206 05207 05208 05209 05210 05211 05212 05213 052@0414@00 05215 05216 05217 05218 05219 05220 0522@04>@0005300 03 05304 05305 05306 05307 05308 05309 05310 05311 05312 05313 053@0414@00 05315 05316 05317 05318 05319 05320 0532@04>@0005400 03 05404 05405 05406 05407 05408 05409 05410 05411 05412 05413 054@0414@00 05415 05416 05417 05418 05419 05420 0542@04>@0005500 03 05504 05505 05506 05507 05508 05509 05510 05511 05512 05513 055@0414@00 05515 05516 05517 05518 05519 05520 0552@04>@0005600 03 05604 05605 05606 05607 05608 05609 05610 05611 05612 05613 056@0414@00 05615 05616 05617 05618 05619 05620 0562@04>@0005700 03 05704 05705 05706 05707 05708 05709 05710 05711 05712 05713 057@0414@00 05715 05716 05717 05718 05719 05720 0572@04>@00:#___________________________________________________________________________________________________________________
+2f
-=00700 03 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0082@06>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0202@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0212@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0222@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0232@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0242@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0252@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0392@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0402@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0412@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0422@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0432@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0442@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0452@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0462@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0472@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0482@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0492@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 0502@04>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05120 0512@04>@0005200 03 05204 05205 05206 05207 05208 05209 05210 05211 05212 05213 052@0414@00 05215 05216 05217 05218 05219 05220 0522@04>@0005300 03 05304 05305 05306 05307 05308 05309 05310 05311 05312 05313 053@0414@00 05315 05316 05317 05318 05319 05320 0532@04>@0005400 03 05404 05405 05406 05407 05408 05409 05410 05411 05412 05413 054@0414@00 05415 05416 05417 05418 05419 05420 0542@04>@0005500 03 05504 05505 05506 05507 05508 05509 05510 05511 05512 05513 055@0414@00 05515 05516 05517 05518 05519 05520 0552@04>@0005600 03 05604 05605 05606 05607 05608 05609 05610 05611 05612 05613 056@0414@00 05615 05616 05617 05618 05619 05620 0562@04>@0005700 03 05704 05705 05706 05707 05708 05709 05710 05711 05712 05713 057@0414@00 05715 05716 05717 05718 05719 05720 0572@04>@00/#___________________________________________________________________________________________________________________
+=00700 03 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0082@06>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0192@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0202@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0212@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0222@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0232@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0242@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0252@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0392@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0402@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0412@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0422@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0432@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0442@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0452@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0462@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0472@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0482@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0492@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 0502@04>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05120 0512@04>@0005200 03 05204 05205 05206 05207 05208 05209 05210 05211 05212 05213 052@0414@00 05215 05216 05217 05218 05219 05220 0522@04>@0005300 03 05304 05305 05306 05307 05308 05309 05310 05311 05312 05313 053@0414@00 05315 05316 05317 05318 05319 05320 0532@04>@0005400 03 05404 05405 05406 05407 05408 05409 05410 05411 05412 05413 054@0414@00 05415 05416 05417 05418 05419 05420 0542@04>@0005500 03 05504 05505 05506 05507 05508 05509 05510 05511 05512 05513 055@0414@00 05515 05516 05517 05518 05519 05520 0552@04>@0005600 03 05604 05605 05606 05607 05608 05609 05610 05611 05612 05613 056@0414@00 05615 05616 05617 05618 05619 05620 0562@04>@00/#___________________________________________________________________________________________________________________
+30
-=00700 03 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0082@06>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0202@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0212@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0222@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0232@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0242@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0252@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0392@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0402@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0412@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0422@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0432@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0442@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0452@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0462@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0472@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0482@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0492@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 0502@04>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05120 0512@04>@0005200 03 05204 05205 05206 05207 05208 05209 05210 05211 05212 05213 052@0414@00 05215 05216 05217 05218 05219 05220 0522@04>@0005300 03 05304 05305 05306 05307 05308 05309 05310 05311 05312 05313 053@0414@00 05315 05316 05317 05318 05319 05320 0532@04>@0005400 03 05404 05405 05406 05407 05408 05409 05410 05411 05412 05413 054@0414@00 05415 05416 05417 05418 05419 05420 0542@04>@0005500 03 05504 05505 05506 05507 05508 05509 05510 05511 05512 05513 055@0414@00 05515 05516 05517 05518 05519 05520 0552@04>@0005600 03 05604 05605 05606 05607 05608 05609 05610 05611 05612 05613 056@0414@00 05615 05616 05617 05618 05619 05620 0562@04>@0005700 03 05704 05705 05706 05707 05708 05709 05710 05711 05712 05713 057@0414@00 05715 05716 05717 05718 05719 05720 0572@04>@00/0#__________________________________________________________________________________________________________________
+=00700 03 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0082@06>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0192@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0202@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0212@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0222@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0232@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0242@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0252@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0392@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0402@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0412@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0422@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0432@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0442@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0452@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0462@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0472@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0482@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0492@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 0502@04>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05120 0512@04>@0005200 03 05204 05205 05206 05207 05208 05209 05210 05211 05212 05213 052@0414@00 05215 05216 05217 05218 05219 05220 0522@04>@0005300 03 05304 05305 05306 05307 05308 05309 05310 05311 05312 05313 053@0414@00 05315 05316 05317 05318 05319 05320 0532@04>@0005400 03 05404 05405 05406 05407 05408 05409 05410 05411 05412 05413 054@0414@00 05415 05416 05417 05418 05419 05420 0542@04>@0005500 03 05504 05505 05506 05507 05508 05509 05510 05511 05512 05513 055@0414@00 05515 05516 05517 05518 05519 05520 0552@04>@0005600 03 05604 05605 05606 05607 05608 05609 05610 05611 05612 05613 056@0414@00 05615 05616 05617 05618 05619 05620 0562@04>@00/0#__________________________________________________________________________________________________________________
+34
-=00700 03 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0082@06>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0202@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0212@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0222@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0232@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0242@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0252@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0392@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0402@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0412@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0422@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0432@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0442@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0452@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0462@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0472@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0482@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0492@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 0502@04>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05120 0512@04>@0005200 03 05204 05205 05206 05207 05208 05209 05210 05211 05212 05213 052@0414@00 05215 05216 05217 05218 05219 05220 0522@04>@0005300 03 05304 05305 05306 05307 05308 05309 05310 05311 05312 05313 053@0414@00 05315 05316 05317 05318 05319 05320 0532@04>@0005400 03 05404 05405 05406 05407 05408 05409 05410 05411 05412 05413 054@0414@00 05415 05416 05417 05418 05419 05420 0542@04>@0005500 03 05504 05505 05506 05507 05508 05509 05510 05511 05512 05513 055@0414@00 05515 05516 05517 05518 05519 05520 0552@04>@0005600 03 05604 05605 05606 05607 05608 05609 05610 05611 05612 05613 056@0414@00 05615 05616 05617 05618 05619 05620 0562@04>@0005700 03 05704 05705 05706 05707 05708 05709 05710 05711 05712 05713 057@0414@00 05715 05716 05717 05718 05719 05720 0572@04>@00/04#_________________________________________________________________________________________________________________
+=00700 03 00704 00705 00706 00707 00708 00709 00710 00711 00712 00713 007@0414@00 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 00804 00805 00806 00807 00808 00809 00810 00811 00812 00813 008@0614@02 00815 00816 00817 00818 00819 00820 0082@06>@0001900 03 01904 01905 01906 01907 01908 01909 01910 01911 01912 01913 019@0414@00 01915 01916 01917 01918 01919 01920 0192@04>@0002000 03 02004 02005 02006 02007 02008 02009 02010 02011 02012 02013 020@0414@00 02015 02016 02017 02018 02019 02020 0202@04>@0002100 03 02104 02105 02106 02107 02108 02109 02110 02111 02112 02113 021@0414@00 02115 02116 02117 02118 02119 02120 0212@04>@0002200 03 02204 02205 02206 02207 02208 02209 02210 02211 02212 02213 022@0414@00 02215 02216 02217 02218 02219 02220 0222@04>@0002300 03 02304 02305 02306 02307 02308 02309 02310 02311 02312 02313 023@0414@00 02315 02316 02317 02318 02319 02320 0232@04>@0002400 03 02404 02405 02406 02407 02408 02409 02410 02411 02412 02413 024@0414@00 02415 02416 02417 02418 02419 02420 0242@04>@0002500 03 02504 02505 02506 02507 02508 02509 02510 02511 02512 02513 025@0414@00 02515 02516 02517 02518 02519 02520 0252@04>@0002600 03 02604 02605 02606 02607 02608 02609 02610 02611 02612 02613 026@0414@00 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 02704 02705 02706 02707 02708 02709 02710 02711 02712 02713 027@0414@00 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 02804 02805 02806 02807 02808 02809 02810 02811 02812 02813 028@0414@00 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 02904 02905 02906 02907 02908 02909 02910 02911 02912 02913 029@0414@00 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 03004 03005 03006 03007 03008 03009 03010 03011 03012 03013 030@0414@00 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 03104 03105 03106 03107 03108 03109 03110 03111 03112 03113 031@0414@00 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 03204 03205 03206 03207 03208 03209 03210 03211 03212 03213 032@0414@00 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 03304 03305 03306 03307 03308 03309 03310 03311 03312 03313 033@0414@00 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 03404 03405 03406 03407 03408 03409 03410 03411 03412 03413 034@0414@00 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 03504 03505 03506 03507 03508 03509 03510 03511 03512 03513 035@0414@00 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 03604 03605 03606 03607 03608 03609 03610 03611 03612 03613 036@0414@00 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 03704 03705 03706 03707 03708 03709 03710 03711 03712 03713 037@0414@00 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 03804 03805 03806 03807 03808 03809 03810 03811 03812 03813 038@0414@00 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 03904 03905 03906 03907 03908 03909 03910 03911 03912 03913 039@0414@00 03915 03916 03917 03918 03919 03920 0392@04>@0004000 03 04004 04005 04006 04007 04008 04009 04010 04011 04012 04013 040@0414@00 04015 04016 04017 04018 04019 04020 0402@04>@0004100 03 04104 04105 04106 04107 04108 04109 04110 04111 04112 04113 041@0414@00 04115 04116 04117 04118 04119 04120 0412@04>@0004200 03 04204 04205 04206 04207 04208 04209 04210 04211 04212 04213 042@0414@00 04215 04216 04217 04218 04219 04220 0422@04>@0004300 03 04304 04305 04306 04307 04308 04309 04310 04311 04312 04313 043@0414@00 04315 04316 04317 04318 04319 04320 0432@04>@0004400 03 04404 04405 04406 04407 04408 04409 04410 04411 04412 04413 044@0414@00 04415 04416 04417 04418 04419 04420 0442@04>@0004500 03 04504 04505 04506 04507 04508 04509 04510 04511 04512 04513 045@0414@00 04515 04516 04517 04518 04519 04520 0452@04>@0004600 03 04604 04605 04606 04607 04608 04609 04610 04611 04612 04613 046@0414@00 04615 04616 04617 04618 04619 04620 0462@04>@0004700 03 04704 04705 04706 04707 04708 04709 04710 04711 04712 04713 047@0414@00 04715 04716 04717 04718 04719 04720 0472@04>@0004800 03 04804 04805 04806 04807 04808 04809 04810 04811 04812 04813 048@0414@00 04815 04816 04817 04818 04819 04820 0482@04>@0004900 03 04904 04905 04906 04907 04908 04909 04910 04911 04912 04913 049@0414@00 04915 04916 04917 04918 04919 04920 0492@04>@0005000 03 05004 05005 05006 05007 05008 05009 05010 05011 05012 05013 050@0414@00 05015 05016 05017 05018 05019 05020 0502@04>@0005100 03 05104 05105 05106 05107 05108 05109 05110 05111 05112 05113 051@0414@00 05115 05116 05117 05118 05119 05120 0512@04>@0005200 03 05204 05205 05206 05207 05208 05209 05210 05211 05212 05213 052@0414@00 05215 05216 05217 05218 05219 05220 0522@04>@0005300 03 05304 05305 05306 05307 05308 05309 05310 05311 05312 05313 053@0414@00 05315 05316 05317 05318 05319 05320 0532@04>@0005400 03 05404 05405 05406 05407 05408 05409 05410 05411 05412 05413 054@0414@00 05415 05416 05417 05418 05419 05420 0542@04>@0005500 03 05504 05505 05506 05507 05508 05509 05510 05511 05512 05513 055@0414@00 05515 05516 05517 05518 05519 05520 0552@04>@0005600 03 05604 05605 05606 05607 05608 05609 05610 05611 05612 05613 056@0414@00 05615 05616 05617 05618 05619 05620 0562@04>@00/04#_________________________________________________________________________________________________________________
+a
-=00700 00701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@06>@0001800 01801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>04@00000 @0404@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @040>04@00100 @0404@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @040>04@00200 @0404@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @040>04@00300 @0404@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @040>04@00400 @0404@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @040>04@00500 @0404@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @040>04@00600 @0404@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @040>04@00700 @0404@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @040>04@00800 @0404@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @040>04@00900 @0404@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 05301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 05401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@0005500 05501 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 0@04>@00:#___________________________________________________________________________________________________________________
+=00700 00701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@06>@0001700 01701 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>04@00000 @0404@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @040>04@00100 @0404@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @040>04@00200 @0404@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @040>04@00300 @0404@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @040>04@00400 @0404@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @040>04@00500 @0404@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @040>04@00600 @0404@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @040>04@00700 @0404@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @040>04@00800 @0404@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @040>04@00900 @0404@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 05301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 05401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 00701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@06>@0001800 01801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>04@00000 @0404@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @040>04@00100 @0404@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @040>04@00200 @0404@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @040>04@00300 @0404@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @040>04@00400 @0404@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @040>04@00500 @0404@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @040>04@00600 @0404@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @040>04@00700 @0404@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @040>04@00800 @0404@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @040>04@00900 @0404@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 05301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 05401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@0005500 05501 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 0@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 00701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@06>@0001700 01701 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>04@00000 @0404@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @040>04@00100 @0404@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @040>04@00200 @0404@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @040>04@00300 @0404@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @040>04@00400 @0404@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @040>04@00500 @0404@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @040>04@00600 @0404@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @040>04@00700 @0404@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @040>04@00800 @0404@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @040>04@00900 @0404@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 05301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 05401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 00701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@06>@0001800 01801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>04@00000 @0404@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @040>04@00100 @0404@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @040>04@00200 @0404@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @040>04@00300 @0404@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @040>04@00400 @0404@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @040>04@00500 @0404@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @040>04@00600 @0404@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @040>04@00700 @0404@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @040>04@00800 @0404@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @040>04@00900 @0404@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 05301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 05401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@0005500 05501 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 00701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@06>@0001700 01701 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>04@00000 @0404@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @040>04@00100 @0404@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @040>04@00200 @0404@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @040>04@00300 @0404@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @040>04@00400 @0404@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @040>04@00500 @0404@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @040>04@00600 @0404@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @040>04@00700 @0404@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @040>04@00800 @0404@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @040>04@00900 @0404@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 05301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 05401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+44
-=00700 00701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@06>@0001800 01801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>04@00000 @0404@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @040>04@00100 @0404@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @040>04@00200 @0404@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @040>04@00300 @0404@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @040>04@00400 @0404@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @040>04@00500 @0404@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @040>04@00600 @0404@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @040>04@00700 @0404@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @040>04@00800 @0404@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @040>04@00900 @0404@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 05301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 05401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@0005500 05501 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 0@04>@00:#___________________________________________________________________________________________________________________
+=00700 00701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@06>@0001700 01701 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>04@00000 @0404@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @040>04@00100 @0404@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @040>04@00200 @0404@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @040>04@00300 @0404@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @040>04@00400 @0404@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @040>04@00500 @0404@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @040>04@00600 @0404@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @040>04@00700 @0404@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @040>04@00800 @0404@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @040>04@00900 @0404@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 05301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 05401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 00701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@06>@0001800 01801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>04@00000 @0404@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @040>04@00100 @0404@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @040>04@00200 @0404@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @040>04@00300 @0404@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @040>04@00400 @0404@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @040>04@00500 @0404@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @040>04@00600 @0404@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @040>04@00700 @0404@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @040>04@00800 @0404@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @040>04@00900 @0404@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 05301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 05401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@0005500 05501 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 0@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 00701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@06>@0001700 01701 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>04@00000 @0404@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @040>04@00100 @0404@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @040>04@00200 @0404@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @040>04@00300 @0404@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @040>04@00400 @0404@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @040>04@00500 @0404@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @040>04@00600 @0404@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @040>04@00700 @0404@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @040>04@00800 @0404@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @040>04@00900 @0404@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 05301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 05401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 00701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@06>@0001800 01801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>04@00000 @0404@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @040>04@00100 @0404@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @040>04@00200 @0404@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @040>04@00300 @0404@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @040>04@00400 @0404@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @040>04@00500 @0404@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @040>04@00600 @0404@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @040>04@00700 @0404@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @040>04@00800 @0404@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @040>04@00900 @0404@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 05301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 05401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@0005500 05501 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 00701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@06>@0001700 01701 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>04@00000 @0404@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @040>04@00100 @0404@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @040>04@00200 @0404@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @040>04@00300 @0404@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @040>04@00400 @0404@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @040>04@00500 @0404@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @040>04@00600 @0404@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @040>04@00700 @0404@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @040>04@00800 @0404@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @040>04@00900 @0404@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 05301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 05401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+44
-=00700 00701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@06>@0001800 01801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>04@00000 @0404@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @040>04@00100 @0404@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @040>04@00200 @0404@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @040>04@00300 @0404@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @040>04@00400 @0404@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @040>04@00500 @0404@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @040>04@00600 @0404@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @040>04@00700 @0404@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @040>04@00800 @0404@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @040>04@00900 @0404@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 05301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 05401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@0005500 05501 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 0@04>@00:#___________________________________________________________________________________________________________________
+=00700 00701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@06>@0001700 01701 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>04@00000 @0404@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @040>04@00100 @0404@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @040>04@00200 @0404@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @040>04@00300 @0404@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @040>04@00400 @0404@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @040>04@00500 @0404@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @040>04@00600 @0404@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @040>04@00700 @0404@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @040>04@00800 @0404@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @040>04@00900 @0404@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 05301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 05401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 00701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@06>@0001800 01801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>04@00000 @0404@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @040>04@00100 @0404@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @040>04@00200 @0404@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @040>04@00300 @0404@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @040>04@00400 @0404@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @040>04@00500 @0404@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @040>04@00600 @0404@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @040>04@00700 @0404@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @040>04@00800 @0404@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @040>04@00900 @0404@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 05301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 05401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@0005500 05501 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 0@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 00701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@06>@0001700 01701 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>04@00000 @0404@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @040>04@00100 @0404@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @040>04@00200 @0404@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @040>04@00300 @0404@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @040>04@00400 @0404@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @040>04@00500 @0404@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @040>04@00600 @0404@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @040>04@00700 @0404@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @040>04@00800 @0404@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @040>04@00900 @0404@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 05301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 05401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 00701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@06>@0001800 01801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>04@00000 @0404@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @040>04@00100 @0404@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @040>04@00200 @0404@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @040>04@00300 @0404@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @040>04@00400 @0404@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @040>04@00500 @0404@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @040>04@00600 @0404@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @040>04@00700 @0404@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @040>04@00800 @0404@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @040>04@00900 @0404@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 05301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 05401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@0005500 05501 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 00701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0@04>@0200800 00801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0@06>@0001700 01701 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 0@04>@0001800 01801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0@04>@0001900 01901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0@04>@0002000 02001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0@04>@0002100 02101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0@04>@0002200 02201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0@04>@0002300 02301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0@04>@0002400 02401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0@04>@0002500 02501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0@04>@0002600 02601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0@04>@0002700 02701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0@04>@0002800 02801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0@04>@0002900 02901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0@04>@0003000 03001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0@04>@0003100 03101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0@04>@0003200 03201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0@04>@0003300 03301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0@04>@0003400 03401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0@04>@0003500 03501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0@04>@0003600 03601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0@04>@0003700 03701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0@04>@0003800 03801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0@04>@0003900 03901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0@04>04@00000 @0404@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @040>04@00100 @0404@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @040>04@00200 @0404@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @040>04@00300 @0404@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @040>04@00400 @0404@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @040>04@00500 @0404@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @040>04@00600 @0404@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @040>04@00700 @0404@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @040>04@00800 @0404@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @040>04@00900 @0404@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @040>@0005000 05001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0@04>@0005100 05101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0@04>@0005200 05201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0@04>@0005300 05301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0@04>@0005400 05401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 0701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00@04>@0200800 0801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00@06>@0001800 1801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01@04>@0001900 1901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01@04>@0002000 2001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02@04>@0002100 2101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02@04>@0002200 2201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02@04>@0002300 2301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02@04>@0002400 2401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02@04>@0002500 2501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02@04>@0002600 2601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02@04>@0002700 2701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02@04>@0002800 2801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02@04>@0002900 2901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02@04>@0003000 3001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03@04>@0003100 3101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03@04>@0003200 3201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03@04>@0003300 3301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03@04>@0003400 3401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03@04>@0003500 3501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03@04>@0003600 3601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03@04>@0003700 3701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03@04>@0003800 3801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03@04>@0003900 3901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03@04>04@00000 @044@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404>04@00100 @044@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404>04@00200 @044@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404>04@00300 @044@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404>04@00400 @044@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404>04@00500 @044@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404>04@00600 @044@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404>04@00700 @044@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404>04@00800 @044@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404>04@00900 @044@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404>@0005000 5001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05@04>@0005100 5101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05@04>@0005200 5201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05@04>@0005300 5301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05@04>@0005400 5401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05@04>@0005500 5501 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05@04>@00:#___________________________________________________________________________________________________________________
+=00700 0701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00@04>@0200800 0801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00@06>@0001700 1701 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01@04>@0001800 1801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01@04>@0001900 1901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01@04>@0002000 2001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02@04>@0002100 2101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02@04>@0002200 2201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02@04>@0002300 2301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02@04>@0002400 2401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02@04>@0002500 2501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02@04>@0002600 2601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02@04>@0002700 2701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02@04>@0002800 2801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02@04>@0002900 2901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02@04>@0003000 3001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03@04>@0003100 3101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03@04>@0003200 3201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03@04>@0003300 3301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03@04>@0003400 3401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03@04>@0003500 3501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03@04>@0003600 3601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03@04>@0003700 3701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03@04>@0003800 3801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03@04>@0003900 3901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03@04>04@00000 @044@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404>04@00100 @044@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404>04@00200 @044@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404>04@00300 @044@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404>04@00400 @044@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404>04@00500 @044@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404>04@00600 @044@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404>04@00700 @044@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404>04@00800 @044@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404>04@00900 @044@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404>@0005000 5001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05@04>@0005100 5101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05@04>@0005200 5201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05@04>@0005300 5301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05@04>@0005400 5401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 0701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00@04>@0200800 0801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00@06>@0001800 1801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01@04>@0001900 1901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01@04>@0002000 2001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02@04>@0002100 2101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02@04>@0002200 2201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02@04>@0002300 2301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02@04>@0002400 2401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02@04>@0002500 2501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02@04>@0002600 2601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02@04>@0002700 2701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02@04>@0002800 2801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02@04>@0002900 2901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02@04>@0003000 3001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03@04>@0003100 3101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03@04>@0003200 3201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03@04>@0003300 3301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03@04>@0003400 3401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03@04>@0003500 3501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03@04>@0003600 3601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03@04>@0003700 3701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03@04>@0003800 3801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03@04>@0003900 3901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03@04>04@00000 @044@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404>04@00100 @044@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404>04@00200 @044@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404>04@00300 @044@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404>04@00400 @044@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404>04@00500 @044@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404>04@00600 @044@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404>04@00700 @044@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404>04@00800 @044@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404>04@00900 @044@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404>@0005000 5001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05@04>@0005100 5101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05@04>@0005200 5201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05@04>@0005300 5301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05@04>@0005400 5401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05@04>@0005500 5501 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 0701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00@04>@0200800 0801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00@06>@0001700 1701 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01@04>@0001800 1801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01@04>@0001900 1901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01@04>@0002000 2001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02@04>@0002100 2101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02@04>@0002200 2201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02@04>@0002300 2301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02@04>@0002400 2401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02@04>@0002500 2501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02@04>@0002600 2601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02@04>@0002700 2701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02@04>@0002800 2801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02@04>@0002900 2901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02@04>@0003000 3001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03@04>@0003100 3101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03@04>@0003200 3201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03@04>@0003300 3301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03@04>@0003400 3401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03@04>@0003500 3501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03@04>@0003600 3601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03@04>@0003700 3701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03@04>@0003800 3801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03@04>@0003900 3901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03@04>04@00000 @044@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404>04@00100 @044@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404>04@00200 @044@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404>04@00300 @044@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404>04@00400 @044@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404>04@00500 @044@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404>04@00600 @044@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404>04@00700 @044@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404>04@00800 @044@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404>04@00900 @044@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404>@0005000 5001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05@04>@0005100 5101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05@04>@0005200 5201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05@04>@0005300 5301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05@04>@0005400 5401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 0701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00@04>@0200800 0801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00@06>@0001800 1801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01@04>@0001900 1901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01@04>@0002000 2001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02@04>@0002100 2101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02@04>@0002200 2201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02@04>@0002300 2301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02@04>@0002400 2401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02@04>@0002500 2501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02@04>@0002600 2601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02@04>@0002700 2701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02@04>@0002800 2801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02@04>@0002900 2901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02@04>@0003000 3001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03@04>@0003100 3101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03@04>@0003200 3201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03@04>@0003300 3301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03@04>@0003400 3401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03@04>@0003500 3501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03@04>@0003600 3601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03@04>@0003700 3701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03@04>@0003800 3801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03@04>@0003900 3901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03@04>04@00000 @044@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404>04@00100 @044@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404>04@00200 @044@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404>04@00300 @044@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404>04@00400 @044@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404>04@00500 @044@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404>04@00600 @044@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404>04@00700 @044@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404>04@00800 @044@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404>04@00900 @044@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404>@0005000 5001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05@04>@0005100 5101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05@04>@0005200 5201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05@04>@0005300 5301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05@04>@0005400 5401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05@04>@0005500 5501 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 0701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00@04>@0200800 0801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00@06>@0001700 1701 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01@04>@0001800 1801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01@04>@0001900 1901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01@04>@0002000 2001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02@04>@0002100 2101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02@04>@0002200 2201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02@04>@0002300 2301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02@04>@0002400 2401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02@04>@0002500 2501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02@04>@0002600 2601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02@04>@0002700 2701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02@04>@0002800 2801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02@04>@0002900 2901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02@04>@0003000 3001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03@04>@0003100 3101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03@04>@0003200 3201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03@04>@0003300 3301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03@04>@0003400 3401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03@04>@0003500 3501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03@04>@0003600 3601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03@04>@0003700 3701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03@04>@0003800 3801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03@04>@0003900 3901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03@04>04@00000 @044@00001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404>04@00100 @044@00101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404>04@00200 @044@00201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404>04@00300 @044@00301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404>04@00400 @044@00401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404>04@00500 @044@00501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404>04@00600 @044@00601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404>04@00700 @044@00701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404>04@00800 @044@00801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404>04@00900 @044@00901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404>@0005000 5001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05@04>@0005100 5101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05@04>@0005200 5201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05@04>@0005300 5301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05@04>@0005400 5401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 007@04>@0200800 801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 008@06>@0001800 801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 018@04>@0001900 901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 019@04>@0002000 001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 020@04>@0002100 101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 021@04>@0002200 201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 022@04>@0002300 301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 023@04>@0002400 401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 024@04>@0002500 501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 025@04>@0002600 601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 026@04>@0002700 701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 027@04>@0002800 801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 028@04>@0002900 901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 029@04>@0003000 001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 030@04>@0003100 101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 031@04>@0003200 201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 032@04>@0003300 301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 033@04>@0003400 401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 034@04>@0003500 501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 035@04>@0003600 601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 036@04>@0003700 701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 037@04>@0003800 801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 038@04>@0003900 901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 039@04>04@00000 001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@000@04>04@00100 101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@001@04>04@00200 201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@002@04>04@00300 301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@003@04>04@00400 401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@004@04>04@00500 501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@005@04>04@00600 601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@006@04>04@00700 701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@007@04>04@00800 801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@008@04>04@00900 901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@009@04>@0005000 001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 050@04>@0005100 101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 051@04>@0005200 201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 052@04>@0005300 301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 053@04>@0005400 401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 054@04>@0005500 501 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 055@04>@00:#___________________________________________________________________________________________________________________
+=00700 701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 007@04>@0200800 801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 008@06>@0001700 701 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 017@04>@0001800 801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 018@04>@0001900 901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 019@04>@0002000 001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 020@04>@0002100 101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 021@04>@0002200 201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 022@04>@0002300 301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 023@04>@0002400 401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 024@04>@0002500 501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 025@04>@0002600 601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 026@04>@0002700 701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 027@04>@0002800 801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 028@04>@0002900 901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 029@04>@0003000 001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 030@04>@0003100 101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 031@04>@0003200 201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 032@04>@0003300 301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 033@04>@0003400 401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 034@04>@0003500 501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 035@04>@0003600 601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 036@04>@0003700 701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 037@04>@0003800 801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 038@04>@0003900 901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 039@04>04@00000 001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@000@04>04@00100 101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@001@04>04@00200 201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@002@04>04@00300 301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@003@04>04@00400 401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@004@04>04@00500 501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@005@04>04@00600 601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@006@04>04@00700 701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@007@04>04@00800 801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@008@04>04@00900 901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@009@04>@0005000 001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 050@04>@0005100 101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 051@04>@0005200 201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 052@04>@0005300 301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 053@04>@0005400 401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 054@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 007@04>@0200800 801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 008@06>@0001800 801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 018@04>@0001900 901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 019@04>@0002000 001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 020@04>@0002100 101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 021@04>@0002200 201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 022@04>@0002300 301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 023@04>@0002400 401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 024@04>@0002500 501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 025@04>@0002600 601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 026@04>@0002700 701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 027@04>@0002800 801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 028@04>@0002900 901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 029@04>@0003000 001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 030@04>@0003100 101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 031@04>@0003200 201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 032@04>@0003300 301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 033@04>@0003400 401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 034@04>@0003500 501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 035@04>@0003600 601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 036@04>@0003700 701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 037@04>@0003800 801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 038@04>@0003900 901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 039@04>04@00000 001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@000@04>04@00100 101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@001@04>04@00200 201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@002@04>04@00300 301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@003@04>04@00400 401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@004@04>04@00500 501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@005@04>04@00600 601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@006@04>04@00700 701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@007@04>04@00800 801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@008@04>04@00900 901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@009@04>@0005000 001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 050@04>@0005100 101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 051@04>@0005200 201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 052@04>@0005300 301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 053@04>@0005400 401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 054@04>@0005500 501 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 055@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 007@04>@0200800 801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 008@06>@0001700 701 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 017@04>@0001800 801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 018@04>@0001900 901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 019@04>@0002000 001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 020@04>@0002100 101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 021@04>@0002200 201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 022@04>@0002300 301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 023@04>@0002400 401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 024@04>@0002500 501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 025@04>@0002600 601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 026@04>@0002700 701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 027@04>@0002800 801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 028@04>@0002900 901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 029@04>@0003000 001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 030@04>@0003100 101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 031@04>@0003200 201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 032@04>@0003300 301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 033@04>@0003400 401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 034@04>@0003500 501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 035@04>@0003600 601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 036@04>@0003700 701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 037@04>@0003800 801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 038@04>@0003900 901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 039@04>04@00000 001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@000@04>04@00100 101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@001@04>04@00200 201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@002@04>04@00300 301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@003@04>04@00400 401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@004@04>04@00500 501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@005@04>04@00600 601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@006@04>04@00700 701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@007@04>04@00800 801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@008@04>04@00900 901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@009@04>@0005000 001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 050@04>@0005100 101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 051@04>@0005200 201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 052@04>@0005300 301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 053@04>@0005400 401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 054@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 007@04>@0200800 801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 008@06>@0001800 801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 018@04>@0001900 901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 019@04>@0002000 001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 020@04>@0002100 101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 021@04>@0002200 201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 022@04>@0002300 301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 023@04>@0002400 401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 024@04>@0002500 501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 025@04>@0002600 601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 026@04>@0002700 701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 027@04>@0002800 801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 028@04>@0002900 901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 029@04>@0003000 001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 030@04>@0003100 101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 031@04>@0003200 201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 032@04>@0003300 301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 033@04>@0003400 401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 034@04>@0003500 501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 035@04>@0003600 601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 036@04>@0003700 701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 037@04>@0003800 801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 038@04>@0003900 901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 039@04>04@00000 001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@000@04>04@00100 101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@001@04>04@00200 201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@002@04>04@00300 301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@003@04>04@00400 401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@004@04>04@00500 501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@005@04>04@00600 601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@006@04>04@00700 701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@007@04>04@00800 801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@008@04>04@00900 901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@009@04>@0005000 001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 050@04>@0005100 101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 051@04>@0005200 201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 052@04>@0005300 301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 053@04>@0005400 401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 054@04>@0005500 501 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 055@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 701 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 007@04>@0200800 801 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 008@06>@0001700 701 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 017@04>@0001800 801 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 018@04>@0001900 901 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 019@04>@0002000 001 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 020@04>@0002100 101 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 021@04>@0002200 201 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 022@04>@0002300 301 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 023@04>@0002400 401 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 024@04>@0002500 501 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 025@04>@0002600 601 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 026@04>@0002700 701 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 027@04>@0002800 801 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 028@04>@0002900 901 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 029@04>@0003000 001 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 030@04>@0003100 101 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 031@04>@0003200 201 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 032@04>@0003300 301 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 033@04>@0003400 401 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 034@04>@0003500 501 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 035@04>@0003600 601 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 036@04>@0003700 701 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 037@04>@0003800 801 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 038@04>@0003900 901 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 039@04>04@00000 001 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@000@04>04@00100 101 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@001@04>04@00200 201 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@002@04>04@00300 301 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@003@04>04@00400 401 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@004@04>04@00500 501 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@005@04>04@00600 601 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@006@04>04@00700 701 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@007@04>04@00800 801 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@008@04>04@00900 901 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@009@04>@0005000 001 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 050@04>@0005100 101 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 051@04>@0005200 201 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 052@04>@0005300 301 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 053@04>@0005400 401 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 054@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 01 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0071@04>@0200800 01 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0081@06>@0001800 01 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0181@04>@0001900 01 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0191@04>@0002000 01 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0201@04>@0002100 01 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0211@04>@0002200 01 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0221@04>@0002300 01 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0231@04>@0002400 01 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0241@04>@0002500 01 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0251@04>@0002600 01 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0261@04>@0002700 01 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0271@04>@0002800 01 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0281@04>@0002900 01 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0291@04>@0003000 01 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0301@04>@0003100 01 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0311@04>@0003200 01 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0321@04>@0003300 01 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0331@04>@0003400 01 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0341@04>@0003500 01 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0351@04>@0003600 01 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0361@04>@0003700 01 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0371@04>@0003800 01 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0381@04>@0003900 01 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0391@04>04@00000 01 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@0001@04>04@00100 01 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@0011@04>04@00200 01 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@0021@04>04@00300 01 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@0031@04>04@00400 01 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@0041@04>04@00500 01 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@0051@04>04@00600 01 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@0061@04>04@00700 01 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@0071@04>04@00800 01 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@0081@04>04@00900 01 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@0091@04>@0005000 01 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0501@04>@0005100 01 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0511@04>@0005200 01 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0521@04>@0005300 01 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0531@04>@0005400 01 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0541@04>@0005500 01 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 0551@04>@00:#___________________________________________________________________________________________________________________
+=00700 01 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0071@04>@0200800 01 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0081@06>@0001700 01 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 0171@04>@0001800 01 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0181@04>@0001900 01 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0191@04>@0002000 01 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0201@04>@0002100 01 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0211@04>@0002200 01 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0221@04>@0002300 01 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0231@04>@0002400 01 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0241@04>@0002500 01 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0251@04>@0002600 01 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0261@04>@0002700 01 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0271@04>@0002800 01 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0281@04>@0002900 01 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0291@04>@0003000 01 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0301@04>@0003100 01 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0311@04>@0003200 01 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0321@04>@0003300 01 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0331@04>@0003400 01 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0341@04>@0003500 01 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0351@04>@0003600 01 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0361@04>@0003700 01 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0371@04>@0003800 01 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0381@04>@0003900 01 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0391@04>04@00000 01 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@0001@04>04@00100 01 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@0011@04>04@00200 01 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@0021@04>04@00300 01 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@0031@04>04@00400 01 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@0041@04>04@00500 01 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@0051@04>04@00600 01 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@0061@04>04@00700 01 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@0071@04>04@00800 01 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@0081@04>04@00900 01 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@0091@04>@0005000 01 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0501@04>@0005100 01 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0511@04>@0005200 01 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0521@04>@0005300 01 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0531@04>@0005400 01 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0541@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 01 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0071@04>@0200800 01 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0081@06>@0001800 01 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0181@04>@0001900 01 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0191@04>@0002000 01 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0201@04>@0002100 01 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0211@04>@0002200 01 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0221@04>@0002300 01 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0231@04>@0002400 01 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0241@04>@0002500 01 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0251@04>@0002600 01 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0261@04>@0002700 01 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0271@04>@0002800 01 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0281@04>@0002900 01 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0291@04>@0003000 01 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0301@04>@0003100 01 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0311@04>@0003200 01 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0321@04>@0003300 01 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0331@04>@0003400 01 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0341@04>@0003500 01 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0351@04>@0003600 01 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0361@04>@0003700 01 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0371@04>@0003800 01 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0381@04>@0003900 01 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0391@04>04@00000 01 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@0001@04>04@00100 01 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@0011@04>04@00200 01 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@0021@04>04@00300 01 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@0031@04>04@00400 01 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@0041@04>04@00500 01 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@0051@04>04@00600 01 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@0061@04>04@00700 01 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@0071@04>04@00800 01 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@0081@04>04@00900 01 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@0091@04>@0005000 01 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0501@04>@0005100 01 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0511@04>@0005200 01 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0521@04>@0005300 01 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0531@04>@0005400 01 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0541@04>@0005500 01 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 0551@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 01 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0071@04>@0200800 01 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0081@06>@0001700 01 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 0171@04>@0001800 01 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0181@04>@0001900 01 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0191@04>@0002000 01 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0201@04>@0002100 01 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0211@04>@0002200 01 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0221@04>@0002300 01 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0231@04>@0002400 01 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0241@04>@0002500 01 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0251@04>@0002600 01 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0261@04>@0002700 01 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0271@04>@0002800 01 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0281@04>@0002900 01 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0291@04>@0003000 01 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0301@04>@0003100 01 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0311@04>@0003200 01 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0321@04>@0003300 01 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0331@04>@0003400 01 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0341@04>@0003500 01 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0351@04>@0003600 01 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0361@04>@0003700 01 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0371@04>@0003800 01 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0381@04>@0003900 01 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0391@04>04@00000 01 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@0001@04>04@00100 01 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@0011@04>04@00200 01 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@0021@04>04@00300 01 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@0031@04>04@00400 01 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@0041@04>04@00500 01 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@0051@04>04@00600 01 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@0061@04>04@00700 01 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@0071@04>04@00800 01 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@0081@04>04@00900 01 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@0091@04>@0005000 01 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0501@04>@0005100 01 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0511@04>@0005200 01 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0521@04>@0005300 01 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0531@04>@0005400 01 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0541@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 01 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0071@04>@0200800 01 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0081@06>@0001800 01 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0181@04>@0001900 01 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0191@04>@0002000 01 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0201@04>@0002100 01 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0211@04>@0002200 01 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0221@04>@0002300 01 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0231@04>@0002400 01 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0241@04>@0002500 01 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0251@04>@0002600 01 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0261@04>@0002700 01 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0271@04>@0002800 01 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0281@04>@0002900 01 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0291@04>@0003000 01 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0301@04>@0003100 01 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0311@04>@0003200 01 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0321@04>@0003300 01 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0331@04>@0003400 01 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0341@04>@0003500 01 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0351@04>@0003600 01 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0361@04>@0003700 01 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0371@04>@0003800 01 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0381@04>@0003900 01 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0391@04>04@00000 01 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@0001@04>04@00100 01 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@0011@04>04@00200 01 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@0021@04>04@00300 01 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@0031@04>04@00400 01 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@0041@04>04@00500 01 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@0051@04>04@00600 01 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@0061@04>04@00700 01 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@0071@04>04@00800 01 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@0081@04>04@00900 01 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@0091@04>@0005000 01 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0501@04>@0005100 01 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0511@04>@0005200 01 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0521@04>@0005300 01 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0531@04>@0005400 01 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0541@04>@0005500 01 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 0551@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 01 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 0071@04>@0200800 01 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 0081@06>@0001700 01 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 0171@04>@0001800 01 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 0181@04>@0001900 01 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 0191@04>@0002000 01 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 0201@04>@0002100 01 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 0211@04>@0002200 01 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 0221@04>@0002300 01 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 0231@04>@0002400 01 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 0241@04>@0002500 01 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 0251@04>@0002600 01 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 0261@04>@0002700 01 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 0271@04>@0002800 01 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 0281@04>@0002900 01 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 0291@04>@0003000 01 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 0301@04>@0003100 01 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 0311@04>@0003200 01 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 0321@04>@0003300 01 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 0331@04>@0003400 01 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 0341@04>@0003500 01 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 0351@04>@0003600 01 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 0361@04>@0003700 01 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 0371@04>@0003800 01 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 0381@04>@0003900 01 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 0391@04>04@00000 01 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@0001@04>04@00100 01 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@0011@04>04@00200 01 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@0021@04>04@00300 01 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@0031@04>04@00400 01 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@0041@04>04@00500 01 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@0051@04>04@00600 01 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@0061@04>04@00700 01 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@0071@04>04@00800 01 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@0081@04>04@00900 01 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@0091@04>@0005000 01 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 0501@04>@0005100 01 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 0511@04>@0005200 01 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 0521@04>@0005300 01 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 0531@04>@0005400 01 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 0541@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 1 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719@04>@0200800 1 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819@06>@0001800 1 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819@04>@0001900 1 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919@04>@0002000 1 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019@04>@0002100 1 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119@04>@0002200 1 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219@04>@0002300 1 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319@04>@0002400 1 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419@04>@0002500 1 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519@04>@0002600 1 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619@04>@0002700 1 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719@04>@0002800 1 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819@04>@0002900 1 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919@04>@0003000 1 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019@04>@0003100 1 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119@04>@0003200 1 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219@04>@0003300 1 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319@04>@0003400 1 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419@04>@0003500 1 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519@04>@0003600 1 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619@04>@0003700 1 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719@04>@0003800 1 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819@04>@0003900 1 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919@04>04@00000 1 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019@04>04@00100 1 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119@04>04@00200 1 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219@04>04@00300 1 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319@04>04@00400 1 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419@04>04@00500 1 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519@04>04@00600 1 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619@04>04@00700 1 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719@04>04@00800 1 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819@04>04@00900 1 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919@04>@0005000 1 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019@04>@0005100 1 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119@04>@0005200 1 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219@04>@0005300 1 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319@04>@0005400 1 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419@04>@0005500 1 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519@04>@00:#___________________________________________________________________________________________________________________
+=00700 1 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719@04>@0200800 1 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819@06>@0001700 1 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719@04>@0001800 1 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819@04>@0001900 1 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919@04>@0002000 1 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019@04>@0002100 1 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119@04>@0002200 1 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219@04>@0002300 1 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319@04>@0002400 1 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419@04>@0002500 1 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519@04>@0002600 1 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619@04>@0002700 1 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719@04>@0002800 1 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819@04>@0002900 1 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919@04>@0003000 1 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019@04>@0003100 1 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119@04>@0003200 1 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219@04>@0003300 1 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319@04>@0003400 1 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419@04>@0003500 1 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519@04>@0003600 1 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619@04>@0003700 1 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719@04>@0003800 1 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819@04>@0003900 1 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919@04>04@00000 1 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019@04>04@00100 1 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119@04>04@00200 1 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219@04>04@00300 1 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319@04>04@00400 1 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419@04>04@00500 1 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519@04>04@00600 1 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619@04>04@00700 1 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719@04>04@00800 1 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819@04>04@00900 1 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919@04>@0005000 1 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019@04>@0005100 1 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119@04>@0005200 1 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219@04>@0005300 1 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319@04>@0005400 1 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 1 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719@04>@0200800 1 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819@06>@0001800 1 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819@04>@0001900 1 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919@04>@0002000 1 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019@04>@0002100 1 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119@04>@0002200 1 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219@04>@0002300 1 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319@04>@0002400 1 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419@04>@0002500 1 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519@04>@0002600 1 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619@04>@0002700 1 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719@04>@0002800 1 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819@04>@0002900 1 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919@04>@0003000 1 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019@04>@0003100 1 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119@04>@0003200 1 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219@04>@0003300 1 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319@04>@0003400 1 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419@04>@0003500 1 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519@04>@0003600 1 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619@04>@0003700 1 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719@04>@0003800 1 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819@04>@0003900 1 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919@04>04@00000 1 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019@04>04@00100 1 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119@04>04@00200 1 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219@04>04@00300 1 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319@04>04@00400 1 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419@04>04@00500 1 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519@04>04@00600 1 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619@04>04@00700 1 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719@04>04@00800 1 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819@04>04@00900 1 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919@04>@0005000 1 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019@04>@0005100 1 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119@04>@0005200 1 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219@04>@0005300 1 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319@04>@0005400 1 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419@04>@0005500 1 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 1 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719@04>@0200800 1 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819@06>@0001700 1 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719@04>@0001800 1 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819@04>@0001900 1 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919@04>@0002000 1 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019@04>@0002100 1 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119@04>@0002200 1 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219@04>@0002300 1 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319@04>@0002400 1 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419@04>@0002500 1 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519@04>@0002600 1 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619@04>@0002700 1 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719@04>@0002800 1 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819@04>@0002900 1 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919@04>@0003000 1 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019@04>@0003100 1 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119@04>@0003200 1 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219@04>@0003300 1 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319@04>@0003400 1 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419@04>@0003500 1 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519@04>@0003600 1 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619@04>@0003700 1 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719@04>@0003800 1 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819@04>@0003900 1 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919@04>04@00000 1 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019@04>04@00100 1 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119@04>04@00200 1 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219@04>04@00300 1 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319@04>04@00400 1 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419@04>04@00500 1 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519@04>04@00600 1 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619@04>04@00700 1 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719@04>04@00800 1 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819@04>04@00900 1 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919@04>@0005000 1 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019@04>@0005100 1 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119@04>@0005200 1 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219@04>@0005300 1 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319@04>@0005400 1 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 1 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719@04>@0200800 1 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819@06>@0001800 1 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819@04>@0001900 1 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919@04>@0002000 1 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019@04>@0002100 1 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119@04>@0002200 1 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219@04>@0002300 1 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319@04>@0002400 1 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419@04>@0002500 1 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519@04>@0002600 1 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619@04>@0002700 1 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719@04>@0002800 1 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819@04>@0002900 1 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919@04>@0003000 1 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019@04>@0003100 1 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119@04>@0003200 1 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219@04>@0003300 1 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319@04>@0003400 1 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419@04>@0003500 1 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519@04>@0003600 1 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619@04>@0003700 1 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719@04>@0003800 1 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819@04>@0003900 1 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919@04>04@00000 1 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019@04>04@00100 1 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119@04>04@00200 1 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219@04>04@00300 1 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319@04>04@00400 1 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419@04>04@00500 1 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519@04>04@00600 1 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619@04>04@00700 1 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719@04>04@00800 1 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819@04>04@00900 1 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919@04>@0005000 1 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019@04>@0005100 1 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119@04>@0005200 1 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219@04>@0005300 1 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319@04>@0005400 1 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419@04>@0005500 1 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 1 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719@04>@0200800 1 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819@06>@0001700 1 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719@04>@0001800 1 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819@04>@0001900 1 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919@04>@0002000 1 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019@04>@0002100 1 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119@04>@0002200 1 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219@04>@0002300 1 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319@04>@0002400 1 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419@04>@0002500 1 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519@04>@0002600 1 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619@04>@0002700 1 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719@04>@0002800 1 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819@04>@0002900 1 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919@04>@0003000 1 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019@04>@0003100 1 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119@04>@0003200 1 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219@04>@0003300 1 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319@04>@0003400 1 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419@04>@0003500 1 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519@04>@0003600 1 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619@04>@0003700 1 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719@04>@0003800 1 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819@04>@0003900 1 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919@04>04@00000 1 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019@04>04@00100 1 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119@04>04@00200 1 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219@04>04@00300 1 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319@04>04@00400 1 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419@04>04@00500 1 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519@04>04@00600 1 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619@04>04@00700 1 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719@04>04@00800 1 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819@04>04@00900 1 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919@04>@0005000 1 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019@04>@0005100 1 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119@04>@0005200 1 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219@04>@0005300 1 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319@04>@0005400 1 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 @04>@0200800 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 @06>@0001800 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 @04>@0001900 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 @04>@0002000 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 @04>@0002100 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 @04>@0002200 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 @04>@0002300 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 @04>@0002400 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 @04>@0002500 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 @04>@0002600 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 @04>@0002700 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 @04>@0002800 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 @04>@0002900 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 @04>@0003000 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 @04>@0003100 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 @04>@0003200 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 @04>@0003300 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 @04>@0003400 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 @04>@0003500 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 @04>@0003600 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 @04>@0003700 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 @04>@0003800 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 @04>@0003900 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 @04>04@00000 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @04>04@00100 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @04>04@00200 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @04>04@00300 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @04>04@00400 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @04>04@00500 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @04>04@00600 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @04>04@00700 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @04>04@00800 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @04>04@00900 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @04>@0005000 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 @04>@0005100 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 @04>@0005200 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 @04>@0005300 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 @04>@0005400 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 @04>@0005500 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 @04>@00:#___________________________________________________________________________________________________________________
+=00700 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 @04>@0200800 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 @06>@0001700 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 @04>@0001800 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 @04>@0001900 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 @04>@0002000 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 @04>@0002100 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 @04>@0002200 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 @04>@0002300 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 @04>@0002400 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 @04>@0002500 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 @04>@0002600 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 @04>@0002700 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 @04>@0002800 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 @04>@0002900 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 @04>@0003000 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 @04>@0003100 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 @04>@0003200 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 @04>@0003300 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 @04>@0003400 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 @04>@0003500 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 @04>@0003600 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 @04>@0003700 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 @04>@0003800 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 @04>@0003900 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 @04>04@00000 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @04>04@00100 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @04>04@00200 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @04>04@00300 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @04>04@00400 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @04>04@00500 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @04>04@00600 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @04>04@00700 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @04>04@00800 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @04>04@00900 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @04>@0005000 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 @04>@0005100 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 @04>@0005200 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 @04>@0005300 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 @04>@0005400 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 @04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 @04>@0200800 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 @06>@0001800 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 @04>@0001900 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 @04>@0002000 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 @04>@0002100 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 @04>@0002200 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 @04>@0002300 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 @04>@0002400 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 @04>@0002500 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 @04>@0002600 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 @04>@0002700 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 @04>@0002800 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 @04>@0002900 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 @04>@0003000 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 @04>@0003100 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 @04>@0003200 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 @04>@0003300 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 @04>@0003400 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 @04>@0003500 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 @04>@0003600 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 @04>@0003700 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 @04>@0003800 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 @04>@0003900 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 @04>04@00000 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @04>04@00100 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @04>04@00200 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @04>04@00300 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @04>04@00400 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @04>04@00500 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @04>04@00600 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @04>04@00700 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @04>04@00800 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @04>04@00900 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @04>@0005000 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 @04>@0005100 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 @04>@0005200 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 @04>@0005300 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 @04>@0005400 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 @04>@0005500 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 @04>@00 ESC#________________________________________________________________________________________________________________
+=00700 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 @04>@0200800 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 @06>@0001700 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 @04>@0001800 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 @04>@0001900 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 @04>@0002000 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 @04>@0002100 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 @04>@0002200 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 @04>@0002300 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 @04>@0002400 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 @04>@0002500 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 @04>@0002600 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 @04>@0002700 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 @04>@0002800 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 @04>@0002900 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 @04>@0003000 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 @04>@0003100 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 @04>@0003200 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 @04>@0003300 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 @04>@0003400 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 @04>@0003500 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 @04>@0003600 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 @04>@0003700 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 @04>@0003800 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 @04>@0003900 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 @04>04@00000 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @04>04@00100 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @04>04@00200 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @04>04@00300 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @04>04@00400 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @04>04@00500 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @04>04@00600 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @04>04@00700 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @04>04@00800 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @04>04@00900 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @04>@0005000 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 @04>@0005100 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 @04>@0005200 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 @04>@0005300 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 @04>@0005400 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 @04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 @04>@0200800 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 @06>@0001800 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 @04>@0001900 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 @04>@0002000 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 @04>@0002100 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 @04>@0002200 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 @04>@0002300 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 @04>@0002400 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 @04>@0002500 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 @04>@0002600 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 @04>@0002700 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 @04>@0002800 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 @04>@0002900 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 @04>@0003000 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 @04>@0003100 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 @04>@0003200 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 @04>@0003300 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 @04>@0003400 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 @04>@0003500 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 @04>@0003600 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 @04>@0003700 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 @04>@0003800 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 @04>@0003900 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 @04>04@00000 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @04>04@00100 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @04>04@00200 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @04>04@00300 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @04>04@00400 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @04>04@00500 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @04>04@00600 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @04>04@00700 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @04>04@00800 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @04>04@00900 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @04>@0005000 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 @04>@0005100 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 @04>@0005200 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 @04>@0005300 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 @04>@0005400 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 @04>@0005500 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 @04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 @04>@0200800 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 @06>@0001700 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 @04>@0001800 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 @04>@0001900 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 @04>@0002000 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 @04>@0002100 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 @04>@0002200 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 @04>@0002300 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 @04>@0002400 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 @04>@0002500 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 @04>@0002600 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 @04>@0002700 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 @04>@0002800 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 @04>@0002900 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 @04>@0003000 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 @04>@0003100 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 @04>@0003200 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 @04>@0003300 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 @04>@0003400 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 @04>@0003500 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 @04>@0003600 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 @04>@0003700 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 @04>@0003800 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 @04>@0003900 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 @04>04@00000 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @04>04@00100 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @04>04@00200 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @04>04@00300 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @04>04@00400 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @04>04@00500 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @04>04@00600 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @04>04@00700 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @04>04@00800 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @04>04@00900 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @04>@0005000 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 @04>@0005100 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 @04>@0005200 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 @04>@0005300 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 @04>@0005400 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 @04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 0@04>@0200800 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 0@06>@0001800 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 0@04>@0001900 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 0@04>@0002000 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 0@04>@0002100 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 0@04>@0002200 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 0@04>@0002300 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 0@04>@0002400 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 0@04>@0002500 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 0@04>@0002600 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 0@04>@0002700 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 0@04>@0002800 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 0@04>@0002900 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 0@04>@0003000 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0@04>@0003100 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0@04>@0003200 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0@04>@0003300 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0@04>@0003400 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0@04>@0003500 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0@04>@0003600 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0@04>@0003700 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0@04>@0003800 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0@04>@0003900 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 0@04>04@00000 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @040>04@00100 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @040>04@00200 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @040>04@00300 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @040>04@00400 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @040>04@00500 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @040>04@00600 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @040>04@00700 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @040>04@00800 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @040>04@00900 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @040>@0005000 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0@04>@0005100 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0@04>@0005200 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0@04>@0005300 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0@04>@0005400 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0@04>@0005500 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 0@04>@00:#___________________________________________________________________________________________________________________
+=00700 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 0@04>@0200800 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 0@06>@0001700 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 0@04>@0001800 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 0@04>@0001900 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 0@04>@0002000 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 0@04>@0002100 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 0@04>@0002200 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 0@04>@0002300 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 0@04>@0002400 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 0@04>@0002500 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 0@04>@0002600 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 0@04>@0002700 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 0@04>@0002800 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 0@04>@0002900 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 0@04>@0003000 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0@04>@0003100 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0@04>@0003200 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0@04>@0003300 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0@04>@0003400 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0@04>@0003500 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0@04>@0003600 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0@04>@0003700 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0@04>@0003800 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0@04>@0003900 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 0@04>04@00000 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @040>04@00100 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @040>04@00200 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @040>04@00300 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @040>04@00400 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @040>04@00500 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @040>04@00600 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @040>04@00700 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @040>04@00800 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @040>04@00900 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @040>@0005000 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0@04>@0005100 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0@04>@0005200 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0@04>@0005300 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0@04>@0005400 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 0@04>@0200800 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 0@06>@0001800 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 0@04>@0001900 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 0@04>@0002000 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 0@04>@0002100 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 0@04>@0002200 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 0@04>@0002300 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 0@04>@0002400 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 0@04>@0002500 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 0@04>@0002600 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 0@04>@0002700 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 0@04>@0002800 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 0@04>@0002900 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 0@04>@0003000 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0@04>@0003100 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0@04>@0003200 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0@04>@0003300 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0@04>@0003400 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0@04>@0003500 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0@04>@0003600 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0@04>@0003700 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0@04>@0003800 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0@04>@0003900 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 0@04>04@00000 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @040>04@00100 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @040>04@00200 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @040>04@00300 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @040>04@00400 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @040>04@00500 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @040>04@00600 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @040>04@00700 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @040>04@00800 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @040>04@00900 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @040>@0005000 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0@04>@0005100 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0@04>@0005200 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0@04>@0005300 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0@04>@0005400 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0@04>@0005500 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 0@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 0@04>@0200800 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 0@06>@0001700 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 0@04>@0001800 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 0@04>@0001900 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 0@04>@0002000 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 0@04>@0002100 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 0@04>@0002200 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 0@04>@0002300 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 0@04>@0002400 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 0@04>@0002500 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 0@04>@0002600 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 0@04>@0002700 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 0@04>@0002800 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 0@04>@0002900 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 0@04>@0003000 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0@04>@0003100 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0@04>@0003200 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0@04>@0003300 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0@04>@0003400 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0@04>@0003500 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0@04>@0003600 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0@04>@0003700 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0@04>@0003800 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0@04>@0003900 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 0@04>04@00000 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @040>04@00100 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @040>04@00200 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @040>04@00300 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @040>04@00400 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @040>04@00500 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @040>04@00600 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @040>04@00700 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @040>04@00800 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @040>04@00900 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @040>@0005000 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0@04>@0005100 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0@04>@0005200 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0@04>@0005300 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0@04>@0005400 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 0@04>@0200800 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 0@06>@0001800 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 0@04>@0001900 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 0@04>@0002000 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 0@04>@0002100 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 0@04>@0002200 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 0@04>@0002300 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 0@04>@0002400 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 0@04>@0002500 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 0@04>@0002600 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 0@04>@0002700 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 0@04>@0002800 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 0@04>@0002900 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 0@04>@0003000 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0@04>@0003100 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0@04>@0003200 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0@04>@0003300 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0@04>@0003400 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0@04>@0003500 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0@04>@0003600 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0@04>@0003700 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0@04>@0003800 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0@04>@0003900 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 0@04>04@00000 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @040>04@00100 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @040>04@00200 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @040>04@00300 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @040>04@00400 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @040>04@00500 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @040>04@00600 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @040>04@00700 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @040>04@00800 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @040>04@00900 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @040>@0005000 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0@04>@0005100 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0@04>@0005200 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0@04>@0005300 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0@04>@0005400 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0@04>@0005500 05502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 00702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 0@04>@0200800 00802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 0@06>@0001700 01702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 0@04>@0001800 01802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 0@04>@0001900 01902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 0@04>@0002000 02002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 0@04>@0002100 02102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 0@04>@0002200 02202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 0@04>@0002300 02302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 0@04>@0002400 02402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 0@04>@0002500 02502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 0@04>@0002600 02602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 0@04>@0002700 02702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 0@04>@0002800 02802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 0@04>@0002900 02902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 0@04>@0003000 03002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0@04>@0003100 03102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0@04>@0003200 03202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0@04>@0003300 03302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0@04>@0003400 03402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0@04>@0003500 03502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0@04>@0003600 03602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0@04>@0003700 03702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0@04>@0003800 03802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0@04>@0003900 03902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 0@04>04@00000 @0404@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @040>04@00100 @0404@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @040>04@00200 @0404@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @040>04@00300 @0404@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @040>04@00400 @0404@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @040>04@00500 @0404@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @040>04@00600 @0404@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @040>04@00700 @0404@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @040>04@00800 @0404@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @040>04@00900 @0404@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @040>@0005000 05002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0@04>@0005100 05102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0@04>@0005200 05202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0@04>@0005300 05302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0@04>@0005400 05402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 0702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00@04>@0200800 0802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00@06>@0001800 1802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01@04>@0001900 1902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01@04>@0002000 2002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02@04>@0002100 2102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02@04>@0002200 2202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02@04>@0002300 2302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02@04>@0002400 2402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02@04>@0002500 2502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02@04>@0002600 2602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02@04>@0002700 2702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02@04>@0002800 2802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02@04>@0002900 2902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02@04>@0003000 3002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03@04>@0003100 3102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03@04>@0003200 3202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03@04>@0003300 3302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03@04>@0003400 3402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03@04>@0003500 3502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03@04>@0003600 3602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03@04>@0003700 3702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03@04>@0003800 3802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03@04>@0003900 3902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03@04>04@00000 @044@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404>04@00100 @044@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404>04@00200 @044@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404>04@00300 @044@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404>04@00400 @044@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404>04@00500 @044@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404>04@00600 @044@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404>04@00700 @044@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404>04@00800 @044@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404>04@00900 @044@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404>@0005000 5002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05@04>@0005100 5102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05@04>@0005200 5202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05@04>@0005300 5302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05@04>@0005400 5402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05@04>@0005500 5502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05@04>@00:#___________________________________________________________________________________________________________________
+=00700 0702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00@04>@0200800 0802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00@06>@0001700 1702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01@04>@0001800 1802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01@04>@0001900 1902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01@04>@0002000 2002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02@04>@0002100 2102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02@04>@0002200 2202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02@04>@0002300 2302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02@04>@0002400 2402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02@04>@0002500 2502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02@04>@0002600 2602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02@04>@0002700 2702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02@04>@0002800 2802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02@04>@0002900 2902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02@04>@0003000 3002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03@04>@0003100 3102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03@04>@0003200 3202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03@04>@0003300 3302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03@04>@0003400 3402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03@04>@0003500 3502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03@04>@0003600 3602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03@04>@0003700 3702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03@04>@0003800 3802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03@04>@0003900 3902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03@04>04@00000 @044@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404>04@00100 @044@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404>04@00200 @044@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404>04@00300 @044@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404>04@00400 @044@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404>04@00500 @044@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404>04@00600 @044@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404>04@00700 @044@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404>04@00800 @044@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404>04@00900 @044@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404>@0005000 5002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05@04>@0005100 5102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05@04>@0005200 5202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05@04>@0005300 5302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05@04>@0005400 5402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 0702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00@04>@0200800 0802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00@06>@0001800 1802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01@04>@0001900 1902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01@04>@0002000 2002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02@04>@0002100 2102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02@04>@0002200 2202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02@04>@0002300 2302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02@04>@0002400 2402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02@04>@0002500 2502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02@04>@0002600 2602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02@04>@0002700 2702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02@04>@0002800 2802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02@04>@0002900 2902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02@04>@0003000 3002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03@04>@0003100 3102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03@04>@0003200 3202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03@04>@0003300 3302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03@04>@0003400 3402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03@04>@0003500 3502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03@04>@0003600 3602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03@04>@0003700 3702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03@04>@0003800 3802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03@04>@0003900 3902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03@04>04@00000 @044@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404>04@00100 @044@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404>04@00200 @044@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404>04@00300 @044@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404>04@00400 @044@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404>04@00500 @044@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404>04@00600 @044@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404>04@00700 @044@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404>04@00800 @044@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404>04@00900 @044@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404>@0005000 5002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05@04>@0005100 5102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05@04>@0005200 5202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05@04>@0005300 5302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05@04>@0005400 5402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05@04>@0005500 5502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 0702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00@04>@0200800 0802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00@06>@0001700 1702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01@04>@0001800 1802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01@04>@0001900 1902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01@04>@0002000 2002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02@04>@0002100 2102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02@04>@0002200 2202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02@04>@0002300 2302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02@04>@0002400 2402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02@04>@0002500 2502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02@04>@0002600 2602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02@04>@0002700 2702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02@04>@0002800 2802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02@04>@0002900 2902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02@04>@0003000 3002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03@04>@0003100 3102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03@04>@0003200 3202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03@04>@0003300 3302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03@04>@0003400 3402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03@04>@0003500 3502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03@04>@0003600 3602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03@04>@0003700 3702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03@04>@0003800 3802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03@04>@0003900 3902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03@04>04@00000 @044@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404>04@00100 @044@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404>04@00200 @044@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404>04@00300 @044@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404>04@00400 @044@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404>04@00500 @044@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404>04@00600 @044@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404>04@00700 @044@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404>04@00800 @044@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404>04@00900 @044@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404>@0005000 5002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05@04>@0005100 5102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05@04>@0005200 5202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05@04>@0005300 5302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05@04>@0005400 5402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 0702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00@04>@0200800 0802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00@06>@0001800 1802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01@04>@0001900 1902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01@04>@0002000 2002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02@04>@0002100 2102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02@04>@0002200 2202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02@04>@0002300 2302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02@04>@0002400 2402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02@04>@0002500 2502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02@04>@0002600 2602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02@04>@0002700 2702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02@04>@0002800 2802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02@04>@0002900 2902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02@04>@0003000 3002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03@04>@0003100 3102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03@04>@0003200 3202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03@04>@0003300 3302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03@04>@0003400 3402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03@04>@0003500 3502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03@04>@0003600 3602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03@04>@0003700 3702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03@04>@0003800 3802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03@04>@0003900 3902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03@04>04@00000 @044@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404>04@00100 @044@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404>04@00200 @044@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404>04@00300 @044@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404>04@00400 @044@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404>04@00500 @044@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404>04@00600 @044@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404>04@00700 @044@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404>04@00800 @044@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404>04@00900 @044@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404>@0005000 5002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05@04>@0005100 5102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05@04>@0005200 5202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05@04>@0005300 5302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05@04>@0005400 5402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05@04>@0005500 5502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 0702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00@04>@0200800 0802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00@06>@0001700 1702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01@04>@0001800 1802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01@04>@0001900 1902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01@04>@0002000 2002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02@04>@0002100 2102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02@04>@0002200 2202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02@04>@0002300 2302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02@04>@0002400 2402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02@04>@0002500 2502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02@04>@0002600 2602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02@04>@0002700 2702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02@04>@0002800 2802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02@04>@0002900 2902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02@04>@0003000 3002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03@04>@0003100 3102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03@04>@0003200 3202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03@04>@0003300 3302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03@04>@0003400 3402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03@04>@0003500 3502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03@04>@0003600 3602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03@04>@0003700 3702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03@04>@0003800 3802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03@04>@0003900 3902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03@04>04@00000 @044@00002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404>04@00100 @044@00102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404>04@00200 @044@00202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404>04@00300 @044@00302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404>04@00400 @044@00402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404>04@00500 @044@00502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404>04@00600 @044@00602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404>04@00700 @044@00702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404>04@00800 @044@00802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404>04@00900 @044@00902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404>@0005000 5002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05@04>@0005100 5102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05@04>@0005200 5202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05@04>@0005300 5302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05@04>@0005400 5402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 007@04>@0200800 802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 008@06>@0001800 802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 018@04>@0001900 902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 019@04>@0002000 002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 020@04>@0002100 102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 021@04>@0002200 202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 022@04>@0002300 302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 023@04>@0002400 402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 024@04>@0002500 502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 025@04>@0002600 602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 026@04>@0002700 702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 027@04>@0002800 802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 028@04>@0002900 902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 029@04>@0003000 002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 030@04>@0003100 102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 031@04>@0003200 202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 032@04>@0003300 302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 033@04>@0003400 402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 034@04>@0003500 502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 035@04>@0003600 602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@0003700 702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 039@04>04@00000 002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@000@04>04@00100 102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@001@04>04@00200 202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@002@04>04@00300 302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@003@04>04@00400 402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@004@04>04@00500 502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@005@04>04@00600 602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@006@04>04@00700 702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@007@04>04@00800 802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@008@04>04@00900 902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@009@04>@0005000 002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@00:#___________________________________________________________________________________________________________________
+=00700 702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 007@04>@0200800 802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 008@06>@0001700 702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 017@04>@0001800 802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 018@04>@0001900 902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 019@04>@0002000 002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 020@04>@0002100 102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 021@04>@0002200 202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 022@04>@0002300 302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 023@04>@0002400 402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 024@04>@0002500 502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 025@04>@0002600 602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 026@04>@0002700 702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 027@04>@0002800 802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 028@04>@0002900 902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 029@04>@0003000 002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 030@04>@0003100 102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 031@04>@0003200 202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 032@04>@0003300 302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 033@04>@0003400 402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 034@04>@0003500 502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 035@04>@0003600 602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@0003700 702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 039@04>04@00000 002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@000@04>04@00100 102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@001@04>04@00200 202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@002@04>04@00300 302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@003@04>04@00400 402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@004@04>04@00500 502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@005@04>04@00600 602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@006@04>04@00700 702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@007@04>04@00800 802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@008@04>04@00900 902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@009@04>@0005000 002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 007@04>@0200800 802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 008@06>@0001800 802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 018@04>@0001900 902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 019@04>@0002000 002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 020@04>@0002100 102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 021@04>@0002200 202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 022@04>@0002300 302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 023@04>@0002400 402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 024@04>@0002500 502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 025@04>@0002600 602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 026@04>@0002700 702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 027@04>@0002800 802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 028@04>@0002900 902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 029@04>@0003000 002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 030@04>@0003100 102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 031@04>@0003200 202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 032@04>@0003300 302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 033@04>@0003400 402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 034@04>@0003500 502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 035@04>@0003600 602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@0003700 702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 039@04>04@00000 002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@000@04>04@00100 102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@001@04>04@00200 202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@002@04>04@00300 302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@003@04>04@00400 402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@004@04>04@00500 502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@005@04>04@00600 602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@006@04>04@00700 702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@007@04>04@00800 802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@008@04>04@00900 902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@009@04>@0005000 002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 007@04>@0200800 802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 008@06>@0001700 702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 017@04>@0001800 802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 018@04>@0001900 902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 019@04>@0002000 002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 020@04>@0002100 102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 021@04>@0002200 202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 022@04>@0002300 302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 023@04>@0002400 402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 024@04>@0002500 502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 025@04>@0002600 602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 026@04>@0002700 702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 027@04>@0002800 802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 028@04>@0002900 902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 029@04>@0003000 002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 030@04>@0003100 102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 031@04>@0003200 202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 032@04>@0003300 302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 033@04>@0003400 402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 034@04>@0003500 502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 035@04>@0003600 602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@0003700 702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 039@04>04@00000 002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@000@04>04@00100 102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@001@04>04@00200 202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@002@04>04@00300 302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@003@04>04@00400 402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@004@04>04@00500 502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@005@04>04@00600 602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@006@04>04@00700 702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@007@04>04@00800 802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@008@04>04@00900 902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@009@04>@0005000 002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 007@04>@0200800 802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 008@06>@0001800 802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 018@04>@0001900 902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 019@04>@0002000 002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 020@04>@0002100 102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 021@04>@0002200 202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 022@04>@0002300 302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 023@04>@0002400 402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 024@04>@0002500 502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 025@04>@0002600 602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 026@04>@0002700 702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 027@04>@0002800 802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 028@04>@0002900 902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 029@04>@0003000 002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 030@04>@0003100 102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 031@04>@0003200 202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 032@04>@0003300 302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 033@04>@0003400 402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 034@04>@0003500 502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 035@04>@0003600 602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@0003700 702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 039@04>04@00000 002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@000@04>04@00100 102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@001@04>04@00200 202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@002@04>04@00300 302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@003@04>04@00400 402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@004@04>04@00500 502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@005@04>04@00600 602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@006@04>04@00700 702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@007@04>04@00800 802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@008@04>04@00900 902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@009@04>@0005000 002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@0005500 502 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 055@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 702 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 007@04>@0200800 802 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 008@06>@0001700 702 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 017@04>@0001800 802 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 018@04>@0001900 902 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 019@04>@0002000 002 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 020@04>@0002100 102 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 021@04>@0002200 202 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 022@04>@0002300 302 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 023@04>@0002400 402 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 024@04>@0002500 502 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 025@04>@0002600 602 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 026@04>@0002700 702 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 027@04>@0002800 802 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 028@04>@0002900 902 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 029@04>@0003000 002 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 030@04>@0003100 102 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 031@04>@0003200 202 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 032@04>@0003300 302 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 033@04>@0003400 402 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 034@04>@0003500 502 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 035@04>@0003600 602 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 036@04>@0003700 702 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 037@04>@0003800 802 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 038@04>@0003900 902 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 039@04>04@00000 002 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@000@04>04@00100 102 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@001@04>04@00200 202 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@002@04>04@00300 302 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@003@04>04@00400 402 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@004@04>04@00500 502 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@005@04>04@00600 602 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@006@04>04@00700 702 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@007@04>04@00800 802 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@008@04>04@00900 902 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@009@04>@0005000 002 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 050@04>@0005100 102 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 051@04>@0005200 202 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 052@04>@0005300 302 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 053@04>@0005400 402 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 054@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 02 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 0072@04>@0200800 02 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 0082@06>@0001800 02 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 0182@04>@0001900 02 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 0192@04>@0002000 02 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 0202@04>@0002100 02 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 0212@04>@0002200 02 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 0222@04>@0002300 02 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 0232@04>@0002400 02 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 0242@04>@0002500 02 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 0252@04>@0002600 02 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 0262@04>@0002700 02 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 0272@04>@0002800 02 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 0282@04>@0002900 02 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 0292@04>@0003000 02 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0302@04>@0003100 02 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0312@04>@0003200 02 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0322@04>@0003300 02 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0332@04>@0003400 02 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0342@04>@0003500 02 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0352@04>@0003600 02 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0362@04>@0003700 02 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0372@04>@0003800 02 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0382@04>@0003900 02 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 0392@04>04@00000 02 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@0002@04>04@00100 02 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@0012@04>04@00200 02 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@0022@04>04@00300 02 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@0032@04>04@00400 02 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@0042@04>04@00500 02 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@0052@04>04@00600 02 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@0062@04>04@00700 02 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@0072@04>04@00800 02 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@0082@04>04@00900 02 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@0092@04>@0005000 02 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0502@04>@0005100 02 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0512@04>@0005200 02 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0522@04>@0005300 02 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0532@04>@0005400 02 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0542@04>@0005500 02 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 0552@04>@00:#___________________________________________________________________________________________________________________
+=00700 02 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 0072@04>@0200800 02 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 0082@06>@0001700 02 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 0172@04>@0001800 02 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 0182@04>@0001900 02 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 0192@04>@0002000 02 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 0202@04>@0002100 02 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 0212@04>@0002200 02 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 0222@04>@0002300 02 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 0232@04>@0002400 02 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 0242@04>@0002500 02 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 0252@04>@0002600 02 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 0262@04>@0002700 02 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 0272@04>@0002800 02 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 0282@04>@0002900 02 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 0292@04>@0003000 02 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0302@04>@0003100 02 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0312@04>@0003200 02 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0322@04>@0003300 02 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0332@04>@0003400 02 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0342@04>@0003500 02 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0352@04>@0003600 02 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0362@04>@0003700 02 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0372@04>@0003800 02 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0382@04>@0003900 02 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 0392@04>04@00000 02 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@0002@04>04@00100 02 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@0012@04>04@00200 02 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@0022@04>04@00300 02 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@0032@04>04@00400 02 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@0042@04>04@00500 02 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@0052@04>04@00600 02 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@0062@04>04@00700 02 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@0072@04>04@00800 02 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@0082@04>04@00900 02 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@0092@04>@0005000 02 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0502@04>@0005100 02 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0512@04>@0005200 02 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0522@04>@0005300 02 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0532@04>@0005400 02 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0542@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 02 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 0072@04>@0200800 02 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 0082@06>@0001800 02 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 0182@04>@0001900 02 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 0192@04>@0002000 02 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 0202@04>@0002100 02 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 0212@04>@0002200 02 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 0222@04>@0002300 02 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 0232@04>@0002400 02 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 0242@04>@0002500 02 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 0252@04>@0002600 02 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 0262@04>@0002700 02 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 0272@04>@0002800 02 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 0282@04>@0002900 02 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 0292@04>@0003000 02 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0302@04>@0003100 02 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0312@04>@0003200 02 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0322@04>@0003300 02 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0332@04>@0003400 02 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0342@04>@0003500 02 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0352@04>@0003600 02 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0362@04>@0003700 02 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0372@04>@0003800 02 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0382@04>@0003900 02 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 0392@04>04@00000 02 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@0002@04>04@00100 02 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@0012@04>04@00200 02 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@0022@04>04@00300 02 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@0032@04>04@00400 02 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@0042@04>04@00500 02 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@0052@04>04@00600 02 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@0062@04>04@00700 02 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@0072@04>04@00800 02 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@0082@04>04@00900 02 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@0092@04>@0005000 02 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0502@04>@0005100 02 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0512@04>@0005200 02 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0522@04>@0005300 02 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0532@04>@0005400 02 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0542@04>@0005500 02 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 0552@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 02 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 0072@04>@0200800 02 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 0082@06>@0001700 02 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 0172@04>@0001800 02 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 0182@04>@0001900 02 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 0192@04>@0002000 02 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 0202@04>@0002100 02 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 0212@04>@0002200 02 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 0222@04>@0002300 02 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 0232@04>@0002400 02 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 0242@04>@0002500 02 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 0252@04>@0002600 02 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 0262@04>@0002700 02 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 0272@04>@0002800 02 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 0282@04>@0002900 02 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 0292@04>@0003000 02 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0302@04>@0003100 02 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0312@04>@0003200 02 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0322@04>@0003300 02 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0332@04>@0003400 02 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0342@04>@0003500 02 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0352@04>@0003600 02 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0362@04>@0003700 02 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0372@04>@0003800 02 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0382@04>@0003900 02 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 0392@04>04@00000 02 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@0002@04>04@00100 02 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@0012@04>04@00200 02 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@0022@04>04@00300 02 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@0032@04>04@00400 02 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@0042@04>04@00500 02 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@0052@04>04@00600 02 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@0062@04>04@00700 02 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@0072@04>04@00800 02 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@0082@04>04@00900 02 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@0092@04>@0005000 02 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0502@04>@0005100 02 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0512@04>@0005200 02 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0522@04>@0005300 02 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0532@04>@0005400 02 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0542@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 02 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 0072@04>@0200800 02 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 0082@06>@0001800 02 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 0182@04>@0001900 02 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 0192@04>@0002000 02 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 0202@04>@0002100 02 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 0212@04>@0002200 02 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 0222@04>@0002300 02 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 0232@04>@0002400 02 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 0242@04>@0002500 02 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 0252@04>@0002600 02 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 0262@04>@0002700 02 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 0272@04>@0002800 02 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 0282@04>@0002900 02 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 0292@04>@0003000 02 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0302@04>@0003100 02 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0312@04>@0003200 02 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0322@04>@0003300 02 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0332@04>@0003400 02 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0342@04>@0003500 02 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0352@04>@0003600 02 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0362@04>@0003700 02 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0372@04>@0003800 02 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0382@04>@0003900 02 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 0392@04>04@00000 02 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@0002@04>04@00100 02 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@0012@04>04@00200 02 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@0022@04>04@00300 02 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@0032@04>04@00400 02 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@0042@04>04@00500 02 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@0052@04>04@00600 02 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@0062@04>04@00700 02 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@0072@04>04@00800 02 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@0082@04>04@00900 02 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@0092@04>@0005000 02 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0502@04>@0005100 02 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0512@04>@0005200 02 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0522@04>@0005300 02 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0532@04>@0005400 02 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0542@04>@0005500 02 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 0552@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 02 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 0072@04>@0200800 02 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 0082@06>@0001700 02 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 0172@04>@0001800 02 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 0182@04>@0001900 02 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 0192@04>@0002000 02 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 0202@04>@0002100 02 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 0212@04>@0002200 02 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 0222@04>@0002300 02 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 0232@04>@0002400 02 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 0242@04>@0002500 02 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 0252@04>@0002600 02 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 0262@04>@0002700 02 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 0272@04>@0002800 02 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 0282@04>@0002900 02 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 0292@04>@0003000 02 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 0302@04>@0003100 02 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 0312@04>@0003200 02 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 0322@04>@0003300 02 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 0332@04>@0003400 02 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 0342@04>@0003500 02 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 0352@04>@0003600 02 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 0362@04>@0003700 02 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 0372@04>@0003800 02 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 0382@04>@0003900 02 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 0392@04>04@00000 02 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@0002@04>04@00100 02 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@0012@04>04@00200 02 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@0022@04>04@00300 02 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@0032@04>04@00400 02 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@0042@04>04@00500 02 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@0052@04>04@00600 02 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@0062@04>04@00700 02 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@0072@04>04@00800 02 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@0082@04>04@00900 02 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@0092@04>@0005000 02 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 0502@04>@0005100 02 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 0512@04>@0005200 02 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 0522@04>@0005300 02 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 0532@04>@0005400 02 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 0542@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 2 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720@04>@0200800 2 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820@06>@0001800 2 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820@04>@0001900 2 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920@04>@0002000 2 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020@04>@0002100 2 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120@04>@0002200 2 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220@04>@0002300 2 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320@04>@0002400 2 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420@04>@0002500 2 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520@04>@0002600 2 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620@04>@0002700 2 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720@04>@0002800 2 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820@04>@0002900 2 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920@04>@0003000 2 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020@04>@0003100 2 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120@04>@0003200 2 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220@04>@0003300 2 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@0003400 2 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 2 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 2 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 2 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 2 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 2 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@04>04@00000 2 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020@04>04@00100 2 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120@04>04@00200 2 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220@04>04@00300 2 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320@04>04@00400 2 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420@04>04@00500 2 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520@04>04@00600 2 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620@04>04@00700 2 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720@04>04@00800 2 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820@04>04@00900 2 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920@04>@0005000 2 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 2 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 2 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 2 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 2 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@0005500 2 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520@04>@00:#___________________________________________________________________________________________________________________
+=00700 2 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720@04>@0200800 2 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820@06>@0001700 2 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720@04>@0001800 2 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820@04>@0001900 2 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920@04>@0002000 2 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020@04>@0002100 2 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120@04>@0002200 2 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220@04>@0002300 2 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320@04>@0002400 2 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420@04>@0002500 2 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520@04>@0002600 2 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620@04>@0002700 2 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720@04>@0002800 2 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820@04>@0002900 2 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920@04>@0003000 2 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020@04>@0003100 2 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120@04>@0003200 2 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220@04>@0003300 2 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@0003400 2 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 2 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 2 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 2 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 2 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 2 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@04>04@00000 2 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020@04>04@00100 2 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120@04>04@00200 2 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220@04>04@00300 2 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320@04>04@00400 2 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420@04>04@00500 2 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520@04>04@00600 2 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620@04>04@00700 2 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720@04>04@00800 2 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820@04>04@00900 2 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920@04>@0005000 2 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 2 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 2 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 2 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 2 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 2 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720@04>@0200800 2 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820@06>@0001800 2 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820@04>@0001900 2 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920@04>@0002000 2 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020@04>@0002100 2 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120@04>@0002200 2 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220@04>@0002300 2 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320@04>@0002400 2 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420@04>@0002500 2 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520@04>@0002600 2 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620@04>@0002700 2 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720@04>@0002800 2 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820@04>@0002900 2 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920@04>@0003000 2 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020@04>@0003100 2 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120@04>@0003200 2 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220@04>@0003300 2 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@0003400 2 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 2 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 2 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 2 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 2 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 2 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@04>04@00000 2 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020@04>04@00100 2 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120@04>04@00200 2 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220@04>04@00300 2 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320@04>04@00400 2 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420@04>04@00500 2 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520@04>04@00600 2 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620@04>04@00700 2 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720@04>04@00800 2 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820@04>04@00900 2 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920@04>@0005000 2 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 2 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 2 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 2 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 2 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@0005500 2 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 2 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720@04>@0200800 2 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820@06>@0001700 2 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720@04>@0001800 2 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820@04>@0001900 2 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920@04>@0002000 2 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020@04>@0002100 2 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120@04>@0002200 2 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220@04>@0002300 2 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320@04>@0002400 2 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420@04>@0002500 2 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520@04>@0002600 2 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620@04>@0002700 2 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720@04>@0002800 2 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820@04>@0002900 2 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920@04>@0003000 2 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020@04>@0003100 2 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120@04>@0003200 2 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220@04>@0003300 2 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@0003400 2 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 2 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 2 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 2 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 2 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 2 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@04>04@00000 2 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020@04>04@00100 2 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120@04>04@00200 2 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220@04>04@00300 2 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320@04>04@00400 2 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420@04>04@00500 2 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520@04>04@00600 2 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620@04>04@00700 2 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720@04>04@00800 2 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820@04>04@00900 2 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920@04>@0005000 2 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 2 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 2 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 2 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 2 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 2 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720@04>@0200800 2 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820@06>@0001800 2 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820@04>@0001900 2 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920@04>@0002000 2 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020@04>@0002100 2 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120@04>@0002200 2 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220@04>@0002300 2 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320@04>@0002400 2 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420@04>@0002500 2 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520@04>@0002600 2 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620@04>@0002700 2 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720@04>@0002800 2 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820@04>@0002900 2 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920@04>@0003000 2 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020@04>@0003100 2 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120@04>@0003200 2 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220@04>@0003300 2 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@0003400 2 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 2 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 2 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 2 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 2 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 2 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@04>04@00000 2 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020@04>04@00100 2 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120@04>04@00200 2 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220@04>04@00300 2 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320@04>04@00400 2 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420@04>04@00500 2 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520@04>04@00600 2 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620@04>04@00700 2 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720@04>04@00800 2 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820@04>04@00900 2 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920@04>@0005000 2 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 2 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 2 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 2 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 2 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@0005500 2 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 2 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720@04>@0200800 2 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820@06>@0001700 2 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720@04>@0001800 2 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820@04>@0001900 2 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920@04>@0002000 2 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020@04>@0002100 2 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120@04>@0002200 2 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220@04>@0002300 2 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320@04>@0002400 2 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420@04>@0002500 2 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520@04>@0002600 2 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620@04>@0002700 2 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720@04>@0002800 2 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820@04>@0002900 2 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920@04>@0003000 2 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020@04>@0003100 2 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120@04>@0003200 2 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220@04>@0003300 2 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320@04>@0003400 2 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420@04>@0003500 2 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520@04>@0003600 2 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620@04>@0003700 2 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720@04>@0003800 2 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820@04>@0003900 2 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920@04>04@00000 2 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020@04>04@00100 2 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120@04>04@00200 2 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220@04>04@00300 2 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320@04>04@00400 2 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420@04>04@00500 2 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520@04>04@00600 2 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620@04>04@00700 2 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720@04>04@00800 2 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820@04>04@00900 2 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920@04>@0005000 2 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020@04>@0005100 2 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120@04>@0005200 2 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220@04>@0005300 2 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320@04>@0005400 2 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 @04>@0200800 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 @06>@0001800 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 @04>@0001900 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 @04>@0002000 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 @04>@0002100 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 @04>@0002200 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 @04>@0002300 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 @04>@0002400 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 @04>@0002500 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 @04>@0002600 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 @04>@0002700 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 @04>@0002800 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 @04>@0002900 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 @04>@0003000 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 @04>@0003100 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 @04>@0003200 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 @04>@0003300 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 @04>@0003400 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 @04>@0003500 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 @04>@0003600 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 @04>@0003700 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 @04>@0003800 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 @04>@0003900 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 @04>04@00000 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @04>04@00100 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @04>04@00200 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @04>04@00300 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @04>04@00400 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @04>04@00500 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @04>04@00600 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @04>04@00700 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @04>04@00800 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @04>04@00900 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @04>@0005000 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 @04>@0005100 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 @04>@0005200 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 @04>@0005300 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 @04>@0005400 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 @04>@0005500 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 @04>@00:#___________________________________________________________________________________________________________________
+=00700 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 @04>@0200800 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 @06>@0001700 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 @04>@0001800 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 @04>@0001900 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 @04>@0002000 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 @04>@0002100 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 @04>@0002200 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 @04>@0002300 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 @04>@0002400 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 @04>@0002500 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 @04>@0002600 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 @04>@0002700 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 @04>@0002800 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 @04>@0002900 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 @04>@0003000 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 @04>@0003100 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 @04>@0003200 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 @04>@0003300 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 @04>@0003400 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 @04>@0003500 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 @04>@0003600 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 @04>@0003700 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 @04>@0003800 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 @04>@0003900 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 @04>04@00000 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @04>04@00100 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @04>04@00200 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @04>04@00300 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @04>04@00400 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @04>04@00500 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @04>04@00600 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @04>04@00700 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @04>04@00800 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @04>04@00900 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @04>@0005000 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 @04>@0005100 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 @04>@0005200 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 @04>@0005300 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 @04>@0005400 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 @04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 @04>@0200800 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 @06>@0001800 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 @04>@0001900 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 @04>@0002000 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 @04>@0002100 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 @04>@0002200 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 @04>@0002300 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 @04>@0002400 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 @04>@0002500 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 @04>@0002600 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 @04>@0002700 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 @04>@0002800 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 @04>@0002900 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 @04>@0003000 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 @04>@0003100 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 @04>@0003200 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 @04>@0003300 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 @04>@0003400 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 @04>@0003500 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 @04>@0003600 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 @04>@0003700 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 @04>@0003800 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 @04>@0003900 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 @04>04@00000 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @04>04@00100 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @04>04@00200 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @04>04@00300 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @04>04@00400 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @04>04@00500 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @04>04@00600 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @04>04@00700 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @04>04@00800 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @04>04@00900 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @04>@0005000 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 @04>@0005100 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 @04>@0005200 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 @04>@0005300 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 @04>@0005400 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 @04>@0005500 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 @04>@00 ESC#________________________________________________________________________________________________________________
+=00700 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 @04>@0200800 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 @06>@0001700 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 @04>@0001800 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 @04>@0001900 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 @04>@0002000 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 @04>@0002100 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 @04>@0002200 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 @04>@0002300 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 @04>@0002400 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 @04>@0002500 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 @04>@0002600 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 @04>@0002700 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 @04>@0002800 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 @04>@0002900 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 @04>@0003000 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 @04>@0003100 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 @04>@0003200 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 @04>@0003300 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 @04>@0003400 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 @04>@0003500 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 @04>@0003600 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 @04>@0003700 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 @04>@0003800 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 @04>@0003900 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 @04>04@00000 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @04>04@00100 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @04>04@00200 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @04>04@00300 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @04>04@00400 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @04>04@00500 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @04>04@00600 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @04>04@00700 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @04>04@00800 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @04>04@00900 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @04>@0005000 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 @04>@0005100 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 @04>@0005200 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 @04>@0005300 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 @04>@0005400 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 @04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 @04>@0200800 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 @06>@0001800 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 @04>@0001900 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 @04>@0002000 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 @04>@0002100 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 @04>@0002200 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 @04>@0002300 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 @04>@0002400 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 @04>@0002500 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 @04>@0002600 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 @04>@0002700 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 @04>@0002800 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 @04>@0002900 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 @04>@0003000 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 @04>@0003100 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 @04>@0003200 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 @04>@0003300 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 @04>@0003400 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 @04>@0003500 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 @04>@0003600 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 @04>@0003700 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 @04>@0003800 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 @04>@0003900 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 @04>04@00000 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @04>04@00100 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @04>04@00200 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @04>04@00300 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @04>04@00400 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @04>04@00500 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @04>04@00600 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @04>04@00700 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @04>04@00800 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @04>04@00900 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @04>@0005000 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 @04>@0005100 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 @04>@0005200 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 @04>@0005300 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 @04>@0005400 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 @04>@0005500 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 @04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 @04>@0200800 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 @06>@0001700 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 @04>@0001800 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 @04>@0001900 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 @04>@0002000 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 @04>@0002100 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 @04>@0002200 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 @04>@0002300 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 @04>@0002400 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 @04>@0002500 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 @04>@0002600 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 @04>@0002700 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 @04>@0002800 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 @04>@0002900 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 @04>@0003000 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 @04>@0003100 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 @04>@0003200 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 @04>@0003300 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 @04>@0003400 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 @04>@0003500 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 @04>@0003600 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 @04>@0003700 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 @04>@0003800 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 @04>@0003900 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 @04>04@00000 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @04>04@00100 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @04>04@00200 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @04>04@00300 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @04>04@00400 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @04>04@00500 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @04>04@00600 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @04>04@00700 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @04>04@00800 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @04>04@00900 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @04>@0005000 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 @04>@0005100 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 @04>@0005200 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 @04>@0005300 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 @04>@0005400 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 @04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 0@04>@0200800 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 0@06>@0001800 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 0@04>@0001900 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 0@04>@0002000 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 0@04>@0002100 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 0@04>@0002200 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 0@04>@0002300 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 0@04>@0002400 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 0@04>@0002500 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 0@04>@0002600 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 0@04>@0002700 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 0@04>@0002800 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 0@04>@0002900 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 0@04>@0003000 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 0@04>@0003100 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 0@04>@0003200 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 0@04>@0003300 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 0@04>@0003400 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 0@04>@0003500 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 0@04>@0003600 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 0@04>@0003700 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 0@04>@0003800 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 0@04>@0003900 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 0@04>04@00000 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @040>04@00100 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @040>04@00200 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @040>04@00300 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @040>04@00400 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @040>04@00500 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @040>04@00600 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @040>04@00700 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @040>04@00800 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @040>04@00900 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @040>@0005000 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 0@04>@0005100 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 0@04>@0005200 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 0@04>@0005300 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 0@04>@0005400 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 0@04>@0005500 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 0@04>@00:#___________________________________________________________________________________________________________________
+=00700 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 0@04>@0200800 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 0@06>@0001700 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 0@04>@0001800 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 0@04>@0001900 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 0@04>@0002000 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 0@04>@0002100 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 0@04>@0002200 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 0@04>@0002300 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 0@04>@0002400 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 0@04>@0002500 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 0@04>@0002600 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 0@04>@0002700 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 0@04>@0002800 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 0@04>@0002900 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 0@04>@0003000 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 0@04>@0003100 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 0@04>@0003200 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 0@04>@0003300 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 0@04>@0003400 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 0@04>@0003500 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 0@04>@0003600 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 0@04>@0003700 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 0@04>@0003800 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 0@04>@0003900 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 0@04>04@00000 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @040>04@00100 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @040>04@00200 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @040>04@00300 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @040>04@00400 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @040>04@00500 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @040>04@00600 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @040>04@00700 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @040>04@00800 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @040>04@00900 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @040>@0005000 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 0@04>@0005100 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 0@04>@0005200 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 0@04>@0005300 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 0@04>@0005400 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 0@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 0@04>@0200800 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 0@06>@0001800 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 0@04>@0001900 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 0@04>@0002000 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 0@04>@0002100 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 0@04>@0002200 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 0@04>@0002300 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 0@04>@0002400 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 0@04>@0002500 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 0@04>@0002600 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 0@04>@0002700 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 0@04>@0002800 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 0@04>@0002900 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 0@04>@0003000 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 0@04>@0003100 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 0@04>@0003200 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 0@04>@0003300 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 0@04>@0003400 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 0@04>@0003500 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 0@04>@0003600 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 0@04>@0003700 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 0@04>@0003800 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 0@04>@0003900 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 0@04>04@00000 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @040>04@00100 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @040>04@00200 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @040>04@00300 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @040>04@00400 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @040>04@00500 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @040>04@00600 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @040>04@00700 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @040>04@00800 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @040>04@00900 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @040>@0005000 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 0@04>@0005100 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 0@04>@0005200 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 0@04>@0005300 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 0@04>@0005400 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 0@04>@0005500 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 0@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 0@04>@0200800 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 0@06>@0001700 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 0@04>@0001800 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 0@04>@0001900 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 0@04>@0002000 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 0@04>@0002100 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 0@04>@0002200 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 0@04>@0002300 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 0@04>@0002400 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 0@04>@0002500 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 0@04>@0002600 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 0@04>@0002700 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 0@04>@0002800 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 0@04>@0002900 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 0@04>@0003000 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 0@04>@0003100 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 0@04>@0003200 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 0@04>@0003300 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 0@04>@0003400 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 0@04>@0003500 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 0@04>@0003600 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 0@04>@0003700 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 0@04>@0003800 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 0@04>@0003900 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 0@04>04@00000 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @040>04@00100 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @040>04@00200 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @040>04@00300 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @040>04@00400 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @040>04@00500 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @040>04@00600 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @040>04@00700 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @040>04@00800 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @040>04@00900 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @040>@0005000 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 0@04>@0005100 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 0@04>@0005200 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 0@04>@0005300 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 0@04>@0005400 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 0@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 0@04>@0200800 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 0@06>@0001800 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 0@04>@0001900 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 0@04>@0002000 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 0@04>@0002100 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 0@04>@0002200 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 0@04>@0002300 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 0@04>@0002400 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 0@04>@0002500 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 0@04>@0002600 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 0@04>@0002700 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 0@04>@0002800 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 0@04>@0002900 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 0@04>@0003000 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 0@04>@0003100 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 0@04>@0003200 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 0@04>@0003300 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 0@04>@0003400 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 0@04>@0003500 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 0@04>@0003600 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 0@04>@0003700 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 0@04>@0003800 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 0@04>@0003900 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 0@04>04@00000 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @040>04@00100 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @040>04@00200 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @040>04@00300 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @040>04@00400 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @040>04@00500 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @040>04@00600 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @040>04@00700 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @040>04@00800 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @040>04@00900 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @040>@0005000 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 0@04>@0005100 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 0@04>@0005200 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 0@04>@0005300 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 0@04>@0005400 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 0@04>@0005500 05503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 00703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 0@04>@0200800 00803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 0@06>@0001700 01703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 0@04>@0001800 01803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 0@04>@0001900 01903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 0@04>@0002000 02003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 0@04>@0002100 02103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 0@04>@0002200 02203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 0@04>@0002300 02303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 0@04>@0002400 02403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 0@04>@0002500 02503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 0@04>@0002600 02603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 0@04>@0002700 02703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 0@04>@0002800 02803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 0@04>@0002900 02903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 0@04>@0003000 03003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 0@04>@0003100 03103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 0@04>@0003200 03203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 0@04>@0003300 03303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 0@04>@0003400 03403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 0@04>@0003500 03503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 0@04>@0003600 03603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 0@04>@0003700 03703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 0@04>@0003800 03803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 0@04>@0003900 03903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 0@04>04@00000 @0404@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @040>04@00100 @0404@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @040>04@00200 @0404@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @040>04@00300 @0404@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @040>04@00400 @0404@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @040>04@00500 @0404@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @040>04@00600 @0404@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @040>04@00700 @0404@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @040>04@00800 @0404@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @040>04@00900 @0404@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @040>@0005000 05003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 0@04>@0005100 05103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 0@04>@0005200 05203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 0@04>@0005300 05303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 0@04>@0005400 05403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 0703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00@04>@0200800 0803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00@06>@0001800 1803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 01@04>@0001900 1903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 01@04>@0002000 2003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 02@04>@0002100 2103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 02@04>@0002200 2203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 02@04>@0002300 2303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 02@04>@0002400 2403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 02@04>@0002500 2503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02@04>@0002600 2603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02@04>@0002700 2703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02@04>@0002800 2803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02@04>@0002900 2903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02@04>@0003000 3003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03@04>@0003100 3103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03@04>@0003200 3203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03@04>@0003300 3303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03@04>@0003400 3403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03@04>@0003500 3503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03@04>@0003600 3603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03@04>@0003700 3703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03@04>@0003800 3803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03@04>@0003900 3903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03@04>04@00000 @044@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404>04@00100 @044@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404>04@00200 @044@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404>04@00300 @044@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404>04@00400 @044@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404>04@00500 @044@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404>04@00600 @044@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404>04@00700 @044@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404>04@00800 @044@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404>04@00900 @044@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404>@0005000 5003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05@04>@0005100 5103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05@04>@0005200 5203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05@04>@0005300 5303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05@04>@0005400 5403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05@04>@0005500 5503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05@04>@00:#___________________________________________________________________________________________________________________
+=00700 0703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00@04>@0200800 0803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00@06>@0001700 1703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 01@04>@0001800 1803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 01@04>@0001900 1903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 01@04>@0002000 2003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 02@04>@0002100 2103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 02@04>@0002200 2203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 02@04>@0002300 2303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 02@04>@0002400 2403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 02@04>@0002500 2503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02@04>@0002600 2603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02@04>@0002700 2703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02@04>@0002800 2803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02@04>@0002900 2903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02@04>@0003000 3003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03@04>@0003100 3103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03@04>@0003200 3203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03@04>@0003300 3303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03@04>@0003400 3403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03@04>@0003500 3503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03@04>@0003600 3603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03@04>@0003700 3703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03@04>@0003800 3803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03@04>@0003900 3903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03@04>04@00000 @044@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404>04@00100 @044@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404>04@00200 @044@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404>04@00300 @044@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404>04@00400 @044@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404>04@00500 @044@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404>04@00600 @044@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404>04@00700 @044@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404>04@00800 @044@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404>04@00900 @044@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404>@0005000 5003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05@04>@0005100 5103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05@04>@0005200 5203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05@04>@0005300 5303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05@04>@0005400 5403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 0703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00@04>@0200800 0803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00@06>@0001800 1803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 01@04>@0001900 1903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 01@04>@0002000 2003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 02@04>@0002100 2103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 02@04>@0002200 2203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 02@04>@0002300 2303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 02@04>@0002400 2403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 02@04>@0002500 2503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02@04>@0002600 2603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02@04>@0002700 2703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02@04>@0002800 2803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02@04>@0002900 2903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02@04>@0003000 3003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03@04>@0003100 3103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03@04>@0003200 3203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03@04>@0003300 3303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03@04>@0003400 3403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03@04>@0003500 3503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03@04>@0003600 3603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03@04>@0003700 3703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03@04>@0003800 3803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03@04>@0003900 3903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03@04>04@00000 @044@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404>04@00100 @044@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404>04@00200 @044@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404>04@00300 @044@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404>04@00400 @044@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404>04@00500 @044@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404>04@00600 @044@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404>04@00700 @044@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404>04@00800 @044@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404>04@00900 @044@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404>@0005000 5003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05@04>@0005100 5103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05@04>@0005200 5203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05@04>@0005300 5303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05@04>@0005400 5403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05@04>@0005500 5503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 0703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00@04>@0200800 0803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00@06>@0001700 1703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 01@04>@0001800 1803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 01@04>@0001900 1903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 01@04>@0002000 2003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 02@04>@0002100 2103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 02@04>@0002200 2203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 02@04>@0002300 2303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 02@04>@0002400 2403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 02@04>@0002500 2503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02@04>@0002600 2603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02@04>@0002700 2703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02@04>@0002800 2803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02@04>@0002900 2903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02@04>@0003000 3003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03@04>@0003100 3103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03@04>@0003200 3203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03@04>@0003300 3303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03@04>@0003400 3403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03@04>@0003500 3503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03@04>@0003600 3603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03@04>@0003700 3703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03@04>@0003800 3803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03@04>@0003900 3903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03@04>04@00000 @044@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404>04@00100 @044@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404>04@00200 @044@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404>04@00300 @044@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404>04@00400 @044@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404>04@00500 @044@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404>04@00600 @044@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404>04@00700 @044@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404>04@00800 @044@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404>04@00900 @044@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404>@0005000 5003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05@04>@0005100 5103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05@04>@0005200 5203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05@04>@0005300 5303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05@04>@0005400 5403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 0703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00@04>@0200800 0803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00@06>@0001800 1803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 01@04>@0001900 1903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 01@04>@0002000 2003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 02@04>@0002100 2103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 02@04>@0002200 2203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 02@04>@0002300 2303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 02@04>@0002400 2403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 02@04>@0002500 2503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02@04>@0002600 2603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02@04>@0002700 2703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02@04>@0002800 2803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02@04>@0002900 2903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02@04>@0003000 3003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03@04>@0003100 3103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03@04>@0003200 3203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03@04>@0003300 3303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03@04>@0003400 3403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03@04>@0003500 3503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03@04>@0003600 3603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03@04>@0003700 3703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03@04>@0003800 3803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03@04>@0003900 3903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03@04>04@00000 @044@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404>04@00100 @044@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404>04@00200 @044@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404>04@00300 @044@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404>04@00400 @044@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404>04@00500 @044@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404>04@00600 @044@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404>04@00700 @044@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404>04@00800 @044@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404>04@00900 @044@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404>@0005000 5003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05@04>@0005100 5103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05@04>@0005200 5203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05@04>@0005300 5303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05@04>@0005400 5403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05@04>@0005500 5503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 0703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00@04>@0200800 0803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00@06>@0001700 1703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 01@04>@0001800 1803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 01@04>@0001900 1903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 01@04>@0002000 2003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 02@04>@0002100 2103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 02@04>@0002200 2203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 02@04>@0002300 2303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 02@04>@0002400 2403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 02@04>@0002500 2503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02@04>@0002600 2603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02@04>@0002700 2703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02@04>@0002800 2803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02@04>@0002900 2903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02@04>@0003000 3003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03@04>@0003100 3103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03@04>@0003200 3203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03@04>@0003300 3303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03@04>@0003400 3403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03@04>@0003500 3503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03@04>@0003600 3603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03@04>@0003700 3703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03@04>@0003800 3803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03@04>@0003900 3903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03@04>04@00000 @044@00003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404>04@00100 @044@00103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404>04@00200 @044@00203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404>04@00300 @044@00303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404>04@00400 @044@00403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404>04@00500 @044@00503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404>04@00600 @044@00603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404>04@00700 @044@00703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404>04@00800 @044@00803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404>04@00900 @044@00903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404>@0005000 5003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05@04>@0005100 5103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05@04>@0005200 5203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05@04>@0005300 5303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05@04>@0005400 5403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
+=00700 703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 007@04>@0200800 803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 008@06>@0001700 703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 017@04>@0001800 803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 018@04>@0001900 903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 019@04>@0002000 003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 020@04>@0002100 103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 021@04>@0002200 203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 022@04>@0002300 303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 023@04>@0002400 403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 024@04>@0002500 503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 025@04>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 039@04>04@00000 003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@000@04>04@00100 103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@001@04>04@00200 203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@002@04>04@00300 303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@003@04>04@00400 403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@004@04>04@00500 503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@005@04>04@00600 603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@006@04>04@00700 703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@007@04>04@00800 803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@008@04>04@00900 903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 054@04>@00:#___________________________________________________________________________________________________________________
++1b
+=00700 703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 007@04>@0200800 803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 008@06>@0001700 703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 017@04>@0001800 803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 018@04>@0001900 903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 019@04>@0002000 003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 020@04>@0002100 103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 021@04>@0002200 203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 022@04>@0002300 303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 023@04>@0002400 403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 024@04>@0002500 503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 025@04>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 039@04>04@00000 003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@000@04>04@00100 103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@001@04>04@00200 203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@002@04>04@00300 303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@003@04>04@00400 403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@004@04>04@00500 503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@005@04>04@00600 603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@006@04>04@00700 703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@007@04>04@00800 803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@008@04>04@00900 903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 054@04>@00 ESC#________________________________________________________________________________________________________________
++4f
+=00700 703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 007@04>@0200800 803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 008@06>@0001700 703 017@0404@00 01705 01706 01707 01708 01709 01710 01711 01712 01713 01714 01715 01716 01717 01718 01719 01720 017@04>@0001800 803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 018@04>@0001900 903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 019@04>@0002000 003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 020@04>@0002100 103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 021@04>@0002200 203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 022@04>@0002300 303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 023@04>@0002400 403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 024@04>@0002500 503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 025@04>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 039@04>04@00000 003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@000@04>04@00100 103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@001@04>04@00200 203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@002@04>04@00300 303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@003@04>04@00400 403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@004@04>04@00500 503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@005@04>04@00600 603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@006@04>04@00700 703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@007@04>04@00800 803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@008@04>04@00900 903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 054@04>@00 ESCO#_______________________________________________________________________________________________________________
++42
=00700 703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 007@04>@0200800 803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 008@06>@0001800 803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 018@04>@0001900 903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 019@04>@0002000 003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 020@04>@0002100 103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 021@04>@0002200 203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 022@04>@0002300 303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 023@04>@0002400 403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 024@04>@0002500 503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 025@04>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 039@04>04@00000 003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@000@04>04@00100 103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@001@04>04@00200 203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@002@04>04@00300 303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@003@04>04@00400 403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@004@04>04@00500 503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@005@04>04@00600 603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@006@04>04@00700 703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@007@04>04@00800 803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@008@04>04@00900 903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 055@04>@00:#___________________________________________________________________________________________________________________
+1b
=00700 703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 007@04>@0200800 803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 008@06>@0001800 803 018@0404@00 01805 01806 01807 01808 01809 01810 01811 01812 01813 01814 01815 01816 01817 01818 01819 01820 018@04>@0001900 903 019@0404@00 01905 01906 01907 01908 01909 01910 01911 01912 01913 01914 01915 01916 01917 01918 01919 01920 019@04>@0002000 003 020@0404@00 02005 02006 02007 02008 02009 02010 02011 02012 02013 02014 02015 02016 02017 02018 02019 02020 020@04>@0002100 103 021@0404@00 02105 02106 02107 02108 02109 02110 02111 02112 02113 02114 02115 02116 02117 02118 02119 02120 021@04>@0002200 203 022@0404@00 02205 02206 02207 02208 02209 02210 02211 02212 02213 02214 02215 02216 02217 02218 02219 02220 022@04>@0002300 303 023@0404@00 02305 02306 02307 02308 02309 02310 02311 02312 02313 02314 02315 02316 02317 02318 02319 02320 023@04>@0002400 403 024@0404@00 02405 02406 02407 02408 02409 02410 02411 02412 02413 02414 02415 02416 02417 02418 02419 02420 024@04>@0002500 503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 025@04>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 039@04>04@00000 003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@000@04>04@00100 103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@001@04>04@00200 203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@002@04>04@00300 303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@003@04>04@00400 403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@004@04>04@00500 503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@005@04>04@00600 603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@006@04>04@00700 703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@007@04>04@00800 803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@008@04>04@00900 903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 055@04>@00 ESC#________________________________________________________________________________________________________________
@@ -983,91 +989,91 @@ R
=00700 703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 007@04>@0200800 803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 008@06>@0002500 503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 025@04>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 039@04>04@00000 003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@000@04>04@00100 103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@001@04>04@00200 203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@002@04>04@00300 303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@003@04>04@00400 403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@004@04>04@00500 503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@005@04>04@00600 603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@006@04>04@00700 703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@007@04>04@00800 803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@008@04>04@00900 903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 056@04>@0005700 703 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 057@04>@0005800 803 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 058@04>@0005900 903 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 059@04>@0006000 003 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 060@04>@0006100 103 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 061@04>@0006200 203 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 062@04>@00 ESC#________________________________________________________________________________________________________________
+4f
=00700 703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 007@04>@0200800 803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 008@06>@0002500 503 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 025@04>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 039@04>04@00000 003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@000@04>04@00100 103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@001@04>04@00200 203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@002@04>04@00300 303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@003@04>04@00400 403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@004@04>04@00500 503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@005@04>04@00600 603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@006@04>04@00700 703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@007@04>04@00800 803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@008@04>04@00900 903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 056@04>@0005700 703 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 057@04>@0005800 803 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 058@04>@0005900 903 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 059@04>@0006000 003 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 060@04>@0006100 103 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 061@04>@0006200 203 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 062@04>@00 ESCO#_______________________________________________________________________________________________________________
-+42
-=00700 703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 007@04>@0200800 803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 008@06>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 039@04>04@00000 003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@000@04>04@00100 103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@001@04>04@00200 203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@002@04>04@00300 303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@003@04>04@00400 403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@004@04>04@00500 503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@005@04>04@00600 603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@006@04>04@00700 703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@007@04>04@00800 803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@008@04>04@00900 903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 056@04>@0005700 703 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 057@04>@0005800 803 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 058@04>@0005900 903 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 059@04>@0006000 003 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 060@04>@0006100 103 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 061@04>@0006200 203 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 062@04>@0006300 303 063@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 063@04>@00:#___________________________________________________________________________________________________________________
++43
+=00700 03 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 0082@06>@0002500 03 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 0252@04>@0002600 03 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 0392@04>04@00000 03 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@0002@04>04@00100 03 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@0012@04>04@00200 03 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@0022@04>04@00300 03 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@0032@04>04@00400 03 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@0042@04>04@00500 03 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@0052@04>04@00600 03 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@0062@04>04@00700 03 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@0072@04>04@00800 03 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@0082@04>04@00900 03 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@0092@04>@0005000 03 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 0502@04>@0005100 03 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 0512@04>@0005200 03 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 0522@04>@0005300 03 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 0532@04>@0005400 03 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 0542@04>@0005500 03 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 0552@04>@0005600 03 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 0562@04>@0005700 03 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 0572@04>@0005800 03 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 0582@04>@0005900 03 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 0592@04>@0006000 03 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 0602@04>@0006100 03 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 0612@04>@0006200 03 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 0622@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 007@04>@0200800 803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 008@06>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 039@04>04@00000 003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@000@04>04@00100 103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@001@04>04@00200 203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@002@04>04@00300 303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@003@04>04@00400 403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@004@04>04@00500 503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@005@04>04@00600 603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@006@04>04@00700 703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@007@04>04@00800 803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@008@04>04@00900 903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 056@04>@0005700 703 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 057@04>@0005800 803 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 058@04>@0005900 903 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 059@04>@0006000 003 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 060@04>@0006100 103 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 061@04>@0006200 203 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 062@04>@0006300 303 063@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 063@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 03 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 0082@06>@0002500 03 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 0252@04>@0002600 03 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 0392@04>04@00000 03 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@0002@04>04@00100 03 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@0012@04>04@00200 03 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@0022@04>04@00300 03 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@0032@04>04@00400 03 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@0042@04>04@00500 03 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@0052@04>04@00600 03 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@0062@04>04@00700 03 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@0072@04>04@00800 03 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@0082@04>04@00900 03 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@0092@04>@0005000 03 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 0502@04>@0005100 03 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 0512@04>@0005200 03 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 0522@04>@0005300 03 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 0532@04>@0005400 03 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 0542@04>@0005500 03 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 0552@04>@0005600 03 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 0562@04>@0005700 03 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 0572@04>@0005800 03 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 0582@04>@0005900 03 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 0592@04>@0006000 03 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 0602@04>@0006100 03 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 0612@04>@0006200 03 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 0622@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 703 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 007@04>@0200800 803 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 008@06>@0002600 603 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 026@04>@0002700 703 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 027@04>@0002800 803 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 028@04>@0002900 903 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 029@04>@0003000 003 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 030@04>@0003100 103 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 031@04>@0003200 203 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 032@04>@0003300 303 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 033@04>@0003400 403 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 034@04>@0003500 503 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 035@04>@0003600 603 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 036@04>@0003700 703 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 037@04>@0003800 803 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 038@04>@0003900 903 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 039@04>04@00000 003 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@000@04>04@00100 103 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@001@04>04@00200 203 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@002@04>04@00300 303 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@003@04>04@00400 403 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@004@04>04@00500 503 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@005@04>04@00600 603 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@006@04>04@00700 703 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@007@04>04@00800 803 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@008@04>04@00900 903 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@009@04>@0005000 003 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 050@04>@0005100 103 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 051@04>@0005200 203 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 052@04>@0005300 303 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 053@04>@0005400 403 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 054@04>@0005500 503 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 055@04>@0005600 603 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 056@04>@0005700 703 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 057@04>@0005800 803 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 058@04>@0005900 903 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 059@04>@0006000 003 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 060@04>@0006100 103 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 061@04>@0006200 203 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 062@04>@0006300 303 063@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 063@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 03 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 0082@06>@0002500 03 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 0252@04>@0002600 03 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 0392@04>04@00000 03 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@0002@04>04@00100 03 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@0012@04>04@00200 03 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@0022@04>04@00300 03 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@0032@04>04@00400 03 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@0042@04>04@00500 03 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@0052@04>04@00600 03 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@0062@04>04@00700 03 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@0072@04>04@00800 03 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@0082@04>04@00900 03 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@0092@04>@0005000 03 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 0502@04>@0005100 03 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 0512@04>@0005200 03 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 0522@04>@0005300 03 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 0532@04>@0005400 03 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 0542@04>@0005500 03 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 0552@04>@0005600 03 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 0562@04>@0005700 03 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 0572@04>@0005800 03 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 0582@04>@0005900 03 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 0592@04>@0006000 03 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 0602@04>@0006100 03 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 0612@04>@0006200 03 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 0622@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 03 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 0082@06>@0002600 03 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 0392@04>04@00000 03 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@0002@04>04@00100 03 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@0012@04>04@00200 03 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@0022@04>04@00300 03 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@0032@04>04@00400 03 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@0042@04>04@00500 03 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@0052@04>04@00600 03 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@0062@04>04@00700 03 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@0072@04>04@00800 03 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@0082@04>04@00900 03 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@0092@04>@0005000 03 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 0502@04>@0005100 03 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 0512@04>@0005200 03 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 0522@04>@0005300 03 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 0532@04>@0005400 03 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 0542@04>@0005500 03 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 0552@04>@0005600 03 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 0562@04>@0005700 03 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 0572@04>@0005800 03 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 0582@04>@0005900 03 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 0592@04>@0006000 03 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 0602@04>@0006100 03 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 0612@04>@0006200 03 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 0622@04>@0006300 03 063@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 0632@04>@00:#___________________________________________________________________________________________________________________
+=00700 3 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721@04>@0200800 3 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821@06>@0002500 3 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521@04>@0002600 3 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621@04>@0002700 3 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721@04>@0002800 3 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821@04>@0002900 3 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921@04>@0003000 3 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021@04>@0003100 3 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121@04>@0003200 3 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221@04>@0003300 3 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321@04>@0003400 3 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421@04>@0003500 3 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521@04>@0003600 3 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621@04>@0003700 3 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721@04>@0003800 3 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821@04>@0003900 3 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921@04>04@00000 3 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021@04>04@00100 3 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121@04>04@00200 3 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221@04>04@00300 3 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321@04>04@00400 3 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421@04>04@00500 3 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521@04>04@00600 3 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621@04>04@00700 3 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721@04>04@00800 3 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821@04>04@00900 3 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921@04>@0005000 3 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021@04>@0005100 3 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121@04>@0005200 3 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221@04>@0005300 3 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321@04>@0005400 3 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421@04>@0005500 3 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521@04>@0005600 3 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621@04>@0005700 3 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721@04>@0005800 3 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821@04>@0005900 3 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921@04>@0006000 3 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021@04>@0006100 3 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121@04>@0006200 3 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 03 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 0082@06>@0002600 03 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 0392@04>04@00000 03 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@0002@04>04@00100 03 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@0012@04>04@00200 03 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@0022@04>04@00300 03 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@0032@04>04@00400 03 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@0042@04>04@00500 03 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@0052@04>04@00600 03 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@0062@04>04@00700 03 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@0072@04>04@00800 03 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@0082@04>04@00900 03 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@0092@04>@0005000 03 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 0502@04>@0005100 03 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 0512@04>@0005200 03 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 0522@04>@0005300 03 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 0532@04>@0005400 03 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 0542@04>@0005500 03 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 0552@04>@0005600 03 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 0562@04>@0005700 03 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 0572@04>@0005800 03 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 0582@04>@0005900 03 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 0592@04>@0006000 03 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 0602@04>@0006100 03 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 0612@04>@0006200 03 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 0622@04>@0006300 03 063@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 0632@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 3 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721@04>@0200800 3 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821@06>@0002500 3 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521@04>@0002600 3 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621@04>@0002700 3 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721@04>@0002800 3 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821@04>@0002900 3 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921@04>@0003000 3 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021@04>@0003100 3 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121@04>@0003200 3 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221@04>@0003300 3 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321@04>@0003400 3 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421@04>@0003500 3 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521@04>@0003600 3 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621@04>@0003700 3 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721@04>@0003800 3 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821@04>@0003900 3 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921@04>04@00000 3 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021@04>04@00100 3 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121@04>04@00200 3 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221@04>04@00300 3 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321@04>04@00400 3 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421@04>04@00500 3 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521@04>04@00600 3 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621@04>04@00700 3 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721@04>04@00800 3 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821@04>04@00900 3 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921@04>@0005000 3 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021@04>@0005100 3 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121@04>@0005200 3 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221@04>@0005300 3 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321@04>@0005400 3 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421@04>@0005500 3 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521@04>@0005600 3 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621@04>@0005700 3 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721@04>@0005800 3 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821@04>@0005900 3 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921@04>@0006000 3 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021@04>@0006100 3 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121@04>@0006200 3 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 03 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 0072@04>@0200800 03 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 0082@06>@0002600 03 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 0262@04>@0002700 03 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 0272@04>@0002800 03 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 0282@04>@0002900 03 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 0292@04>@0003000 03 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 0302@04>@0003100 03 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 0312@04>@0003200 03 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 0322@04>@0003300 03 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 0332@04>@0003400 03 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 0342@04>@0003500 03 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 0352@04>@0003600 03 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 0362@04>@0003700 03 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 0372@04>@0003800 03 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 0382@04>@0003900 03 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 0392@04>04@00000 03 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@0002@04>04@00100 03 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@0012@04>04@00200 03 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@0022@04>04@00300 03 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@0032@04>04@00400 03 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@0042@04>04@00500 03 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@0052@04>04@00600 03 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@0062@04>04@00700 03 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@0072@04>04@00800 03 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@0082@04>04@00900 03 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@0092@04>@0005000 03 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 0502@04>@0005100 03 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 0512@04>@0005200 03 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 0522@04>@0005300 03 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 0532@04>@0005400 03 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 0542@04>@0005500 03 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 0552@04>@0005600 03 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 0562@04>@0005700 03 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 0572@04>@0005800 03 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 0582@04>@0005900 03 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 0592@04>@0006000 03 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 0602@04>@0006100 03 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 0612@04>@0006200 03 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 0622@04>@0006300 03 063@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 0632@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 3 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721@04>@0200800 3 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821@06>@0002500 3 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521@04>@0002600 3 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621@04>@0002700 3 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721@04>@0002800 3 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821@04>@0002900 3 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921@04>@0003000 3 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021@04>@0003100 3 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121@04>@0003200 3 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221@04>@0003300 3 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321@04>@0003400 3 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421@04>@0003500 3 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521@04>@0003600 3 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621@04>@0003700 3 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721@04>@0003800 3 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821@04>@0003900 3 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921@04>04@00000 3 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021@04>04@00100 3 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121@04>04@00200 3 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221@04>04@00300 3 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321@04>04@00400 3 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421@04>04@00500 3 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521@04>04@00600 3 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621@04>04@00700 3 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721@04>04@00800 3 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821@04>04@00900 3 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921@04>@0005000 3 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021@04>@0005100 3 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121@04>@0005200 3 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221@04>@0005300 3 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321@04>@0005400 3 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421@04>@0005500 3 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521@04>@0005600 3 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621@04>@0005700 3 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721@04>@0005800 3 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821@04>@0005900 3 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921@04>@0006000 3 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021@04>@0006100 3 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121@04>@0006200 3 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 3 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721@04>@0200800 3 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821@06>@0002600 3 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621@04>@0002700 3 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721@04>@0002800 3 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821@04>@0002900 3 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921@04>@0003000 3 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021@04>@0003100 3 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121@04>@0003200 3 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221@04>@0003300 3 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321@04>@0003400 3 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421@04>@0003500 3 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521@04>@0003600 3 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621@04>@0003700 3 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721@04>@0003800 3 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821@04>@0003900 3 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921@04>04@00000 3 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021@04>04@00100 3 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121@04>04@00200 3 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221@04>04@00300 3 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321@04>04@00400 3 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421@04>04@00500 3 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521@04>04@00600 3 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621@04>04@00700 3 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721@04>04@00800 3 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821@04>04@00900 3 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921@04>@0005000 3 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021@04>@0005100 3 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121@04>@0005200 3 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221@04>@0005300 3 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321@04>@0005400 3 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421@04>@0005500 3 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521@04>@0005600 3 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621@04>@0005700 3 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721@04>@0005800 3 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821@04>@0005900 3 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921@04>@0006000 3 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021@04>@0006100 3 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121@04>@0006200 3 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221@04>@0006300 3 063@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321@04>@00:#___________________________________________________________________________________________________________________
+=00700 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 @04>@0200800 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 @06>@0002500 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 @04>@0002600 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 @04>@0002700 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 @04>@0002800 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 @04>@0002900 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 @04>@0003000 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 @04>@0003100 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 @04>@0003200 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 @04>@0003300 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 @04>@0003400 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 @04>@0003500 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 @04>@0003600 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 @04>@0003700 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 @04>@0003800 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 @04>@0003900 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 @04>04@00000 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @04>04@00100 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @04>04@00200 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @04>04@00300 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @04>04@00400 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @04>04@00500 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @04>04@00600 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @04>04@00700 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @04>04@00800 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @04>04@00900 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @04>@0005000 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 @04>@0005100 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 @04>@0005200 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 @04>@0005300 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 @04>@0005400 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 @04>@0005500 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 @04>@0005600 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 @04>@0005700 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 @04>@0005800 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 @04>@0005900 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 @04>@0006000 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 @04>@0006100 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 @04>@0006200 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 @04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 3 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721@04>@0200800 3 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821@06>@0002600 3 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621@04>@0002700 3 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721@04>@0002800 3 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821@04>@0002900 3 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921@04>@0003000 3 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021@04>@0003100 3 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121@04>@0003200 3 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221@04>@0003300 3 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321@04>@0003400 3 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421@04>@0003500 3 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521@04>@0003600 3 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621@04>@0003700 3 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721@04>@0003800 3 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821@04>@0003900 3 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921@04>04@00000 3 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021@04>04@00100 3 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121@04>04@00200 3 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221@04>04@00300 3 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321@04>04@00400 3 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421@04>04@00500 3 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521@04>04@00600 3 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621@04>04@00700 3 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721@04>04@00800 3 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821@04>04@00900 3 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921@04>@0005000 3 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021@04>@0005100 3 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121@04>@0005200 3 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221@04>@0005300 3 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321@04>@0005400 3 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421@04>@0005500 3 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521@04>@0005600 3 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621@04>@0005700 3 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721@04>@0005800 3 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821@04>@0005900 3 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921@04>@0006000 3 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021@04>@0006100 3 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121@04>@0006200 3 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221@04>@0006300 3 063@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 @04>@0200800 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 @06>@0002500 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 @04>@0002600 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 @04>@0002700 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 @04>@0002800 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 @04>@0002900 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 @04>@0003000 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 @04>@0003100 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 @04>@0003200 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 @04>@0003300 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 @04>@0003400 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 @04>@0003500 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 @04>@0003600 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 @04>@0003700 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 @04>@0003800 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 @04>@0003900 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 @04>04@00000 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @04>04@00100 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @04>04@00200 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @04>04@00300 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @04>04@00400 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @04>04@00500 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @04>04@00600 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @04>04@00700 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @04>04@00800 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @04>04@00900 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @04>@0005000 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 @04>@0005100 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 @04>@0005200 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 @04>@0005300 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 @04>@0005400 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 @04>@0005500 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 @04>@0005600 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 @04>@0005700 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 @04>@0005800 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 @04>@0005900 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 @04>@0006000 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 @04>@0006100 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 @04>@0006200 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 @04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 3 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721@04>@0200800 3 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821@06>@0002600 3 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621@04>@0002700 3 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721@04>@0002800 3 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821@04>@0002900 3 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921@04>@0003000 3 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021@04>@0003100 3 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121@04>@0003200 3 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221@04>@0003300 3 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321@04>@0003400 3 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421@04>@0003500 3 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521@04>@0003600 3 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621@04>@0003700 3 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721@04>@0003800 3 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821@04>@0003900 3 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921@04>04@00000 3 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021@04>04@00100 3 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121@04>04@00200 3 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221@04>04@00300 3 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321@04>04@00400 3 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421@04>04@00500 3 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521@04>04@00600 3 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621@04>04@00700 3 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721@04>04@00800 3 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821@04>04@00900 3 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921@04>@0005000 3 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021@04>@0005100 3 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121@04>@0005200 3 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221@04>@0005300 3 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321@04>@0005400 3 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421@04>@0005500 3 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521@04>@0005600 3 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621@04>@0005700 3 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721@04>@0005800 3 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821@04>@0005900 3 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921@04>@0006000 3 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021@04>@0006100 3 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121@04>@0006200 3 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221@04>@0006300 3 063@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 @04>@0200800 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 @06>@0002500 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 @04>@0002600 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 @04>@0002700 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 @04>@0002800 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 @04>@0002900 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 @04>@0003000 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 @04>@0003100 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 @04>@0003200 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 @04>@0003300 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 @04>@0003400 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 @04>@0003500 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 @04>@0003600 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 @04>@0003700 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 @04>@0003800 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 @04>@0003900 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 @04>04@00000 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @04>04@00100 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @04>04@00200 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @04>04@00300 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @04>04@00400 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @04>04@00500 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @04>04@00600 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @04>04@00700 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @04>04@00800 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @04>04@00900 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @04>@0005000 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 @04>@0005100 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 @04>@0005200 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 @04>@0005300 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 @04>@0005400 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 @04>@0005500 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 @04>@0005600 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 @04>@0005700 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 @04>@0005800 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 @04>@0005900 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 @04>@0006000 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 @04>@0006100 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 @04>@0006200 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 @04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 @04>@0200800 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 @06>@0002600 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 @04>@0002700 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 @04>@0002800 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 @04>@0002900 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 @04>@0003000 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 @04>@0003100 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 @04>@0003200 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 @04>@0003300 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 @04>@0003400 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 @04>@0003500 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 @04>@0003600 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 @04>@0003700 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 @04>@0003800 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 @04>@0003900 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 @04>04@00000 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @04>04@00100 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @04>04@00200 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @04>04@00300 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @04>04@00400 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @04>04@00500 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @04>04@00600 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @04>04@00700 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @04>04@00800 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @04>04@00900 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @04>@0005000 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 @04>@0005100 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 @04>@0005200 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 @04>@0005300 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 @04>@0005400 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 @04>@0005500 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 @04>@0005600 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 @04>@0005700 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 @04>@0005800 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 @04>@0005900 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 @04>@0006000 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 @04>@0006100 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 @04>@0006200 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 @04>@0006300 063@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 @04>@00:#___________________________________________________________________________________________________________________
+=00700 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 0@04>@0200800 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 0@06>@0002500 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 0@04>@0002600 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 0@04>@0002700 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 0@04>@0002800 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 0@04>@0002900 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 0@04>@0003000 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 0@04>@0003100 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 0@04>@0003200 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 0@04>@0003300 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 0@04>@0003400 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 0@04>@0003500 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 0@04>@0003600 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 0@04>@0003700 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 0@04>@0003800 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 0@04>@0003900 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 0@04>04@00000 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @040>04@00100 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @040>04@00200 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @040>04@00300 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @040>04@00400 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @040>04@00500 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @040>04@00600 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @040>04@00700 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @040>04@00800 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @040>04@00900 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @040>@0005000 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 0@04>@0005100 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 0@04>@0005200 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 0@04>@0005300 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 0@04>@0005400 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 0@04>@0005500 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 0@04>@0005600 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 0@04>@0005700 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 0@04>@0005800 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 0@04>@0005900 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 0@04>@0006000 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 0@04>@0006100 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 0@04>@0006200 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 0@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 @04>@0200800 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 @06>@0002600 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 @04>@0002700 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 @04>@0002800 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 @04>@0002900 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 @04>@0003000 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 @04>@0003100 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 @04>@0003200 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 @04>@0003300 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 @04>@0003400 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 @04>@0003500 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 @04>@0003600 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 @04>@0003700 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 @04>@0003800 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 @04>@0003900 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 @04>04@00000 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @04>04@00100 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @04>04@00200 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @04>04@00300 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @04>04@00400 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @04>04@00500 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @04>04@00600 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @04>04@00700 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @04>04@00800 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @04>04@00900 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @04>@0005000 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 @04>@0005100 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 @04>@0005200 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 @04>@0005300 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 @04>@0005400 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 @04>@0005500 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 @04>@0005600 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 @04>@0005700 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 @04>@0005800 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 @04>@0005900 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 @04>@0006000 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 @04>@0006100 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 @04>@0006200 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 @04>@0006300 063@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 @04>@00 ESC#________________________________________________________________________________________________________________
+=00700 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 0@04>@0200800 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 0@06>@0002500 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 0@04>@0002600 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 0@04>@0002700 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 0@04>@0002800 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 0@04>@0002900 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 0@04>@0003000 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 0@04>@0003100 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 0@04>@0003200 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 0@04>@0003300 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 0@04>@0003400 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 0@04>@0003500 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 0@04>@0003600 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 0@04>@0003700 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 0@04>@0003800 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 0@04>@0003900 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 0@04>04@00000 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @040>04@00100 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @040>04@00200 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @040>04@00300 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @040>04@00400 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @040>04@00500 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @040>04@00600 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @040>04@00700 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @040>04@00800 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @040>04@00900 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @040>@0005000 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 0@04>@0005100 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 0@04>@0005200 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 0@04>@0005300 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 0@04>@0005400 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 0@04>@0005500 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 0@04>@0005600 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 0@04>@0005700 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 0@04>@0005800 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 0@04>@0005900 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 0@04>@0006000 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 0@04>@0006100 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 0@04>@0006200 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 0@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 @04>@0200800 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 @06>@0002600 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 @04>@0002700 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 @04>@0002800 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 @04>@0002900 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 @04>@0003000 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 @04>@0003100 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 @04>@0003200 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 @04>@0003300 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 @04>@0003400 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 @04>@0003500 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 @04>@0003600 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 @04>@0003700 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 @04>@0003800 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 @04>@0003900 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 @04>04@00000 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @04>04@00100 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @04>04@00200 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @04>04@00300 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @04>04@00400 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @04>04@00500 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @04>04@00600 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @04>04@00700 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @04>04@00800 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @04>04@00900 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @04>@0005000 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 @04>@0005100 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 @04>@0005200 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 @04>@0005300 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 @04>@0005400 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 @04>@0005500 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 @04>@0005600 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 @04>@0005700 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 @04>@0005800 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 @04>@0005900 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 @04>@0006000 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 @04>@0006100 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 @04>@0006200 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 @04>@0006300 063@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 @04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 0@04>@0200800 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 0@06>@0002500 025@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 0@04>@0002600 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 0@04>@0002700 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 0@04>@0002800 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 0@04>@0002900 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 0@04>@0003000 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 0@04>@0003100 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 0@04>@0003200 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 0@04>@0003300 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 0@04>@0003400 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 0@04>@0003500 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 0@04>@0003600 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 0@04>@0003700 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 0@04>@0003800 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 0@04>@0003900 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 0@04>04@00000 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @040>04@00100 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @040>04@00200 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @040>04@00300 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @040>04@00400 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @040>04@00500 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @040>04@00600 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @040>04@00700 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @040>04@00800 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @040>04@00900 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @040>@0005000 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 0@04>@0005100 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 0@04>@0005200 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 0@04>@0005300 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 0@04>@0005400 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 0@04>@0005500 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 0@04>@0005600 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 0@04>@0005700 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 0@04>@0005800 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 0@04>@0005900 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 0@04>@0006000 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 0@04>@0006100 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 0@04>@0006200 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 0@04>@0200800 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 0@06>@0002600 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 0@04>@0002700 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 0@04>@0002800 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 0@04>@0002900 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 0@04>@0003000 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 0@04>@0003100 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 0@04>@0003200 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 0@04>@0003300 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 0@04>@0003400 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 0@04>@0003500 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 0@04>@0003600 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 0@04>@0003700 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 0@04>@0003800 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 0@04>@0003900 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 0@04>04@00000 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @040>04@00100 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @040>04@00200 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @040>04@00300 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @040>04@00400 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @040>04@00500 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @040>04@00600 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @040>04@00700 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @040>04@00800 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @040>04@00900 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @040>@0005000 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 0@04>@0005100 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 0@04>@0005200 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 0@04>@0005300 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 0@04>@0005400 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 0@04>@0005500 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 0@04>@0005600 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 0@04>@0005700 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 0@04>@0005800 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 0@04>@0005900 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 0@04>@0006000 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 0@04>@0006100 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 0@04>@0006200 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 0@04>@0006300 063@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 0@04>@00:#___________________________________________________________________________________________________________________
+=00700 07@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00@04>@0200800 08@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00@06>@0002500 25@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02@04>@0002600 26@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02@04>@0002700 27@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02@04>@0002800 28@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02@04>@0002900 29@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02@04>@0003000 30@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03@04>@0003100 31@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03@04>@0003200 32@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03@04>@0003300 33@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03@04>@0003400 34@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03@04>@0003500 35@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03@04>@0003600 36@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03@04>@0003700 37@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03@04>@0003800 38@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03@04>@0003900 39@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03@04>04@00000 @044@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404>04@00100 @044@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404>04@00200 @044@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404>04@00300 @044@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404>04@00400 @044@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404>04@00500 @044@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404>04@00600 @044@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404>04@00700 @044@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404>04@00800 @044@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404>04@00900 @044@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404>@0005000 50@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05@04>@0005100 51@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05@04>@0005200 52@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05@04>@0005300 53@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05@04>@0005400 54@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05@04>@0005500 55@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05@04>@0005600 56@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05@04>@0005700 57@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05@04>@0005800 58@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05@04>@0005900 59@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05@04>@0006000 60@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06@04>@0006100 61@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06@04>@0006200 62@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 0@04>@0200800 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 0@06>@0002600 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 0@04>@0002700 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 0@04>@0002800 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 0@04>@0002900 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 0@04>@0003000 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 0@04>@0003100 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 0@04>@0003200 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 0@04>@0003300 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 0@04>@0003400 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 0@04>@0003500 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 0@04>@0003600 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 0@04>@0003700 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 0@04>@0003800 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 0@04>@0003900 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 0@04>04@00000 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @040>04@00100 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @040>04@00200 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @040>04@00300 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @040>04@00400 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @040>04@00500 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @040>04@00600 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @040>04@00700 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @040>04@00800 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @040>04@00900 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @040>@0005000 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 0@04>@0005100 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 0@04>@0005200 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 0@04>@0005300 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 0@04>@0005400 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 0@04>@0005500 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 0@04>@0005600 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 0@04>@0005700 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 0@04>@0005800 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 0@04>@0005900 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 0@04>@0006000 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 0@04>@0006100 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 0@04>@0006200 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 0@04>@0006300 063@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 0@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 07@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00@04>@0200800 08@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00@06>@0002500 25@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02@04>@0002600 26@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02@04>@0002700 27@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02@04>@0002800 28@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02@04>@0002900 29@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02@04>@0003000 30@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03@04>@0003100 31@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03@04>@0003200 32@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03@04>@0003300 33@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03@04>@0003400 34@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03@04>@0003500 35@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03@04>@0003600 36@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03@04>@0003700 37@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03@04>@0003800 38@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03@04>@0003900 39@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03@04>04@00000 @044@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404>04@00100 @044@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404>04@00200 @044@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404>04@00300 @044@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404>04@00400 @044@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404>04@00500 @044@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404>04@00600 @044@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404>04@00700 @044@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404>04@00800 @044@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404>04@00900 @044@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404>@0005000 50@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05@04>@0005100 51@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05@04>@0005200 52@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05@04>@0005300 53@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05@04>@0005400 54@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05@04>@0005500 55@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05@04>@0005600 56@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05@04>@0005700 57@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05@04>@0005800 58@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05@04>@0005900 59@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05@04>@0006000 60@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06@04>@0006100 61@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06@04>@0006200 62@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 007@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 0@04>@0200800 008@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 0@06>@0002600 026@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 0@04>@0002700 027@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 0@04>@0002800 028@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 0@04>@0002900 029@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 0@04>@0003000 030@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 0@04>@0003100 031@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 0@04>@0003200 032@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 0@04>@0003300 033@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 0@04>@0003400 034@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 0@04>@0003500 035@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 0@04>@0003600 036@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 0@04>@0003700 037@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 0@04>@0003800 038@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 0@04>@0003900 039@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 0@04>04@00000 @0404@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @040>04@00100 @0404@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @040>04@00200 @0404@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @040>04@00300 @0404@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @040>04@00400 @0404@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @040>04@00500 @0404@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @040>04@00600 @0404@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @040>04@00700 @0404@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @040>04@00800 @0404@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @040>04@00900 @0404@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @040>@0005000 050@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 0@04>@0005100 051@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 0@04>@0005200 052@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 0@04>@0005300 053@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 0@04>@0005400 054@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 0@04>@0005500 055@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 0@04>@0005600 056@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 0@04>@0005700 057@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 0@04>@0005800 058@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 0@04>@0005900 059@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 0@04>@0006000 060@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 0@04>@0006100 061@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 0@04>@0006200 062@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 0@04>@0006300 063@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 07@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00@04>@0200800 08@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00@06>@0002500 25@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02@04>@0002600 26@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02@04>@0002700 27@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02@04>@0002800 28@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02@04>@0002900 29@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02@04>@0003000 30@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03@04>@0003100 31@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03@04>@0003200 32@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03@04>@0003300 33@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03@04>@0003400 34@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03@04>@0003500 35@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03@04>@0003600 36@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03@04>@0003700 37@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03@04>@0003800 38@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03@04>@0003900 39@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03@04>04@00000 @044@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404>04@00100 @044@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404>04@00200 @044@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404>04@00300 @044@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404>04@00400 @044@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404>04@00500 @044@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404>04@00600 @044@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404>04@00700 @044@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404>04@00800 @044@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404>04@00900 @044@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404>@0005000 50@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05@04>@0005100 51@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05@04>@0005200 52@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05@04>@0005300 53@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05@04>@0005400 54@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05@04>@0005500 55@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05@04>@0005600 56@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05@04>@0005700 57@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05@04>@0005800 58@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05@04>@0005900 59@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05@04>@0006000 60@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06@04>@0006100 61@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06@04>@0006200 62@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 07@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00@04>@0200800 08@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00@06>@0002600 26@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02@04>@0002700 27@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02@04>@0002800 28@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02@04>@0002900 29@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02@04>@0003000 30@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03@04>@0003100 31@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03@04>@0003200 32@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03@04>@0003300 33@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03@04>@0003400 34@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03@04>@0003500 35@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03@04>@0003600 36@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03@04>@0003700 37@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03@04>@0003800 38@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03@04>@0003900 39@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03@04>04@00000 @044@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404>04@00100 @044@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404>04@00200 @044@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404>04@00300 @044@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404>04@00400 @044@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404>04@00500 @044@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404>04@00600 @044@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404>04@00700 @044@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404>04@00800 @044@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404>04@00900 @044@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404>@0005000 50@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05@04>@0005100 51@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05@04>@0005200 52@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05@04>@0005300 53@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05@04>@0005400 54@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05@04>@0005500 55@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05@04>@0005600 56@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05@04>@0005700 57@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05@04>@0005800 58@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05@04>@0005900 59@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05@04>@0006000 60@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06@04>@0006100 61@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06@04>@0006200 62@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06@04>@0006300 63@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06@04>@00:#___________________________________________________________________________________________________________________
+=00700 7@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 007@04>@0200800 8@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 008@06>@0002500 5@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 025@04>@0002600 6@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 026@04>@0002700 7@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 027@04>@0002800 8@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 028@04>@0002900 9@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 029@04>@0003000 0@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 030@04>@0003100 1@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 031@04>@0003200 2@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 032@04>@0003300 3@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 033@04>@0003400 4@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 034@04>@0003500 5@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 035@04>@0003600 6@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 036@04>@0003700 7@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 037@04>@0003800 8@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 038@04>@0003900 9@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 039@04>04@00000 0@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@000@04>04@00100 1@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@001@04>04@00200 2@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@002@04>04@00300 3@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@003@04>04@00400 4@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@004@04>04@00500 5@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@005@04>04@00600 6@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@006@04>04@00700 7@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@007@04>04@00800 8@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@008@04>04@00900 9@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@009@04>@0005000 0@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 050@04>@0005100 1@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 051@04>@0005200 2@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 052@04>@0005300 3@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 053@04>@0005400 4@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 054@04>@0005500 5@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 055@04>@0005600 6@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 056@04>@0005700 7@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 057@04>@0005800 8@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 058@04>@0005900 9@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 059@04>@0006000 0@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 060@04>@0006100 1@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 061@04>@0006200 2@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 062@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 07@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00@04>@0200800 08@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00@06>@0002600 26@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02@04>@0002700 27@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02@04>@0002800 28@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02@04>@0002900 29@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02@04>@0003000 30@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03@04>@0003100 31@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03@04>@0003200 32@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03@04>@0003300 33@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03@04>@0003400 34@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03@04>@0003500 35@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03@04>@0003600 36@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03@04>@0003700 37@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03@04>@0003800 38@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03@04>@0003900 39@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03@04>04@00000 @044@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404>04@00100 @044@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404>04@00200 @044@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404>04@00300 @044@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404>04@00400 @044@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404>04@00500 @044@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404>04@00600 @044@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404>04@00700 @044@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404>04@00800 @044@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404>04@00900 @044@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404>@0005000 50@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05@04>@0005100 51@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05@04>@0005200 52@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05@04>@0005300 53@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05@04>@0005400 54@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05@04>@0005500 55@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05@04>@0005600 56@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05@04>@0005700 57@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05@04>@0005800 58@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05@04>@0005900 59@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05@04>@0006000 60@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06@04>@0006100 61@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06@04>@0006200 62@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06@04>@0006300 63@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 7@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 007@04>@0200800 8@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 008@06>@0002500 5@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 025@04>@0002600 6@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 026@04>@0002700 7@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 027@04>@0002800 8@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 028@04>@0002900 9@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 029@04>@0003000 0@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 030@04>@0003100 1@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 031@04>@0003200 2@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 032@04>@0003300 3@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 033@04>@0003400 4@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 034@04>@0003500 5@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 035@04>@0003600 6@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 036@04>@0003700 7@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 037@04>@0003800 8@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 038@04>@0003900 9@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 039@04>04@00000 0@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@000@04>04@00100 1@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@001@04>04@00200 2@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@002@04>04@00300 3@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@003@04>04@00400 4@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@004@04>04@00500 5@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@005@04>04@00600 6@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@006@04>04@00700 7@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@007@04>04@00800 8@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@008@04>04@00900 9@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@009@04>@0005000 0@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 050@04>@0005100 1@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 051@04>@0005200 2@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 052@04>@0005300 3@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 053@04>@0005400 4@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 054@04>@0005500 5@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 055@04>@0005600 6@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 056@04>@0005700 7@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 057@04>@0005800 8@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 058@04>@0005900 9@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 059@04>@0006000 0@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 060@04>@0006100 1@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 061@04>@0006200 2@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 062@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 07@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00@04>@0200800 08@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00@06>@0002600 26@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02@04>@0002700 27@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02@04>@0002800 28@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02@04>@0002900 29@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02@04>@0003000 30@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03@04>@0003100 31@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03@04>@0003200 32@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03@04>@0003300 33@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03@04>@0003400 34@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03@04>@0003500 35@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03@04>@0003600 36@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03@04>@0003700 37@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03@04>@0003800 38@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03@04>@0003900 39@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03@04>04@00000 @044@000@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404>04@00100 @044@001@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404>04@00200 @044@002@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404>04@00300 @044@003@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404>04@00400 @044@004@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404>04@00500 @044@005@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404>04@00600 @044@006@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404>04@00700 @044@007@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404>04@00800 @044@008@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404>04@00900 @044@009@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404>@0005000 50@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05@04>@0005100 51@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05@04>@0005200 52@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05@04>@0005300 53@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05@04>@0005400 54@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05@04>@0005500 55@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05@04>@0005600 56@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05@04>@0005700 57@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05@04>@0005800 58@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05@04>@0005900 59@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05@04>@0006000 60@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06@04>@0006100 61@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06@04>@0006200 62@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06@04>@0006300 63@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 7@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 007@04>@0200800 8@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 008@06>@0002500 5@0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 025@04>@0002600 6@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 026@04>@0002700 7@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 027@04>@0002800 8@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 028@04>@0002900 9@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 029@04>@0003000 0@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 030@04>@0003100 1@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 031@04>@0003200 2@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 032@04>@0003300 3@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 033@04>@0003400 4@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 034@04>@0003500 5@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 035@04>@0003600 6@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 036@04>@0003700 7@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 037@04>@0003800 8@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 038@04>@0003900 9@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 039@04>04@00000 0@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@000@04>04@00100 1@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@001@04>04@00200 2@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@002@04>04@00300 3@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@003@04>04@00400 4@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@004@04>04@00500 5@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@005@04>04@00600 6@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@006@04>04@00700 7@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@007@04>04@00800 8@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@008@04>04@00900 9@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@009@04>@0005000 0@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 050@04>@0005100 1@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 051@04>@0005200 2@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 052@04>@0005300 3@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 053@04>@0005400 4@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 054@04>@0005500 5@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 055@04>@0005600 6@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 056@04>@0005700 7@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 057@04>@0005800 8@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 058@04>@0005900 9@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 059@04>@0006000 0@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 060@04>@0006100 1@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 061@04>@0006200 2@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 062@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 7@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 007@04>@0200800 8@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 008@06>@0002600 6@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 026@04>@0002700 7@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 027@04>@0002800 8@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 028@04>@0002900 9@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 029@04>@0003000 0@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 030@04>@0003100 1@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 031@04>@0003200 2@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 032@04>@0003300 3@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 033@04>@0003400 4@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 034@04>@0003500 5@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 035@04>@0003600 6@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 036@04>@0003700 7@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 037@04>@0003800 8@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 038@04>@0003900 9@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 039@04>04@00000 0@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@000@04>04@00100 1@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@001@04>04@00200 2@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@002@04>04@00300 3@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@003@04>04@00400 4@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@004@04>04@00500 5@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@005@04>04@00600 6@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@006@04>04@00700 7@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@007@04>04@00800 8@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@008@04>04@00900 9@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@009@04>@0005000 0@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 050@04>@0005100 1@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 051@04>@0005200 2@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 052@04>@0005300 3@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 053@04>@0005400 4@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 054@04>@0005500 5@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 055@04>@0005600 6@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 056@04>@0005700 7@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 057@04>@0005800 8@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 058@04>@0005900 9@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 059@04>@0006000 0@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 060@04>@0006100 1@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 061@04>@0006200 2@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 062@04>@0006300 3@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 063@04>@00:#___________________________________________________________________________________________________________________
+=00700 @0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 0072@04>@0200800 @0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 0082@06>@0002500 @0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 0252@04>@0002600 @0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 0262@04>@0002700 @0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 0272@04>@0002800 @0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 0282@04>@0002900 @0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 0292@04>@0003000 @0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 0302@04>@0003100 @0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 0312@04>@0003200 @0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 0322@04>@0003300 @0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 0332@04>@0003400 @0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 0342@04>@0003500 @0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 0352@04>@0003600 @0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 0362@04>@0003700 @0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 0372@04>@0003800 @0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 0382@04>@0003900 @0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 0392@04>04@00000 @0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@0002@04>04@00100 @0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@0012@04>04@00200 @0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@0022@04>04@00300 @0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@0032@04>04@00400 @0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@0042@04>04@00500 @0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@0052@04>04@00600 @0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@0062@04>04@00700 @0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@0072@04>04@00800 @0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@0082@04>04@00900 @0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@0092@04>@0005000 @0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 0502@04>@0005100 @0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 0512@04>@0005200 @0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 0522@04>@0005300 @0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 0532@04>@0005400 @0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 0542@04>@0005500 @0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 0552@04>@0005600 @0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 0562@04>@0005700 @0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 0572@04>@0005800 @0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 0582@04>@0005900 @0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 0592@04>@0006000 @0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 0602@04>@0006100 @0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 0612@04>@0006200 @0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 0622@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 7@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 007@04>@0200800 8@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 008@06>@0002600 6@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 026@04>@0002700 7@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 027@04>@0002800 8@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 028@04>@0002900 9@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 029@04>@0003000 0@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 030@04>@0003100 1@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 031@04>@0003200 2@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 032@04>@0003300 3@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 033@04>@0003400 4@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 034@04>@0003500 5@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 035@04>@0003600 6@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 036@04>@0003700 7@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 037@04>@0003800 8@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 038@04>@0003900 9@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 039@04>04@00000 0@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@000@04>04@00100 1@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@001@04>04@00200 2@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@002@04>04@00300 3@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@003@04>04@00400 4@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@004@04>04@00500 5@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@005@04>04@00600 6@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@006@04>04@00700 7@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@007@04>04@00800 8@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@008@04>04@00900 9@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@009@04>@0005000 0@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 050@04>@0005100 1@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 051@04>@0005200 2@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 052@04>@0005300 3@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 053@04>@0005400 4@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 054@04>@0005500 5@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 055@04>@0005600 6@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 056@04>@0005700 7@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 057@04>@0005800 8@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 058@04>@0005900 9@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 059@04>@0006000 0@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 060@04>@0006100 1@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 061@04>@0006200 2@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 062@04>@0006300 3@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 063@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 @0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 0072@04>@0200800 @0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 0082@06>@0002500 @0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 0252@04>@0002600 @0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 0262@04>@0002700 @0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 0272@04>@0002800 @0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 0282@04>@0002900 @0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 0292@04>@0003000 @0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 0302@04>@0003100 @0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 0312@04>@0003200 @0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 0322@04>@0003300 @0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 0332@04>@0003400 @0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 0342@04>@0003500 @0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 0352@04>@0003600 @0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 0362@04>@0003700 @0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 0372@04>@0003800 @0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 0382@04>@0003900 @0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 0392@04>04@00000 @0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@0002@04>04@00100 @0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@0012@04>04@00200 @0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@0022@04>04@00300 @0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@0032@04>04@00400 @0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@0042@04>04@00500 @0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@0052@04>04@00600 @0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@0062@04>04@00700 @0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@0072@04>04@00800 @0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@0082@04>04@00900 @0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@0092@04>@0005000 @0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 0502@04>@0005100 @0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 0512@04>@0005200 @0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 0522@04>@0005300 @0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 0532@04>@0005400 @0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 0542@04>@0005500 @0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 0552@04>@0005600 @0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 0562@04>@0005700 @0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 0572@04>@0005800 @0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 0582@04>@0005900 @0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 0592@04>@0006000 @0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 0602@04>@0006100 @0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 0612@04>@0006200 @0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 0622@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 7@0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 007@04>@0200800 8@0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 008@06>@0002600 6@0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 026@04>@0002700 7@0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 027@04>@0002800 8@0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 028@04>@0002900 9@0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 029@04>@0003000 0@0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 030@04>@0003100 1@0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 031@04>@0003200 2@0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 032@04>@0003300 3@0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 033@04>@0003400 4@0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 034@04>@0003500 5@0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 035@04>@0003600 6@0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 036@04>@0003700 7@0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 037@04>@0003800 8@0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 038@04>@0003900 9@0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 039@04>04@00000 0@0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@000@04>04@00100 1@0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@001@04>04@00200 2@0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@002@04>04@00300 3@0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@003@04>04@00400 4@0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@004@04>04@00500 5@0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@005@04>04@00600 6@0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@006@04>04@00700 7@0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@007@04>04@00800 8@0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@008@04>04@00900 9@0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@009@04>@0005000 0@0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 050@04>@0005100 1@0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 051@04>@0005200 2@0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 052@04>@0005300 3@0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 053@04>@0005400 4@0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 054@04>@0005500 5@0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 055@04>@0005600 6@0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 056@04>@0005700 7@0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 057@04>@0005800 8@0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 058@04>@0005900 9@0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 059@04>@0006000 0@0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 060@04>@0006100 1@0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 061@04>@0006200 2@0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 062@04>@0006300 3@0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 063@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 @0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 0072@04>@0200800 @0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 0082@06>@0002500 @0404@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 0252@04>@0002600 @0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 0262@04>@0002700 @0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 0272@04>@0002800 @0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 0282@04>@0002900 @0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 0292@04>@0003000 @0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 0302@04>@0003100 @0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 0312@04>@0003200 @0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 0322@04>@0003300 @0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 0332@04>@0003400 @0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 0342@04>@0003500 @0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 0352@04>@0003600 @0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 0362@04>@0003700 @0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 0372@04>@0003800 @0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 0382@04>@0003900 @0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 0392@04>04@00000 @0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@0002@04>04@00100 @0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@0012@04>04@00200 @0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@0022@04>04@00300 @0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@0032@04>04@00400 @0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@0042@04>04@00500 @0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@0052@04>04@00600 @0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@0062@04>04@00700 @0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@0072@04>04@00800 @0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@0082@04>04@00900 @0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@0092@04>@0005000 @0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 0502@04>@0005100 @0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 0512@04>@0005200 @0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 0522@04>@0005300 @0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 0532@04>@0005400 @0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 0542@04>@0005500 @0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 0552@04>@0005600 @0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 0562@04>@0005700 @0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 0572@04>@0005800 @0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 0582@04>@0005900 @0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 0592@04>@0006000 @0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 0602@04>@0006100 @0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 0612@04>@0006200 @0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 0622@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 @0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 0072@04>@0200800 @0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 0082@06>@0002600 @0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 0262@04>@0002700 @0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 0272@04>@0002800 @0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 0282@04>@0002900 @0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 0292@04>@0003000 @0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 0302@04>@0003100 @0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 0312@04>@0003200 @0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 0322@04>@0003300 @0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 0332@04>@0003400 @0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 0342@04>@0003500 @0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 0352@04>@0003600 @0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 0362@04>@0003700 @0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 0372@04>@0003800 @0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 0382@04>@0003900 @0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 0392@04>04@00000 @0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@0002@04>04@00100 @0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@0012@04>04@00200 @0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@0022@04>04@00300 @0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@0032@04>04@00400 @0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@0042@04>04@00500 @0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@0052@04>04@00600 @0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@0062@04>04@00700 @0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@0072@04>04@00800 @0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@0082@04>04@00900 @0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@0092@04>@0005000 @0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 0502@04>@0005100 @0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 0512@04>@0005200 @0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 0522@04>@0005300 @0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 0532@04>@0005400 @0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 0542@04>@0005500 @0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 0552@04>@0005600 @0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 0562@04>@0005700 @0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 0572@04>@0005800 @0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 0582@04>@0005900 @0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 0592@04>@0006000 @0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 0602@04>@0006100 @0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 0612@04>@0006200 @0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 0622@04>@0006300 @0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 0632@04>@00:#___________________________________________________________________________________________________________________
+=00700 @044@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722@04>@0200800 @064@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822@06>@0002500 @044@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522@04>@0002600 @044@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622@04>@0002700 @044@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722@04>@0002800 @044@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822@04>@0002900 @044@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922@04>@0003000 @044@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022@04>@0003100 @044@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122@04>@0003200 @044@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222@04>@0003300 @044@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322@04>@0003400 @044@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422@04>@0003500 @044@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522@04>@0003600 @044@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622@04>@0003700 @044@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722@04>@0003800 @044@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822@04>@0003900 @044@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922@04>04@00000 @044@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022@04>04@00100 @044@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122@04>04@00200 @044@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222@04>04@00300 @044@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322@04>04@00400 @044@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422@04>04@00500 @044@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522@04>04@00600 @044@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622@04>04@00700 @044@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722@04>04@00800 @044@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822@04>04@00900 @044@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922@04>@0005000 @044@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022@04>@0005100 @044@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122@04>@0005200 @044@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222@04>@0005300 @044@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322@04>@0005400 @044@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422@04>@0005500 @044@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522@04>@0005600 @044@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622@04>@0005700 @044@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722@04>@0005800 @044@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822@04>@0005900 @044@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922@04>@0006000 @044@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022@04>@0006100 @044@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122@04>@0006200 @044@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 @0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 0072@04>@0200800 @0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 0082@06>@0002600 @0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 0262@04>@0002700 @0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 0272@04>@0002800 @0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 0282@04>@0002900 @0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 0292@04>@0003000 @0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 0302@04>@0003100 @0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 0312@04>@0003200 @0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 0322@04>@0003300 @0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 0332@04>@0003400 @0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 0342@04>@0003500 @0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 0352@04>@0003600 @0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 0362@04>@0003700 @0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 0372@04>@0003800 @0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 0382@04>@0003900 @0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 0392@04>04@00000 @0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@0002@04>04@00100 @0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@0012@04>04@00200 @0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@0022@04>04@00300 @0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@0032@04>04@00400 @0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@0042@04>04@00500 @0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@0052@04>04@00600 @0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@0062@04>04@00700 @0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@0072@04>04@00800 @0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@0082@04>04@00900 @0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@0092@04>@0005000 @0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 0502@04>@0005100 @0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 0512@04>@0005200 @0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 0522@04>@0005300 @0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 0532@04>@0005400 @0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 0542@04>@0005500 @0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 0552@04>@0005600 @0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 0562@04>@0005700 @0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 0572@04>@0005800 @0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 0582@04>@0005900 @0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 0592@04>@0006000 @0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 0602@04>@0006100 @0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 0612@04>@0006200 @0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 0622@04>@0006300 @0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 0632@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 @044@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722@04>@0200800 @064@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822@06>@0002500 @044@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522@04>@0002600 @044@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622@04>@0002700 @044@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722@04>@0002800 @044@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822@04>@0002900 @044@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922@04>@0003000 @044@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022@04>@0003100 @044@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122@04>@0003200 @044@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222@04>@0003300 @044@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322@04>@0003400 @044@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422@04>@0003500 @044@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522@04>@0003600 @044@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622@04>@0003700 @044@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722@04>@0003800 @044@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822@04>@0003900 @044@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922@04>04@00000 @044@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022@04>04@00100 @044@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122@04>04@00200 @044@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222@04>04@00300 @044@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322@04>04@00400 @044@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422@04>04@00500 @044@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522@04>04@00600 @044@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622@04>04@00700 @044@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722@04>04@00800 @044@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822@04>04@00900 @044@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922@04>@0005000 @044@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022@04>@0005100 @044@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122@04>@0005200 @044@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222@04>@0005300 @044@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322@04>@0005400 @044@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422@04>@0005500 @044@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522@04>@0005600 @044@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622@04>@0005700 @044@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722@04>@0005800 @044@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822@04>@0005900 @044@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922@04>@0006000 @044@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022@04>@0006100 @044@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122@04>@0006200 @044@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 @0404@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 0072@04>@0200800 @0604@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 0082@06>@0002600 @0404@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 0262@04>@0002700 @0404@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 0272@04>@0002800 @0404@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 0282@04>@0002900 @0404@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 0292@04>@0003000 @0404@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 0302@04>@0003100 @0404@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 0312@04>@0003200 @0404@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 0322@04>@0003300 @0404@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 0332@04>@0003400 @0404@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 0342@04>@0003500 @0404@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 0352@04>@0003600 @0404@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 0362@04>@0003700 @0404@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 0372@04>@0003800 @0404@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 0382@04>@0003900 @0404@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 0392@04>04@00000 @0404@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@0002@04>04@00100 @0404@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@0012@04>04@00200 @0404@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@0022@04>04@00300 @0404@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@0032@04>04@00400 @0404@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@0042@04>04@00500 @0404@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@0052@04>04@00600 @0404@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@0062@04>04@00700 @0404@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@0072@04>04@00800 @0404@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@0082@04>04@00900 @0404@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@0092@04>@0005000 @0404@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 0502@04>@0005100 @0404@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 0512@04>@0005200 @0404@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 0522@04>@0005300 @0404@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 0532@04>@0005400 @0404@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 0542@04>@0005500 @0404@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 0552@04>@0005600 @0404@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 0562@04>@0005700 @0404@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 0572@04>@0005800 @0404@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 0582@04>@0005900 @0404@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 0592@04>@0006000 @0404@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 0602@04>@0006100 @0404@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 0612@04>@0006200 @0404@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 0622@04>@0006300 @0404@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 0632@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 @044@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722@04>@0200800 @064@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822@06>@0002500 @044@00 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522@04>@0002600 @044@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622@04>@0002700 @044@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722@04>@0002800 @044@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822@04>@0002900 @044@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922@04>@0003000 @044@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022@04>@0003100 @044@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122@04>@0003200 @044@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222@04>@0003300 @044@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322@04>@0003400 @044@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422@04>@0003500 @044@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522@04>@0003600 @044@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622@04>@0003700 @044@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722@04>@0003800 @044@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822@04>@0003900 @044@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922@04>04@00000 @044@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022@04>04@00100 @044@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122@04>04@00200 @044@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222@04>04@00300 @044@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322@04>04@00400 @044@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422@04>04@00500 @044@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522@04>04@00600 @044@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622@04>04@00700 @044@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722@04>04@00800 @044@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822@04>04@00900 @044@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922@04>@0005000 @044@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022@04>@0005100 @044@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122@04>@0005200 @044@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222@04>@0005300 @044@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322@04>@0005400 @044@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422@04>@0005500 @044@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522@04>@0005600 @044@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622@04>@0005700 @044@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722@04>@0005800 @044@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822@04>@0005900 @044@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922@04>@0006000 @044@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022@04>@0006100 @044@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122@04>@0006200 @044@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 @044@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722@04>@0200800 @064@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822@06>@0002600 @044@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622@04>@0002700 @044@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722@04>@0002800 @044@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822@04>@0002900 @044@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922@04>@0003000 @044@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022@04>@0003100 @044@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122@04>@0003200 @044@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222@04>@0003300 @044@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322@04>@0003400 @044@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422@04>@0003500 @044@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522@04>@0003600 @044@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622@04>@0003700 @044@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722@04>@0003800 @044@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822@04>@0003900 @044@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922@04>04@00000 @044@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022@04>04@00100 @044@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122@04>04@00200 @044@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222@04>04@00300 @044@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322@04>04@00400 @044@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422@04>04@00500 @044@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522@04>04@00600 @044@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622@04>04@00700 @044@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722@04>04@00800 @044@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822@04>04@00900 @044@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922@04>@0005000 @044@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022@04>@0005100 @044@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122@04>@0005200 @044@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222@04>@0005300 @044@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322@04>@0005400 @044@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422@04>@0005500 @044@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522@04>@0005600 @044@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622@04>@0005700 @044@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722@04>@0005800 @044@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822@04>@0005900 @044@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922@04>@0006000 @044@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022@04>@0006100 @044@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122@04>@0006200 @044@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222@04>@0006300 @044@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322@04>@00:#___________________________________________________________________________________________________________________
+=00700 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 @04>@0200800 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 @06>@0002500 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522 @04>@0002600 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 @04>@0002700 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 @04>@0002800 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 @04>@0002900 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 @04>@0003000 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 @04>@0003100 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 @04>@0003200 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 @04>@0003300 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 @04>@0003400 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 @04>@0003500 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 @04>@0003600 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 @04>@0003700 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 @04>@0003800 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 @04>@0003900 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 @04>04@00000 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @04>04@00100 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @04>04@00200 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @04>04@00300 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @04>04@00400 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @04>04@00500 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @04>04@00600 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @04>04@00700 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @04>04@00800 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @04>04@00900 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @04>@0005000 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 @04>@0005100 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 @04>@0005200 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 @04>@0005300 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 @04>@0005400 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 @04>@0005500 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 @04>@0005600 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 @04>@0005700 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 @04>@0005800 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 @04>@0005900 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 @04>@0006000 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 @04>@0006100 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 @04>@0006200 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 @04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 @044@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722@04>@0200800 @064@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822@06>@0002600 @044@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622@04>@0002700 @044@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722@04>@0002800 @044@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822@04>@0002900 @044@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922@04>@0003000 @044@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022@04>@0003100 @044@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122@04>@0003200 @044@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222@04>@0003300 @044@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322@04>@0003400 @044@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422@04>@0003500 @044@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522@04>@0003600 @044@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622@04>@0003700 @044@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722@04>@0003800 @044@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822@04>@0003900 @044@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922@04>04@00000 @044@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022@04>04@00100 @044@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122@04>04@00200 @044@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222@04>04@00300 @044@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322@04>04@00400 @044@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422@04>04@00500 @044@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522@04>04@00600 @044@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622@04>04@00700 @044@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722@04>04@00800 @044@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822@04>04@00900 @044@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922@04>@0005000 @044@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022@04>@0005100 @044@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122@04>@0005200 @044@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222@04>@0005300 @044@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322@04>@0005400 @044@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422@04>@0005500 @044@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522@04>@0005600 @044@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622@04>@0005700 @044@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722@04>@0005800 @044@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822@04>@0005900 @044@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922@04>@0006000 @044@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022@04>@0006100 @044@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122@04>@0006200 @044@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222@04>@0006300 @044@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 @04>@0200800 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 @06>@0002500 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522 @04>@0002600 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 @04>@0002700 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 @04>@0002800 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 @04>@0002900 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 @04>@0003000 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 @04>@0003100 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 @04>@0003200 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 @04>@0003300 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 @04>@0003400 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 @04>@0003500 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 @04>@0003600 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 @04>@0003700 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 @04>@0003800 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 @04>@0003900 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 @04>04@00000 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @04>04@00100 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @04>04@00200 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @04>04@00300 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @04>04@00400 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @04>04@00500 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @04>04@00600 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @04>04@00700 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @04>04@00800 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @04>04@00900 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @04>@0005000 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 @04>@0005100 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 @04>@0005200 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 @04>@0005300 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 @04>@0005400 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 @04>@0005500 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 @04>@0005600 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 @04>@0005700 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 @04>@0005800 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 @04>@0005900 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 @04>@0006000 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 @04>@0006100 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 @04>@0006200 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 @04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 @044@00 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722@04>@0200800 @064@02 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822@06>@0002600 @044@00 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622@04>@0002700 @044@00 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722@04>@0002800 @044@00 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822@04>@0002900 @044@00 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922@04>@0003000 @044@00 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022@04>@0003100 @044@00 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122@04>@0003200 @044@00 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222@04>@0003300 @044@00 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322@04>@0003400 @044@00 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422@04>@0003500 @044@00 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522@04>@0003600 @044@00 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622@04>@0003700 @044@00 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722@04>@0003800 @044@00 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822@04>@0003900 @044@00 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922@04>04@00000 @044@00 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022@04>04@00100 @044@00 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122@04>04@00200 @044@00 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222@04>04@00300 @044@00 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322@04>04@00400 @044@00 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422@04>04@00500 @044@00 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522@04>04@00600 @044@00 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622@04>04@00700 @044@00 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722@04>04@00800 @044@00 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822@04>04@00900 @044@00 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922@04>@0005000 @044@00 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022@04>@0005100 @044@00 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122@04>@0005200 @044@00 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222@04>@0005300 @044@00 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322@04>@0005400 @044@00 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422@04>@0005500 @044@00 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522@04>@0005600 @044@00 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622@04>@0005700 @044@00 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722@04>@0005800 @044@00 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822@04>@0005900 @044@00 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922@04>@0006000 @044@00 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022@04>@0006100 @044@00 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122@04>@0006200 @044@00 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222@04>@0006300 @044@00 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 @04>@0200800 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 @06>@0002500 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522 @04>@0002600 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 @04>@0002700 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 @04>@0002800 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 @04>@0002900 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 @04>@0003000 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 @04>@0003100 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 @04>@0003200 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 @04>@0003300 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 @04>@0003400 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 @04>@0003500 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 @04>@0003600 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 @04>@0003700 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 @04>@0003800 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 @04>@0003900 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 @04>04@00000 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @04>04@00100 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @04>04@00200 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @04>04@00300 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @04>04@00400 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @04>04@00500 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @04>04@00600 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @04>04@00700 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @04>04@00800 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @04>04@00900 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @04>@0005000 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 @04>@0005100 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 @04>@0005200 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 @04>@0005300 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 @04>@0005400 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 @04>@0005500 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 @04>@0005600 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 @04>@0005700 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 @04>@0005800 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 @04>@0005900 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 @04>@0006000 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 @04>@0006100 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 @04>@0006200 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 @04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 @04>@0200800 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 @06>@0002600 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 @04>@0002700 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 @04>@0002800 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 @04>@0002900 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 @04>@0003000 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 @04>@0003100 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 @04>@0003200 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 @04>@0003300 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 @04>@0003400 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 @04>@0003500 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 @04>@0003600 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 @04>@0003700 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 @04>@0003800 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 @04>@0003900 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 @04>04@00000 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @04>04@00100 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @04>04@00200 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @04>04@00300 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @04>04@00400 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @04>04@00500 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @04>04@00600 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @04>04@00700 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @04>04@00800 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @04>04@00900 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @04>@0005000 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 @04>@0005100 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 @04>@0005200 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 @04>@0005300 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 @04>@0005400 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 @04>@0005500 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 @04>@0005600 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 @04>@0005700 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 @04>@0005800 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 @04>@0005900 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 @04>@0006000 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 @04>@0006100 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 @04>@0006200 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 @04>@0006300 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 @04>@00:#___________________________________________________________________________________________________________________
+=00700 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 0@04>@0200800 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 0@06>@0002500 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522 0@04>@0002600 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 0@04>@0002700 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 0@04>@0002800 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 0@04>@0002900 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 0@04>@0003000 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 0@04>@0003100 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 0@04>@0003200 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 0@04>@0003300 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 0@04>@0003400 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 0@04>@0003500 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 0@04>@0003600 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 0@04>@0003700 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 0@04>@0003800 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 0@04>@0003900 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 0@04>04@00000 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @040>04@00100 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @040>04@00200 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @040>04@00300 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @040>04@00400 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @040>04@00500 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @040>04@00600 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @040>04@00700 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @040>04@00800 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @040>04@00900 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @040>@0005000 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 0@04>@0005100 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 0@04>@0005200 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 0@04>@0005300 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 0@04>@0005400 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 0@04>@0005500 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 0@04>@0005600 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 0@04>@0005700 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 0@04>@0005800 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 0@04>@0005900 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 0@04>@0006000 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 0@04>@0006100 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 0@04>@0006200 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 0@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 @04>@0200800 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 @06>@0002600 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 @04>@0002700 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 @04>@0002800 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 @04>@0002900 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 @04>@0003000 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 @04>@0003100 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 @04>@0003200 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 @04>@0003300 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 @04>@0003400 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 @04>@0003500 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 @04>@0003600 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 @04>@0003700 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 @04>@0003800 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 @04>@0003900 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 @04>04@00000 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @04>04@00100 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @04>04@00200 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @04>04@00300 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @04>04@00400 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @04>04@00500 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @04>04@00600 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @04>04@00700 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @04>04@00800 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @04>04@00900 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @04>@0005000 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 @04>@0005100 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 @04>@0005200 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 @04>@0005300 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 @04>@0005400 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 @04>@0005500 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 @04>@0005600 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 @04>@0005700 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 @04>@0005800 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 @04>@0005900 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 @04>@0006000 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 @04>@0006100 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 @04>@0006200 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 @04>@0006300 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 @04>@00 ESC#________________________________________________________________________________________________________________
+=00700 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 0@04>@0200800 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 0@06>@0002500 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522 0@04>@0002600 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 0@04>@0002700 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 0@04>@0002800 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 0@04>@0002900 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 0@04>@0003000 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 0@04>@0003100 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 0@04>@0003200 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 0@04>@0003300 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 0@04>@0003400 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 0@04>@0003500 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 0@04>@0003600 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 0@04>@0003700 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 0@04>@0003800 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 0@04>@0003900 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 0@04>04@00000 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @040>04@00100 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @040>04@00200 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @040>04@00300 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @040>04@00400 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @040>04@00500 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @040>04@00600 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @040>04@00700 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @040>04@00800 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @040>04@00900 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @040>@0005000 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 0@04>@0005100 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 0@04>@0005200 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 0@04>@0005300 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 0@04>@0005400 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 0@04>@0005500 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 0@04>@0005600 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 0@04>@0005700 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 0@04>@0005800 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 0@04>@0005900 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 0@04>@0006000 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 0@04>@0006100 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 0@04>@0006200 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 0@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 @04>@0200800 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 @06>@0002600 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 @04>@0002700 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 @04>@0002800 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 @04>@0002900 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 @04>@0003000 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 @04>@0003100 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 @04>@0003200 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 @04>@0003300 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 @04>@0003400 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 @04>@0003500 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 @04>@0003600 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 @04>@0003700 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 @04>@0003800 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 @04>@0003900 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 @04>04@00000 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @04>04@00100 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @04>04@00200 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @04>04@00300 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @04>04@00400 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @04>04@00500 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @04>04@00600 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @04>04@00700 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @04>04@00800 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @04>04@00900 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @04>@0005000 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 @04>@0005100 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 @04>@0005200 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 @04>@0005300 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 @04>@0005400 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 @04>@0005500 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 @04>@0005600 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 @04>@0005700 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 @04>@0005800 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 @04>@0005900 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 @04>@0006000 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 @04>@0006100 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 @04>@0006200 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 @04>@0006300 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 @04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 0@04>@0200800 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 0@06>@0002500 02505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522 0@04>@0002600 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 0@04>@0002700 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 0@04>@0002800 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 0@04>@0002900 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 0@04>@0003000 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 0@04>@0003100 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 0@04>@0003200 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 0@04>@0003300 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 0@04>@0003400 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 0@04>@0003500 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 0@04>@0003600 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 0@04>@0003700 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 0@04>@0003800 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 0@04>@0003900 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 0@04>04@00000 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @040>04@00100 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @040>04@00200 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @040>04@00300 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @040>04@00400 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @040>04@00500 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @040>04@00600 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @040>04@00700 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @040>04@00800 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @040>04@00900 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @040>@0005000 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 0@04>@0005100 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 0@04>@0005200 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 0@04>@0005300 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 0@04>@0005400 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 0@04>@0005500 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 0@04>@0005600 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 0@04>@0005700 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 0@04>@0005800 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 0@04>@0005900 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 0@04>@0006000 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 0@04>@0006100 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 0@04>@0006200 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 0@04>@0200800 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 0@06>@0002600 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 0@04>@0002700 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 0@04>@0002800 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 0@04>@0002900 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 0@04>@0003000 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 0@04>@0003100 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 0@04>@0003200 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 0@04>@0003300 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 0@04>@0003400 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 0@04>@0003500 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 0@04>@0003600 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 0@04>@0003700 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 0@04>@0003800 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 0@04>@0003900 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 0@04>04@00000 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @040>04@00100 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @040>04@00200 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @040>04@00300 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @040>04@00400 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @040>04@00500 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @040>04@00600 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @040>04@00700 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @040>04@00800 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @040>04@00900 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @040>@0005000 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 0@04>@0005100 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 0@04>@0005200 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 0@04>@0005300 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 0@04>@0005400 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 0@04>@0005500 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 0@04>@0005600 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 0@04>@0005700 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 0@04>@0005800 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 0@04>@0005900 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 0@04>@0006000 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 0@04>@0006100 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 0@04>@0006200 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 0@04>@0006300 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 0@04>@00:#___________________________________________________________________________________________________________________
+=00700 0705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00@04>@0200800 0805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00@06>@0002500 2505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522 02@04>@0002600 2605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 02@04>@0002700 2705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 02@04>@0002800 2805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 02@04>@0002900 2905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 02@04>@0003000 3005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 03@04>@0003100 3105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 03@04>@0003200 3205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 03@04>@0003300 3305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 03@04>@0003400 3405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 03@04>@0003500 3505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 03@04>@0003600 3605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 03@04>@0003700 3705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 03@04>@0003800 3805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 03@04>@0003900 3905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 03@04>04@00000 @044@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404>04@00100 @044@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404>04@00200 @044@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404>04@00300 @044@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404>04@00400 @044@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404>04@00500 @044@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404>04@00600 @044@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404>04@00700 @044@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404>04@00800 @044@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404>04@00900 @044@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404>@0005000 5005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 05@04>@0005100 5105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 05@04>@0005200 5205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 05@04>@0005300 5305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 05@04>@0005400 5405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 05@04>@0005500 5505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 05@04>@0005600 5605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 05@04>@0005700 5705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 05@04>@0005800 5805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 05@04>@0005900 5905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 05@04>@0006000 6005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 06@04>@0006100 6105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 06@04>@0006200 6205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 06@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 0@04>@0200800 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 0@06>@0002600 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 0@04>@0002700 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 0@04>@0002800 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 0@04>@0002900 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 0@04>@0003000 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 0@04>@0003100 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 0@04>@0003200 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 0@04>@0003300 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 0@04>@0003400 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 0@04>@0003500 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 0@04>@0003600 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 0@04>@0003700 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 0@04>@0003800 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 0@04>@0003900 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 0@04>04@00000 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @040>04@00100 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @040>04@00200 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @040>04@00300 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @040>04@00400 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @040>04@00500 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @040>04@00600 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @040>04@00700 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @040>04@00800 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @040>04@00900 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @040>@0005000 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 0@04>@0005100 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 0@04>@0005200 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 0@04>@0005300 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 0@04>@0005400 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 0@04>@0005500 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 0@04>@0005600 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 0@04>@0005700 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 0@04>@0005800 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 0@04>@0005900 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 0@04>@0006000 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 0@04>@0006100 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 0@04>@0006200 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 0@04>@0006300 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 0@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 0705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00@04>@0200800 0805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00@06>@0002500 2505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522 02@04>@0002600 2605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 02@04>@0002700 2705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 02@04>@0002800 2805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 02@04>@0002900 2905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 02@04>@0003000 3005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 03@04>@0003100 3105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 03@04>@0003200 3205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 03@04>@0003300 3305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 03@04>@0003400 3405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 03@04>@0003500 3505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 03@04>@0003600 3605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 03@04>@0003700 3705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 03@04>@0003800 3805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 03@04>@0003900 3905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 03@04>04@00000 @044@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404>04@00100 @044@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404>04@00200 @044@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404>04@00300 @044@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404>04@00400 @044@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404>04@00500 @044@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404>04@00600 @044@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404>04@00700 @044@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404>04@00800 @044@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404>04@00900 @044@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404>@0005000 5005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 05@04>@0005100 5105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 05@04>@0005200 5205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 05@04>@0005300 5305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 05@04>@0005400 5405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 05@04>@0005500 5505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 05@04>@0005600 5605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 05@04>@0005700 5705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 05@04>@0005800 5805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 05@04>@0005900 5905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 05@04>@0006000 6005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 06@04>@0006100 6105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 06@04>@0006200 6205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 06@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 00705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 0@04>@0200800 00805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 0@06>@0002600 02605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 0@04>@0002700 02705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 0@04>@0002800 02805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 0@04>@0002900 02905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 0@04>@0003000 03005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 0@04>@0003100 03105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 0@04>@0003200 03205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 0@04>@0003300 03305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 0@04>@0003400 03405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 0@04>@0003500 03505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 0@04>@0003600 03605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 0@04>@0003700 03705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 0@04>@0003800 03805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 0@04>@0003900 03905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 0@04>04@00000 @0404@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @040>04@00100 @0404@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @040>04@00200 @0404@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @040>04@00300 @0404@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @040>04@00400 @0404@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @040>04@00500 @0404@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @040>04@00600 @0404@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @040>04@00700 @0404@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @040>04@00800 @0404@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @040>04@00900 @0404@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @040>@0005000 05005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 0@04>@0005100 05105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 0@04>@0005200 05205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 0@04>@0005300 05305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 0@04>@0005400 05405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 0@04>@0005500 05505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 0@04>@0005600 05605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 0@04>@0005700 05705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 0@04>@0005800 05805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 0@04>@0005900 05905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 0@04>@0006000 06005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 0@04>@0006100 06105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 0@04>@0006200 06205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 0@04>@0006300 06305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 0@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 0705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00@04>@0200800 0805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00@06>@0002500 2505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522 02@04>@0002600 2605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 02@04>@0002700 2705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 02@04>@0002800 2805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 02@04>@0002900 2905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 02@04>@0003000 3005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 03@04>@0003100 3105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 03@04>@0003200 3205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 03@04>@0003300 3305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 03@04>@0003400 3405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 03@04>@0003500 3505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 03@04>@0003600 3605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 03@04>@0003700 3705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 03@04>@0003800 3805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 03@04>@0003900 3905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 03@04>04@00000 @044@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404>04@00100 @044@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404>04@00200 @044@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404>04@00300 @044@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404>04@00400 @044@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404>04@00500 @044@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404>04@00600 @044@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404>04@00700 @044@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404>04@00800 @044@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404>04@00900 @044@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404>@0005000 5005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 05@04>@0005100 5105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 05@04>@0005200 5205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 05@04>@0005300 5305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 05@04>@0005400 5405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 05@04>@0005500 5505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 05@04>@0005600 5605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 05@04>@0005700 5705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 05@04>@0005800 5805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 05@04>@0005900 5905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 05@04>@0006000 6005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 06@04>@0006100 6105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 06@04>@0006200 6205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 06@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 0705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00@04>@0200800 0805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00@06>@0002600 2605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 02@04>@0002700 2705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 02@04>@0002800 2805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 02@04>@0002900 2905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 02@04>@0003000 3005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 03@04>@0003100 3105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 03@04>@0003200 3205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 03@04>@0003300 3305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 03@04>@0003400 3405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 03@04>@0003500 3505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 03@04>@0003600 3605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 03@04>@0003700 3705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 03@04>@0003800 3805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 03@04>@0003900 3905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 03@04>04@00000 @044@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404>04@00100 @044@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404>04@00200 @044@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404>04@00300 @044@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404>04@00400 @044@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404>04@00500 @044@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404>04@00600 @044@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404>04@00700 @044@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404>04@00800 @044@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404>04@00900 @044@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404>@0005000 5005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 05@04>@0005100 5105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 05@04>@0005200 5205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 05@04>@0005300 5305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 05@04>@0005400 5405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 05@04>@0005500 5505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 05@04>@0005600 5605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 05@04>@0005700 5705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 05@04>@0005800 5805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 05@04>@0005900 5905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 05@04>@0006000 6005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 06@04>@0006100 6105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 06@04>@0006200 6205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 06@04>@0006300 6305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 06@04>@00:#___________________________________________________________________________________________________________________
+=00700 705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 007@04>@0200800 805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 008@06>@0002500 505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522 025@04>@0002600 605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 026@04>@0002700 705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 027@04>@0002800 805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 028@04>@0002900 905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 029@04>@0003000 005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 030@04>@0003100 105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 031@04>@0003200 205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 032@04>@0003300 305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 033@04>@0003400 405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 034@04>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 039@04>04@00000 005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@000@04>04@00100 105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@001@04>04@00200 205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@002@04>04@00300 305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@003@04>04@00400 405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@004@04>04@00500 505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@005@04>04@00600 605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@006@04>04@00700 705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@007@04>04@00800 805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@008@04>04@00900 905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 062@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 0705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00@04>@0200800 0805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00@06>@0002600 2605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 02@04>@0002700 2705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 02@04>@0002800 2805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 02@04>@0002900 2905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 02@04>@0003000 3005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 03@04>@0003100 3105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 03@04>@0003200 3205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 03@04>@0003300 3305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 03@04>@0003400 3405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 03@04>@0003500 3505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 03@04>@0003600 3605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 03@04>@0003700 3705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 03@04>@0003800 3805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 03@04>@0003900 3905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 03@04>04@00000 @044@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404>04@00100 @044@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404>04@00200 @044@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404>04@00300 @044@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404>04@00400 @044@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404>04@00500 @044@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404>04@00600 @044@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404>04@00700 @044@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404>04@00800 @044@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404>04@00900 @044@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404>@0005000 5005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 05@04>@0005100 5105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 05@04>@0005200 5205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 05@04>@0005300 5305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 05@04>@0005400 5405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 05@04>@0005500 5505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 05@04>@0005600 5605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 05@04>@0005700 5705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 05@04>@0005800 5805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 05@04>@0005900 5905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 05@04>@0006000 6005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 06@04>@0006100 6105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 06@04>@0006200 6205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 06@04>@0006300 6305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 06@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 007@04>@0200800 805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 008@06>@0002500 505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522 025@04>@0002600 605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 026@04>@0002700 705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 027@04>@0002800 805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 028@04>@0002900 905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 029@04>@0003000 005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 030@04>@0003100 105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 031@04>@0003200 205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 032@04>@0003300 305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 033@04>@0003400 405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 034@04>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 039@04>04@00000 005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@000@04>04@00100 105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@001@04>04@00200 205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@002@04>04@00300 305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@003@04>04@00400 405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@004@04>04@00500 505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@005@04>04@00600 605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@006@04>04@00700 705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@007@04>04@00800 805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@008@04>04@00900 905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 062@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 0705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00@04>@0200800 0805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00@06>@0002600 2605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 02@04>@0002700 2705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 02@04>@0002800 2805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 02@04>@0002900 2905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 02@04>@0003000 3005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 03@04>@0003100 3105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 03@04>@0003200 3205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 03@04>@0003300 3305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 03@04>@0003400 3405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 03@04>@0003500 3505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 03@04>@0003600 3605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 03@04>@0003700 3705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 03@04>@0003800 3805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 03@04>@0003900 3905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 03@04>04@00000 @044@00005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404>04@00100 @044@00105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404>04@00200 @044@00205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404>04@00300 @044@00305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404>04@00400 @044@00405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404>04@00500 @044@00505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404>04@00600 @044@00605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404>04@00700 @044@00705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404>04@00800 @044@00805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404>04@00900 @044@00905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404>@0005000 5005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 05@04>@0005100 5105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 05@04>@0005200 5205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 05@04>@0005300 5305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 05@04>@0005400 5405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 05@04>@0005500 5505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 05@04>@0005600 5605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 05@04>@0005700 5705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 05@04>@0005800 5805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 05@04>@0005900 5905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 05@04>@0006000 6005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 06@04>@0006100 6105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 06@04>@0006200 6205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 06@04>@0006300 6305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 06@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 007@04>@0200800 805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 008@06>@0002500 505 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522 025@04>@0002600 605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 026@04>@0002700 705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 027@04>@0002800 805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 028@04>@0002900 905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 029@04>@0003000 005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 030@04>@0003100 105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 031@04>@0003200 205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 032@04>@0003300 305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 033@04>@0003400 405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 034@04>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 039@04>04@00000 005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@000@04>04@00100 105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@001@04>04@00200 205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@002@04>04@00300 305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@003@04>04@00400 405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@004@04>04@00500 505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@005@04>04@00600 605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@006@04>04@00700 705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@007@04>04@00800 805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@008@04>04@00900 905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 062@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 007@04>@0200800 805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 008@06>@0002600 605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 026@04>@0002700 705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 027@04>@0002800 805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 028@04>@0002900 905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 029@04>@0003000 005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 030@04>@0003100 105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 031@04>@0003200 205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 032@04>@0003300 305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 033@04>@0003400 405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 034@04>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 039@04>04@00000 005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@000@04>04@00100 105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@001@04>04@00200 205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@002@04>04@00300 305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@003@04>04@00400 405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@004@04>04@00500 505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@005@04>04@00600 605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@006@04>04@00700 705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@007@04>04@00800 805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@008@04>04@00900 905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 063@04>@00:#___________________________________________________________________________________________________________________
+=00700 05 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 0072@04>@0200800 05 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 0082@06>@0002500 05 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522 0252@04>@0002600 05 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 0262@04>@0002700 05 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 0272@04>@0002800 05 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 0282@04>@0002900 05 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 0292@04>@0003000 05 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 0302@04>@0003100 05 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 0312@04>@0003200 05 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 0322@04>@0003300 05 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 0332@04>@0003400 05 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 0342@04>@0003500 05 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 0352@04>@0003600 05 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 0362@04>@0003700 05 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 0372@04>@0003800 05 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 0382@04>@0003900 05 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 0392@04>04@00000 05 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@0002@04>04@00100 05 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@0012@04>04@00200 05 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@0022@04>04@00300 05 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@0032@04>04@00400 05 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@0042@04>04@00500 05 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@0052@04>04@00600 05 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@0062@04>04@00700 05 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@0072@04>04@00800 05 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@0082@04>04@00900 05 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@0092@04>@0005000 05 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 0502@04>@0005100 05 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 0512@04>@0005200 05 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 0522@04>@0005300 05 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 0532@04>@0005400 05 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 0542@04>@0005500 05 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 0552@04>@0005600 05 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 0562@04>@0005700 05 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 0572@04>@0005800 05 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 0582@04>@0005900 05 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 0592@04>@0006000 05 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 0602@04>@0006100 05 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 0612@04>@0006200 05 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 0622@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 007@04>@0200800 805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 008@06>@0002600 605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 026@04>@0002700 705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 027@04>@0002800 805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 028@04>@0002900 905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 029@04>@0003000 005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 030@04>@0003100 105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 031@04>@0003200 205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 032@04>@0003300 305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 033@04>@0003400 405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 034@04>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 039@04>04@00000 005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@000@04>04@00100 105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@001@04>04@00200 205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@002@04>04@00300 305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@003@04>04@00400 405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@004@04>04@00500 505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@005@04>04@00600 605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@006@04>04@00700 705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@007@04>04@00800 805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@008@04>04@00900 905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 063@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 05 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 0072@04>@0200800 05 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 0082@06>@0002500 05 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522 0252@04>@0002600 05 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 0262@04>@0002700 05 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 0272@04>@0002800 05 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 0282@04>@0002900 05 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 0292@04>@0003000 05 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 0302@04>@0003100 05 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 0312@04>@0003200 05 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 0322@04>@0003300 05 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 0332@04>@0003400 05 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 0342@04>@0003500 05 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 0352@04>@0003600 05 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 0362@04>@0003700 05 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 0372@04>@0003800 05 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 0382@04>@0003900 05 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 0392@04>04@00000 05 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@0002@04>04@00100 05 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@0012@04>04@00200 05 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@0022@04>04@00300 05 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@0032@04>04@00400 05 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@0042@04>04@00500 05 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@0052@04>04@00600 05 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@0062@04>04@00700 05 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@0072@04>04@00800 05 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@0082@04>04@00900 05 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@0092@04>@0005000 05 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 0502@04>@0005100 05 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 0512@04>@0005200 05 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 0522@04>@0005300 05 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 0532@04>@0005400 05 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 0542@04>@0005500 05 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 0552@04>@0005600 05 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 0562@04>@0005700 05 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 0572@04>@0005800 05 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 0582@04>@0005900 05 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 0592@04>@0006000 05 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 0602@04>@0006100 05 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 0612@04>@0006200 05 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 0622@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 007@04>@0200800 805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 008@06>@0002600 605 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 026@04>@0002700 705 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 027@04>@0002800 805 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 028@04>@0002900 905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 029@04>@0003000 005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 030@04>@0003100 105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 031@04>@0003200 205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 032@04>@0003300 305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 033@04>@0003400 405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 034@04>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 039@04>04@00000 005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@000@04>04@00100 105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@001@04>04@00200 205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@002@04>04@00300 305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@003@04>04@00400 405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@004@04>04@00500 505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@005@04>04@00600 605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@006@04>04@00700 705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@007@04>04@00800 805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@008@04>04@00900 905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 063@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 05 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 0072@04>@0200800 05 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 0082@06>@0002500 05 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522 0252@04>@0002600 05 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 0262@04>@0002700 05 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 0272@04>@0002800 05 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 0282@04>@0002900 05 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 0292@04>@0003000 05 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 0302@04>@0003100 05 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 0312@04>@0003200 05 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 0322@04>@0003300 05 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 0332@04>@0003400 05 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 0342@04>@0003500 05 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 0352@04>@0003600 05 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 0362@04>@0003700 05 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 0372@04>@0003800 05 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 0382@04>@0003900 05 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 0392@04>04@00000 05 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@0002@04>04@00100 05 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@0012@04>04@00200 05 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@0022@04>04@00300 05 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@0032@04>04@00400 05 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@0042@04>04@00500 05 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@0052@04>04@00600 05 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@0062@04>04@00700 05 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@0072@04>04@00800 05 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@0082@04>04@00900 05 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@0092@04>@0005000 05 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 0502@04>@0005100 05 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 0512@04>@0005200 05 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 0522@04>@0005300 05 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 0532@04>@0005400 05 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 0542@04>@0005500 05 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 0552@04>@0005600 05 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 0562@04>@0005700 05 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 0572@04>@0005800 05 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 0582@04>@0005900 05 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 0592@04>@0006000 05 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 0602@04>@0006100 05 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 0612@04>@0006200 05 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 0622@04>@00 ESCO#_______________________________________________________________________________________________________________
+43
-=00700 05 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 0072@04>@0200800 05 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 0082@06>@0002600 05 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 0262@04>@0002700 05 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 0272@04>@0002800 05 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 0282@04>@0002900 05 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 0292@04>@0003000 05 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 0302@04>@0003100 05 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 0312@04>@0003200 05 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 0322@04>@0003300 05 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 0332@04>@0003400 05 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 0342@04>@0003500 05 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 0352@04>@0003600 05 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 0362@04>@0003700 05 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 0372@04>@0003800 05 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 0382@04>@0003900 05 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 0392@04>04@00000 05 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@0002@04>04@00100 05 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@0012@04>04@00200 05 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@0022@04>04@00300 05 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@0032@04>04@00400 05 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@0042@04>04@00500 05 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@0052@04>04@00600 05 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@0062@04>04@00700 05 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@0072@04>04@00800 05 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@0082@04>04@00900 05 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@0092@04>@0005000 05 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 0502@04>@0005100 05 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 0512@04>@0005200 05 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 0522@04>@0005300 05 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 0532@04>@0005400 05 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 0542@04>@0005500 05 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 0552@04>@0005600 05 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 0562@04>@0005700 05 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 0572@04>@0005800 05 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 0582@04>@0005900 05 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 0592@04>@0006000 05 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 0602@04>@0006100 05 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 0612@04>@0006200 05 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 0622@04>@0006300 05 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 0632@04>@00:#___________________________________________________________________________________________________________________
+=00700 5 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00723@04>@0200800 5 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00823@06>@0002500 5 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522 02523@04>@0002600 5 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 02623@04>@0002700 5 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 02723@04>@0002800 5 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 02823@04>@0002900 5 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 02923@04>@0003000 5 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 03023@04>@0003100 5 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 03123@04>@0003200 5 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 03223@04>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 03323@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 03423@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 03523@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 03623@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 03723@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 03823@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 03923@04>04@00000 5 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@00023@04>04@00100 5 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@00123@04>04@00200 5 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@00223@04>04@00300 5 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@00323@04>04@00400 5 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@00423@04>04@00500 5 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@00523@04>04@00600 5 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@00623@04>04@00700 5 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@00723@04>04@00800 5 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@00823@04>04@00900 5 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@00923@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 05023@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 05123@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 05223@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 05323@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 05423@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 05523@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 05623@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 05723@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 05823@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 05923@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 06023@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 06123@04>@0006200 5 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 06223@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 05 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 0072@04>@0200800 05 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 0082@06>@0002600 05 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 0262@04>@0002700 05 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 0272@04>@0002800 05 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 0282@04>@0002900 05 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 0292@04>@0003000 05 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 0302@04>@0003100 05 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 0312@04>@0003200 05 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 0322@04>@0003300 05 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 0332@04>@0003400 05 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 0342@04>@0003500 05 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 0352@04>@0003600 05 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 0362@04>@0003700 05 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 0372@04>@0003800 05 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 0382@04>@0003900 05 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 0392@04>04@00000 05 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@0002@04>04@00100 05 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@0012@04>04@00200 05 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@0022@04>04@00300 05 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@0032@04>04@00400 05 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@0042@04>04@00500 05 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@0052@04>04@00600 05 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@0062@04>04@00700 05 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@0072@04>04@00800 05 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@0082@04>04@00900 05 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@0092@04>@0005000 05 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 0502@04>@0005100 05 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 0512@04>@0005200 05 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 0522@04>@0005300 05 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 0532@04>@0005400 05 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 0542@04>@0005500 05 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 0552@04>@0005600 05 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 0562@04>@0005700 05 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 0572@04>@0005800 05 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 0582@04>@0005900 05 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 0592@04>@0006000 05 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 0602@04>@0006100 05 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 0612@04>@0006200 05 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 0622@04>@0006300 05 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 0632@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 5 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00723@04>@0200800 5 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00823@06>@0002500 5 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522 02523@04>@0002600 5 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 02623@04>@0002700 5 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 02723@04>@0002800 5 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 02823@04>@0002900 5 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 02923@04>@0003000 5 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 03023@04>@0003100 5 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 03123@04>@0003200 5 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 03223@04>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 03323@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 03423@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 03523@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 03623@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 03723@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 03823@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 03923@04>04@00000 5 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@00023@04>04@00100 5 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@00123@04>04@00200 5 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@00223@04>04@00300 5 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@00323@04>04@00400 5 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@00423@04>04@00500 5 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@00523@04>04@00600 5 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@00623@04>04@00700 5 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@00723@04>04@00800 5 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@00823@04>04@00900 5 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@00923@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 05023@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 05123@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 05223@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 05323@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 05423@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 05523@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 05623@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 05723@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 05823@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 05923@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 06023@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 06123@04>@0006200 5 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 06223@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 05 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 0072@04>@0200800 05 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 0082@06>@0002600 05 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 0262@04>@0002700 05 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 0272@04>@0002800 05 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 0282@04>@0002900 05 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 0292@04>@0003000 05 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 0302@04>@0003100 05 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 0312@04>@0003200 05 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 0322@04>@0003300 05 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 0332@04>@0003400 05 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 0342@04>@0003500 05 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 0352@04>@0003600 05 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 0362@04>@0003700 05 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 0372@04>@0003800 05 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 0382@04>@0003900 05 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 0392@04>04@00000 05 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@0002@04>04@00100 05 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@0012@04>04@00200 05 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@0022@04>04@00300 05 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@0032@04>04@00400 05 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@0042@04>04@00500 05 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@0052@04>04@00600 05 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@0062@04>04@00700 05 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@0072@04>04@00800 05 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@0082@04>04@00900 05 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@0092@04>@0005000 05 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 0502@04>@0005100 05 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 0512@04>@0005200 05 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 0522@04>@0005300 05 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 0532@04>@0005400 05 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 0542@04>@0005500 05 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 0552@04>@0005600 05 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 0562@04>@0005700 05 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 0572@04>@0005800 05 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 0582@04>@0005900 05 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 0592@04>@0006000 05 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 0602@04>@0006100 05 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 0612@04>@0006200 05 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 0622@04>@0006300 05 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 0632@04>@00 ESCO#_______________________________________________________________________________________________________________
-+43
+=00700 5 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00723@04>@0200800 5 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00823@06>@0002500 5 02506 02507 02508 02509 02510 02511 02512 02513 02514 02515 02516 02517 02518 02519 02520 02521 02522 02523@04>@0002600 5 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 02623@04>@0002700 5 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 02723@04>@0002800 5 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 02823@04>@0002900 5 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 02923@04>@0003000 5 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 03023@04>@0003100 5 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 03123@04>@0003200 5 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 03223@04>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 03323@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 03423@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 03523@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 03623@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 03723@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 03823@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 03923@04>04@00000 5 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@00023@04>04@00100 5 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@00123@04>04@00200 5 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@00223@04>04@00300 5 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@00323@04>04@00400 5 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@00423@04>04@00500 5 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@00523@04>04@00600 5 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@00623@04>04@00700 5 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@00723@04>04@00800 5 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@00823@04>04@00900 5 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@00923@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 05023@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 05123@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 05223@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 05323@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 05423@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 05523@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 05623@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 05723@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 05823@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 05923@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 06023@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 06123@04>@0006200 5 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 06223@04>@00 ESCO#_______________________________________________________________________________________________________________
++42
=00700 5 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00723@04>@0200800 5 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00823@06>@0002600 5 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 02623@04>@0002700 5 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 02723@04>@0002800 5 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 02823@04>@0002900 5 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 02923@04>@0003000 5 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 03023@04>@0003100 5 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 03123@04>@0003200 5 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 03223@04>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 03323@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 03423@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 03523@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 03623@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 03723@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 03823@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 03923@04>04@00000 5 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@00023@04>04@00100 5 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@00123@04>04@00200 5 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@00223@04>04@00300 5 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@00323@04>04@00400 5 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@00423@04>04@00500 5 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@00523@04>04@00600 5 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@00623@04>04@00700 5 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@00723@04>04@00800 5 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@00823@04>04@00900 5 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@00923@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 05023@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 05123@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 05223@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 05323@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 05423@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 05523@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 05623@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 05723@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 05823@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 05923@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 06023@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 06123@04>@0006200 5 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 06223@04>@0006300 5 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 06323@04>@00:#___________________________________________________________________________________________________________________
+1b
=00700 5 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00723@04>@0200800 5 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00823@06>@0002600 5 02606 02607 02608 02609 02610 02611 02612 02613 02614 02615 02616 02617 02618 02619 02620 02621 02622 02623@04>@0002700 5 02706 02707 02708 02709 02710 02711 02712 02713 02714 02715 02716 02717 02718 02719 02720 02721 02722 02723@04>@0002800 5 02806 02807 02808 02809 02810 02811 02812 02813 02814 02815 02816 02817 02818 02819 02820 02821 02822 02823@04>@0002900 5 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 02923@04>@0003000 5 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 03023@04>@0003100 5 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 03123@04>@0003200 5 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 03223@04>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 03323@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 03423@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 03523@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 03623@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 03723@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 03823@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 03923@04>04@00000 5 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@00023@04>04@00100 5 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@00123@04>04@00200 5 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@00223@04>04@00300 5 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@00323@04>04@00400 5 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@00423@04>04@00500 5 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@00523@04>04@00600 5 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@00623@04>04@00700 5 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@00723@04>04@00800 5 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@00823@04>04@00900 5 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@00923@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 05023@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 05123@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 05223@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 05323@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 05423@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 05523@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 05623@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 05723@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 05823@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 05923@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 06023@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 06123@04>@0006200 5 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 06223@04>@0006300 5 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 06323@04>@00 ESC#________________________________________________________________________________________________________________
@@ -1091,19 +1097,19 @@ R
=00700 5 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00723@04>@0200800 5 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00823@06>@0002900 5 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 02923@04>@0003000 5 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 03023@04>@0003100 5 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 03123@04>@0003200 5 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 03223@04>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 03323@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 03423@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 03523@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 03623@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 03723@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 03823@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 03923@04>04@00000 5 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@00023@04>04@00100 5 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@00123@04>04@00200 5 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@00223@04>04@00300 5 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@00323@04>04@00400 5 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@00423@04>04@00500 5 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@00523@04>04@00600 5 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@00623@04>04@00700 5 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@00723@04>04@00800 5 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@00823@04>04@00900 5 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@00923@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 05023@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 05123@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 05223@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 05323@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 05423@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 05523@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 05623@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 05723@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 05823@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 05923@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 06023@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 06123@04>@0006200 5 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 06223@04>@0006300 5 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 06323@04>@0006400 5 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 06423@04>@0006500 5 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 06523@04>@0006600 5 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 06623@04>@00 ESC#________________________________________________________________________________________________________________
+4f
=00700 5 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00723@04>@0200800 5 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00823@06>@0002900 5 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 02923@04>@0003000 5 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 03023@04>@0003100 5 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 03123@04>@0003200 5 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 03223@04>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 03323@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 03423@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 03523@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 03623@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 03723@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 03823@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 03923@04>04@00000 5 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@00023@04>04@00100 5 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@00123@04>04@00200 5 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@00223@04>04@00300 5 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@00323@04>04@00400 5 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@00423@04>04@00500 5 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@00523@04>04@00600 5 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@00623@04>04@00700 5 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@00723@04>04@00800 5 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@00823@04>04@00900 5 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@00923@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 05023@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 05123@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 05223@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 05323@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 05423@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 05523@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 05623@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 05723@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 05823@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 05923@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 06023@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 06123@04>@0006200 5 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 06223@04>@0006300 5 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 06323@04>@0006400 5 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 06423@04>@0006500 5 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 06523@04>@0006600 5 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 06623@04>@00 ESCO#_______________________________________________________________________________________________________________
-+42
-=00700 5 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00723@04>@0200800 5 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00823@06>@0003000 5 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 03023@04>@0003100 5 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 03123@04>@0003200 5 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 03223@04>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 03323@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 03423@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 03523@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 03623@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 03723@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 03823@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 03923@04>04@00000 5 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@00023@04>04@00100 5 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@00123@04>04@00200 5 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@00223@04>04@00300 5 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@00323@04>04@00400 5 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@00423@04>04@00500 5 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@00523@04>04@00600 5 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@00623@04>04@00700 5 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@00723@04>04@00800 5 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@00823@04>04@00900 5 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@00923@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 05023@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 05123@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 05223@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 05323@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 05423@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 05523@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 05623@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 05723@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 05823@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 05923@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 06023@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 06123@04>@0006200 5 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 06223@04>@0006300 5 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 06323@04>@0006400 5 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 06423@04>@0006500 5 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 06523@04>@0006600 5 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 06623@04>@0006700 5 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 06720 06721 06722 06723@04>@00:#___________________________________________________________________________________________________________________
++44
+=00700 05 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 0072@04>@0200800 05 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 0082@06>@0002900 05 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 0292@04>@0003000 05 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 0302@04>@0003100 05 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 0312@04>@0003200 05 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 0322@04>@0003300 05 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 0332@04>@0003400 05 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 0342@04>@0003500 05 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 0352@04>@0003600 05 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 0362@04>@0003700 05 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 0372@04>@0003800 05 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 0382@04>@0003900 05 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 0392@04>04@00000 05 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@0002@04>04@00100 05 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@0012@04>04@00200 05 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@0022@04>04@00300 05 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@0032@04>04@00400 05 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@0042@04>04@00500 05 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@0052@04>04@00600 05 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@0062@04>04@00700 05 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@0072@04>04@00800 05 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@0082@04>04@00900 05 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@0092@04>@0005000 05 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 0502@04>@0005100 05 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 0512@04>@0005200 05 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 0522@04>@0005300 05 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 0532@04>@0005400 05 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 0542@04>@0005500 05 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 0552@04>@0005600 05 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 0562@04>@0005700 05 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 0572@04>@0005800 05 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 0582@04>@0005900 05 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 0592@04>@0006000 05 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 0602@04>@0006100 05 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 0612@04>@0006200 05 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 0622@04>@0006300 05 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 0632@04>@0006400 05 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 0642@04>@0006500 05 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 0652@04>@0006600 05 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 0662@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 5 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00723@04>@0200800 5 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00823@06>@0003000 5 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 03023@04>@0003100 5 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 03123@04>@0003200 5 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 03223@04>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 03323@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 03423@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 03523@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 03623@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 03723@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 03823@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 03923@04>04@00000 5 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@00023@04>04@00100 5 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@00123@04>04@00200 5 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@00223@04>04@00300 5 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@00323@04>04@00400 5 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@00423@04>04@00500 5 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@00523@04>04@00600 5 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@00623@04>04@00700 5 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@00723@04>04@00800 5 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@00823@04>04@00900 5 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@00923@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 05023@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 05123@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 05223@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 05323@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 05423@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 05523@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 05623@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 05723@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 05823@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 05923@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 06023@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 06123@04>@0006200 5 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 06223@04>@0006300 5 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 06323@04>@0006400 5 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 06423@04>@0006500 5 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 06523@04>@0006600 5 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 06623@04>@0006700 5 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 06720 06721 06722 06723@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 05 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 0072@04>@0200800 05 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 0082@06>@0002900 05 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 0292@04>@0003000 05 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 0302@04>@0003100 05 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 0312@04>@0003200 05 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 0322@04>@0003300 05 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 0332@04>@0003400 05 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 0342@04>@0003500 05 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 0352@04>@0003600 05 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 0362@04>@0003700 05 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 0372@04>@0003800 05 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 0382@04>@0003900 05 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 0392@04>04@00000 05 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@0002@04>04@00100 05 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@0012@04>04@00200 05 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@0022@04>04@00300 05 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@0032@04>04@00400 05 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@0042@04>04@00500 05 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@0052@04>04@00600 05 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@0062@04>04@00700 05 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@0072@04>04@00800 05 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@0082@04>04@00900 05 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@0092@04>@0005000 05 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 0502@04>@0005100 05 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 0512@04>@0005200 05 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 0522@04>@0005300 05 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 0532@04>@0005400 05 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 0542@04>@0005500 05 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 0552@04>@0005600 05 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 0562@04>@0005700 05 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 0572@04>@0005800 05 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 0582@04>@0005900 05 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 0592@04>@0006000 05 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 0602@04>@0006100 05 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 0612@04>@0006200 05 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 0622@04>@0006300 05 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 0632@04>@0006400 05 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 0642@04>@0006500 05 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 0652@04>@0006600 05 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 0662@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 5 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 00723@04>@0200800 5 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 00823@06>@0003000 5 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 03023@04>@0003100 5 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 03123@04>@0003200 5 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 03223@04>@0003300 5 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 03323@04>@0003400 5 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 03423@04>@0003500 5 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 03523@04>@0003600 5 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 03623@04>@0003700 5 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 03723@04>@0003800 5 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 03823@04>@0003900 5 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 03923@04>04@00000 5 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@00023@04>04@00100 5 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@00123@04>04@00200 5 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@00223@04>04@00300 5 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@00323@04>04@00400 5 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@00423@04>04@00500 5 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@00523@04>04@00600 5 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@00623@04>04@00700 5 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@00723@04>04@00800 5 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@00823@04>04@00900 5 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@00923@04>@0005000 5 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 05023@04>@0005100 5 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 05123@04>@0005200 5 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 05223@04>@0005300 5 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 05323@04>@0005400 5 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 05423@04>@0005500 5 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 05523@04>@0005600 5 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 05623@04>@0005700 5 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 05723@04>@0005800 5 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 05823@04>@0005900 5 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 05923@04>@0006000 5 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 06023@04>@0006100 5 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 06123@04>@0006200 5 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 06223@04>@0006300 5 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 06323@04>@0006400 5 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 06423@04>@0006500 5 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 06523@04>@0006600 5 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 06623@04>@0006700 5 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 06720 06721 06722 06723@04>@00 ESCO#_______________________________________________________________________________________________________________
+=00700 05 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 0072@04>@0200800 05 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 0082@06>@0002900 05 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 0292@04>@0003000 05 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 0302@04>@0003100 05 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 0312@04>@0003200 05 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 0322@04>@0003300 05 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 0332@04>@0003400 05 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 0342@04>@0003500 05 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 0352@04>@0003600 05 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 0362@04>@0003700 05 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 0372@04>@0003800 05 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 0382@04>@0003900 05 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 0392@04>04@00000 05 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@0002@04>04@00100 05 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@0012@04>04@00200 05 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@0022@04>04@00300 05 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@0032@04>04@00400 05 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@0042@04>04@00500 05 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@0052@04>04@00600 05 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@0062@04>04@00700 05 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@0072@04>04@00800 05 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@0082@04>04@00900 05 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@0092@04>@0005000 05 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 0502@04>@0005100 05 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 0512@04>@0005200 05 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 0522@04>@0005300 05 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 0532@04>@0005400 05 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 0542@04>@0005500 05 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 0552@04>@0005600 05 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 0562@04>@0005700 05 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 0572@04>@0005800 05 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 0582@04>@0005900 05 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 0592@04>@0006000 05 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 0602@04>@0006100 05 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 0612@04>@0006200 05 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 0622@04>@0006300 05 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 0632@04>@0006400 05 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 0642@04>@0006500 05 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 0652@04>@0006600 05 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 0662@04>@00 ESCO#_______________________________________________________________________________________________________________
+44
-=00700 05 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 0072@04>@0200800 05 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 0082@06>@0003000 05 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 0302@04>@0003100 05 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 0312@04>@0003200 05 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 0322@04>@0003300 05 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 0332@04>@0003400 05 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 0342@04>@0003500 05 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 0352@04>@0003600 05 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 0362@04>@0003700 05 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 0372@04>@0003800 05 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 0382@04>@0003900 05 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 0392@04>04@00000 05 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@0002@04>04@00100 05 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@0012@04>04@00200 05 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@0022@04>04@00300 05 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@0032@04>04@00400 05 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@0042@04>04@00500 05 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@0052@04>04@00600 05 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@0062@04>04@00700 05 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@0072@04>04@00800 05 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@0082@04>04@00900 05 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@0092@04>@0005000 05 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 0502@04>@0005100 05 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 0512@04>@0005200 05 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 0522@04>@0005300 05 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 0532@04>@0005400 05 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 0542@04>@0005500 05 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 0552@04>@0005600 05 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 0562@04>@0005700 05 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 0572@04>@0005800 05 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 0582@04>@0005900 05 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 0592@04>@0006000 05 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 0602@04>@0006100 05 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 0612@04>@0006200 05 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 0622@04>@0006300 05 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 0632@04>@0006400 05 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 0642@04>@0006500 05 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 0652@04>@0006600 05 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 0662@04>@0006700 05 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 06720 06721 06722 0672@04>@00:#___________________________________________________________________________________________________________________
+=00700 705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 007@04>@0200800 805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 008@06>@0002900 905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 029@04>@0003000 005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 030@04>@0003100 105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 031@04>@0003200 205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 032@04>@0003300 305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 033@04>@0003400 405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 034@04>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 039@04>04@00000 005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@000@04>04@00100 105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@001@04>04@00200 205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@002@04>04@00300 305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@003@04>04@00400 405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@004@04>04@00500 505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@005@04>04@00600 605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@006@04>04@00700 705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@007@04>04@00800 805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@008@04>04@00900 905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 066@04>@00:#___________________________________________________________________________________________________________________
+1b
-=00700 05 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 0072@04>@0200800 05 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 0082@06>@0003000 05 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 0302@04>@0003100 05 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 0312@04>@0003200 05 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 0322@04>@0003300 05 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 0332@04>@0003400 05 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 0342@04>@0003500 05 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 0352@04>@0003600 05 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 0362@04>@0003700 05 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 0372@04>@0003800 05 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 0382@04>@0003900 05 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 0392@04>04@00000 05 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@0002@04>04@00100 05 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@0012@04>04@00200 05 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@0022@04>04@00300 05 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@0032@04>04@00400 05 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@0042@04>04@00500 05 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@0052@04>04@00600 05 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@0062@04>04@00700 05 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@0072@04>04@00800 05 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@0082@04>04@00900 05 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@0092@04>@0005000 05 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 0502@04>@0005100 05 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 0512@04>@0005200 05 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 0522@04>@0005300 05 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 0532@04>@0005400 05 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 0542@04>@0005500 05 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 0552@04>@0005600 05 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 0562@04>@0005700 05 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 0572@04>@0005800 05 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 0582@04>@0005900 05 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 0592@04>@0006000 05 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 0602@04>@0006100 05 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 0612@04>@0006200 05 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 0622@04>@0006300 05 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 0632@04>@0006400 05 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 0642@04>@0006500 05 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 0652@04>@0006600 05 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 0662@04>@0006700 05 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 06720 06721 06722 0672@04>@00 ESC#________________________________________________________________________________________________________________
+=00700 705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 007@04>@0200800 805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 008@06>@0002900 905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 029@04>@0003000 005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 030@04>@0003100 105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 031@04>@0003200 205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 032@04>@0003300 305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 033@04>@0003400 405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 034@04>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 039@04>04@00000 005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@000@04>04@00100 105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@001@04>04@00200 205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@002@04>04@00300 305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@003@04>04@00400 405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@004@04>04@00500 505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@005@04>04@00600 605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@006@04>04@00700 705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@007@04>04@00800 805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@008@04>04@00900 905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 066@04>@00 ESC#________________________________________________________________________________________________________________
+4f
-=00700 05 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 0072@04>@0200800 05 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 0082@06>@0003000 05 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 0302@04>@0003100 05 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 0312@04>@0003200 05 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 0322@04>@0003300 05 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 0332@04>@0003400 05 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 0342@04>@0003500 05 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 0352@04>@0003600 05 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 0362@04>@0003700 05 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 0372@04>@0003800 05 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 0382@04>@0003900 05 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 0392@04>04@00000 05 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@0002@04>04@00100 05 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@0012@04>04@00200 05 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@0022@04>04@00300 05 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@0032@04>04@00400 05 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@0042@04>04@00500 05 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@0052@04>04@00600 05 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@0062@04>04@00700 05 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@0072@04>04@00800 05 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@0082@04>04@00900 05 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@0092@04>@0005000 05 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 0502@04>@0005100 05 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 0512@04>@0005200 05 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 0522@04>@0005300 05 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 0532@04>@0005400 05 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 0542@04>@0005500 05 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 0552@04>@0005600 05 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 0562@04>@0005700 05 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 0572@04>@0005800 05 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 0582@04>@0005900 05 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 0592@04>@0006000 05 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 0602@04>@0006100 05 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 0612@04>@0006200 05 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 0622@04>@0006300 05 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 0632@04>@0006400 05 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 0642@04>@0006500 05 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 0652@04>@0006600 05 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 0662@04>@0006700 05 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 06720 06721 06722 0672@04>@00 ESCO#_______________________________________________________________________________________________________________
-+44
+=00700 705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 007@04>@0200800 805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 008@06>@0002900 905 02906 02907 02908 02909 02910 02911 02912 02913 02914 02915 02916 02917 02918 02919 02920 02921 02922 029@04>@0003000 005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 030@04>@0003100 105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 031@04>@0003200 205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 032@04>@0003300 305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 033@04>@0003400 405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 034@04>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 039@04>04@00000 005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@000@04>04@00100 105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@001@04>04@00200 205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@002@04>04@00300 305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@003@04>04@00400 405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@004@04>04@00500 505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@005@04>04@00600 605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@006@04>04@00700 705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@007@04>04@00800 805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@008@04>04@00900 905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 066@04>@00 ESCO#_______________________________________________________________________________________________________________
++42
=00700 705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 007@04>@0200800 805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 008@06>@0003000 005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 030@04>@0003100 105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 031@04>@0003200 205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 032@04>@0003300 305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 033@04>@0003400 405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 034@04>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 039@04>04@00000 005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@000@04>04@00100 105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@001@04>04@00200 205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@002@04>04@00300 305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@003@04>04@00400 405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@004@04>04@00500 505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@005@04>04@00600 605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@006@04>04@00700 705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@007@04>04@00800 805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@008@04>04@00900 905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 06720 06721 06722 067@04>@00:#___________________________________________________________________________________________________________________
+1b
=00700 705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 007@04>@0200800 805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 008@06>@0003000 005 03006 03007 03008 03009 03010 03011 03012 03013 03014 03015 03016 03017 03018 03019 03020 03021 03022 030@04>@0003100 105 03106 03107 03108 03109 03110 03111 03112 03113 03114 03115 03116 03117 03118 03119 03120 03121 03122 031@04>@0003200 205 03206 03207 03208 03209 03210 03211 03212 03213 03214 03215 03216 03217 03218 03219 03220 03221 03222 032@04>@0003300 305 03306 03307 03308 03309 03310 03311 03312 03313 03314 03315 03316 03317 03318 03319 03320 03321 03322 033@04>@0003400 405 03406 03407 03408 03409 03410 03411 03412 03413 03414 03415 03416 03417 03418 03419 03420 03421 03422 034@04>@0003500 505 03506 03507 03508 03509 03510 03511 03512 03513 03514 03515 03516 03517 03518 03519 03520 03521 03522 035@04>@0003600 605 03606 03607 03608 03609 03610 03611 03612 03613 03614 03615 03616 03617 03618 03619 03620 03621 03622 036@04>@0003700 705 03706 03707 03708 03709 03710 03711 03712 03713 03714 03715 03716 03717 03718 03719 03720 03721 03722 037@04>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 039@04>04@00000 005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@000@04>04@00100 105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@001@04>04@00200 205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@002@04>04@00300 305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@003@04>04@00400 405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@004@04>04@00500 505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@005@04>04@00600 605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@006@04>04@00700 705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@007@04>04@00800 805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@008@04>04@00900 905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 06720 06721 06722 067@04>@00 ESC#________________________________________________________________________________________________________________
@@ -1159,11 +1165,5 @@ R
=00700 705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 007@04>@0200800 805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 008@06>@0003800 805 03806 03807 03808 03809 03810 03811 03812 03813 03814 03815 03816 03817 03818 03819 03820 03821 03822 038@04>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 039@04>04@00000 005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@000@04>04@00100 105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@001@04>04@00200 205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@002@04>04@00300 305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@003@04>04@00400 405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@004@04>04@00500 505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@005@04>04@00600 605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@006@04>04@00700 705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@007@04>04@00800 805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@008@04>04@00900 905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 06720 06721 06722 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 06820 06821 06822 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 06920 06921 06922 069@04>@0007000 005 07006 07007 07008 07009 07010 07011 07012 07013 07014 07015 07016 07017 07018 07019 07020 07021 07022 070@04>@0007100 105 07106 07107 07108 07109 07110 07111 07112 07113 07114 07115 07116 07117 07118 07119 07120 07121 07122 071@04>@0007200 205 07206 07207 07208 07209 07210 07211 07212 07213 07214 07215 07216 07217 07218 07219 07220 07221 07222 072@04>@0007300 305 07306 07307 07308 07309 07310 07311 07312 07313 07314 07315 07316 07317 07318 07319 07320 07321 07322 073@04>@0007400 405 07406 07407 07408 07409 07410 07411 07412 07413 07414 07415 07416 07417 07418 07419 07420 07421 07422 074@04>@0007500 505 07506 07507 07508 07509 07510 07511 07512 07513 07514 07515 07516 07517 07518 07519 07520 07521 07522 075@04>@00 ESCO#_______________________________________________________________________________________________________________
+42
=00700 705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 007@04>@0200800 805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 008@06>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 039@04>04@00000 005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@000@04>04@00100 105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@001@04>04@00200 205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@002@04>04@00300 305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@003@04>04@00400 405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@004@04>04@00500 505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@005@04>04@00600 605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@006@04>04@00700 705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@007@04>04@00800 805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@008@04>04@00900 905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 06720 06721 06722 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 06820 06821 06822 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 06920 06921 06922 069@04>@0007000 005 07006 07007 07008 07009 07010 07011 07012 07013 07014 07015 07016 07017 07018 07019 07020 07021 07022 070@04>@0007100 105 07106 07107 07108 07109 07110 07111 07112 07113 07114 07115 07116 07117 07118 07119 07120 07121 07122 071@04>@0007200 205 07206 07207 07208 07209 07210 07211 07212 07213 07214 07215 07216 07217 07218 07219 07220 07221 07222 072@04>@0007300 305 07306 07307 07308 07309 07310 07311 07312 07313 07314 07315 07316 07317 07318 07319 07320 07321 07322 073@04>@0007400 405 07406 07407 07408 07409 07410 07411 07412 07413 07414 07415 07416 07417 07418 07419 07420 07421 07422 074@04>@0007500 505 07506 07507 07508 07509 07510 07511 07512 07513 07514 07515 07516 07517 07518 07519 07520 07521 07522 075@04>@0007600 605 07606 07607 07608 07609 07610 07611 07612 07613 07614 07615 07616 07617 07618 07619 07620 07621 07622 076@04>@00:#___________________________________________________________________________________________________________________
-+1b
-=00700 705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 007@04>@0200800 805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 008@06>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 039@04>04@00000 005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@000@04>04@00100 105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@001@04>04@00200 205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@002@04>04@00300 305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@003@04>04@00400 405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@004@04>04@00500 505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@005@04>04@00600 605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@006@04>04@00700 705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@007@04>04@00800 805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@008@04>04@00900 905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 06720 06721 06722 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 06820 06821 06822 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 06920 06921 06922 069@04>@0007000 005 07006 07007 07008 07009 07010 07011 07012 07013 07014 07015 07016 07017 07018 07019 07020 07021 07022 070@04>@0007100 105 07106 07107 07108 07109 07110 07111 07112 07113 07114 07115 07116 07117 07118 07119 07120 07121 07122 071@04>@0007200 205 07206 07207 07208 07209 07210 07211 07212 07213 07214 07215 07216 07217 07218 07219 07220 07221 07222 072@04>@0007300 305 07306 07307 07308 07309 07310 07311 07312 07313 07314 07315 07316 07317 07318 07319 07320 07321 07322 073@04>@0007400 405 07406 07407 07408 07409 07410 07411 07412 07413 07414 07415 07416 07417 07418 07419 07420 07421 07422 074@04>@0007500 505 07506 07507 07508 07509 07510 07511 07512 07513 07514 07515 07516 07517 07518 07519 07520 07521 07522 075@04>@0007600 605 07606 07607 07608 07609 07610 07611 07612 07613 07614 07615 07616 07617 07618 07619 07620 07621 07622 076@04>@00 ESC#________________________________________________________________________________________________________________
-+4f
-=00700 705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 007@04>@0200800 805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 008@06>@0003900 905 03906 03907 03908 03909 03910 03911 03912 03913 03914 03915 03916 03917 03918 03919 03920 03921 03922 039@04>04@00000 005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@000@04>04@00100 105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@001@04>04@00200 205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@002@04>04@00300 305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@003@04>04@00400 405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@004@04>04@00500 505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@005@04>04@00600 605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@006@04>04@00700 705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@007@04>04@00800 805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@008@04>04@00900 905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 06720 06721 06722 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 06820 06821 06822 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 06920 06921 06922 069@04>@0007000 005 07006 07007 07008 07009 07010 07011 07012 07013 07014 07015 07016 07017 07018 07019 07020 07021 07022 070@04>@0007100 105 07106 07107 07108 07109 07110 07111 07112 07113 07114 07115 07116 07117 07118 07119 07120 07121 07122 071@04>@0007200 205 07206 07207 07208 07209 07210 07211 07212 07213 07214 07215 07216 07217 07218 07219 07220 07221 07222 072@04>@0007300 305 07306 07307 07308 07309 07310 07311 07312 07313 07314 07315 07316 07317 07318 07319 07320 07321 07322 073@04>@0007400 405 07406 07407 07408 07409 07410 07411 07412 07413 07414 07415 07416 07417 07418 07419 07420 07421 07422 074@04>@0007500 505 07506 07507 07508 07509 07510 07511 07512 07513 07514 07515 07516 07517 07518 07519 07520 07521 07522 075@04>@0007600 605 07606 07607 07608 07609 07610 07611 07612 07613 07614 07615 07616 07617 07618 07619 07620 07621 07622 076@04>@00 ESCO#_______________________________________________________________________________________________________________
-+42
-=00700 705 00706 00707 00708 00709 00710 00711 00712 00713 00714 00715 00716 00717 00718 00719 00720 00721 00722 007@04>@0200800 805 00806 00807 00808 00809 00810 00811 00812 00813 00814 00815 00816 00817 00818 00819 00820 00821 00822 008@06>@0404@00000 005 @0404@00006 @0404@00007 @0404@00008 @0404@00009 @0404@00010 @0404@00011 @0404@00012 @0404@00013 @0404@00014 @0404@00015 @0404@00016 @0404@00017 @0404@00018 @0404@00019 @0404@00020 @0404@00021 @0404@00022 @0404@000@04>04@00100 105 @0404@00106 @0404@00107 @0404@00108 @0404@00109 @0404@00110 @0404@00111 @0404@00112 @0404@00113 @0404@00114 @0404@00115 @0404@00116 @0404@00117 @0404@00118 @0404@00119 @0404@00120 @0404@00121 @0404@00122 @0404@001@04>04@00200 205 @0404@00206 @0404@00207 @0404@00208 @0404@00209 @0404@00210 @0404@00211 @0404@00212 @0404@00213 @0404@00214 @0404@00215 @0404@00216 @0404@00217 @0404@00218 @0404@00219 @0404@00220 @0404@00221 @0404@00222 @0404@002@04>04@00300 305 @0404@00306 @0404@00307 @0404@00308 @0404@00309 @0404@00310 @0404@00311 @0404@00312 @0404@00313 @0404@00314 @0404@00315 @0404@00316 @0404@00317 @0404@00318 @0404@00319 @0404@00320 @0404@00321 @0404@00322 @0404@003@04>04@00400 405 @0404@00406 @0404@00407 @0404@00408 @0404@00409 @0404@00410 @0404@00411 @0404@00412 @0404@00413 @0404@00414 @0404@00415 @0404@00416 @0404@00417 @0404@00418 @0404@00419 @0404@00420 @0404@00421 @0404@00422 @0404@004@04>04@00500 505 @0404@00506 @0404@00507 @0404@00508 @0404@00509 @0404@00510 @0404@00511 @0404@00512 @0404@00513 @0404@00514 @0404@00515 @0404@00516 @0404@00517 @0404@00518 @0404@00519 @0404@00520 @0404@00521 @0404@00522 @0404@005@04>04@00600 605 @0404@00606 @0404@00607 @0404@00608 @0404@00609 @0404@00610 @0404@00611 @0404@00612 @0404@00613 @0404@00614 @0404@00615 @0404@00616 @0404@00617 @0404@00618 @0404@00619 @0404@00620 @0404@00621 @0404@00622 @0404@006@04>04@00700 705 @0404@00706 @0404@00707 @0404@00708 @0404@00709 @0404@00710 @0404@00711 @0404@00712 @0404@00713 @0404@00714 @0404@00715 @0404@00716 @0404@00717 @0404@00718 @0404@00719 @0404@00720 @0404@00721 @0404@00722 @0404@007@04>04@00800 805 @0404@00806 @0404@00807 @0404@00808 @0404@00809 @0404@00810 @0404@00811 @0404@00812 @0404@00813 @0404@00814 @0404@00815 @0404@00816 @0404@00817 @0404@00818 @0404@00819 @0404@00820 @0404@00821 @0404@00822 @0404@008@04>04@00900 905 @0404@00906 @0404@00907 @0404@00908 @0404@00909 @0404@00910 @0404@00911 @0404@00912 @0404@00913 @0404@00914 @0404@00915 @0404@00916 @0404@00917 @0404@00918 @0404@00919 @0404@00920 @0404@00921 @0404@00922 @0404@009@04>@0005000 005 05006 05007 05008 05009 05010 05011 05012 05013 05014 05015 05016 05017 05018 05019 05020 05021 05022 050@04>@0005100 105 05106 05107 05108 05109 05110 05111 05112 05113 05114 05115 05116 05117 05118 05119 05120 05121 05122 051@04>@0005200 205 05206 05207 05208 05209 05210 05211 05212 05213 05214 05215 05216 05217 05218 05219 05220 05221 05222 052@04>@0005300 305 05306 05307 05308 05309 05310 05311 05312 05313 05314 05315 05316 05317 05318 05319 05320 05321 05322 053@04>@0005400 405 05406 05407 05408 05409 05410 05411 05412 05413 05414 05415 05416 05417 05418 05419 05420 05421 05422 054@04>@0005500 505 05506 05507 05508 05509 05510 05511 05512 05513 05514 05515 05516 05517 05518 05519 05520 05521 05522 055@04>@0005600 605 05606 05607 05608 05609 05610 05611 05612 05613 05614 05615 05616 05617 05618 05619 05620 05621 05622 056@04>@0005700 705 05706 05707 05708 05709 05710 05711 05712 05713 05714 05715 05716 05717 05718 05719 05720 05721 05722 057@04>@0005800 805 05806 05807 05808 05809 05810 05811 05812 05813 05814 05815 05816 05817 05818 05819 05820 05821 05822 058@04>@0005900 905 05906 05907 05908 05909 05910 05911 05912 05913 05914 05915 05916 05917 05918 05919 05920 05921 05922 059@04>@0006000 005 06006 06007 06008 06009 06010 06011 06012 06013 06014 06015 06016 06017 06018 06019 06020 06021 06022 060@04>@0006100 105 06106 06107 06108 06109 06110 06111 06112 06113 06114 06115 06116 06117 06118 06119 06120 06121 06122 061@04>@0006200 205 06206 06207 06208 06209 06210 06211 06212 06213 06214 06215 06216 06217 06218 06219 06220 06221 06222 062@04>@0006300 305 06306 06307 06308 06309 06310 06311 06312 06313 06314 06315 06316 06317 06318 06319 06320 06321 06322 063@04>@0006400 405 06406 06407 06408 06409 06410 06411 06412 06413 06414 06415 06416 06417 06418 06419 06420 06421 06422 064@04>@0006500 505 06506 06507 06508 06509 06510 06511 06512 06513 06514 06515 06516 06517 06518 06519 06520 06521 06522 065@04>@0006600 605 06606 06607 06608 06609 06610 06611 06612 06613 06614 06615 06616 06617 06618 06619 06620 06621 06622 066@04>@0006700 705 06706 06707 06708 06709 06710 06711 06712 06713 06714 06715 06716 06717 06718 06719 06720 06721 06722 067@04>@0006800 805 06806 06807 06808 06809 06810 06811 06812 06813 06814 06815 06816 06817 06818 06819 06820 06821 06822 068@04>@0006900 905 06906 06907 06908 06909 06910 06911 06912 06913 06914 06915 06916 06917 06918 06919 06920 06921 06922 069@04>@0007000 005 07006 07007 07008 07009 07010 07011 07012 07013 07014 07015 07016 07017 07018 07019 07020 07021 07022 070@04>@0007100 105 07106 07107 07108 07109 07110 07111 07112 07113 07114 07115 07116 07117 07118 07119 07120 07121 07122 071@04>@0007200 205 07206 07207 07208 07209 07210 07211 07212 07213 07214 07215 07216 07217 07218 07219 07220 07221 07222 072@04>@0007300 305 07306 07307 07308 07309 07310 07311 07312 07313 07314 07315 07316 07317 07318 07319 07320 07321 07322 073@04>@0007400 405 07406 07407 07408 07409 07410 07411 07412 07413 07414 07415 07416 07417 07418 07419 07420 07421 07422 074@04>@0007500 505 07506 07507 07508 07509 07510 07511 07512 07513 07514 07515 07516 07517 07518 07519 07520 07521 07522 075@04>@0007600 605 07606 07607 07608 07609 07610 07611 07612 07613 07614 07615 07616 07617 07618 07619 07620 07621 07622 076@04>@0007700 705 07706 07707 07708 07709 07710 07711 07712 07713 07714 07715 07716 07717 07718 07719 07720 07721 07722 077@04>@00:#___________________________________________________________________________________________________________________
+71
Q
diff --git a/lesstest/lt/utf8-cmds.txt.lt b/lesstest/lt/utf8-cmds.txt.lt
index 554cbff3953c..cf68b8f7f807 100644
--- a/lesstest/lt/utf8-cmds.txt.lt
+++ b/lesstest/lt/utf8-cmds.txt.lt
Binary files differ
diff --git a/lesstest/lt/version.c.lt b/lesstest/lt/version.c.lt
index 651dd1fea7e6..9f5b22255701 100644
--- a/lesstest/lt/version.c.lt
+++ b/lesstest/lt/version.c.lt
@@ -28,6 +28,7 @@ E "COLUMNS" "79"
E "LINES" "34"
E "LESSCHARSET" "utf8"
E "LANG" "C"
+E "LC_CTYPE" "en_US.UTF-8"
T "version.c"
A "version.c"
F "version.c" 50808
diff --git a/lesstest/lt/wordwrap.lt b/lesstest/lt/wordwrap.lt
new file mode 100644
index 000000000000..273fb9b21708
--- /dev/null
+++ b/lesstest/lt/wordwrap.lt
@@ -0,0 +1,511 @@
+!lesstest!
+!version 1
+!created 2025-05-06 08:29:43
+E "LESS_TERMCAP_am" "1"
+E "LESS_TERMCAP_cd" "S"
+E "LESS_TERMCAP_ce" "L"
+E "LESS_TERMCAP_cl" "A"
+E "LESS_TERMCAP_cr" "<"
+E "LESS_TERMCAP_cm" "%p2%d;%p1%dj"
+E "LESS_TERMCAP_ho" "h"
+E "LESS_TERMCAP_ll" "l"
+E "LESS_TERMCAP_mb" "b"
+E "LESS_TERMCAP_md" ""
+E "LESS_TERMCAP_me" ""
+E "LESS_TERMCAP_se" ""
+E "LESS_TERMCAP_so" ""
+E "LESS_TERMCAP_sr" "r"
+E "LESS_TERMCAP_ue" ""
+E "LESS_TERMCAP_us" ""
+E "LESS_TERMCAP_vb" "g"
+E "LESS_TERMCAP_kr" "OC"
+E "LESS_TERMCAP_kl" "OD"
+E "LESS_TERMCAP_ku" "OA"
+E "LESS_TERMCAP_kd" "OB"
+E "LESS_TERMCAP_kh" "OH"
+E "LESS_TERMCAP_@7" "OF"
+E "COLUMNS" "79"
+E "LINES" "27"
+E "LANG" "C"
+E "LC_CTYPE" "en_US.UTF-8"
+T "wordwrap"
+A "wordwrap"
+F "wordwrap" 148784
+decrypts unterminative dressmaker plyer charred outvie crazed-headed cranes chevre assigneeship cymol cynegetics nulliplex thick-packed aloofness six-edged videodisc bade digitiform euphemistically etruscans sporophoric sympathicotonic uncondited sheerness tractability thought-numb imperceived encave birdsong frost-blite cosmopolitanising haptophobia half-shade melon-faced broncobusters catalina co-trustee victimize alethiologist parboiled koruna scuttling subvaluation veratrins heddle
+deplorability dignitaries gilgulim tovet good-bye-summer fazendeiro saccharomycetic cambiogenetic binational rebeg actification moff pipewalker quickwittedness preadvancement obstreperate well-enforced microsporiasis bothersome sodalithite silver-spangled yank rail-laying sequestrum spinnerular argolet submittance kaiserdom anti-god overlip seripositor fielders tomeful heil paralogism trotty twice-paid misaddressed pectoral madhouses anticoagulating sleepish self-defensory pachydermatous
+hydroelectrization scampi ovenlike unvoluminously stiff-swathed crucis teerer cannellated even-money bard chitons mehalla transshaping archtempter spermogone couthly pestful pulsions inventory phosphaturic unpaginal acanthi palaestric brutes proracing refortify resorbent lienectomy mingle samohu forril timetables talebearer fiftyfold overrashly unmysterious minimises scotopias eng clean-appearing rootlet labiopalatal waterproofness sunny-looking hirudinal woolgather slant-eyed nullism apteryla
+revigoration platitudinise theatricalism routous falloffs jack-staff hackled sugar-coating unionistic sanious glabriety aunts pitter-patter pulpar fatalism inthralling blennioid edited re-lease overtaxing sonatinas congratulant seminuria advect nonpersuasible unasked-for untailored unmeaningfulness strangeling tap-pickle enticing frontoorbital encoder blasphemous arachic lazed baking wigwam sceneful pulvic wombier nabobs double-soled resigh cockboats hydroceramic bustiest timber-devouring
+beswitch appositely impartivity famulli algophagous fiendfully unguirostral overflourish malodorousness bile topsy-turvily tsuris ashlar splinterize coiffeuses leveed sabalos zooms polysepalous survigrous hyperarchepiscopal mangabies initialness exuded prearraignment seaborne physicotheology collusory unite billers grete self-stuck enharbor ballyhoo repugning rezone enzymolysis definitional clashingly aunties appendent uncircularised exampleship mozing staplf veejay thermoneurosis dhourras folk
+reincarnating a-high prefigurate finicalness introspectionist rockable sunberries saltinesses many-seatedness fumblingness prebends disinfections dolerite supervening underutilization pulverizator fauves lineaged ceryl fenceplay bedazzles scarph strength-increasing cuttled sproat bibliognostic tenseness nonsymbiotically hog's-back mispoints crustalogy coronetted braincap clavate fiber-faced sleazier sexinesses semiprecious togo unexciting ungeometrically unhilly nevertheless abducentes
+incohesion ring-eyed robustfully bagels roentgenologist frailero quadplex synostotic purkinjean life-guard psychurgy boxfuls rufter palpitating startups fer twice-visited underlayment rough-tanned screw-eyed epitheliogenetic pullorum eurithermophile angustifolious lichenization failed distractive ill-treater convergently sciatics flisk habenar scenograph nontheosophic margaritiferous self-applausive besodden metusia begabled incept cholesterol aromatize multicycle pre-socratic protext loord
+proclivity playtimes redissolvable trichloroacetic inspects crosslight roughy cellulitis superillustrated spikiest acclimatizations warlordism unionizes close-partnered cocopans woodbury lithophilous cloud-crammed compluvia purrah lobby angiolipoma hilborn post-Johnsonian turnarounds cessment bashfully dog's-tail consideringly proudling rewardedly dollymen supples apyrexy planettaria superwrought hydrophyll worst-timed wheatens sore-footed givenness buttonholer pullings constablewick
+photostatting gold-rimmed menacingly rabbits prolicide genitival ornithology levins demigoddessship uncommodiously undistressed popover pseudoorientally prefiguring fifty-eighth jubarb cacesthesia indisturbed foxfish samariums dormin cravenly who've osseocartilaginous chin-deep symbolicalness sanctions loftsmen tulip-wood bishoping nonglandular tardamente chiasmodontid algological parsonese reformational thin-skinnedness boisterousness rudderstock photomurals laryngectomy geniculated isobronton
+portpayne prehistory telluret wasterful unviolative isophotal thecitis untermed tweezer rankings handbell diabetometer materialize diffidence laughable formylated understain sendup bullate degradedness chara parison chobdar soffit octuplicate rounding uplifted interleaver madrigal ceilingwards radioscopy ill-willed wavably langteraloo precooked martrix borotungstic ogling himp arteriectomy pangrammatist well-chested unundulatory visionmonger spiled ghylls skidoo so-ho indurative unboxing annat
+microplastocyte amphiscians lament transpirative multicentrally grindings unsailable postmundane alcoholization eyepoint fogydom unremarkable pansmith hexahydrate counteract semi-intrados menadione overdrive mercuriammonium unsuspected ironer theurgic avifauna deputable airhead gladioli hyperdiastolic despicableness halloo psychologism homoblasty throatlet outadd rayonne crimble calambour nonendurable incestuously translatorship slide-valve mateships money-bag wiseguy tubaist uncartooned
+unostentatiousness quantulum hartite twichild somital nonascendency urticates recocked bluecup symphysial sundri rachis coughers acidizing blood-drenched gettysburg boother thenceforwards humectation dunderpates triploid callisthenic jingly leatherworker calipees choral parallelinerved quenda chapfallen sweet-talk ceriphs cryptoinflationist nonobedient arrested terrifiers zosteriform overcourteousness over-value nonrhyming monologuists pregrade appetizement therapies all-curing abaisse
+unmysticizing collatee lekha ice-laid angekok duteous quadrella belleter opioids batoneer vizoring mutawallis lidicker counternatural condylarthrosis watershut unsoporiferousness cometographer outgabbling upbeat honer lichenoid inserters scullionish begalls herniotome peptides innubilous skew-symmetric nyctophobia mugearite earth-homing star-led lontar staidness feliform bodymaking calvous busynesses pianologue descale pectinatofimbricate peulvan unbodylike impainted veneriform housecleans
+zaikai flowage cephaloid purple-hued forbids sergipe tonneau dittology autohypnosis ferret-eyed blason primeness solate burnishes maltase nulla-nulla undominated well-conned broad-jump amphipod upgrow beamsmen copopoda datolite offpspring angariation huffiness coinvolve halwe onces pre-Armistice banderillas paraglider mentalities solidness high-vaulted infatuator minometer touchiest button-shaped asphyxias irrememberable deftnesses arrondissements regorges hematobium mispractising keen-o
+fonticulus pretested miladi colourfulness expendables hemoscopy prominences encyclic polarograph chromidrosis semilor monkly elephantous neurosynapse hadnt intercomparison virilocally unthoroughness arette introinflection flaxtail pendulums unprudently invein dowdies wastage oxyurous hand-cut undiscounted interfiber colonised chamar evenhanded agrostis hexoylene sanious unascertainableness whirlygigum triangle-leaved bromic sweetwort gonycampsis deploredly enterohemorrhage preclusive crivetz
+forbborne cocopan homogeneousness outkills sequestrating panspermism self-cure leuconostoc raches endovasculitis decad white-gray gulinulae skevish incognoscibility rec summerly overelaborateness mungcorn settlers hydrators osteophone cornflowers buckbush cumulated two-cent coannexes overpasses arthropleure starlet pseudoperculate abducent prebronze nontangible nothingness stare-about betonies sinistrogyration uninceptive southwest nonsensationalistic strychnina baywood marrow neurasthenic
+flagon begift esse disintegrity recumbently extracapsular noninsistencies mesmerizable semideification snake-shaped fringy kettler lymphogranulomas treasuryship bumblebeefishes cella anachronical skelly noncorporeal slicking enigmatize unfulfilled azafrin biomicroscope microdensitometric wax-rubbed tapia butanol grayback torpedoist sheepfolds well-sanctioned stercoraemia overcontentiousness nonfortuitous tailpipes worldly-mindedly diamondbacked tanadar silvern idence high-seated archidoxis
+grub-prairie rethrust butterbur outthrob captivance nondeclaratory biform tuneful unmellifluously bumbershoot bash sailers vacillates hyperessence tyrannies subthoracic sensoria moidores distorts azrael chonk ton-up gantsl yard-broad plumbness un-European papolatry taxibus distream leniencies semimanufactured triakid melolonthid morticed tendingly pustulelike subganoid outstandingly lapses ophthalmencephalon corollarial soubrette upsprung hypochondriasis hottery dauding directs many-rowed
+ungowned manualism acetone ticklers abactinal ochlocrat rascally rissel paiking quasi-authentic outpaces pedigreeless tupmen knubby drift-ice urgent attentivenesses outsat divulse unstoppable warpwise imperspicuous pseudoarchaic antechapel pyloroscirrhus googlies graminological quasi-infinitely parthenogenetically quintillions ancresses biconnected punisher flat-top embira potboiling twirp supermini miseases theogonist refrigerators unilobe alpha-cellulose defectors transient cubalaya kreplach
+countervalue fogeater unsoundnesses idealizations ach chumpishness heterogenesis moviedom tip-curled irony rebbe backlands intactile piliganin uniperiodic sea-piece nonbusiness vanpools allelocatalytic brigadiers genethliacon papuans broaching morris-dance sonnetize refraction telegas foundries isoquinoline underbedding kniaz copt repanels semihostile isophone joylessness undiscovered chink-backed lipemic sinecureship nonvenously chalybean unregardful monotrematous drakelet bergamot roomthy
+fellow-men riposts booly bermes wrongdo chopfallen christianizes enkindles gobelin ice-master cornelian conscriptions nonprovable chitchatty pseudodiastolic misandry addictively axiality assailing new-found ballooned anaphroditous jovialty nondeductively codetta self-importance shriveling propulsation similor praestomium exarchs glossoepiglottic andabatarian ceaseless world-menacing mestome soliloquized cosmorama aquilon swordsmanship four-minute triplication odoriphore minerology unaffable
+homopathy palankeener serpents self-performed perseite reknits mollienisia ill-imagined waxed bungalows advisably elisions messiah appearing viperlike duckwife lar surf-sunk depravation atrabiliar sebific nonpendant doyst fats falseness clubwoman simas slash track-laying inefficiently patrial keystone backsplicing overloose grim-set oxyaphia prosecuting faltboats superpopulatedly craped blue-footed vocaller gnotobiotics euonymuses nonfraudulence procommunal plebeians sheikhdom plurilocular
+paganistic disproportion eightfoil antileptic spurning oxheart pearmains smooth-soothing unadversely deterges griller unbale panthelism broadleaves swift-concerted kalyptra casusistry isometries dsri unfernlike pythogenic shoulders mingelen air-spray vibratiuncle scorza unreiterable survives noncorrupt twas close-grained shameworthy arcanal sprig-tailed refilled irresuscitably humates kongo typonymal luminists floorway upwell nonsiccative conquerable stovepipes antic spell-casting caravanserial
+glozed structurally skiagrams outrig reportorially histocyte respectable sarcolytic teasellike unties bark-shredding compotes rehonour lapinized lavacre photomicrographic calcographer molding uncommonness probatively miserlinesses psaltries atrorubent husho dribblers towing mischancy traversed unpunctuality shlepped eisodic uninvoluted ghauts exhedra grave-wax pygidium supercivilization oxyuricide treaties sail-over exponentiated barrelwise imported rhapsodize extenuations valleylet hypothenal
+lactant huntings poecilopod gold-green swainship graduands peauder quindecillion veridicalities nonviscidness bad-mouth unresident psychopanychite reenabled tolerators eccentricities extraclassroom poulticing unsyllogistical pancratism equisetum detoxes swatches opinable rane usuries malariology wheelchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship uncoveted glassin unvaccinated enliveningly
+presuggestion erythrocytorrhexis hyperalbuminosis sanctifications flushing unpremeditate nuzzler candling risala thrice-venerable preavowal terror-stricken deflationist frangulic supermediocre unsubmissively subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize subvertical cropping cotqueans anapterygotism indictable cliftonite adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing rationalistical recoupment staymaker millieme stander-by cloudology
+rightheaded bandworm carucage dyeline counselled sluicy berun skiagraph spectre unchromed sievy well-documented deshabille unuprightness mebos grammatite demonomy woodenest bigged kebby power-packed unsatisfiable satirises unliquescent disestablishmentarian kajawah awanting extradictionary nest-building faultfindings angioma implial cold-catching mercuric sweepy honkeys chartlet uninervate clerkish viniferous archisynagogue uncoiffed whizbang diplocephaly anecdote humbugable analphabete redrape
+postulations obstacles invariantively proclaimer morphous no-hit overcontentiously gripping perversity mellowness engjateigur unpresumed tuppenny-hapenny snake-bodied retrospectively sublingua beglerbegluc self-mapped cubby fostress baba winier blocked-out waterman quasi-absolute egualmente horoscoper ricochetting misdemeanant mongrelism banxring subreniform eyght inequilibrium retchless unblenched areological auxiliation mesocephalon enisled sained himation acheweed collaborationists
+nonexertion pre-Christmas embordering pecksniffian frequentative lucubrator ladyless mummylike nitrile cresive unshamable congruence unquieted pupilages chambertin bebuttoned scarted lensmen fistlike supergratified customable winegrower phonetic bivaulted nullity desalinized extensile veritability higglers warehousing nullisomic antienvironmentalist reinfusion damosel datsuns emblazes pipe-dreaming exoneretur rollway caroubier osmolagnia medicares frutex motorically extinguisher demiturned
+uneastern immeasurableness impeach unarising trachelectomopexia equidiurnal areolated cytophagous duffs oshea electropathology broche manitus elocutionize micronuclear awikiwiki reformulation untreading diastole stentoriousness moveless caragheen undiaphanous ejectee pointille infidelistic gunfires thermophobia tzardoms excelsitude broadcloths serratodenticulate nisus syndactyli smittleish conditivia etherin dewatered sunburst inner-direction semidangerously lebens canfields unfragmented
+palaeogenesis woodsman extinguished coachable strong-backed corrigendum pin self-oppressor or doeskins aback sandbaggers exam bubbler parthenon iconize eumorphic logomachs powder-horn gregariously springals luther pneumatotherapeutics artlessnesses ballyhoo carotol enantiopathia hypersensibility perspectometer epigynum pinnotere knight-head cleverish humbugs now-fallen graphic cyclery whilie whinniest destroyingly kinematograph deans hatchetfish kitchens macrogonidium nasalising
+incommunicatively hemopneumothorax praefectorial cnemides maught prayer-repeating coneys overinclining pseudoascetic bailwood explosimeter tachytype nielloing ploughshare datch incontrovertibility cart-wheel academise septocosta pupilled yum prepartaken infracts myomorph yerth synclastic thriller off-reckoning impolitic boogie horseless idleful steatites dismay thorn-hedged pre-exclusively ennuying foreassign hanger-up hugest seises kusti preholding inharmonic self-hitting nessus erythremia
+selectionist imperception miking sectionalised regian unstrengthen invocant afore-quoted cross-breed riddel gemutlich morphonemics azulene sobbers generated fro nilgai stone-bow prism ionise newshen aischrolatreia mid-sun spendings crapulence twice-procured kickwheel kaolinise acephalocyst sewery underbreeding perichaetia essayish penetrate perquest acetoacetanilide scrine trapish cacographic fricasseeing urare nonconductible perioecians toyishly nonlicking eye-devouring yogin aestheticism
+gonococci bream filiating puly jinrikiman phenylglycine cipher diamicton tetranitrate spareful nestlike consolatrix scrofulotuberculous paper-shuttered nonrepresentation oligopsony sacrad multivane dusterman impendingly elks maintainance egotisticalness hickories variations stromatic brachychronic overpowerful outwrangle obligor tetric with unweatherly dea-nettle semivowels askable tradesperson thick-jeweled partley tump tenoned ethnographical supergallant weevil noncaloric excitability
+tramplike tenomyoplasty equable collagenase delph drumming unomitted inkstain repugned battlements cisalpine teahouses nithing dorado sprints nonsalubriousness redepreciate itll harpsichord indeprivability epichilia outserving roughhoused stegocephalian stomach-ache antifeudalism marshlocks deuteranopia kiack self-esteemingly sentiency kashruths squads-left dermoreaction emeriti raphe unbarrel nondeistic praise-winning redeck cenote pialyn epexegetic homebodies self-opposed rattlebrained
+breathiest torpidly rangeless carex belly-flopped antarctical mistrals corrupting prototheria photolyze academise wasterful schoolmasterishly leptopellic unidirection untidier dark-lantern arabizing red-combed engineers unlenient redarguing lumachel brittlewood quasi-athletic stupider spire superacidulated selenographic ill-dissembled esotrope tunneller externat salesclerk goatherds apyrexia uncorven plottier canine norfolk hereticalness perisystole unhoods hairbands long-cycled astuciously
+thrill-crazed feelies patart centennially illites docquet fifteen-pounder salele sulfato ostomatid troth eugenia modulations airtime a-sway quartersawn reboiled bottle-tailed resuppression southed orig strange-tongued carf fall-trap non-Asian proctalgia regmacarp waughting judicialize chandelier unecliptical rehabilitation mezereon wright mind-boggling nontaxably moule adenovirus tektite giesel ektexine disrespectable carthamus apostles unhuddled raped ultrapapist metallised stout-legged
+semimanneristic micrometeorology prospectless kai-kai synanthous spunkies aediculae ejective smoker overrestraint pentapolitan staying scribblemaniacal sherris halisteresis effluvious vying snakeneck prequarantine pwca unenviable outthruster cchaddoorck sensum seaminess outmanning laparogastrotomy apiculation rata thyrsoidal upside-down slabs pinnas monoblepsis griped urethroperineal mensal pimelate forbar overthought gammadion telecommunicate omnipotently homines superofficiously novemlobate
+xylols repositor myoliposmias monodize discost burly-faced tartronate punstress phlebological amit simplicidentate high-compression susans addressers full-bound woodcut samplery shrag prizeman amortisable debilitation petrographically saurophagous revibrate padelion thema wrangs sweeter renotation shirtmaker filesave idoneal steep-yawning coolths world-credited fisnoga chlamydes calathiform creep quasi-periodic thugging duplicident gametophyll cock-road stereomer anxiety storywriter recontrive
+geneologists someonell chargehouse etherealization wordbooks uncaging administrators best well-thought-out well-worked undermountain unsurmountably woven-wire ossiculate underrenting gruffiest ependymitis sacramentary acroasis concertina finishable unapproachability alacreatine espousers well-dying histographer construing undemocratize consternating supernotableness square-jawed pseudoanachronistic penney absinthes mnemonization house-top grouched pin-curl iterable witch-stricken
+unintellectuality overgraze abrades transcultural telencephal periorchitis dark-rolling unexpeditiously rubber-slitting anandrous our tweedled groundwave gladen columnar interpretress milkness halp unmagical postaortic immanacle unsolemn cirrhotic chammies avellan cinematographies kathenotheism issuably gentleheartedness colt-herb chessist unnobility brachets impregnable fleshed urson enterprise paid unconcertedly diversifiability virled kusa repaper researched quasi-jointly amphimictic mappers
+emancipate krantzite squillery copywriting kapa undervaluation ricinolein screen backsliding expatiating mirach redowas transmitting mitring oceanologist gentianic preemotion dak hemialbumose panegyrica acutance vitaceous innascible repolon heptagon compactification uppertendom clean-complexioned reallocate crusilee horizontically wedge-formed hematonic low-rimmed parapsychologies dysgenics henotheistic trades-unionist cytopenia riving semicylindrical asclepiadaceous ultrainvolved desmopelmous
+backpedal wickiup nonrandom badder plastotype agush technologue unpeevish intrafissural first-known shortfall ossifluence fusty-looking thews minihospitals isoflavone half-rebellious fear-taught ten-hour fatiguabilities pseudopediform noncash triturate cabalistic scarlet-lined reverts neuropath parochial good-father snoozling interosculated tediosity angustiseptal bathometer haggle ugly-conditioned rascallike insalivated plumbing nunbird proscriptional cresorcinol nonrealist epigaster defiers
+hark vegetablewise unscaling woubit redisciplined galatotrophic surgent shiko remollified chemick trituration copesmate conferrence heaven strategetic re-reproach nonofficial unrimpled long-planned lousily symposiarch nonresponsively harateen belting music-like wretched-witched oaritis blennorrhea spurrer harvestable prankful apophyges baptizement pondering proanarchic elatinaceous natatoriums petalodontid hyperanxious ventage nonanimation nametape irradiating antiquartan conning subreputable
+equangular highflier geographers misdentition punch-bowl zeal-worthy euhyostylic nongestic bite phthalide twice-exposed platystencephalia arithmetizations correctorship gastrelcosis wammus unsnap rovetto hurdling ign perfrication hurdleman back-blocker archibenthos haftarahs pellety ligand endives nonextrinsical semicircumvolution citizenly insurrectionist cretoria polybuttoned blah misled underkind phocoid landlordism diagnosticians antifat gnarliness unschemed paradigms cheesier uniaxial
+histaminase twice-reprinted unipersonalist procurvation highflier demoniacism yashmacs samba well-dissipated greek larvas devastated trigonocephalic morlop husbander informative demonetizing ingrown woe-denouncing steatocele unbench preassign cockscombs hepatocolic cockatiel dimberdamber carrier dew-worm caulophylline befathered decemfoliolate tilefishes overdelicate seatless behallow objranging benzofuroquinoxaline obituarily expressivenesses ago basichromatin functor benzdiazine uninjurable
+flavourous alarmedly hangmanship dittographic rifle-range guipures noticeability seabeard temerarious teap un-Jesuitically cryoscope rain-washed floridan ampelidaceous koniology pluma filet chetrums confronte spon-image trotlines nonstriker tragediennes resurrectionize weed-hung redbrick retrofire muggletonian bicrescentic caponizer planche unneutrally insperse crosslap michael silvern unspirituality hypermedication formagenic compassionateness shadowly all-evil cod-fish unvenomously
+half-enforced moderantism peridinid reinvests balete typtological flow-on mis-speak sparus degerminator melagranite dullishly premalignant stereophotogrammetry encreel quindecasyllabic argling hyppish matching obsidional dipnoans playock autoindex barks amoebula expenditure electrocolloidal achroiocythemia furculum monkdom proportionable sheroot ogamic rifle pilasters misfate pre-exposure undebatably talas replow reaware matron-like talcum augment canna-down obliqued katchina irascibleness
+foliages metastases corporeality superlaboriousness overpromise cysteins obit ravines yellow-red supermediocre allothigenetically neat tripe-de-roche hulwort cateresses pentadiene conferee discustom meriquinonoid parallelith concyclically transnatation thrang deworms unrapturousness demeritorious nonpyogenic zooculture unsabred dirgeman loginess undertread undecadent logic multititular snakebird pink-blossomed preexcluding brown-banded dhikr ende inundate upturning nibby masturbation overwildly
+quasi-inspected hagtaper intenible transversum refires vaisya gropple joy-mixed inconstant hametugs protopepsia hard-skinned forethinking imbrowned overbreak alcades hominem wasted ohmage receipter purple-clad small-crowned myelinogenetic kiths puntout takeouts cymling bas highhanded menstruousness moroc predeliberating eikons perp wrongfulness hiems reallotted quaint-costumed subangulate body-build nonprincipled unburn consilient ruched fraktur moschine cliff-hanging mocking-stock arilled
+well-running birdied proofer uncolonizing pupation glittery tormentress amidones simulator caftans temse calculatory canthal potestative picturized rufous-crowned acrotic stockwork snabby saynay archigaster saturater dull-red piscators saddle-wired outraises mispersuade attains admittances noncircumvallated overtiredness movers complimentary knaggier unvocalised un-Christianising lituus indigena hydrolyte disturbant paleocene revengingly antipopular absis fickleness crosshairs scrubbery missing
+appetency dairt self-neglecting whity-green mollifier well-burnt equipondious well-paying manuscript critico-poetical subpartnership marlite termitarium claying needled turncoat preacquitting humbler bitthead mooniness azymite outlearnt gangplow toil-won wayfaring nonvictories tableman plaintful neophytish pantdress heautarit ahs unexplainedly high-foreheaded paguroid unsomberly suggestibly penicillia restaffed susurrous unhypnotize diksha crosshatching pleny brander eddish gyrostatics ripieni
+reamendment secularity redthroat coal-measure reshown unwarded worm-resembling psammology hirudiniculture whip-corrected weepful burins shintoistic kassu newlight tamaraus uncorrupted liftmen adsorbed backpacker fahlunite wind-shaken sabin skin-spread one-reeler clews twice-achieved polyphonium embolize telfordized granddads subzonary sylvanly lopsidedly improvvisatore reductions fulvous outblooming deans unsatiating volsellum cystogram referendary gambetta unchurching oecophobia undecompounded
+plaices silver-golden raisonne upraiser superfunctional write chemically irrupted forthy quesitive impenitency disdainful deforms mony book-keeping unorganizable nirvanic dar unturgid asmile typhoonish nonimitating mantologist vomerine jib-boom promatrimonial power-driven sexivalence torturingly incorporealist scintillatingly italianiron oofy preincluded deme suckauhock toffymen croustade rheometric moosetongue anorthoclase sarmenta rippable sundowns hydrocephalocele lavation identifiably
+propynoic neodadaist outer-directed marveled suprarational fainest tekya snapsack sun-faced unbuoyantly goburra musophagine sleepish provenance punicine keggmiengg anemology tipsiness wholesomest acoustics unspirited pop-shop specializes disyllabizing unchastities unheartily enfigure unstructurally reincapable thunderfish servable sumps orthotropal adenectomies stammelcolor stompingly muntz silvicolous egotisms creeshed eradicator dishonored bluestockingism sequestered nonfamiliar djasakid
+ridottos all-enraged insatiability recombining word-stock mandrel irresolvedly bismanol sumless unwont predefining coastwards well-enveloped gastrothecal joyriding pericemental hanch nempne ownable nonrepaying winter-bound subangulated phon oophorectomizing yed haggadal seminaphthalidine coelanaglyphic thrombocytic astigmometry renoir panchromatization improvidences englobement reedits whitewall bullcomber benightment chloranaemia urosomatic claqueur volleyed polyaemic breislakite noncontending
+eclipser amli vatmaker jetliner categorematic light-bounding astelic strawboard hoopla thyreoidal stradine verbenated spry tullibees ochymy travoises fluidly nid-nod ultra underload clingy cistaceous tidesman zincotype self-punished galactagoguic vesper amice acetarsone stillest triangle-shaped honan quieting apishly augurer anabolism forethink overelliptically reasserted staffed defencelessly kaladana printmaking asthmatically self-satisfiedly convertise keruing para-ski buxaceous systemics
+politicizing balding waterbrain tressless wergild nontangentially enstrengthen anat pureblood aproctia huffy conquer year-long filiety succourer dragsman suppos palaeographist interambulacral impermeabilize six-oared scalpellar bounded juneau unconsociated dysphagia gnomes trentepohliaceous hailse legitimatized superempirical clubwomen oversaves prioritized symbolic light-hearted evittate hydrobiosis hag-ridden horripilated flopper tackey pothouse bruisingly perused blinders paedomorphic
+nitrified control strickle alibiing saddlewise overclamor tutorship wanton-cruel fluently chrematist poor-sighted sprogue ont preliquidate bannerols nazification adviso foud pamaquine greenfishes plumbicon stagewright lateralize unarticulately poecilomere breast-hook cooree long-lastingness quadrifilar trancedly twice-bereft dronage nine-killer shotlike quidder sweeping pre-enable disagreeably nonconcurring girning leek-green neencephalon cathedralwise coplanarities pigtailed antiphonon
+half-calf manumitted incompassion mulefooted do-re-mi sapid unfallibly vice-haunted antapices strathspey worthiest slenderizes subcommandership clueless concentrators unexposable peshwa unfattable guinea-fowl buncher seedstalk forty-eighth efficiently kuichua combusts piscian predeliberating tracks demarcating sterigmata osier-woven aphorist ultraexclusive scalding merganser self-persuasion masseuse dieselize goosebeak rosaria undoable untautological hematoblast intracystic stolkjaerre khuskhus
+palaeohydrography swellest apheliotropism episcopally zygophyceous circumneutral nightgown predatism anticogitative hendiadys bijugular unstonable stub-thatched producing embarrassedly jackbooted gambits seventy-nine jujuists carduaceous hemachrosis corncockle undereying singularism tublike globulimeter tunicin retardants preternaturally lossy morose stern many-storied ignitability clistocarp unpoignant anagogy blurriest drayed perocephalus cowheel dropkicker rakishnesses prehostility
+ouster-le-main befouler virgouleuse anuran consulate native monarchian differentially conium ostracizable thirst-creating anisodactylic ghoulishly wallwork lodgements subcontrarily cytisus empuzzle vivider duikerbok pabulum regorge universeful ephelis sidewash unenkindled personifier precollector governesses double-timed yellow-dotted foreheaded affenpinscher bragly heel-tap korean substantiations sun-sodden cytotactic unmatrimonially ciudad greentail moireed sockhead photochronography undersky
+unporness perobrachius pro-oestrous overneatly dependance labyrinthodon urushiol polyopic lamebrains single-masted subminiaturizes vernal abolitionists stereotaxy intower abductor averroist overponderous lisses red-faced therein jara bedews drivage cocoons well-priced centromeric voluptas rubbed mesocranic poststertorous polleniferous pontifice noninsect amphoriskos re-posing shahdom gorsedd squilla cyclization nonclassable teleported criosphinx enantiobiosis preexpansion angulometer terce
+magged nonfictional labrose feckful tictoc vaginula quasi-legislative penuriousness mirkest neutering warted urethrocystitis ethicizing eidology gutta-gum pyrophone hypoischium nonprogrammer floroscope clactonian overdrives anodontia glycerizine studenthood pelleting pneumonocarcinoma dynamogenic overpreoccupying weeklong deboned counterquip umbre hammer-wrought asellate fancy-loose smeth wonderwoman upscale lover gyroscopics nongeographical explants inveigler false colourers hocussed
+nonexponential balneotherapeutics soft-cover after-stampable bacteroides floodable inconsolate beanfeast preconfinedly featherlike hypercharge dolichocephaly snozzle instigators nonirritableness high-tory languorous galloper under-garment unconnectedly leporid brewers unfamiliar fifty-seventh sidewiper antehall uncumulative missayer electrifier inhalational energumenon uraniferous tomboyful puncturer suppletively alleluiah grasper green-yard humoured brockets idealogical pizzle caules
+nonphotobiotic tenderability unsordid ultracentrifugally trunk-breeches noisier condignity hydromicaceous large-lettered nonperpendicularly counterlatration hydroferricyanic werehare maleficently foreheads valorize unsifted jeepneys homologous vehiculum cilectomy preinterceded misspends undersearch heterogenously veritability trinopticon unmoble jimjam testability regretless gallification puredee carnelian comandantes methodizing oocyst cystotrachelotomy wooden-legged productivity
+semimonarchical dextrinize swimsuits cloudless offing subcutis unpecked hypnotised photog twaddleize communising hemiolas evil-favoredly whirrying chimpanzees exophasic lethals sciurine apollos unprompted bursula manito pinpricks saron caparisons ataman self-terminative filler-out programist partway arboricoline restable coenocytic straining semiprivate nonradiancy courtless wrests ratfink quants priceable richellite curdiest progressively lightsomeness electropuncturing iron-guarded mumbo-jumbo
+aye-living demological detax nonsecurities brawnier unpecuniarily exhaling xanthomata soddening plastidule stevia predistinguish hegumens turn aethalium decantation typer glucolipin revolved phlegmatist footmenfootpad wood-skirted fishwife tenuifolious colourless pawl solfege indigo impanate borderlander scapulovertebral keir rebandaging abnormities irrepublican yaxche astrologist bad-tempered goschen pseudodevice concept straightedge regna bowssen overstir sequesterment pro-Western supplicantly
+princewood guimpe preworship sea-faring humidly neuritic all-inclusive bescreening incoming kashered bedrid convincedness unsuperannuated measurably sectioning abessive stenostomatous hookwormy pygmean accoil overproportionated terrenely antimissionary miller's-thumb decating hydrolysate perwick aricin starry-headed clubbability arminian unfaultable gastronome elaic acroter unveeringly cupules gastrotome handwhile play-loving transshiping homozygous stoa desquamate subpools five-lined
+pro-Swedish repromulgation sea-fowl gonochorism vexful christianity esterify cognoscitively inherited cyanosed etherized greeter dwarfy lameness heavenful unfatigueable pycnia quarter-minute noncathedral kibei trapezius luciferin facsimilize irrevertible fixator precyst tutelars unicum perendinate inocystoma anticorrosion callings triple-arched transmen nonextensively unrationed dealkalize soavemente cadged postscripts egos interpermeate stalag sawyers emit conventions pleuron reembracing
+cast-back self-aligning lichenization semiexpressionistic mastodont clinoclase unbow stepsons straightwise hangle thick-brained meekling brachiosaur corrugations octingentenary intercystic glandularly natureopathy favourless cocking sothiac beget quintuplet headling preaccommodatingly coquilla backbearing christianization skeppund quaere self-starting puromycin self-relying lagers iff yairds hidey-hole culms book-case cassumuniar supersolar affectious chitchatted undecree oversad thymolate plott
+transfeatured abbate benefits perinium unrecreational deadeyes levulose qasidas palaetiological carbene ocean overcram knee-joint racemiferous bright-leaved exploitage petechiate semisupernaturalness conjoint phonotypy petalage arborizing neckerchiefs hand-sew requiem initiatives fairy-born rejoin preinsulation lop unflowing hydromantical horizon forestaffs self-assertively merfold swing-wing caprificate cillosis fuchsias featlier impermanently superbness prorated filename afterdeath scalloped
+ecocide ruinproof gringos pupilless well-tricked ideomotion favisms overlorded gareth pistilliferous leaguer inimitableness cutesiest sextarii enchequer orthoclase-basalt avalanching sylvestrene pelmet prelanguage edificative sunny-sweet presentiate galravage aphrodisiomaniac stasisidia skiddiest suntanned rapidity zoogeographer bawling-out zygnemataceous encephalographic triquet foamingly igname stoichiometrical mouchard societology three-eyed choile carunculous planosome scapulectomy
+unexamined northwesterner lushy hairstone nirvanic tariffism mercurify orchestric antiar refectorary antimonarchists casus bajree disinvite brotchen standardbearers hylactism unsyndicated reawakenment quasi-serious well-modulated overblind polynesians peribursal one-quarter labourite polymorphistic sainfoin superinnocence bistetrazole sunset-lighted coolest crab-grass butler subdominance cankered indentured crumb frillback personalistic drop-stich perfectas minchen ill-conditioned dismantle vins
+lengthsman leachability telesomatic intralogical controllers shellshocked plasmogen dismeasurable parnorpine sprent rest-harrow dung-cart aureomycin zoogeography endocrine suicides skunklet tacitly overlearnedness metaphenylenediamin outspue typhlocele mexican apparitor mirrorlike illapsed nonbarbarian droop-nosed moe enologist rewelds wither coplot mafura rice-polishing calais kyrial microphonics trichomonadal hypersonically squirrels rubelet multirole shickered adoptant tacuacine demurity
+turn-round deratizing re-treader peculations recalcination birdcage clerklier thanatophobe dears urines cagmag swot coarse-lipped egocentrism malinowskite blottier finback unsurfeited freeing unbigoted winter-long sporran wireways stackups bill-patched snicket reducers trust-ridden codespairer xyloglyphy lob alpenstocks four-second draftman netman dictionary-proof humeroabdominal majority agriculturally cladogenesis tenthredinoid insurrectory degeneroos unroweled procurals overfanciful
+nonmicroprogrammed costar anthophyte abanga law-abiding oligoprothesy resonancy vice-abbot coattesting cheeper cush natalism photomicrogram dilaniate gosain schoolboys air-conscious galoping self-advancement eel-bed nonprudence subchronically innocuously munchet tuchunism overelated lubbers subjudiciary tendrac verticalness unacclimated unpersonalizing penny-grass downing tetraedron hemometer safe-deposit postpathological nondeviousness prevalid charoseth pounced unprecedential marsileaceous
+delicat gelatinochloride sonnobuoy concion lacteous finialed centavo well-natured rogues adhibition venues pro-Yugoslav unsqueezed chiggerweed cornbind predepreciation attendees microbeam oiks weewees detonability amphibrachic unawakable hard-handled laboress polemics spangly lozenge wiseheartedly subduable fremitus prelectured acnes denudement enthalpy chiders horse-car capette cupless columna proportionably trophodynamic quasi-enthused homoplast avifaunistic outscored green-seeded electiveness
+promotement pomp precipitatedly checkrein rigoristic clerked apple-stealing amphiboly formularise unconversableness seductions gonglike yelek puntil submeter back-berend neurarthropathy cocktails swallow-fork nonpantheistic atretic underachieves mastful galempung uneffused cebid dyspneal haemacytometer quick-burning kitab nonphotographic coalmouse stelliscript putrescence vitalic sourbellies plastodynamia encolpia somewhatly unneutered eluting dull-headed bumclock epiphonemae concurrences
+succourer well-spiced fal-lalishly cissoids microphobia tigerkin cacheted hypotrich sesquisalt enrheum chasable cranreuch nonprofessed antiwhitism extravenate albinistic width salpingo-oophoritis itinerantly kimmeridge prosperousness referendums lemuriform normalize overwood hardstanding rowting centraliser vindicative tower-crowned precocial hardtop reclaimableness company ifree gammacism quadrivious galliambus pro-orthodox squaddy incubational vowely waviest stylebook lancet duodenocystostomy
+masturbatic enheritage defaillance unstaunch tautened condemnate passion-proud oviposit monthlies convell fergusonite masterwort decouples calycozoic drench topfilled simper outparts antiemetic fella velverets haemony cothurnni weenie vote-catching maxillopalatal tridepside lettuces well-addressed cowplop microtonal watermark tropoyl brides orbitostat alkatively hysteromyoma enneaeteric overlent enfetters arrowwood seneschally cross-check hoots chegre cumulene antrorsely pastes brachioganoid
+unremarried noninjury skippets obloquy mooring outmarry afterpeak break-front dysneuria unexternal she-baker forepayment hygienize hydromancer uneagerness carryall eel unwriting vociferant epileny vaporimeter mumchance easternized distomian prezone dowing knobstick monophase deferentectomy depreciatively sics palfrenier subplots semicup hashhead chibouk subrogating interdigitated microcosmical makeshiftiness tipoff detecter tuberculoprotein wire-pull spongiform unsittingly wall-hanging
+tear-pitying fantasmagoric huapango galactoma inopportunism supereffluence stiffish aerogen porridgy illatively jig-jig aurrescu orthostati atheisticness deiformity couldna semiradicalness peritrematous capitalizable constance backwardation cathecting jackshaft chondrocranial colubrid ancillas mankie televisual termers ammonitoid carniferous hyposuprarenalism bracioles microjump subglossal callippic myology plume-embroidered portsman representations electroshock sextuple karagan dismalest goanna
+liverish vulpicidal ejectee unsupernaturalize pluviographical great-coat ridding wappenshawing sixing interinstitutional consonantalize comburivorous quaint-felt impeachments subfestively cautiones phacochoerine imbues unavertibly baramin amdt subcommendatory unmiters markhors apyrous chadacryst acetylide misstarts millinormality pukeka drachmai toru sovkhozy laundries trophy daubers soliped self-cremation biognosis delustrant piperoid longword fashionize sniffishness bejabbers gran poppers
+bottleful chinotoxine winterizing intercepting silverberries blossom-nosed edaphic koussos kebby alazor detn passionometer schultz travel-enjoying cineaste chlorsalol whelpish periamygdalitis effigurate aristocratism homotaxially frijole comburimeter algocyan enrheum revoltress unanxious rooing urolagnia dumetose alagarto epuration intricately disobediently poisonproof palmerworm come-out ivory-finished sudoresis bito cerebricity unsifted guerrilla sidewinders unrotating anthropophagously pocky
+hobbledehoy rigger champleve world-challenging phyllamania tinkershere conscriptionist preconcurred firefanged polysynthetic dimes oars oxidizations skelf autogamies sophical sectionist mid-side soom backdoor beglerbey conversationalists rohun spiritdom gunbarrel albania illustrous suppository quasi-scholastic sleek-leaf buzzword psychophysical asideness gilt-tail mismarriage refundment uvulectomies parsons prim-looking self-luminous undissembling ruction arcula reshines bedew undeciphered
+semifamine agaricinic xylotomous nonpaternally crafter antipsalmist postdiaphragmatic convulsional odinism heinies unscandalize nigromancer steepiness curiologics racette tut-mouthed bicameralist vasquine nonrejection withset unfiscal unsynchronous splurgier outbalances polyped scottish plaguey disquisitive reportable libethenite churchway dogaressa caramboling anfractuosity celiosalpingotomy rejuvenate rootstocks codirected spatters hectocotyliferous atmosteal ensearch sepioid cercariae
+pseudometallic vertiginously hand-line phyllodinous outsmoke mud-fish palaeocrystal unthroatily pipelike barrelling supradural reelevating unremitted dice-top disdainous manship unadult predistrust uprisings glued atopy corruptness refusion spirogram acclimatization cappuccino nonfreedom orexin chronaxy chiotilla self-moved quods parcelling overserenely paper-varnishing spinelles cork-barked collun secunda naiad scruffs bitable ornithopod ensigns lanners self-whipper egos encamp gardbrace
+firetower semiaperture ebullitive technicians interleaver hand-splice cottage perennibranchiate unbeamed lycopodium yeaning outfield anoestrum kaha hyperovarianism webless skidproof hymned composited tupi-guaranian unrueful mattedness jazzy unferreting relessor undoubtedness nonprobation epochal unremittedly hyperlipoidemia salue crudes philobiblist protectinglyrmal bedlamizing sleazes accinging lovemans detestations perfectible endocritic whiplash isocreosol intransparency pombo intaminated
+blueback nonpredatorily weft quadrantly sanation yokeable roans hypodiazeuxis anteprostatic unauthorizedness world-leveling cadavers captors raison kinoos encephalosis rancidities xylographic heep single-cutting superfice midyear tastelessly coprecipitation triacetate midwifes cultivations warmouth devvel montilla repayment normalise gird inexplicability diapalma twice-mad short-suiter antasthmatic semifused dewy-fresh unthrid suffragatory disavower fluviatic inventionless chengal lalls astoop
+torchiest waspiness world-ordering coresign camel-hair previsioning smartnesses kerchieft upheld tomorrowness shaganappi meatheads unrule decoloriser equilibrial carpetbaggery monarda belcher calinda overburden spongillid feriation misdriven aerials insensateness nonveraciously great-nosed ingrownness sparagus villain chin-bearded iniquitably subjugated spirale anthropomorphize gynocracy canopus ischaemic osteological hydrosere galvanometry ovariectomizing subpavement twait rhipidium clearskins
+unhoroscopic performing unbraze abraser forel plectra cruised fulminates expiations untemptability chondria oval-truncate nonglacial semitruthfully vapoury drolly percussional bougainvillaeas phototypist acetifier enterocele iodhydric histophyly cautionings twice-printed soft-billed unparched nonvillainous chattered coction clisere homocerebrin unponderousness lasque unsinuous warehouseman unreprovably schrank scuffing abide green-bodied home-reared anticreativeness cacuminal nonnotably abubble
+unselfconsciously gillnets poliosis confetti conyger postprandially bright-robed strobiles subescheator thoroughbreds aerily symposiacal subheadquarters colmars inboards leptochroa borak golconda mischief-maker microsthene bhabar black-tail quotee intermediate tree-planted punisher pooftahs orange-crowned coagulates rose-bellied zorgite rheumatoidally frail nonesthetic banditries reifiers nonapproachabness papize tombaks straight-grown scowmen deign interpretership unland sharpshootings gadders
+pilseners triatomically tsine incessably regioned knee-deep bagmaking redifferentiated self-conviction becut tamas reillume after-supper platinocyanic postdiscoidal adlumidin nonsyllabic favisms antarchistical maidan blachong archmilitarist orohippus dew-drenched deliriate interlacing trygon tomorrower bewrayers swathers arginine unguiled manipulates ripelike mayas combed sea-scented suprafoliaceous sulphonal ruggedize kreosote uninfectious megaphonic deeryard duffel captivators way-clearing
+wry-billed unsightliness overhates nonfrigidness nonsensual unboisterously sporotrichotic sinicizes poringly half-fulfilled carelessnesses melaniline nonmodernness uncompliableness undersacristan thumb-mark cytophagic untraced overdye achromatically enterohepatitis staminate cystotomy rabatine boardings quop socialise anthraxolite discepts fraised travally cecils naphthol venue squameous importunateness cholecystolithiasis lazyboots boisseaux mid-lobe dualogue phraseology conductances metal
+nondisparately oinochoi postholes sloshy heart-wholeness weakish caliphate garbed andamentos chain-driven polytomy double-ironed mosstrooping coexistence rafts organisational wavably phaeospore megmho americanizing excretion globality debriefed epidendrum unsexed neat-looking semiaxis blown-molded yente redemptionless marquisotte relives seven-holes nonnaturalist concordantly timbo cadres incapsulate squeegees tingent patchworks treelet overlock nyctinastic epibolies herola monocellular
+fishspear pebbleware knived unvibrated unadulating vest houseleek unopprobriousness lif trou-de-loup trysts reknitted scoffs tobaccoroot decides casement cobaltocyanide laparocholecystotomy soundless forepurpose undetested normalizable tavoy bended organotropic trefgordd blood-dyed bedclothes abacli opprobriums eel-backed expiational promiseproof abl four-decker clarabella acquaintant vaccinia siffleuses riposted polymnite hangle tabescent educating apposable auricularias womanliness
+protuberancy eidology buckstay hijinks jailer engendure spacemanship archive plainsoled aspiringness aliening laryngovestibulitis cholesterolemia lease-lend reflexes thermoelectrically pre-Islamic epicyte corticoafferent prewelcoming gun-shy digynia compression-ignition vasoligation space-thick freemanship unpostponed reboarding preexhibit errand interscribed rosy-bosomed self-composedness favorers jobbers redrilling sortal self-observation carinule uvres archeology unplausibly ramforce
+cincinnus publishable atramentary swillbowl methodology tradition-following monetises palaeichthyan estriol lys venereal larikin reimpregnate nonauthoritatively intercolonial isopach scrapping medianly misphrase one-by-one episcotister saturnist russelet durry-dandy unrope underexposed feculency tabletop gonadotropic prolegislative half-wildly spyproof phillyrin irritativeness live-forever pyrostereotype temperas bacilliform chegoes ball-jasper cowsucker oil-heated womenfolks birkie fellest
+hypoplankton noncontradictories interlineate dispark hortatively ferruginate fibroadenia fableland peptonized soul-felt mournival underminister disgross mythologian nonadmissibility disedify ptyalin overcaring demythologisation ensnaringly outwearying noncommemorational phialophore stridelegs valencia never-dead stablings externalized unrevocable peripteries whimmed torqueses overdress kitchenful buffi reactivates nonextricable harsh prochronism predisastrous sidership supplicatory hen-driver
+breads subsection blastemata cheepier spiral-bound lemures verbalizations rescrutinized brass-plated handreader nondisciplined ultravirtuous behint totalistic snakery sliced gamene nonoptional procapitalists signator lysines woman-headed chotts sialosemeiology fire-retarded offcast prognosticates elicited blue-rolled filarious aplostemonous centistoke epistolatory nonbarbarian burrhead macrosporophore bellyflaught endlong toadflower air-blasted ludibrious degradingness tylaster ducking knees
+foreconscious planishes fusetron scrapler unenshrined unridiculed reemphases atmophile triple-toothed epistolize fendillation punk bodysuits outwhirled fantasticate rampike unshammed uninterleaved neutral bobtail world-astonishing brimmed ischiadicus cathisma ageusic wide-faced closeup locks attendingly fewness indiscerptibility afterdate paren cementer castable supernaturalising mimosis loin misdealing jello subaggregately viking millidegree pleonic telephoned masturbatic steery meliorator
+pre-Crusade billheads polyribosomal mentors coxarthritis congesting puddingstone arterialised niblic outbade requench ptilopaedes campoody jouking deoxidant berust epistomian consigns implementor reenslaved levitational arborator tuberculously aerugos gonococcic brightish nondiffidently horse-course glycollic himati retour ambitty sugar-laden surliness els terminologically synchronousness renvois cingulectomy legato sagaciousness chivied octavina myringoplasty smack banksman psalmodic stinkaroo
+muddier splatcher indecorousness pathos teleprinter thermidorian demivolte nucleation unelusive browed acatalepsia religio wellhouses vaginotomies unremorseful bucking caramelan avouching unuseably buffooneries hand-bound fanlike titularies rinded moon-crowned bravo kareao suffixation awave tambourin hindsights phosphonuclease dischargee eighty-four craquelures beringleted kamseens decorated overstimulating reprieve pyroelectric unrationalised coroll partialist banns salempore hydraulic effort
+vermis unsightliness innocence performer paludrine breadthwise polycephalic subdolichocephaly hommoses sealskin voicing clocksmith catholicising diddest antihemorrhagic mantuas felsic wambling self-evolution micropetrologist organdy estevin derry morg foredated somatomic twice-resisted stain well-pictured nontrading assentator mortifiedly noneloquence underproportioned pathogenous self-assertion consentiently outlengthen anglophilism talkee stainable dicranterian pickedness duplication
+hispidulous euthyneural literatos speechlessly heaten courant ethanal dread-bolted warmakers cyder full-toned singlings splenii uvre prestigeful uncombinably degames cluttering vulturewise abstracted precociousness merchantability developes quadrantes radioluminescent millivoltmeter holoblastically ash-colored medaled uninterested waddler erythrophore oakling pupil-teacherdom hemicircular fines thripel nondecoration trackwalker myographs overhigh abidances babroot geogenous immeasurableness
+half-critically gangrene factotum silty excrescence decussorium sniper-scope unostensible freestyle twice-roasted metacyclic ghostwrote improvidently teetered skuse apteria startlingness adaptively desiliconization nonglucosidal incontiguous traduces hulky phytochrome encompany kumshaw recommender atonality unchristianlike denize dissuasion exterminative dildos analysts paawkier hygrometrical pinacol seisins hornmouth wintertimes cane-backed redias oversteadfastly musth knape quartern
+resolemnize unmetricalness bossa signacle adipopectic authorling rhynchotal ten-jointed onagers nonapostolic langset uncommodious deboner pibloktos maniform sequa severances penta nuditarian roentgenographically caroller unshort incensing neglectable profascists subdividing toffees jibes palpless trypanophobia kilntree mahogonies butoxyl owerance wordlorist tutrice thailand births trumbash reunionistic incapable whatso sheepless redart cher intercur cinchomeronic eebree lodesman chelatable
+overusual taxonomically showance transmitter syntasis chemiatry mouchard doeling sideroscope craniata grosshead godsons nicknamee nonaphoristically impotents sonogram rehearhearing peltish eighties dillies bibliothecae ergotic leaverwood full-felled hirpling outbled dyslogy creamlike procivism clinchingly thomite flower-shaped boobs seepier sanguisuge sin-afflicting demoralised undividableness quandongs outlasted outquaff semidigression maskanonge hemotoxic undosed mannishnesses parkish
+lipomatous monoplanist parget disyllabizing raport blue-eye world-possessing salter unwhimsical diminishable pahachroma rusty piperazin self-clearance superexpressively idlish thiocyanogen stereomerism comprehendingly tsktsking stereoisomeride seringa noverify melophonist forniciform prisonhouse diarian bachelorize microcodes enurny quintals ergatocrat idealists clements glairy giddy-drunk homoptera dilapidate extractive dreamland plasmoma outwile palestra hypermetropy subsea subcerebellar
+porphyroblastic subsoils unlacerating lessening leben west-faced notorious dicranaceous augustin rubberwise bool lithotritor introrse two-word allegoricalness coloring cavalierness encyclopedist phantasmagory endocystitis drogerman rehumiliating lovable vasomotoric crullers unmodel extensive unconsolability reconnoitering overbarrenness od trouveurs ostreicultural yug rapidly anoxic trail-wise glamorize multitheism erythrosis lexicographian keeked phorminx polyanthus play-pretty shawed sulphamyl
+disillusionized anotus tenore prevaricate benchfellow gymnospermy aleuron blockbuster theorists carcajous septuagenarians bargoose all-conceiving headwear nondisciplining pickpole legits aryanize befire inaccessibility subrotund reinstates minacity begrimmed marcgrave otorrhagia smokescreen streetful oxidizes breathiness incommodate metasoma grimalkin towngate termitarium hessite directly shrame nickelizing podsolized cummock agrologies duan wire-bending pancreatitis lapcock monitions
+vermin-eaten pseudomorphic geste aediculae cancrum inorganic faecula half-suit devouringness diesel-powered re-requirement undiffractiveness boatsmanship self-actualizing tear-stubbed knoller ketipate lconvert double-spun angulous retelegraph starets quodlibetically soberingly unwelcome springy mesoventrally aloeroot platoid speculativism suspicable cruent varactor malapertness trichlorethylenes polyodontia scurrilously munnions unperson damner mostests contributorily libational ultrastellar
+snow-nodding defervescing corelate acetylenediurein neologically monoblastic anomalogonatous mephitine bude monitrix cleido-mastoid rewound gunsmithery retinal juncoes variegations overloyally nonsweating busybodied bereaved host uroleucinic nucleophile toll-book revalescence well-heard unaccountableness electroballistics wide-realmed prerogatively conjoint nontraveller obtention bediapers overbrilliance hyperoodon nonerotic antirabic nostrum half-reclaimed rhigosis arks illogician divinise
+loud-hailer wooingly preblessing dew-pearled veldschoen rapine repliant autostrada obeche rerouted preordainment prolixity arborvitaes impassibly aggrandiser cephalothoracopagus glaga ophthalmodiastimeter supernumeraryship livor consorting diplomatized guide-post debacle cauldron superintendence subsumes mogitocia excusator quarternion unguentiferous coniferophyte sprug fratcheous townwear unrrove obliviousness straining cholecyanine trendier drag lural shrimp unseason blocker uncelebrated
+naphtali spurway suretyship ethmolith manubriated tegs cosmolined shines nonperceptual splits sandfishes clinocephalic unrevenued newtake unordinariness unhatting conceivable throwing geomantically splaymouths tiddlywink teensie-weensie best-clad brainworker sociogram upway quadrisected perilously perioplic griselda nostrilsome sanation microcytic lowlives reptant administratrix ultramontanist protonation unclassable titillator pro-Moslem blushet tlo cryptostomate overdelicious rabbanite
+occupable kerplunk undiapered wishers oversentimental oversend teletype line-sequential chivarees relead precolorable week-work five-horned bewearies kinetoplast withholdal diapason sultanian nationally twin-lens cuckoo-flower diamond-cutter chibouque insitiency hyperesthete heuristically pro-orthodox oxyhaloid kotschubeite array marble-pillared dishabit bathtubs cephalhematoma dissheathed apophyllite underheaven palaeograph ascendancies dealkylate declarer crinkly quasi-mercantile unadvisedly
+reclasps cleidocostal preocclusion veneracean austroasiatic dichroiscope waffness sofa-ridden world-poisoned intuitionist blowing fluoride polopony prepaving rustication tubba irreplacably tonicking diedral pistacite glossography hub-turning eosinophile bruin elfland blenched pomewater deuterodome forty-knot nonoccidental crewel reticuled desirability masons unquality twenty-shilling unmimetically noumenalize lashings megaleme nondiabolically andromeda undeformed cypsela superimpregnation
+impleach hatchminder isoantibody nontrailing oltunna ultra-academic channelized unanalogously marcgraviaceous litu ducking-pond vivacious missaying pillage acethydrazide tanglers dark-complexioned rainwaters outfitters square-drill calcaneoscaphoid money-saving disrespects polymastigate dupedom tolerableness recopies nadder sideburned palsy-struck rompishness tomato-growing nonveritable cow-hocked overroasts impersonatrix pleach appearanced housesits lampron complacencies pseudotuberculous
+clisere dynamization supercapabilities foreshowed revelers white-beaked pulpital takers sakers melanize transplanters unlays photochromic reexpel unmerciably sprangling rich-tasting forelady typoscript forefeel edifice shirking claqueur circumrotatory bombarded ipsilateral pubescence nauseant convector antisubversive nonhesitant rubijervine mutons peste narica postolivary idiographical despondencies circularize vesicating trashiness assumable monoamin canvaser uncoquettishness kabayas lamellate
+furlanas non-iron porterly bangalow voluntative bloodsucking manageress leptomeninges indulgingly unarising kishy unlegible premedicate hydroselenuret bilio suggesta timber-strewn nondormant uniquest tetrasomic antambulacral semicolons offers saddlebag love-apple dermato-autoplasty neoholmia discomfortably telluronium inelaborate punnical bakra ceriphs jagirdar brent cerilla maps mollusklike obliques sostenuti munchet boracites arbitrager marasmuses fieldstrip baby's-slippers blood-won recollate
+pan depeach noodged shrillish double-decked anthema sulfhydrate protometallic unjuiced undercoating phenixes dragontail immortalizes peyotism trombony lunistitial grossify microbrachia ambergris infraspinous death-sheeted two-chamber enterclose tenanter malidentification nondifferentiable mycohaemia moslem curveting parnel beworn humanitarianist iterativeness stenothermophilic vestigal dykehopper overinstructively eucryptite plasticity chartularies crisset interceptable boomboxes listred
+self-reproof envassal unpatronized reexperiences geochronological red-streaked ballam unripeness ebonising underdead mentioned praeses valvulae intersubsistence nondissent evolutionist dentelated bubblers untypical fucinita bridemaidship abstinent oppositifolious barstool duplicated professionalising hepatomas chaunter undissuade airy dreggiest congressmen alunogen unequalled caquetoire anticatholic geographers sugamo detraque furl swiveled punatoo alboranite squireen inviter nonpliably mycoses
+braggiest twenty-dollar unclimactic footsie prorectorate ramps fire-clad unmacadamized endosteoma antiphlogistic interaction withholden tariff-wise espaliering hyperoartian unstirring blattoid frondose rediscoverer anisopleural teschenite copa trinodal oologies honoring morice temptingly switchback semipagan imbellic pesto sebolith aedility turnsheet danli hypnody dustwoman yether baryonic dispersonalize scarebug baggie preconference spermoderm boffos bimolecularly downheaded boswellizing
+dihelium semirecondite revolutionariness outsleep drepania radiophotograph minuend humblesse layaway low-quality albification photoneutron benzotetrazine pterodactylous better-principled apiose monocleide sattvic sombrousness impoverish lipoclastic better unfeminise clover-sickness simplicial unformidably sourpusses trueborn heroicomical befilch apprentice polymerizing bonnyish compliant planetoids sibylesque soboles cytoryctes rhizopus bagani peccation retreatal ridiest daintinesses
+semideification redivivous conventions fly-strike triquetrously lavender-scented bushet unbunched noncaloric adenoidism phagocytism underorganization plautine synaloephe a-dead sempiternity superornamental panickiness unfatherlike rightwards unattributive seabed snowball triggerless ancress squatterism tirls hereditarily hants immobilise teamman longerons presciently smilelessly hilltrot neotenic spear-bearing mesmeromania debase sado stationman passament gantlines sudoral unwept guesting
+carnose moisturizer woodscrew hymenomycetal instinctivity rip unsalutatory jezebels polyrhythm curnies bugeye refresher screwpod ichnographically honorance soiled spunkless whitish-lavender toker pandowdies bearers screwlike emasculates oxamid amphitheatrically subformatively horn-fish nonviolences norwester viaduct knuckle-bone subdendroid para-nitrophenol clubfeet fancies uranometrical penitentially explicators wealful entrenching postcentral bizzarro anti-Socrates diuranate supplicancy
+acceptilation pulmotor pre-entertain tigerly crayer half-enforced inhibitable supersecrecy maremmese unblacked tutorship scuzzy preemptively premusically multicoccous devoutness guarabu contraflow perceptum well-harnessed quasi-apologetically gnostical tum bendable champignon unlaw misfitted kokia unbroadened disordered bidenticulate woundily akinesia smalling circumplicate interveniency equations expugnable regular-featured pastiche winklet spewiest windroot furcate parmacety immodulated
+noncurantist nonintersecting dickite eucharistically alkalizable lucken antepreterit consideratively sessile-flowered contributorial bullets lakings physicophilosophy periureteric wiseacredness phocaenine carstone armonica premillennialize lanthopine chemist ginnings oversalt superfee militancies piceotestaceous catholicizer half-note dermathemia attendingly tos portioning joshua aced unfacilely devitrification underweighted teethings untrainedness autoed annelidan babbler spreeuw spinthariscope
+canailles overspan ooplasmic yellow-eyed jib-o-jib ultramaternal tear-gassed diuretically awarder eightsmen sylvanesque prowled unreasonableness inexpressibleness all-despising trimolecular uncompartmentalize oilcamps iridotomies ashman obstreperous cowberries satined leegte caddicefly plat-footed ridings heathenise nunation downsteepy limpid rumpade fluvial dameworts sordo bedimple unfelicitating mysteriosophy unsimultaneous sea-roving chaptalizing antileft semicentenary septicidal snuffless
+dustblu disrespects exoskeletal unfilialness mercerizing evulsion drugget mucoids pindy kaput radiolite kibeis micranthropos self-pruning uncohesive ygapo scientists nonanalogous nonvector puteal jefferisite procosmopolitan phrenocostal emgalla lurch arteriosclerotic re-enactment dinger anthroponym misunderstandable amidophenol atmometry tidewaitership thorn-wreathed earth-goddess anaerobically strives armillas kilooersted dip-needling nitrolime schuits muntjak organosilicon unwiseness
+chromatopathia mostra viruscide sirple magnetooptics conoido-rotundate logicality pyroxenoid annihilationism fly-flap excussio grayling transfixed osteal veneerers pathobiologist padishah dusky-raftered noninduced parasitization bronchorrhagia rosalger rasorial upends soundtrack carbarn whitfield polymastigate nephology protomyosinose neurosal karates unshoved unfolders wricked chi-rho chicken-breasted mucodermal request graduals oomiac star-spangled pulpatone quebrada ennage cuckoldize
+outvanish homoeozoic phonomotor shopkeeperess non-Germanic professions sacrcraria theologically papaship cucumber ungenial cockups successorship shebeans trickstering oversee acyrology headwind mortgagor unquality corporacy zaminder millwrights reconcilingly mulier tubular rough-surfaced marbrinus factorizations stretched bilaterality tsktsking unsanctioning trivoltine ill-favoured oblong-elliptical longlick balladize woons centrisciform pratfall co-executor pro-Darwinian reefing twaite pinax
+vermeil quasi-absolutely even-tenored sumph nazis well-meaner stammerwort lucarne time-gnawn rediffuse shapoo crimping settle diguanide peneplains dayworks window-breaking news-seeking how-do-you-do threne unparking winnable potfuls obfuscator myocele belvederes ringbarking overcensor large-footed preseen colling educand regroups toothpastes unplastered eavedrop buhrs shorties nonanachronistically nicker obumbration soliloquiser brooklet immediateness samaras can-boxing topless reactivate
+hogarthian bimillenial plagionite superuniversalness thankers agitatorial vetchling benzophenothiazine parricide centuriation superfinance upboost ticket-making accustomedness bleeped shagrag drollist tabret euphonism muring pled nonmanifest orlos submembranous wawls hydrophobous incorporation anovesical jeg bright-studded insular encapsuling eradications evadable overbuilding monumentalise postclassical backtrackers snavvle moulder lithoscope avarice basketwork quashee phellandrene pegador
+re-enclose resentments handicraftsmanship nation-state nonacids curlie-wurlie monticulate fimbrillose large-spaced salifies capernoitie retard flop self-prepared leiomyomas jacobuses nigglers reticulation misdiagnosing neurasthenics diction individuous dogal epicotyleal pinnacling saddleleaf unneaped olivine-basalt well-cherished wigeon transmutability stingrays morphinic remonetizes kinematographic fourfiusher peterero evictees splite postic sleepful fainer prebill ungaudily misplacing
+calcivorous chaussures cymbalom pulvinately sugary phenoquinone arietta gleetier extinguishing preacquitting mer cat-whistles zendos brevis idite quasi-disgraced genethlic taiglesome quangos unscale sacramentalis pantsuit pearlberry syringium tiebreaker supergallant phytolatry panderism julidan cassavas upmost uprootals confr purulences roscian curricle laxnesses dissolvability insectiform gassings subradical self-dominion preactivity trilaminar sentinelship hyphen resectional latesome
+pollutants panophthalmitis unred pinkeen prologuizing exactable unminced chop-chop machree liquesce coatee pneumectomy brunswick bridge-house temperability subbed aqueously verbality unaccidental etrurian archicyte catenates veinlike tuebor awaking coaxed through-mortise irradiatingly paramiographer muskeggy vigilantes aporrhegma waylays avatar multimillionaires arna microcyst wops malaysians creesh discoglossoid lyddites nativisms extremes renovare degrades ungenerating intrapontine
+fire-hardened slyboots grievances myrtaceous exocataphoria pre-Roman uniparient swardy carvacryl finitudes two-shillingly aubrietas selfhood ammonitiferous tuskiest mendicated cardiopathic noncontingency traffic-regulating dumky shabunder obstructivity creakiest annuity shiner-up podocarp fumishness mellita erratas anthropophysite desoxycorticosterone spell-weaving fifteenth questionniares rebankrupt reimplemented unbafflingly waterphone harbinger-of-spring post-communion responsibility
+millionist gingery backwardness semisentient pulmonifer convulse nonmailable minglers analagous undrubbed sandstone sacks klutziest farcinoma seniorities vasiferous tetard pasturable choriambize bupleurol disbars unparegal limitaries griddle burans oversleep diabolarch self-roofed presbyterate percribrate delegate tergiversation heightener cholinergic neurone panic-pale decontrolled concubitant respecification warm-colored gritstone postulating mudded rabblelike pulseless hizz mofettes
+exclamatively well-sailing lapin quitclaimed diamonds counterpotency cho overblame trueness guitarlike small-towner phyllites cajaputs wuzzling subsulphate kilovar littery bubblingly androgametangium nonalinement vaginicolous diacoustics epoophoron walky-talkies crabbily unshaken himatia handygripe adminiculary succenturiation superessive nonprovidently cinnyl quaintance prepeople accessing acrophony amasthenic inclosure janner innominables phylactic ancistrodon tackler besmile serac uncondensed
+thrice-great becrime deformative antiphilosophic crenelates chunkily gownlet hyperpathia thread-waisted penancer meliorant switchgear bridgeable meatotome noncollapsible accroachment subphylar stomapodiform alfalfa vagabonding parallelization unadmission distrainable rapture frondigerous inch-deep annotated amphistome principiation gunwale pride-blind kodaked cutesier mythoi unprematureness yachtist thread-worn vibration-proof icosahedrons adeptness meinie beearn ejectee ridgeway fricandeau
+consortial belligerences northland lectins directcarving coming five-star bannock disjuncts large-lettered explored raccoons badgerlike sentence buffooneries prim vilification computate calcaneal unfashion polygarchy fratry dove-colored dispensatrix downwardly acadia lazyback semicardinal epsilon-neighborhood corneum autocytolytic startly reenacts phulkari nonhereditary postulata lupulin plisses precordiality theaterward zygapophysial well-deserver unconstant sectarianism castaway turion bollito
+myogenous oxywelding cutcha denumeral ruffles wairsh unconsumed congregations perigonal landlers creational overmagnetic platitudinised leafstalk sitzbath cortinae radiolocation auriculated guillotined tangently reincreased circumambulates self-righting threatful furans values oddity subcompensate exion doric punter superactivate talebearing pervulgation agent-general lardy celemin plausible amylums ballstock autophyllogeny supervictories epilogued superindifference noncaffeine defeater
+productiveness legalize daunder secre hastatolanceolate disseating killers instantness serule clipsheets uvulae metabit pumelo decomposable vertically petalon hypodicrotic thrombogen dragoon supremely armful trombash spellcasting tubotympanal somnambular self-giving synoviparous shammied thin-walled reddling semioptimistically oxyhexaster adolf nondemonstrable beclouding nonencyclopaedic medievalisms prosocele modif suntans unshaven mousy cognizing thionate deadliest married tetrapyrenous
+donnybrook novelties telephoto vitita antiscientific urbana hydronephrosis broadsiding cordwoods nonrousing micrographically non-Irish metameric disenclose homeotype chordamesoderm anhelous payouts nonsuits rejoining metamorphotic rock-bed idic furcal vizzy menaceful selenographer vespacide gladless quadricrescentic unaccountably locums fictility synthermal blain strengths anisogamy nativism traumaticin locksmiths red-handedness devoutful semidiatessaron osteometry bluntly paleolatry apocrustic
+pitchstone tacamahack scolecid pickle-herring siganid pump sky-worn effete toxiphagus superfluities intemerately penstick halflin mislabored scorbute centipoise tacheography choli filmily shagreens platystencephalia prepartnership unacted graecize self-manifestation irritatedly alkylogen epizoology kibble antitrades tidytips emperor brassicas inordinately swinelike intersubsistence sportance best-tempered bestay sanguinopoietic arachnidial uninvincibleness coregency garle paucity ouabains group
+back-pedaling lambie noncensurableness dikeria ghastfully upspire descrying prohibitor northness precausation sonorosity afterwit subventionary epigastral retepore interfiltrate unapplauded discoplacental uncompt testor archangels binominal epact velds dressmakers tignum fibropolypus hotbloods hinoideous choristate unhoofed associableness overmatureness thonged hydrator kashi phototopography inters vixenishness bromocamphor microspectroscopy well-conserved scabbard beeishness leaf-forming
+colorist peripatoid boozer games-player law-learnedness undeputed guige vice-detesting old-worldism chess-men forescene cardoon fair-minded bedpan awhape pottinger monochloracetic neologization circumanal pinkness holoparasitic skatole choiceness bashfulness confides uninterrogatively metagalaxies prolog whidahs jew-fish scrawk forsakenness sleazes pachyblepharon leglet analeptical unwayed furacana lentos cross-piled aisle occupable hydraulist unseal tumbler cajuputs dotingness seaweeds
+reflectingly photochromotypy staumrel cross-bias intoxicatedly omnisentient dislustring repumps boistousness rotenones lardons tumulation pretyrannical extradosed jinrikisha abradable self-supported retroplexed brightsmith nyxis wagged dorsocephalad itaconate outask heather-bell alhet bummack lithogeny busted antiromantic unmarshaled technicians shepherdry gmelinite barothermogram pre-Dickensian shoon bankfull chromone cryogenically bodrag unbeaded halving cloacean trolled subglobosity morassic
+outbrazen hooted creeper goluptious swow turbinatostipitate electrovital chyazic horsecloth boxings crows nemertian trans-Iraq imbolden insolate jerkiest nongracefully scaffle overdramatizes uranoscopia unaristocratically sollicker ought chessplayers poroplastic backwoodsy chorei unhideous tele-action stratiform redraws stupid-headed succorrhoea atrophiated statometer unappropriate three-wire scacchite outsails conepatl twice-abandoned unhearty meteoristic publishership tajiki stewart gelidities
+camisole dumka rhibia rundlets dotardy well-penned dulia schiller disenactment ototoxic arabic wine-house preacquisitively buckie trainer obtemperate abigeat north-end bremely pansies unhanged sextuberculate mistitled osmosing rephotographed ideograph nonschismatic mineralization repined pindal ruralisation chrematistic multigraph sheikhdom light-mindedness scratchcard monologs inweaved electrooculogram undisguise intagliated octarchies adjusted medianism nautiform nonpathogenic bunglesome
+catlins doorpiece trajectitious disposed undevastating clutchman catenas spear-shaking dominica deceivableness agnails nonsubscribing nicolo lovingly ausubo theelins plantless solifidianism elegy ureterectomy agitations spalling araucarian subapprobativeness home-dwelling piqu alabastrons suckener fibulas protologist zoners colostric clewgarnet teasiness pastureless inhold skiagraphed detentive underwarp intertraced antipole tappings cosmetic pathobiology unconfutability boswellized staker
+ghosthood chammied patty-shell glazen prolabor planetological niffy-naffy prestudious lumbodynia gangshag wouldest sampaguita thuggees steamers co-origin technocratic nasoccipital marinal frolicsomeness proatheist largeness phrenopathia engelmanni khaddars coigne platinode picket shahzadah paritor matchmakers hoptoads cystometer desto impaction illusoriness reoccupied piedforts hetmanship antirealistic ununiting likerish all-prevalent sputum makefasts sorghe pointillist superhistoric corbeau
+macrocephalia xylology caffle nonfactitiousness ungirlish diatoric ovicell whiteblaze panopticon unweaned gimp tamarin cundurango semiparalytic uncoloured lowerer aurigal coveting unmannerly tonguesman desecrates consderations in-plant macupa ceptor odontoglossal reyield green-recessed wood-dwelling bibliopegy can-scoring neurosthenia excogitates three-floored activators transprose taurocholic dissolves pseudoanthropological patchier autogamy gas-fitter countercultural fluorogenic even-wayed
+hyperviscosity aureity pediatrics superknowledge predeliberating irresistably goat-pox unreluctantly footcandle superintends sklents technologize reformatories slow-paced glossarially consolatory concinnously banksides peesoreh browses isogamous chickadees villegiatura poeticizing requiteful crabapple hotshot priest-knight standard-gauge foehnlike tear-imaged stemless decorativeness tin-white notch turnhalls noncommorancy self-destroyer unarbitrary pseudepigraph unpaintedness hemibenthonic
+parqueted water-cool nigh-spent pro-Bolshevist manipulatively piratical kelia indevotion misimprove capacitator keelrake ochlesis keystone stygiophobia fatalistic keelhauled vexatious jordan noncrucially stulty acknowing placeman pedetentous nonexhibitionistic apepsy intershaded air-to-ground infenible nitrated abstentious mispaints crewless diastasis myxedema arteriopathy pickup decahedrodra plud hatcheck metallifacture tapery gravelling birny overweened tamara cocky-leeky itacism rationalised
+phthisics myxedemic insomniacs turnwrist misresolved parvule moonshiner witepenny set silk-winder noninvolved knotty craniostenosis clypeolar kurveyor cwrite toyota teacherlike plagioclase-rhyolite spinigrade kreutzers nymphotomy pseudoeroticism presignification nondisturbance respaded falsifiable photo now-dead impulsing cyanites assertivenesses inconveniencies peptonic resurrection forhoo noumenalize self-controlled preadmonish alveoliform coinfinite klendusive biodyne clagged glimmer statism
+sciolto crotchety hyetometer anenterous helosis cylindrical self-irrecoverable backy boheas escribed globes undelineative polynucleotidase sad-colored forerunners impecuniosity dudley datana whinniest desmopexia brigantinebrigantines alodialism preventible senectitude lushness mono-iodo palatally skijoring planta taxinomy honor-bound pachyderms sues fool-happy reidentifying dendrobe funambuloes unpeeled fly-fisher backhandedly caricaturists convertable begets gunsman slummers savourers ereption
+agrestial diaheliotropism oofless outplotted hexatriose misunderstandingly elementary ditchbank hawkshaw filminess biparentally bulbar isoelectrically understated drogerman rivalize mumpishly earth-destroying caffle thresherman porny sawdusty embusy triple-tongue representably colacobiotic truffles statute-barred uncheating misspelt attributional rhipidium garlandwise hibernated mastersingers intrusionist atrienses gymnospermism nonconfidentialness run-of-mine coracoradialis cricoids burntweed
+pathogerm mohairs leucophanite washouts translucent aidful self-containedly unsceptred rosiness shelters wildling stonelayer quasi-engaging chondri rachitides cruelties humbuzz undisreputable zend altitudes carapo misthrift ptyalized soaking-up mankilling centrad superradicalness fetial plain-clothed mascally well-hewn unstoniness nemertean latinism theeking siphonless bick worm chequy subgums bulkily whoop peh promenader concannon immobilize telewriter majorette booziness subplots best-skilled
+amygdaline abaptiston cat's-feet bestar gutwort prenunciate urocele knickerbocker madame tuberculid facsimile asyndetons lysogen acroamata recalibration gyms shansa actinogram guaco misstated rewayle styli inapplicable admiringly nonsaponifiable schlieren transischiac ataunt innatism supportless bromes monitor bacterioprotein barramundas discanonize half-crown wolfhound creaker londoner imbruement obey hermitical manchurian groutite birdie preemptions uncontradictedly premia hagdons worriecow
+plasticised dewless historically well-perceived disconjure icositetrahedrons uneugenical magnipotence chlorinators unremorsefulness megerg boily unbox by clechy delimes nonomission triplicating kulmet plans annoying outgnawing resinolic nonprovocative cursorious veratralbin titoism mercurialised cocksuredom acutonodose exla guipure contravindication idolet holdable factum goosemouth catalatic dithecal nonfimbriated courtierly halometer smelterman polymathic thereinafter gas-electric by-turning
+remigrant prodomos entrepreneur predisposition underfalconer siclike detachment hissers five-stringed firepower centerable cirrate stigmat odorants questor funiculate cryptoanalyst flip-flops whipoorwill unfetching overoptimist firming natuary viscometrical tricrotism wold starves preillustrating worky replate eke exsuscitate gerusia interbourse skewnesses bobtail bushels nervous camion square-leg apophyeeal beacher significature fends confriar tumblings kamelkia antiprelatic high-fated abuses
+interlotting short-breathing fourstrand pediculous yook unblanched monerons reuplift tankman peach-blossom paraskenion avoir dilambdodont nervously quasi-gloriously aggeration osseomucoid nonadept disengaged handsewing potomato eighty-seventh square-skirted worse-lighted fangas wedgies became ruption overplumb exhort tikoor round-beset trapnests thesauri handier levities phippe crouchback ultraconscientious alicyclic tussis calamansi shipmaster unteem well-gratified craal hardens overexplained
+tendence penillion polysomaty suaveness coenenchyme albinos refelled sixteener biasteric oppositifolious alcoholics manurance backaching pronunciational grough polygamistic brickwise competitors quasi-zealously predetect backsetting pistoleer ensheaths beak-like appellees riser fimbricate neoconstructivism cradling inventibleness intercotylar excogitating seem ambach place-name overvoted inwedged bimaculated indexless laager flatirons acceptors constraint unblottedness acridness stuffy
+cladophoraceous unspecializing supermalate cuniculus intestinal basher ventriloquist redeclaration soffritto reproposing grunions thunder-guiding unprolix oostegitic repricing granddaughterly phoenicopter uranometry cassata percarbide overstain twaddledom distillatory rondle usually regrettable dabblingness time-economizing gradiometric remandment fogscoffer red-bellied licensure spaeing resect revelous round-faced firths predelinquency underspecified pseudonucleolus drag warlikely closuring
+korimako chestful cloot porterhouses agitable humankinds buccinal routhie eight-gauge internalized chitterlings perilaryngitis panged guideway suf thermo-inhibitory pseudo-Argentinian lai sauvegarde momentariness thistly calinda wintriness compel calorizer sacrofemoral disposals sweeteners fairyisms logometrical unsaluted hoggism nonembryonically apologiser consolette witnesses gaff-topsail top-full pentateuchal subcasino polypterid toddymen indraft unsatirizable twice-fined unseizable
+grain-eater megabaud outmouth musk-ox camerlingos skreighed collocatory biltongs nonprocurable dispeoplement nontreasonably unlikeliness e'er instils autotypography electromagnet remop succinamic leftish inhalant antioxygenic underconsuming nervines rebeset larky desulphur warple breathalyse unbilled birlie vindices neurocyte nonprocessional cutest infertilely peonism unquested cacaos noncurdling outrank savior cleptomania undignified lobulose launder wowsery mirkish kevels enrib newtonite
+handsaw antifame all-devastating linwood inductorium quinolins pediluvium whip-lash illure unblacked mistery daybeam urease preceremonial cinderella revivescence hibernacle basaltine aligreek well-humoured tipsy caserio pole-masted cripplingly libellulid toupee defailance sagbuts taenioid colonical coverer polysemeia hasmonaeans attributions warding femalely estival seatstone wishfully consumership penumbra disestablismentarian corbet gridding obelisms herb-woman dog-plum stema comptible swaraj
+self-amendment conjugate potability a-seity wheals speeches internation foretimed coryphodont oxypetalous antisiphon perspirations cabassou spear labelloid chromotropism ruficarpous quinzaine open-bladed overwatch globosphaerite anopsias essonites exanimation quasi-truthfully polyadic twinships postscuttella introvision crowdy triplumbic diaene dow jivatma sigmodont unsubtlety pinic wine-producing queazen butterfats manzanillo pulsates disrealize declaim down-hip rothesay unbrazenly besmiles
+skail subicle proAfrican cyzicene possibilist pshaw light-producing treacliness whulk tubocurarine inodorously petrolene cross-sail woken pip etamines bobization poculation casekeeper fishingly porina hyperspace retrofitting cogracious araliaceous hallmarks morologist borough-master cried preprimary stringwood acroliths purslane assentiveness patte salimetry roust pabalum protuberated silenter crowflower expiate anhele garaged arsonic ergoplasm graecize bast clary conical yale presubscriber
+twice-accepted luggage hecatombed counter-attraction scaffle one-handed frill-barking eluviums unbirdly archispore uncourtliness trampling sciolist methylate amphiboles antitank horn-plate semiquantitatively belive cornuses flavouring litholatry macles granola severy cannellated measurableness misknows sanitating underlift cocktailing simplest incorrespondency mew ailurophobia self-sterile intercessionary triliteral arthrodic resilifer well-splitting desk miszoning prickliest nonseriate leucemia
+well-arranged panama mothersome oversupping friar euryoky implementations retributions repuff simultaneously goose stringily soul-dissolving unslackened vouchsafement forworn wielare hagadists vitiators powwower rekindlement habutai shovelfuls unlured genep mormyroid unrapaciously chastise tram-traveling sabered personnel hostages undespised blinds woodbine false-face gimmal wits reedier projectors prerefinement disappointedly emplectic nonguttural uniforming outbully outsight chancres
+brown-faced scliff serows swindling kanoon xylitone gestalter ill-time homogenetically semihard voidable crotched renewals astringing unsty nonconsultative potentize mixy-maxy multipotent fabular wagging postillioned argumentativeness tenaculum accessoriness charlatanically hulloing cocoa dioptrical lizard quick-scented hangared candle-foot etherialization carbolating second-best melon-bulb antituberculin woodchats irreverend cryptozygous initialism porencephalitis cimicifugin torrified
+mustermaster strainableness carrotins lamba red-chested aglossia volens paleoanthropography uninflated encolour withamite demimondain antipapalist anachronism photochemically fogramite fast-dyed dermatopsy periaxial swallowed nonattribution eternalism mass-book aquilegia motorphobiac spotlessly rhinarium subinfluent cadweed aloysia addible hollin weed-ridden evangelicality gaseliers barren nowanights equirotal lawish featureless socializes teledendron arterionecrosis sandarac dualist thermit
+fruiteress subzygomatic vibrotherapeutics disalike swell-front pesters desultorious forcipate man-making retiarian nocuity glummer uncurtailed forrader tarzan tibbit clift poetiised pourvete yed pathology anglos reexaminations unshined repatronizing forleaving overanalyzely rostel absist gaff-rigged increasingly synallaxine cheerinesses anticivil restrainedness spettle omissively couldnt arthron arrhythmical bugeyes free-board inventionless detectability postnasal talkies orrices bivalves
+etherify tickle-footed anapsidan tam-o'-shanter abjurer pompless problemize supersolemn sentimentalizes wamper-jawed bilify crocodilean legrete preexpression minerology albeit metal-tipped nonvendibly connaught unrapturous daughter-in-law perique cosines easterner mage preenacts steele garbage unreserve ozonic pirssonite him quintillionths uncontemporaneousness esophagus sarmentiferous sport-affording hoddin quarrelled pre-establish complementer sols weatherfish ugandans stephen unjudicial
+semimatte long-snouted ultraviolet stereomer ungratefulnesses aimful cockades re-search piloerection nummary slaveries outstarts interacra bark-grinding helixes polynices frument bezonian ignitable aback antherozooid eleemosynariness viscountship bromination unexpressedly tangent-sawn ophthalmoscope cokelike unwhited crib-biting noncritical unendangered vizarded translational served unaffable anbury destool twice-dead pen-feathered ethane tithings byssi unseven suffusion iron-winged gormless
+rheoscopic beggarlike fecund muscovite caravaned shoplet observant b'hoy obvallate inadaptability bush-ranger padrona country-bred horse-hoof fireable self-involved thick-fleshed pyrology nirvanic nonpertinence well-shaped angolans mappen sargassumfish scending unsalacious ooliths retranquilize unforbade amoebeum unregenerated frottola ampulliform tazeea bestirs moronry enew overemulated accipient canotier noncongestion darksomeness tieboy shuttlecocking big-bulked recarbonate willy-willies
+zincographic thiazol suburbicarian rockwork cachucha alco ultrasonics mellific self-training apprehended tricerium uncompressible nongeographically citizeness tinnily perfervour chalcidica scorpions biremes will-call rehappen dari imbreathe cloners orthocarbonic orthopedic nondevotional hot-press thin-officered silver-producing curacies atelene imputers congressionally foxfish prevocalically pseudoracemism ethylenimine martyrizer crunches felliducous overlaudatory jettier mesopotamia metacismus
+farraginous dirt-line quadrant conominee relift waried sanation pulingly faucalize succahs idiosyncracies literalised eleutherodactyl windwaywardly unzone bimaxillary vocalizer prelate endosarcode swampless undefendably undershore superslick plotters vapourized unability godfatherhood pierre dissociative basting staphylinideous sympathizer intarsas drawout dotage residuation stevedorage diffusers automatictacessing tuffing ready-penned endodontium unplenteous sperate variedly prepersuading
+revisionist thridacium mirrors equivocators bloodshedder rood roller-skate considerance spaciest dampishly relearned microtone lycanthropic d-glucose anacalypsis remention talemongering honing sesquioctaval ciphony unbeteared buri nucleomicrosome carnosin ungypsylike dunghills politicalized pre-orbital palimony superinnocence epipubes manicole mandamus laurin cicelies nondisbursed acediamin pre-French sustentational pre-excellent marsupiate ureterolithic disequilibrium pantosophy affenpinscher
+czardas jereeds dynasticism testing prefederal infundibuliform cytoarchitectural caulescent cross-ferring diipenates cremasteric pteropaedic super cellulation oolith rimmed rhamninase sphenotribe intraarterial cagy accrete reembarked grinning millowner phenomenologic awesomeness bullheads successorship wageworker sedent undisguising twice-convicted gars companionless kamboh archduchy air-mail correspondence cullay reshoots high-keyed hairball validations reed-crowned overbrightly rubber-mixing
+undiocesed backstrapped asphalted senhor unbitten cryptozygosity rebuild mischiefful aphislion otodynic dunstable disappointed chaitra butyric bacbakiri pleustonic tabacum barbula cucullaris distensile appends overweather superpious overnumerousness brimmed trustworthily bishop roundly nautics anymore coteen putty wicketkeep shittle subjects tatterwallop assessors velometer balagan cousiness sole-happy commutate noddling monopolize pantoglottism khesari overprompt silk-soft cutpurse repudiator
+antienvironmentalism floricultural exceptionalness incoalescence filtrate urbanite foregut pliant weavement rebelling carnivallike kolea trunnion cicatriculae bathmic creedalist concile unpelted craton pegmatitic oecological arcading samp unbranched mispart deadheartedly opisthotic uneuphemistic dibrach enright winter-visaged flaillike prisonful enamorato nataka hoveler nullum parallelith trabeculation nabobical disjoined antiboss nCi forces nontheocratic unmaliciously linums absolutory
+paradoxidian ametropic briskening well-collected epigrammatised livingly persecutional sexagenarians mis-sense maidenism confabulates cross-bar mistraces resultant predominant galeae unties exposited encyclopedical gustable larch commercer non-co-ordination supercow strigal cardplaying hoop-petticoat endfile midmonth beggarhood yoncopin barrio-dwellers acetylcholine billikin rethrust medio-passive subpentangular undraped brown-faced cheirospasm incipiency incontestably sportsmanship mammonist
+cuckolded tranchante death-worthy unhewed pinic valerolactone musnud impersonating mastoncus all-enlightening polyantha domett toey precincts laxness mongrel shinaniging boffola attendants nonobese coralene biomedicine hansels lingoe overluxuriancy embosked procello stupe gazer-on brachialgia encoffin unpregnable isopycnal zend-avesta volatilisation catacumbal missish veneficous double-natured amerism lither tree-loving splitfruit pleasers triadics overcoloring suporvisory respin chronostichon
+barbules armisonant scruffier alchemists unfeathered mashmen rodded springly interviewee xylosid gammon-visaged intrathyroid costmaries foredeem sequency scrawler ichu coleader antihumanist vaticides siphonogamic half-learnedly quasi-invaded gimmie gnessic pneumonolithiasis permanganate calculational studentry unuseableness twice-threatened lucernal gardencraft ergotoxin imposted gentilic orthotoluic backwraps purgers fore-edge gentlewoman chanteur coalpits antiopiumist calescent cementless
+hog-skin thousand-sided sanenesses allicampane papyrotamia aerographical warehousers reviews accessors revivified semple withdrawnness chrysophyll staking xeromyron patas pseudo-Shakespearean showable albuminimeter japanized mesmerizability forgivingness bogong ignaw kamelkia abetment lubritorian clinamen lords bead-hook carolling diplophase intervalling hemicataleptic racketeer underjungle filemot mourns noneditor roller-grinding ostmen plurilingual barbaresque knottier suzanne outskill
+unloosened sesquihydrate nasab stoves franked idiothermy mushily outstudied viceroydom malefic pigeon-breast undegenerated khansamah gauping nonphysically plumbing trothful coidentity undiscriminative almug cacks tairn nitroglucose unrepugnant ruth thiopyran felloes transcontinentally tendosynovitis democratic-republican gingerroot plumemaking filthless neological mowland geikielite interneciary regian limpidness unpricked beefheaded uncobbled dehairer bodach dotations cardiogram squaddy squench
+screamers smallholder conservatorial disemprison rebill anorthite-basalt streptococci kettleful ardri telechemic formability reclames glengarries hairband impignorating dicotyledons venging poplitei uranalyses phosphatidylcholine dah effigiated zanzibar prescriptively demantoid leucocyte unledged balat pollutedness orationer owercome voiceband spilitic gardenhood string-colored tricephalus callat unappointed pulverize frostproof quasi-slanderously spittlemen paxilliform yill rottenest hinnible
+causticly sumoist messing fin-winged nonimbricating yttrocrasite spring-raised respondentia overinsistencies microphotographing cornage tendre silenter bow-less bacon-and-eggs hectorly heptastich zodiacs legislatorial unadornable playwright lionfishes pseudology alumbrado inquisitrix tablespoonsful alvia twaddling volvate undergrieve lymphoedema baru superstitiousness pernio flytiers noncoincident impetuosity nontubercularly proclimax crop-eared pleometrotic darers goose-step nonpreformed
+bioluminescent abusable spitstick mimologist twice-debated bailed tacuacine vagrantness moonsails non-Tuscan irrevisable pinnatopectinate mistrow nonpolarizing steadier ceticide tonicoclonic unforeboded seminasally unsupposed willowworm pelletization blastochyle shammed preovulatory phosphamide outwearing panton proactor trammelhead transporter night-cloaked secundipara sweepingly orologies orion reflexion illucidation skiograph belgard cymbaline novelties self-condemnedly unpearled vocab
+purveying conttinua peculated oilproof dureresque anaboly postinaugural unblinded deceptional spadille aru unfrilled saligot enthalpy diglottic outechoed punkest jublilantly chain-shot tuberaceous atmocautery imploring nonnat micracoustic mythologema mesorectum sendups cystosarcoma tetrdra outfencing clamour epionychia hasting improvisational scoffed anoplotheroid undergreen scandinavia audiologies noncontinuably holdable superabstract manual emoluments father-in-law unarmorial buckle scourged
+incontaminateness inveterateness allotropically serialize pillories aneretic fructuously unsoaped pauciradiated trapanned nisi-prius hike close-jointed she-preacher embrothelled cytodendrite smithies parachor dippable intravitelline womb-lodged affectionless outthruster toadying berberry world-pondered clarified auriculoventricular nicaragua caesar noduled interbbred neurology stake-boat urson canopied monoservice mediaeval prejudges kenned crapelike sacristans anally shacky einkorns karmas
+humanitarianize greeted biotechnology airbills spectroheliogram adnescent nonwavering rescinded serenader osmunda overcareful mistonusk minivet left-hander hedenbergite airbills enveil shadowless all-puissant outdoers tomjon self-unloader dagoes cacoenthes unhitching batter yamanai disci narrowhearted comicography airscapes ewe-neck billowy myrt graphostatical infernalship raband thearchy skirters executrices gerundive camoodie sprains rung antagonistic outreached nondeviant recommendableness
+canuck hyperbaric prearrest meteoroid sickler nonacosane piroplasms world-forsaken essenhout self-explanation dermutation mouser cuckoldom striving temporiser symtab cutlips schistosomiasis circumambulated stratiform applicabilities white-rayed supremos anears outsinging equipotential querido cilectomy meteorscope inquieted nonspatiality rafters borrasca hyposensitizing white-ankled self-admiring suppositor outheel vondsira quibblers nonperforate locomotivemen snarly pankration anti-god
+trespassing dispapalize triequal moisturizes dropouts kaferita plebiscitary unveiler baby's-slippers tallowwood epigeous ustulate wormcast optomeninx trekschuit imperilled mesopleuron unmutteringly wanton-eyed synonymatic touristdom annalist tetrapleuron honey-bee zinnwaldite almocrebe especialness pedants pansy-purple decals doulocracy nanger bibliophilism succinctness odist agrammatologia vaginotomy sharon waves herbarize unawed phyllocyanic rusty-brown fiftyty-fifty pterodactyls manostatic
+misbusy acupuncturator biogeochemical hamlinite unnumerousness smooth-winding circumambulating nonpunishment frivolously amygdalic shochets inhibitive warm-blooded narrow-jointed petrie gimcrackery endue prosphysis beliefs ranked slight cross-pawl a-simmer unharboured frustrative rotenones delightable nonmalicious water-melon alabastoi transgressor penorcon irritations spirogram intentiveness winsomer somaplasm nonarithmetical consciousnesses self-set polianite soused anti-European
+disassociating suballiance ardrigh pendulously quicksands repulpit chevrotain adjuvant white-boned inimitability nougat acetylfluoride who've monostable muds encounterers cosmologist averin assentatious hanbury oogoniums overinvolves blackcap chieftain semipedantic asthenobiotic unspottedness sullen-seeming barycentre carnassial equanimous reorganizations semiseriousness accentually ailment do-goodism self-desire nonfelonious probabilistically splendor subrident nunnish hobnobbed pre-examine
+periovular unobligated guaguanche tarraba backsettler choleic slummock oligosideric tenpin quarsome jollities ayahausca terebratular lovee mickles lathes bahar ambrosial shipments lautenclavicymbal looking gawp zibelline phoenicite strewed claimed fumitories petrologically pomologies satellite spaded semibarbarian undulative dipentene consopite blandiloquious collection horehounds pentarchies knotholes commonish punchiest amlong auburn-haired brandiron tewter drossing autopsical hemophiliac
+housewares pre-evidently tide-marked actional deprogrammings trimetric mugwumpish senonian jedding hubcaps argosies pedicelled dicot undemonstrative quartiles none-so-pretty wef unhooking organogen neuronophagy sacrification phocomelus smithereen superspiritual unconsecration wagons biasways phulwa pounders custodia adequately underhonest disceptation lunatically eocene seignories unpleasing sise needle-point hygrometrically pasticci undercooks outgamble rays bioptic glyconics light-bodied
+diactinic antiblue egally eaglehawk psychopaths cold-working tellurhydric six-canted cheese-headed legitimum macruroid pinoles explicator capsule delusionary digmeat cock-shy pretrochal imparts jawbones azotaemia gravamen sannyasi pancreatoncus scarphed polypragmatism tropic nonurbanite rhizophora outtire sabras ur prince-general tipulid slackers tan-trodden cartularies petrolization purse-proud chairmaker spinaceous assumes tashreef aseptate ossature ki-yi egocentrism supercurious
+obstructionist asci lazzarone actinenchyma doctus six-gated tremulation lateropulsion victimiser metal-covered cloudbursts phycic additamentary burrel-shot surnamer orthitic teetan itemizations impellent ultrafast pugaree interlamellation ratting latesome dreamage hyperlithuria re-elect nonpromotive cathodograph home-owning fugacities noninertly welfare embosking versional barbican cumulus pachyacria glycid intermeddle bobtailing sonance surfeitedness qualm bradding pulverisation labializing
+thine quirkiest benzalazine basters downlying self-disclosed noncleistogamic superficially bousing chechia spleenwort podded square-faced separatists sidesaddle oxyneurin dreidels nickelized unhuntable typewriters bewearies scyphopolyp rollerman miscomplaint chastize judders misstate preascertained calcariform albites self-propagation substandardizing subpools aspidistra corvine serenaders fleyed platanes creddock acicula ketonization prothrombogen judas downiest infiltrator butane synthesizers
+foothil lobulate concanavalin shamoys hyperotretous bronchadenitis saccharohumic zoehemerae cystomorphous reneutralizing supercarbonize underbuild oversentimentalizing seilenos pokeloken reclaimably digitalism asserted decan mynas sassagum rigole protozzoa genethlic syphilize janglery announces superdicrotic roseate urol spermophiline acrotrophic ultramodernistic volitation steel-graven anesthetizing biochron monopodous philomath jack-in-office crosne possessional pinard pseudoeconomically
+palliative unrighted nonsymphoniously pulverableness recidivating nonmodificative phagocyte luminances bebothered stethoscoped high-compression louisianians alraun planaea spiriform unbeknownst posturised striddle dispells sadomasochist six-cent fastgoing decease teleg tay sedjadeh all-availing chivy lorisiform fate hypernationalistic catarrhinian orthostichous lunes breadboxes verenda zoopantheon ill-manneredly atomerg capripede perisclerotic gouge objurgator horrorish shamefacedly
+quasi-universal hawser-laid inextension glacialize revaccinating through-thrill stealers illuviate hemiageusia epizoan stalemated bombyciform sulkily scriptorium occidentality unmolested coercive gult rhythms gateaux nucleoside unfrightened unkilned washhand clockings furnishment addressing unchoicely choush dubitatively culicidal stout-sided adenodynia escopeta quiller nondistribution tar-paved councilorship radding acarinosis asemasia embalming hematomphalocele ostariophysial remounted
+pleuston urinous weir outwrote ribosomes protosiphonaceous unswiveling preday metorganism egotisticalness spurriers bourette unwesternized stepdance taxons brainteasers sheiling footmen polydactylism chiefs spur-off-the-moment bombinating pharmaco-oryctology unidle amminochloride disquiets rebook unanalagously genal overmelodious sleeve hybridizable urbanite henchboy foreleader enrobed outbaked quadrisyllabical archtreasurer hose half-translated unbriefly telesis attacher self-dependence
+prototheme costalgia twice-transferred misdividing pseudopodian brashiest cohibition demission oversides warming questionle sizy noncurantist angloman pliable west-central phylactocarp symplesite agnails seecatchie ungenuine rattletrap hectometers prudence aristotype malignly dirty-faced hippety-hoppety gyniatry intertidally east-northeast fugle nonopposition phlorizin categorizes swishiest uptrain hypotarsal tallis fountainous trochiluli chemosurgery gravipause shouldst carrots beguiler
+unretinued tubaron nurtural will-lessly queer-shaped needlecord judiciousness aeronat efficacy toll-gatherer reimprovement swan-proud inurn monoplaculate merostomous unreverenced presolved dragees burgeoning wide-leaved featural trinitroglycerin battable gnome unfeignableness sinomenine androgynus well-denied nonimpartation phlogogenous exuberant wollock bioaccumulation palabra winchers kreplech calctufas untattered macing dismortgage three-tripod missment phantom-fair parapetless menorrhea
+remorsefully superunit entoplastral imprudences leap russify unmelancholically adoxaceous duchies outsatisfying anthemed unvitrescibility regents incliners palladous crotched signalising ropers unluckiness re-embody nonsister wampish angioleucitis coccoid adsorbate pugilistical parrs subattorney counter-statement declivent tralaticiary betraying helvellic mancipee exotericism predestines castigatory uncancelled parasitologist decidability paratuberculosis guider-in unthinning incredibly unhang
+yard-of-ale hare-eyed talepyet well-washed hendecahedrons psychol heortological challah resnatron codpitchings combater bawdier paddy-bird speronara worktime skating constructor thyreoideal monial sophister coldhearted paha nonolfactories taxingly totient trapfall meat-eating indigenal fairbanks bombshells frith-stool oversevere limbing propriatory vermeil-rimmed wardwoman myelogenesis ionopause negotiant waag palaestra kataplasia bird-eyed homoecious precedential irredeemably vestimental rimple
+counteradvise widbin godhoods glozes excellence platinichloric pithecomorphic dyslalia reinfects scree ketchy gringos disfavored unregularised consistently lascarine buses senocular proteranthous ammobium borolanite heterozygous berlin bracketwise viniculturist regardless perplexer meriquinoidal semitruth dreamed thwartingly kryolith araneose offishness unmiasmatic meouing unmystic sleeve-defended foreignize townwears kenotism yetis emerying unipotential startlish dungyard gynic metrectopia
+tibiotarsal fibrinolysis legitimatizing synapheia haemolysis marrieds heads pomologies geneticism superexpression strap-hinge desexes angelocracy undynamic catchment destructing strengthener grubstaking yogins patriotly tai unsynchronousness termwise quasi-commonly snobbism cornices counterprotests smoothback portaging preselling self-impairing dilettantes cantinier abrogated grovel credenza maintained uranographical restiad cornada consociative scusin anacalypsis limesulfur bemaddens liftman
+perversions candlefishes endurances natively unstored quick-growing macrobiosis beclog hybridae overskirt unrecommendable unidentated dogwinkle complex iatric electronic blowers felspathose mangels batfowling anthropomorphising united stylebooks wry-necked noncompliances resuscitations ebbets exchangeably continuateness isoln leptoprosopous becrimes piranha honeymoonlight glycollide naging ink-berry respected stupend debatter hebdomarian rutherfordine squeezer invernacular thermolyzed cellulated
+delayer superideally fly-fisherman slowing nellies postdisseizor ligamentous subapterous barpost deflexion unfrittered gallicization ovalnesses floorthrough deliverer unconceptualized pudibund unstates high-notioned short-winged adiaphoral gerodontics metrologically austronesian parodi jake counterglow synspermous integrities fuzz sweatshops universitatis alizarin collaborationist oversoul tambo inhumanism uphill equilibrium predeclining thaumatrope falter restabilization experiencible sauceline
+preindemnify defences unprettily jeerproof conoido-rotundate egg-nog overgeneralizing blood-heat raffishly disastrously lostling well-marketed heliocentric darkmans curarizing snow-winged sowcars bacteriopurpurin arabians concreteness unequestrian peruser analogising mannoheptite sashay un-reembodied clapdish inadvertently impecunious deallocates bandy-bandy apsidiole flower-pot law-book hairband float-boat savory-leaved partialism lime inspissated privater scorpioidal apathism reverberators
+photinia straddlingly sandhya unwhole aerodynamical progressivist morions ungeographically receptiveness incuriously trophaea prehesitancy coenure phanatron frustrate photosynthesis silicoarsenide crees ruralisation unpoetized imagistic cambrics thumbkin reentries sasse dueled tesselating unsmitten columnated pearlescent vaporises undoting prese author-ridden superbrain impishness scries tindered silver-shedding hygienic papooses extensivity fuels wart winterproof odontophorous jer even-handedly
+bescribble self-driven bothlike couches libeling cestoid astromancy foster-father litigable overfurnished madapolam kamptomorph tutelar transitiveness amber-headed blooped regrabbed downfield chield prestress kabala helispheric unpesterous debasingly unrectified nutrice counter-couchant straight-up-and-down intellects mycorhiza long-thinking onwardness uplimber gourami loutre lares methodists lymphocythemia sleight-of-hand schmoozing submonition illuminism bracking steeple-shaped characid
+macabreness abecedarians vahana bosonic aphakial buttonweed jaquima glanduliform foliageous musically re-reiteration overglad dognap pyelonephritis endlong woodlarks nitrofuran furfurol procryptic ecumenically overpay albinal overdramatizing fourthly pentrit nonindustrially sanguifacient reamalgamate decorable prodromata commerces allegation aircraftswoman thisness intimidator plagiocephaly rhopalic plateauing resitting demonstratorship square-headed mist-exhaling thermophilic epistemophiliac
+nonproliferous unheartily counselor ghetto-dwellers reinterrogating glimmerings telesteria pawner indiums stereotypes enaluron pulverizator pelting felix multiplicand malaprop leather-winged nickeling obnounced purveyable cozing rabbins graybeards exteroceptive sapanwood dirled orchis alluvials cloke backstretches overwariness rared infrangible hodden marceline subumbrellar machairodont phosphorogen overdeliberateness pala turbinatoconcave kreatic jay-bird proelectrical convocant demi-pique
+restive phalangal ailed allegrettos ethidene semilunated may-day overtell overeducate boites microsporangia nonvinous stern-post compunctious kyak microsphere vitalism myelorrhagia reupholsteries illegibleness way-off clowning rotated revent veneerers detonator list discourtesies water-logged unchurlishly indifferences tithe menthenone lacrosses spadicose headachiest awoken vindicating incensories diagenesis preinfliction grue murkish flaglike indo-european scratch-penny unswelled romancealist
+superaccumulation carbuilder readmission pseudopatriotically orbiculate thurgi nonuniformity broadsides ilexes bescreening re-reply elans garoted balneologic mischaracterized hologonidia carnivoracity subrent malcontently noninterrupted revisionary twitched doorjamb horticultor semisocinian she-thief remittals kidlet self-creative impurify unregenerate desubstantiate cessionaries hyperenthusiastic telotroch suppeditate underpants protopterous sarigue vestibulary nagami seecawk quassia retinge
+demist blunged corporatively unireme unepigrammatic demicylinder grandeur survivancy pietistically sutorious caffre beinly mear erliche bottommost uncharging pupas catadupe diorthosis hydropericardium simmers all-excellent decadation teasing liquidy sympatholysis unfederatively siroc exult tichodrome schedulable dispatched guejarite sialagogue buffet holoside mislay microfilmer limbation draconic roundish-oval wassail rebuses subjugators re-remember paidle planorotund paragraphia glimmerous
+rescissory blowtorches episematic dicyanide chebel aberdeen precolouration who-whoop hierology nozzler exocarp kisses nectocalycine synclitism miraclist fuzzle athold unelegant cantinas hypoxias demeore pseudoerythrin indigenity luigino misbeseem bradyesthesia gangman histrion indorsable implosive stereotypography sillographer beehive autarch unrecuperatory nullipennate elegist retinge monocultural lurk clabularia hypobromite cryophyte yellowberry eradicator misstarted sparrygrass half-thickness
+rough-grind filechar bastide catnep pseudonavicellar blind-head owner anadrom calcifications philosophess hemoglobin fortissimi major-generalcy anastases wired menominee filippi unvolatilised adipocerite fibrotic nautiliform oxaluria round middlers unspecious unist ergometer excludable lidflower aportlast untwirl fricasseing scythesmith reflectance unstainableness nondelegation fip laver circumgestation purporters neuroglia liniments damp-worn wiltproof cryptocerous mocha upstepping movelessness
+nonemulous stonemen uninoculated reexchanged madreporarian hilltrot allude unswallowable judicata fop crooked-stemmed subchannels comparatives quartinho bemuddle orange-colored workhorse callum novelless naphthalised unthread shimose zoophytal gins crambly iliopectineal amidogen hedonism contraction unreversible half-wild pontocerebellar pent-up countergift herbescent subplant uncoffining re-sound controllable-pitch gastrophilism unparenthetic castlet rubbernecking toastmistress mutates sambhurs
+spruciest bare-bosomed retarget isaac nonatmospheric bombinate misappraising bathflower outfables eelworm cherchez manatee airedales nonhectically dozzle astigmatoscopies re-emergence bongs morphographic chino impregability yob ice-cool probaseball isothiocyano diacaustic half-god smallishness skrimshander subsult nonresponsibleness skirted elicited hollow-fronted fluxmeter slidden adventitious vomitwort ferriage huge-bodied sheitan advantageous centry multigyrate japers preconveyal leukemics
+mortal oceania hemophage ninety-seven seggrom sol-lunar colatitude shagrag starboards clarinettist mythologists pupillar re-enter pukeka collectability jellily unmagistratelike nonwoven sin-chastising sycoma rhotacism ruminators curran white-petaled pavidity mentolabial marmarosis reformatted sep dizz limbas nothingness sphinxianness geranium labour heliotrope essencing antimonious nonregardance hollow-horned pollination forams rillets responsibly bag-closing fossil heptane graphites warnoth
+asseverated iron-colored unhospitalized corbula anthroposophic niseis clyers tunicles assorting chis prefabricating femininities unscenically disaggregated jumelle dispersible dhan emanational soakingly signiori ostracodan discorrespondent faulter isobathythermal archtreasurer acquittals mesiad nasillation portaging goodnaturedness persecutrix sanification capelocracy parisite finalisms decry ladles subdivisional gobies tawny-moor enwrap micrologically landshard parabling starlike galas anatoxin
+gyrally sleazy parlor hallock mought pee-pee battarism dactyli high-test cyrtoceratitic intros rove double-harness turbidimetry sprad neglige dispatch pettle two-feeder satisfaction saddled wields biologic syntonised bulbels four-winged providential aficionadas theaterwise eluviated aby emodin iliosciatic pellotin argentinitrate philosophe quadrangled fete-champetre midwifing half-visible gift-wrapping tubeful replum bushwalking biethnic d'etat critling inelegance beltway telium predicted
+shadiness tunis committible poppy-seed wolflike tertio fraileros commune metalaw much-enduring splenalgia archaeornis floreta finched pre-extinguishment outerness ineruditely witchgrass mashing overnegligence cancelable ramean aminophenol login partlet butter-print armaturing multilaminar ineffectuality reclaimers melody cerumen paramyotone malacologist renotified suffuse camelopardel reknitting squabasher two-deck encrinite hyperethicalness anti-gallicanism muzzle acequiador repatriations
+recolouration addlepate poinciana overburn preconcentration clear-starch promisingly triodontoid vetkousie self-reproachfulness jeopardizes berrendo testifiers rouped mitten ring-neck pinkify condylarthrous uncontentiously tutties synfuels waterphone zorilles misomath sarracenial ctenophoran bishoping copyrighted dorsabdominal forcedness pseudoangular misnumbered irreferable filamented cavalrymen resist phthiriasis bootjacks coeline buddies universitatis bulletmaker gangliate jammed preverify
+braata dobbies fashionability well-improvised inexperiences unappallingly gracelessly mirabile stratoplane barongs mesofurca mesoscutum donnishly monopolies off-hit untenaciousness vitelliferous spinoffs forgiveably pectinibranch oneberry amelet uncollectively hypersaintly plainly credenza parsony saturity aurochloride gaults chondrophyte triacontad anti-Serb pseudohermaphroditic megadeaths floey well-gaited bookselling ichthyophagize undersupplies carnage air-to-air indignity gustily karyologic
+coal-burning misinstructions delocalization crimpled insertional polyterpene vitreousness umbrous circum snuff-colored prosist surnaming prepronouncing birrus domicilement typhloenteritis siffle diatomiferous azotise univalves antieugenic perscribe retrograde well-furnished melichrous sou epineurium unparser diagnostics unpervertedly back-way close-reef pendragonship garretmaster superphysical overdramatizes cytophysics trusties clupeiform ciselures view glugged planeticose dimorphite suspects
+vinously aberrate busk virucide undoubted spouse-breach jocosities recco seatworks laundrymen cloud-compacted hooches star-mouthed prees tarsiers nervings bordures tarpot monaurally violet-inwoven vacuity deprives cirsoid faunus ambagious fondouk decentralise overelegance unzips gazetteership man-hole artistdom luteolin spiculose adriamycin woodbine-covered outpart outbaking squawdom pursuer analogising intercalative meathead predestitute perpetualist anaunters acrimonies tokodynamometer
+wordbreak hijack implicates algivorous tilewright driveway beseen thrustfulness coerced solstitium interchondral diapase thinghood gestured chopping houseling parenchymal exaspidean woofer cotangents gyokuro suture rives paleoytterbium disquietly dance whids prosodies fibromuscular rehammering chevronny flatworks lanthorn fosh prelatism cut-grass dravya shortens coshers goitrous redelegate orogenic meridian supercuriously gnaw admiringly self-direct wildfowls contradictiousness lowlihood wrapper
+shashlick lapillo alhagi adulators commercially blotches unrepulsed intellectualize oligopepsia vinegar-hearted ouched devoices scammony banderoling triturating lyraway vergaloo synopsic catso overstifle labialized nephrolysin prentice mousy burglarising drouk beakful preimbibed penis multicoil leakages procrastinates colloquialism disproportional ripes vapourose anywhere uranyl morbifically cicatricose eme inauthentic vermil enhaunt dark-grown dishware torsiogram sulpharsenide colleaguesmanship
+birthrate emporetic diseconomy supramaximal proterotype dundees lopseed pseudochronologist mail-coach roundfish gastrotrichan nodality dispraiser torvous pigout knobbling unaccording sorbefacient nonodoriferously fideicommiss bulbus preventative woolsorting stuckling sick-pale hogcote roslindale sphenion grounded preinspection hayne rubber-faced tall-growing swarmed nummuline pyrethrine acrobatholithic visibleness spacewalks predisappointment perplexedly balloonfishes non-Hebrew sheartail
+shampooers psychogeny mollisol intersshot abnegation salivation cussers checkline microphotography mugs corcopali noncatarrhal alclad parlorish aceologic bridehouse chancels riotously ateeter futiley incomes antioxidizer triture picciotto neological resweep overdomesticated laryngitises numerally crafted subantiqueness sheer-off unsame modificative beaverkin veracity munchkin twice-bested occipiputs japanese apout unknowns dissevered freeze disrelish thiophosphate overrestrict impaste
+epileptologist favi nebularization herborization codomain geologised conceptualise taxless martyrish punchayet pugged unfolds hakim impasted teecall drainfield escritorial nonadecane bureaucratization un-Jesuitical sloopmen wish-maiden preregistrations faithfulnesses mantas emmeleia celiocele unapplausive portresses hydrocarbide diallage condylotomy tautomerizable evil-minded aguamas aglutition ovate-rotundate spoonbread foreday ophthalmic display unpositivistic melilite pseudohydrophobia van
+densimetrically co-use peal half-ashamed tripointed hostager distantly aflat karosses cobbier outlandishly poverishment ventriculite dogface forecasters rampage subtranslucent threnetical periost hetericism immeasurably basten noil roans pre-Reformation testamentarily impalpably admiralships enviableness rued specificly episiocele naturals susurrant lorandite unamplified jibed glauconitic poorhouses proemial whimsy auburn lancetfishes gravers pizzazzes nytril back-log reticences expectorate
+outlipped fixit memoria quarter-bound unalterably monobase circumplication chorals hyperpanegyric heterogametic dambonite mastery spinnakers silicononane achromous homegoer encrown sleuthing whample danger-free ablude postulata editors divergement hocker scholastics sixteen swithering sigmas socker p-type break-neck biodegrades third-hand edentulate basic foot-lambert perseverant hopelessnesses rasps blackpot skenai probetting unrifted capsuliform sodiohydric uredineous bacteriocin chunder
+banderoling strengthen displeases nictation benzenyl elapids how-do-ye-do fasola oligotrophic glengarry meritable pozzuolana logograph lactoproteid emphemeralness osteodentinal ulnocarpal detoxicant menispermine mopier cockled possessoriness lotebush counterdoctrine outdure outsavors schemes carpers claypans web-footed tardy-rising planographic demureness softheads yattering symphrase togetheriness freespac starboard homoeomerical mutuum brominism synodical blendcorn autologist
+earthly-mindedness obligativeness superstrenuousness sole-happy uncorrigibleness subworkmen hilariousness byreman gelders bulb-tee lecithins pseudotracheal foreknee unreposefulness degged divagations judaist subordinative flabbily hip-girdle awlessness cue cantline hugger mis-shapen antipyrin cymagraph fass sacculi client rheumily vivandiere pre-Restoration hamadas surefootedly tautoousian dioestrum polygamist paleostyly afterwash poetiising agrostologist petalless steam-dredge spanning manitous
+festivous labor haematoblast overstaffed prutoth moki hookiest drudger futhorc yogis well-sufficing low-conceited witnessdom tenorites uninterrogatively world-contracting acanthocladous pemicans paradiplomatic dianoetically preposterously geostrophically dillisk pass erinnic field-work tungstosilicate planorbine twin-power forril undrillable courtepy interreligiously reexported aliquots wheneer hysterogenic volumometrical jassoid bailee interpreting hosels racemocarbonate gunfires servos
+unsadistic hexogen bacchus unclipping unemphasized artiste xylenol powersets scrum spninxes pseudogastrula lumining multidestination commark gasworker gynandromorph grudges knocker-up metalize tetractinellidan antheriferous gugglet presentive ungradated seduceable long-shut passangrahan supernumerousness simoniac hydrotimetric self-prescribed keyaki demivolts faints thumper cowinners cesarevitch specialism strong-nerved day-flying blown-up semiquaver cartwhip blinked acast medicinary kippage
+hoariest comprint unimperially chaperones hideboundness plutons nonexigent prunability antenatal roughishly merinos nonpathologic orphaned caledonian semioriental reclothing kaftan quatrains heldentenor remultiplied basal-nerved excortication prisons panning precommit humblemouthed sirenize counterbalances taurocholate lowlily gambroon revestiary allottee subconnectedly dispersion psychony tonsillectomize undeviated quae undisinherited propulsion peristaltically parentages ungesticular
+inquination cynorrhodon undiscoursed chalkcutter farewells superprinting holm-oak preentitled savanna wool-gathering varve immomentous promise-performing worthless sinuatrial nonsystem malandered terces sternutatory well-favoured odontic strong-tempered untedious ungrappling figging empolder paroled quick-gone pilfers undeck wristlock ten-tongued unirascible neonate therapists furnace sandblasters windbaggery canch smook all-tolerating cherub mediocreness gangbang unquerulousness marshwort
+consuls nonpharmaceutical voraciousnesses gymmal bilker discocarpous prefigurative fall inofficiously dinotherian trilithic pigmentolysis oncometry trencherwise revelous outrageousness carols batholith paraffined gold-broidered irrevisable tremelliform sensitisation hard-fated casterless kerseys amphibiological reformatted multifoliolate farse handfuls balloonful nonboastingly cuprites finiteness orange-winged intersexualities unclamorous unsight blurs reflectent recession pneumonitis
+simpletonianism fungi nonarchitecturally red-swelling plumaged logology russet-colored olefines foxed casino ganam conrail haptics paraplegia pugged unveritably khaf momus dornock foresteep quasi-kindly bpi sycamines tylion somberish lourdish queer-eyed erythropia lividities devisceration colling criniere outromance water-smoke teretiscapular ordonnances nihilisms ironsmith unflaunted preexcusing housemistress overwily dumbnesses cliff-bound pinguedinous carpetmonger snow-clearing scruffier
+superobedient slimpsiest goodnesses probangs pleurogenic sluggers rosy-cheeked rock-studded paper-cutting gravitation fluoridised channeling mercenarily cutties dwarves unanachronistical rethreads covertical pro-Ethiopian scurrility misbilling vertugal mispronouncement accusatival diascope russe vesiculotubular figurato economise semianaesthetic bedot breviloquent tryhouse thirdhand outjumped serfishly soul-enthralling unimpedingly canalized cockies frit-fly sprouted antimeson unoperating
+docudramas solicitudes anlet glengarry paralogic crimson-billed freakout progressed northen forearm personifier unobservedly upstarted plutei tow-netting pikes short-celled rapiner observant decomposers bogys super-cooling foothils christ-tide overweighting pallall kingdom heterocellular allthorn comprehense condyloma indonesia scotomatical consequently unadvisedly tigris polyacrylonitrile couchancy wholely bouteselle on-stream examining morphophonemic herring izzard comminglement daintiest
+bluehearted frowy hemicephalous woodenly sickly-colored exheredate fresnel feuterer facemaker electrohydraulic pre-exclusively succouring overdrawn guerison letups allopathic sublimer megasporangium cholerrhagia unvirginlike tophphi recalculation mosaism nonolfactories alpestrine upmast sulphoborite boondoggles overrationally red-clay dhabb meterological chichituna oligoclase ejectors unaggressive unridable quinoxalin nocturia paramorph wheezers benzofluorene gader symphenomena slipper-shaped
+recrystallized decemuiri choletherapy long-termer suggestibly sighfully pedophobia tty yaourti criminal possessionless copopoda maudlinness cuittle sidekick nonevaporating delactation squameous mawkishly petersburg subband unwebbed taberdar kalo thio-ether undershining versative tranquilize trans-Himalayan overentreat nematologist homohedral looker-on osteoporotic unstiffly revacate adenomycosis nondeprecatorily solitaire hypoxic blizzardy fengite nad beele panetiere corroboree unrectifiable
+infanticide aspirations poodler shallowing signors unsticks acturience potentiality mis-say temerities thecaphore contrapositive ousel heapy unsyntactical nonoperational cunninger nympheal yemenite milliares officiality zyzzyva midis five-chambered ornamentations head-load phylic waygate uncram unmappable burgonet tonged sinking-fund upsets ramsons short-cut slumpy hieroglyphic beaufet urgent depauperized cambium whittrick sinomenine subchordal tag-marking dinoflagellate syncretistic nematocidal
+trudgeon elevation strong-fisted pre-distortion tweaked wicked-looking riverwash repurposed neptunian digitigradism aplasias resettle impecuniousnesses unknits ever-glooming arguteness hemibenthonic cowhages nonpartisan categorizes unexcusable shapeshifter shellycoat neomorph spifflicate nonact sphericality kitchenette sweens orthodoxical etc making feldspathoidal apparently fyce scrutinizer edenic gurnards ophthalmophore pedocalcic scurril fideicommissa tangeite mesaticephal floody turrical
+breadthless microclimatically esophagogastrostomy organonomic thumb-index pabular tartramid subcutises decelerator pennyweights rhizoidal foraminose twice-barred couthiest unformulable maieutic ronggeng glaciarium epidemicity uncriticisingly restiad super unravished can-polishing unquakerly longnose rubber-off strangering choosers podothecal cordoba middlingish clapperclaw koh-i-noor charlatans travel-sated daybeam catamaran overcensoriously aryanize exciseman a-strain rhinos senso kingfishers
+impatiens multiarticulated contraplex evolutions glee divulgatory solennemente augustan lippen uncommunicatively geologists leecher vanilloes gnathonism perishability bleaberry ethnos peeving unorthographically towny ecthymatous meroistic crosscutter unexchangeableness horseleech predocumentary nonbindingness vulvovaginitis heaver-over salpingopharyngeus out-travel airliner phosphonium verisimilitudinous unquakerly teledendron frigidarium pontifex subject-raising hedgeweed teliosporic
+masochistically derere postramus skevish expurgator constitutiveness punctus unpermanently ranal supplice aboriginal horridness prorepublican hectolitre hedgerows weepy larvigerous nondirigible diligentness centauromachy corrivalship hypokaliemia viviparous uninthroned nineteenths relativity thought-hounded tarpeian loads suprahumanity dauphiness exempla oculofacial azimuths pightle deradelphus grotesquery triclclinia fractionisation autoturning polyphyllous narthex heaven-touched brandenburgh
+extraverts tin-glazed diminutivize neared biannulate stone-still flaxier riverbed buzz bestian delimitations guaiacums possies quinovic hordes erodium raninian antimodernness xenodochium beslobber honey-dropping misassay feezed graveyards paschalist absolvatory deponed upscale turken loons lunatical nailshop snugify antipopularization septicization insuetude bassist oxygenic admonitioner orbitozygomatic redisposing conformism cirrhopod swallow-tail backtack flat-waisted encyclopaedist
+chlorophyll clapperboard lepto-type empathetically anemologic coll slack-up retinaculum defiled damars annihilation thin-featured misordination jag inone iciest binomenclature rebatement eatings ergusia drawliest churchman spinning-house half-decker tees intermetallic representations uprousing malodor irrenderable baltic tineweed precleans evolved matriculant mandamusing helpless fluidglycerate reprivatization brominize phoria denudatory tyning dextrorotary gatefold nonprognosticative patios
+haycock micromanipulators wrong-way oppidum leukocythemia convolvuluses thiswise cuttle-bone vitascopic alinit parakinesia huge-bellied snazzy chloranthus lobose symbolize rectorship horseshoes enthrong eugenols zoomanias auctioneers maternalised light-marching vibix uncommunicably unsoled lasianthous carpetlayer solid-full trigesimo-secundo pushrod perroquet amplificative doddy heptarch air-twisted sentient intercome phytosaur autocarpic neglected-looking sanctionist barad methylated lyken
+stotinka unscramble nulls buskle composers electrotherapeutist pawnor undisputed edestin unresonant spryest hard-contested glyptotheca stereoradiograph hydurilate gingras upcurving readmitted youthsome garron rhizobia jouncier cushiness solidungulate carombolette besting cataphora high-flushed becoward perspective criminalistic detente myatonia rose-sweet sarcinae vexillum honorless gatling unscrupulousness simianity psychomotor essay-writing assaulting nose-up tribually blackjacked agraffes
+raintight semialbinism stabilise trans-Himalayan overjocular impenitible unjointing livid-brown pleasurehood endomorphy coforeknown blancmanges arrouse wielders acrologic homemake urethralgia tetrazzini achiote sailor-looking linearized alliaceous gibli shaktism nosebands fermate preovulatory overblithe histologic penectomy tejon estmark meiotic auxosubstance bobolinks rendoun bride-lace unabstemiousness unshroud choriambi mudstone kurd automate full-frontal curtain perikarya three-step tomelet
+culgee commissaryship typhinia tora asclepidin stanchlessly decentralised apologize macrodontism diazotized frightener endoplastule accusations morphometry vice-detesting schaapsteker pseudographeme self-inspected amphicarpogenous unfringing metabolism etoile transmissive hoistman helicotrema hand-me-down baff yarovized nitrators fusoid etiologist frizado satrapess swift-declining na-dene nonsuccessfully pinata quinaries glossarist shield-shaped arthralgia pearlwort achromatosis half-headed
+nattinesses characteristical farish discommon greese sanhedrin backer overelate twinness stampeded hypaethron scientintically overhangs damozels protuberous kay proustite lyricisms transmittance moistnesses peelman forever carambole hereditarianism electrodiagnostic agral pennis rotavist hazemeter balloonet manurage spargers laloneurosis polychromize purposivist spahee intergranular acrocyst unfasten denucleate clanless otiatrics coseism infra folkway floundering wingtip proficiently dapping
+three-pass mast-fed dispersement arsheen fensive chambered trumpet-shaped brimstonewort poddock rang unoccasional unbodily rifledom kolkhosy feedstock vindication stonemasons sporogeny melamed pleonaste feminizations updried mossery transitron biternate inexposure twice-achieved resiting menthan agnomina abrogating ottomans pilgrims recontrol bed erased unhappier ninety-acre forsakenness parcher diksha adolph athermanous unaccounted-for xanthione prelitigation kosong clean-shaved subsea
+hand-fives doiled minotaur scrawniness diblastula chorioepithelioma inquisiturient ring-fence tangi gimbaljawed scaphocephalic predelineated astrophysicist vugs diglucoside reefs fathered overquickly brazera directer catherine prevacated nonrationality shyish utriculose loudspeak confluent benevolency jain mystifiers recedes specified adamantoblastoma nonpenal neptune gaea pulmotors meddlesome socky build-up repostponing hypokinesis taproots biplace vigilantist alders postexercise stereometer
+megabaud infenible malguzari juloline half-mental you-know-who septifragal enzymic rivers ephedras geographized ephemerons creolizing infamia san aphoristic speculate curdle hautboyist coroplasty vaginoabdominal invenit nonsubsiding illegitimacies enantiomorphous personificative dynam antiketogenesis provincialship serfish organographist aubergistes umbilicate unflated sugarplate pipelaying scrimer coremaker nongrievous itchier lissomely amicrobic redargution sheriffdom ovotesticular brouette
+duplexed fusspot disgracefully suppletion eroticization ripe-tongued kaolinising barlows obliterated methoxyflurane winbrow nonrateably candle-branch unamusably kilts vangee carpincho twice-cheated pharmacopoeian semifigure footblower fatigueless acronyctous miserliness orchitises scurrility anthemed laxations literacies non-co-operator octameter lipodystrophia laparoscope ophthalmostat swashingly phryganeid multicoloured retier semibacchanalian quinqueradial phrasemake butterbump recontrive
+commeasurable gingili ryotwary krispies whanging decompound subspherically repatronized screw-shaped undemocratisation cleannesses tiswin urethrovesical slypes opalesce broadcast precontrived nonexaction neurolysis wallpapered heliothermometer seamless roadside meatmen panickiness adhesions acetals quercic dystocial dhauri undistinctness associator churchgrith bunting laryngoscopically audile blockheadism physocele latinities yolden terebration hinner trivantly haematinic manciple protomeristem
+inconsequences silver-flowing nonnaturals sawlshot value ever-being explees submolecule brainily zero-lift exurb winter-beaten heart-shaking lepidoblastic lowbrow urgers epeeist carillonning karyaster epitheloid distillage micropegmatite cerre-tree parvolins diarchic evaluation nonsecretories bailo corroboreeing unsapiently perchers inhearse glueyness nordic scyphose phyllaries anginous porpoises emasculator chicagoans sadhearted sea-sand veliferous tetragonalness tankerabogus guttiness
+herpetologically burner doughboys flunks periphractic gnatoo ricercare azygos barpost bim paleomagnetism proditorious applicably pleurotyphoid planching cornmuse feus novel-purchasing retaliations waxworks outstays osseter plasmoid carnary bowsprits pecify euciliate hont barricadoes auspicial immatriculation undershining eventilate wanton-tongued districtly enrace post-Carboniferous draftswoman formularist ungrassed uppile girleen sprat-barley nonanaphoric cast-weld onyxes whirroo binotonous
+bellona obliging sporangite mehtarship operatable quasi-despondently laconizer katalase diastereoisomeric reorchestrates wisht musicomania irrealizable dioxane thiophosphoric expectation longsuffering downgate semiautomatically gossipred herdman waddlesome fibbing holloaed refrigeratory dorsodynia brigading nonindictment self-giving out-station exploding arricciati hernant sech subphylar unconducively camel-grazing stroyers computes octophyllous normoblastic spine-ache deadlock semistiffly
+lubritorian curd ferruminate cognoscent assimilability crosswords thevetin teasle hay-scented rall coach-built overbitterly gilt-head bondsmen protaxis deb decaudate vagility educators nuclear celibacy emasculative unsearcherlike fanga reexecuting larigo biologically bantay cacafuego stonesfield surfmen misbiased hypermetaphoric joyridings quinovate what's-her-name shogunate varicellar silviculturist unflippant osela thrummed phenogenetic wasp-stung absolves archaeologist sleep-fatted pamhy
+colonitis phlebosclerosis polyparia fleshy-fruited reproposes free-rider physicists faceplate apiphobia protoiron proruption hoolaulea shoot-'em-up carmele limnorioid appulses falling-off eelware undecreasing pterygodum solid-state nomographic chalehs defectives federating undershrubby thrombocytosis absorbencies monozygous town-weary undissenting octahydrate crosshatches confricamenta stickfast foziest adventitiously neuroskeleton ultraconservative travelogue afforestable anti-Orientalism
+overdiffuseness lion-mettled maxillar unenacted half-deservedly purty bunty misadressing ditalini orthophoria monoacetate transportableness latching catamnesis wary-eyed sheatfish panegyrists ostomies nonprocessional pedophilia well-gathered botanist cross-fertilized rove-beetle foredescribe flandowser starward nonpreference calcimeter scurling malagma pig-keeping skim re-enhearten stellion peridentoclasia counterpropagations toparch self-comprised uvulitis tumefied world-deceiving iridectomy
+supersalesmanship castrato alkin flubbers weapschawing caudatum sermonoid metallocene hirdum-dirdum inferribility figeter far-gone resupplying phu alimentatively limpidly questionnaire microbiologists strokesman renationalizing rectalgia will-strong decoy-duck actor-proof subsidiaries pinker nurtureship subtacksmen epiphanised fishings water-caster tolualdehyde antipasto stand-up sixthly centonical spurted knaveship intracorpuscular unstack choryos multinationals epideistic pro-Lebanese
+half-alike turban-crested ablactation quitter unsullenly calenda partitioned yieldance swift-concerted coarticulation cantors dinkly likewalk nonwashable meting rattlings patrollotism guildship owling will-o'-the-wisp quick-firer councillorship infixal roadstead sing cuvies ten-pound savages regroup pseudoobscura stabbingness starchmaking dispersoidological wet-eyed chlorobromomethane tetradrachmal wiggliest unsettles preattuned propertied positival kerril misquote gorier cuckoomaiden eydent
+propagating blitter rumbumptious finnish leiomyoma hemipic foresummon burned belongings softheaded drawn-out ruspone mammalian sceptrosophy ironiously resultant aerobious sepiment new-people flesh-fallen rumplier draping mesdames apologizes slaveland deis quasi-insistently autohybridization coccygine unvendible decarboxylate heatdrop tympanites baldakin worthed silver-streaming twangier archeologist impressionally gudgeoned coastguardman torridness kebab aviated night-bringing bull-dose
+hephaestus counterbeating overloved sanguineobilious enregistered bairns gunless skiagrapher luffed undrapes motivative ballow feebleness spues bountree whiner faint fonduk gradual masques overpressures half-cousin doctrinarian elf-taken announces idaho paddlewood nonsitting lushed septectomy self-subjugation incontinent deemstership squeteague befancy sacker fear hurcheon contemns thegn all-excellent blintze cacodoxy high-coloured mid-river escutellate undoubtedness interparietal boxroom
+xanthopia enhypostasis semiseverely reappropriate dormouse restore frequents gray-spotted balangay halazones topspins twaddly untemperateness dimorphic airfoil indagated squeamy ungird oneirology eosophobia plank-sheer convocated pimiento acetals satirise air-mindedness eschalots redwing spaught renaissant pitchery well-charged adjudicative roller-made imperceivable bedeafening ovaloid osset inpatients wine-laden double-printing gastroatrophia smokebush decarbonised biseriately vocabularies
+polysyntheticism conventionalisation maister geomorphogenic subfloors gownsmen shikker redemonstrated deplorably bedrapes patagial slipstream internodium puzzlepatedness depardieu archpoet unchatteled rier oedipuses nitroprussiate net kalidium sombrerite serein nonidentity lyse chequeen blellum proterobase stinkdamp warmthless towmond tool-sharpening tats much-engrossed uncontoured glycerogelatin trional vasodilator unshodden perthiocyanic sawteeth unbefitting hardtail thack cycloolefin congaing
+manhunter overdefensiveness adeptest houmous anaeroplastic eudiometry canmaking phototonic tersy-versy enswathed metastability unlath dreamier supermolecular archbishop inestimability hornblende waldflute uneffusive rentrant goliardery mealy-mouthed unangered accounter terai hrdwre sho probabilism anidiomatic coolest white-sheeted helmets unmeasured demidoctor tachysterol enquiries flickertail fervanite talismans cerebropedal neuratrophy quilltail basiventral tight-waisted palaeozoology
+footmanhood preadoration cheering hematopexis sensationalists lensless haecceity overdeep acerbities matres cringles trouveurs yarn-cleaning paleopathological swagged peristomial ambitendent guanamine esthesias surpliced nonsociability monkeries nonsequacity authenticating unocular overpreoccupy mandarinize crayer clouting superfeudation pyrrhic tipoffs hosiomartyr concussions one-step undigressively nonsignificancy faults unpaternally depositure sootlike ultraviolent uncontrasting contrapposto
+civilisatory archprelatic aggie defunct tirelessness bazookas torulose benamee liquefiers penrack centrically adjustors puntsman ksar on-limits gummer frenchwoman trade-last nonaddictive introductress nervature adjuvate narcotics ethereally historiette oppositely quezals holluschickie woos tolerance revaluated overriot nonburnable coalyard tromometrical incuriousness creakier bluff-headed spotrump paint-beplastered phlebograph rammers pickwick venerational dacrycystalgia torrentine nakednesses
+aceituna specillum vibracular disgusted dispress calgon folksong unwrest overstrengthen clasmatocytic vingerhoed frogmarch questmen cut-leaved gnotobiology cloth-maker conusor pregust cupfulfuls cubera unmiscarrying stereomeric fraktur misaddrest tolpatchery do-dad tarriers timeout eyeground reconnaissances shabroon brimfully slip-way duties epistolist apically bimorphemic melanthy guanos reintrusion uncredulously critling huzzah polyopsy through-blow well-run insensed vulcanisable ossicular
+cleverality stereomicroscope overfrailty sarcoderma splenocolic disordain subdouble climax me-too unpresumptively recompel divorceable stephanome subadjutor stomatonecrosis burlesque batch hermitical queening alluviums relapsers ahluwalia autoptic anticyclonic orthophoric enraptured hierapicra idiasm inverities unrepealed colonizable proaristocracy chese mohar swilltub philatelist ill-arranged stemmier pyretogenetic lapboard wolf-boy smockings all-overpowering outtrail superarseniate uncocked
+xenoparasitism concubitus lidded third-rateness unrammed syntype syncope repapering noncolonially never-to-be-equaled undissolvable hemagglutinated subjection ratline alerting counterservice hypopharyngoscope exhaustivity well-performed amidogen bradoon cakehouse mistakenly anaplasm amphierotic counter-draw wilcweme accordion cheerleaders afterplanting non-juring recrimination princified technographer beagles diseasy necromancers anchorwise transpirations contentments fore-recited monopteroi
+bestill decurvature square-cut misprisal prittle badmen cushion discandy chainbreak eventuations ichthyol coptic four-horsed scrimshorn wingle tur perk tactic intrusions astronauts effacement counter-vote filagree megaleme cubically eyrant modish quarrelous ap unsalutatory addebted street-sweeping clarioned unilingual geyser satellites tajiki passy-measures precounsellor cruzieros mixedly absents bluecoat triturature jogged deglutinated exemplifiable gorkun solicited noser card-cut outstriven
+overholds palli hilch parallelepipedon halites titheless ureterostomies spare-handed underacts puget brassidic teenaged grists synusia planorbis monomethyl asylum tatterly rollway bathing-machine rhodanthe aurochs under-estimate antierosive autographer uncaviling self-sway retrouss flutter sullow shandy smoothmouthed glottis bloodtest tackless interscription lactoside darnel dukhobor preparedly tailing adelaster occipitobasilar readdressed gastrojejunostomy imbrown uncurious planters jemmied
+brasiers cobaltocyanic designlessness antianthrax miners pervulgate synovias talcoid batakan glutin herblike junkerish teapoy interiorizing autosyn copyists wagger half-shrub lavacre leesomely hypercyanotic mastermind nigger drunker lettering deficits abraders helminthoid stool lying-ins four-eyed hypopteral overabstain anchimonomineral yuccas cheery boltstrake englanders gymnasiast predisclose mikadoate unrotating metaxylene sapiutan evalue pirouetting antihuff iron-colored nonreducibility
+kenotron routhy mountaineers phlebotomist parasiticidic judaiser bubbled portend inkhornizer dossil topodeme cooly maturest humorsome spoonism dribs spine-finned hemagglutinin medicolegally unbearableness hurricanes black-tufted workingwomen weilang twi-nighter incapableness nitrolime thematical homelily outechoes newsman nonfixation hygric dew-sprent pyretogenesis octary prussine extracolumella jiqui revibrate fastigiums nontreatable territorialized confrontal cremona open-headed well-like
+greasy-headed bethreaten recaster predoubtful asthenobiosis knolly leatherlikeness oblivionate colometric flairs sockdolager hocco boise nada abreacts subcaliber expeller defoliating sycock viatorially hypertelic staphylion ayurveda tensome chapellany hemisymmetry zoocyst racemization disenjoyment stationarity impreventable colly unbarricaded twice-scorned polyphemous deifying prohibition gangsterism coindicate contemplant vouches tidological naivenesses fissuriform jellyroll feldspar gonotokont
+trachyspermous exceedingly cohosh prefixions chicaric alkylic enunciated immingles endostraca laniferous seneschalsy pantomimed spasmolysis kynurenic sabbaticals dangerfully unthreatened verso pneumatotherapeutics enolase overdoer acustom deanery pleasurableness world-despising haeing serials ingrafter bradynosus lobster-red heartfulness pliosaurus bittier plurality homocycle protectorates sidelong androgens couleur balei nonexcommunicable orary roups lineaged semidull sarcologic nete polygynies
+cleanups tarentala loopback criticised gussied somnambulistic fabulists grouplet calyxes scleroconjunctivitis tideling orthoepies farriers spulzie tracheal flurry uropoietic sulfopurpuric britchel tailboard afterpains redemandable metonym britchel double-voiced blackcock tenuousness undercurl dacoities unsacerdotal dadaistically fulgidity phyllopodiform bolded ophthalmography agomphious rationalistically prizery wisped blinkering homology spectrometers bashalick sedimetric cariousness umbones
+bromogelatin shrieval neurhypnotist jinnywink berginize recycles rebaked shirtiness mesovaria quadruplets ovolytic approvement monoservice semipaganish chromidiosome archaicism fire-curing baleless libellary mesoscapular pyrogenation scenarizing culminated slap-slap apostasis fuzztail parkinsonism spikeweed yellowtails dawdling herbager jaeger aurichalcite tent-peg opportunists anoxemias intramolecularly ambery babouche ingenious overbrow nonextrinsical crosshead planoblast virulency.
+R
+=decrypts unterminative dressmaker plyer charred outvie crazed-headed cranes chevre assigneeship cymol cynegetics nulliplex thick-packed aloofness six-edged videodisc bade digitiform euphemistically etruscans sporophoric sympathicotonic uncondited sheerness tractability thought-numb imperceived encave birdsong frost-blite cosmopolitanising haptophobia half-shade melon-faced broncobusters catalina co-trustee victimize alethiologist parboiled koruna scuttling subvaluation veratrins heddle_______________________________________________________________deplorability dignitaries gilgulim tovet good-bye-summer fazendeiro saccharomycetic cambiogenetic binational rebeg actification moff pipewalker quickwittedness preadvancement obstreperate well-enforced microsporiasis bothersome sodalithite silver-spangled yank rail-laying sequestrum spinnerular argolet submittance kaiserdom anti-god overlip seripositor fielders tomeful heil paralogism trotty twice-paid misaddressed pectoral madhouses anticoagulating sleepish self-defensory pachydermatous_____________________________________________________________hydroelectrization scampi ovenlike unvoluminously stiff-swathed crucis teerer cannellated even-money bard chitons mehalla transshaping archtempter spermogone couthly pestful pulsions inventory phosphaturic unpaginal acanthi palaestric brutes proracing refortify resorbent lienectomy mingle samohu forril timetables talebearer fiftyfold overrashly unmysterious minimises scotopias eng clean-appearing rootlet labiopalatal waterproofness sunny-looking hirudinal woolgather slant-eyed nullism apteryla_______________________________________________________revigoration platitudinise theatricalism routous falloffs jack-staff hackled sugar-coating unionistic sanious glabriety aunts pitter-patter pulpar fatalism inthralling blennioid edited re-lease overtaxing sonatinas congratulant seminuria advect nonpersuasible unasked-for untailored unmeaningfulness strangeling tap-pickle enticing frontoorbital encoder blasphemous arachic lazed baking wigwam s@04wordwrap@00#_______________________________________________________________________
++6a
+=vre assigneeship cymol cynegetics nulliplex thick-packed aloofness six-edged videodisc bade digitiform euphemistically etruscans sporophoric sympathicotonic uncondited sheerness tractability thought-numb imperceived encave birdsong frost-blite cosmopolitanising haptophobia half-shade melon-faced broncobusters catalina co-trustee victimize alethiologist parboiled koruna scuttling subvaluation veratrins heddle_______________________________________________________________deplorability dignitaries gilgulim tovet good-bye-summer fazendeiro saccharomycetic cambiogenetic binational rebeg actification moff pipewalker quickwittedness preadvancement obstreperate well-enforced microsporiasis bothersome sodalithite silver-spangled yank rail-laying sequestrum spinnerular argolet submittance kaiserdom anti-god overlip seripositor fielders tomeful heil paralogism trotty twice-paid misaddressed pectoral madhouses anticoagulating sleepish self-defensory pachydermatous_____________________________________________________________hydroelectrization scampi ovenlike unvoluminously stiff-swathed crucis teerer cannellated even-money bard chitons mehalla transshaping archtempter spermogone couthly pestful pulsions inventory phosphaturic unpaginal acanthi palaestric brutes proracing refortify resorbent lienectomy mingle samohu forril timetables talebearer fiftyfold overrashly unmysterious minimises scotopias eng clean-appearing rootlet labiopalatal waterproofness sunny-looking hirudinal woolgather slant-eyed nullism apteryla_______________________________________________________revigoration platitudinise theatricalism routous falloffs jack-staff hackled sugar-coating unionistic sanious glabriety aunts pitter-patter pulpar fatalism inthralling blennioid edited re-lease overtaxing sonatinas congratulant seminuria advect nonpersuasible unasked-for untailored unmeaningfulness strangeling tap-pickle enticing frontoorbital encoder blasphemous arachic lazed baking wigwam sceneful pulvic wombier nabobs double-soled resigh cockboats hydroceramic bustie:#______________________________________________________________________________
++6a
+=deodisc bade digitiform euphemistically etruscans sporophoric sympathicotonic uncondited sheerness tractability thought-numb imperceived encave birdsong frost-blite cosmopolitanising haptophobia half-shade melon-faced broncobusters catalina co-trustee victimize alethiologist parboiled koruna scuttling subvaluation veratrins heddle_______________________________________________________________deplorability dignitaries gilgulim tovet good-bye-summer fazendeiro saccharomycetic cambiogenetic binational rebeg actification moff pipewalker quickwittedness preadvancement obstreperate well-enforced microsporiasis bothersome sodalithite silver-spangled yank rail-laying sequestrum spinnerular argolet submittance kaiserdom anti-god overlip seripositor fielders tomeful heil paralogism trotty twice-paid misaddressed pectoral madhouses anticoagulating sleepish self-defensory pachydermatous_____________________________________________________________hydroelectrization scampi ovenlike unvoluminously stiff-swathed crucis teerer cannellated even-money bard chitons mehalla transshaping archtempter spermogone couthly pestful pulsions inventory phosphaturic unpaginal acanthi palaestric brutes proracing refortify resorbent lienectomy mingle samohu forril timetables talebearer fiftyfold overrashly unmysterious minimises scotopias eng clean-appearing rootlet labiopalatal waterproofness sunny-looking hirudinal woolgather slant-eyed nullism apteryla_______________________________________________________revigoration platitudinise theatricalism routous falloffs jack-staff hackled sugar-coating unionistic sanious glabriety aunts pitter-patter pulpar fatalism inthralling blennioid edited re-lease overtaxing sonatinas congratulant seminuria advect nonpersuasible unasked-for untailored unmeaningfulness strangeling tap-pickle enticing frontoorbital encoder blasphemous arachic lazed baking wigwam sceneful pulvic wombier nabobs double-soled resigh cockboats hydroceramic bustiest timber-devouring____________________________________________________________:#______________________________________________________________________________
++6a
+=ncondited sheerness tractability thought-numb imperceived encave birdsong frost-blite cosmopolitanising haptophobia half-shade melon-faced broncobusters catalina co-trustee victimize alethiologist parboiled koruna scuttling subvaluation veratrins heddle_______________________________________________________________deplorability dignitaries gilgulim tovet good-bye-summer fazendeiro saccharomycetic cambiogenetic binational rebeg actification moff pipewalker quickwittedness preadvancement obstreperate well-enforced microsporiasis bothersome sodalithite silver-spangled yank rail-laying sequestrum spinnerular argolet submittance kaiserdom anti-god overlip seripositor fielders tomeful heil paralogism trotty twice-paid misaddressed pectoral madhouses anticoagulating sleepish self-defensory pachydermatous_____________________________________________________________hydroelectrization scampi ovenlike unvoluminously stiff-swathed crucis teerer cannellated even-money bard chitons mehalla transshaping archtempter spermogone couthly pestful pulsions inventory phosphaturic unpaginal acanthi palaestric brutes proracing refortify resorbent lienectomy mingle samohu forril timetables talebearer fiftyfold overrashly unmysterious minimises scotopias eng clean-appearing rootlet labiopalatal waterproofness sunny-looking hirudinal woolgather slant-eyed nullism apteryla_______________________________________________________revigoration platitudinise theatricalism routous falloffs jack-staff hackled sugar-coating unionistic sanious glabriety aunts pitter-patter pulpar fatalism inthralling blennioid edited re-lease overtaxing sonatinas congratulant seminuria advect nonpersuasible unasked-for untailored unmeaningfulness strangeling tap-pickle enticing frontoorbital encoder blasphemous arachic lazed baking wigwam sceneful pulvic wombier nabobs double-soled resigh cockboats hydroceramic bustiest timber-devouring____________________________________________________________beswitch appositely impartivity famulli algophagous fiendfully unguirostral ove:#______________________________________________________________________________
++6a
+=-blite cosmopolitanising haptophobia half-shade melon-faced broncobusters catalina co-trustee victimize alethiologist parboiled koruna scuttling subvaluation veratrins heddle_______________________________________________________________deplorability dignitaries gilgulim tovet good-bye-summer fazendeiro saccharomycetic cambiogenetic binational rebeg actification moff pipewalker quickwittedness preadvancement obstreperate well-enforced microsporiasis bothersome sodalithite silver-spangled yank rail-laying sequestrum spinnerular argolet submittance kaiserdom anti-god overlip seripositor fielders tomeful heil paralogism trotty twice-paid misaddressed pectoral madhouses anticoagulating sleepish self-defensory pachydermatous_____________________________________________________________hydroelectrization scampi ovenlike unvoluminously stiff-swathed crucis teerer cannellated even-money bard chitons mehalla transshaping archtempter spermogone couthly pestful pulsions inventory phosphaturic unpaginal acanthi palaestric brutes proracing refortify resorbent lienectomy mingle samohu forril timetables talebearer fiftyfold overrashly unmysterious minimises scotopias eng clean-appearing rootlet labiopalatal waterproofness sunny-looking hirudinal woolgather slant-eyed nullism apteryla_______________________________________________________revigoration platitudinise theatricalism routous falloffs jack-staff hackled sugar-coating unionistic sanious glabriety aunts pitter-patter pulpar fatalism inthralling blennioid edited re-lease overtaxing sonatinas congratulant seminuria advect nonpersuasible unasked-for untailored unmeaningfulness strangeling tap-pickle enticing frontoorbital encoder blasphemous arachic lazed baking wigwam sceneful pulvic wombier nabobs double-soled resigh cockboats hydroceramic bustiest timber-devouring____________________________________________________________beswitch appositely impartivity famulli algophagous fiendfully unguirostral overflourish malodorousness bile topsy-turvily tsuris ashlar splinterize coiffeuse:#______________________________________________________________________________
++2f
+=-blite cosmopolitanising haptophobia half-shade melon-faced broncobusters catalina co-trustee victimize alethiologist parboiled koruna scuttling subvaluation veratrins heddle_______________________________________________________________deplorability dignitaries gilgulim tovet good-bye-summer fazendeiro saccharomycetic cambiogenetic binational rebeg actification moff pipewalker quickwittedness preadvancement obstreperate well-enforced microsporiasis bothersome sodalithite silver-spangled yank rail-laying sequestrum spinnerular argolet submittance kaiserdom anti-god overlip seripositor fielders tomeful heil paralogism trotty twice-paid misaddressed pectoral madhouses anticoagulating sleepish self-defensory pachydermatous_____________________________________________________________hydroelectrization scampi ovenlike unvoluminously stiff-swathed crucis teerer cannellated even-money bard chitons mehalla transshaping archtempter spermogone couthly pestful pulsions inventory phosphaturic unpaginal acanthi palaestric brutes proracing refortify resorbent lienectomy mingle samohu forril timetables talebearer fiftyfold overrashly unmysterious minimises scotopias eng clean-appearing rootlet labiopalatal waterproofness sunny-looking hirudinal woolgather slant-eyed nullism apteryla_______________________________________________________revigoration platitudinise theatricalism routous falloffs jack-staff hackled sugar-coating unionistic sanious glabriety aunts pitter-patter pulpar fatalism inthralling blennioid edited re-lease overtaxing sonatinas congratulant seminuria advect nonpersuasible unasked-for untailored unmeaningfulness strangeling tap-pickle enticing frontoorbital encoder blasphemous arachic lazed baking wigwam sceneful pulvic wombier nabobs double-soled resigh cockboats hydroceramic bustiest timber-devouring____________________________________________________________beswitch appositely impartivity famulli algophagous fiendfully unguirostral overflourish malodorousness bile topsy-turvily tsuris ashlar splinterize coiffeuse/#______________________________________________________________________________
++73
+=-blite cosmopolitanising haptophobia half-shade melon-faced broncobusters catalina co-trustee victimize alethiologist parboiled koruna scuttling subvaluation veratrins heddle_______________________________________________________________deplorability dignitaries gilgulim tovet good-bye-summer fazendeiro saccharomycetic cambiogenetic binational rebeg actification moff pipewalker quickwittedness preadvancement obstreperate well-enforced microsporiasis bothersome sodalithite silver-spangled yank rail-laying sequestrum spinnerular argolet submittance kaiserdom anti-god overlip seripositor fielders tomeful heil paralogism trotty twice-paid misaddressed pectoral madhouses anticoagulating sleepish self-defensory pachydermatous_____________________________________________________________hydroelectrization scampi ovenlike unvoluminously stiff-swathed crucis teerer cannellated even-money bard chitons mehalla transshaping archtempter spermogone couthly pestful pulsions inventory phosphaturic unpaginal acanthi palaestric brutes proracing refortify resorbent lienectomy mingle samohu forril timetables talebearer fiftyfold overrashly unmysterious minimises scotopias eng clean-appearing rootlet labiopalatal waterproofness sunny-looking hirudinal woolgather slant-eyed nullism apteryla_______________________________________________________revigoration platitudinise theatricalism routous falloffs jack-staff hackled sugar-coating unionistic sanious glabriety aunts pitter-patter pulpar fatalism inthralling blennioid edited re-lease overtaxing sonatinas congratulant seminuria advect nonpersuasible unasked-for untailored unmeaningfulness strangeling tap-pickle enticing frontoorbital encoder blasphemous arachic lazed baking wigwam sceneful pulvic wombier nabobs double-soled resigh cockboats hydroceramic bustiest timber-devouring____________________________________________________________beswitch appositely impartivity famulli algophagous fiendfully unguirostral overflourish malodorousness bile topsy-turvily tsuris ashlar splinterize coiffeuse/s#_____________________________________________________________________________
++75
+=-blite cosmopolitanising haptophobia half-shade melon-faced broncobusters catalina co-trustee victimize alethiologist parboiled koruna scuttling subvaluation veratrins heddle_______________________________________________________________deplorability dignitaries gilgulim tovet good-bye-summer fazendeiro saccharomycetic cambiogenetic binational rebeg actification moff pipewalker quickwittedness preadvancement obstreperate well-enforced microsporiasis bothersome sodalithite silver-spangled yank rail-laying sequestrum spinnerular argolet submittance kaiserdom anti-god overlip seripositor fielders tomeful heil paralogism trotty twice-paid misaddressed pectoral madhouses anticoagulating sleepish self-defensory pachydermatous_____________________________________________________________hydroelectrization scampi ovenlike unvoluminously stiff-swathed crucis teerer cannellated even-money bard chitons mehalla transshaping archtempter spermogone couthly pestful pulsions inventory phosphaturic unpaginal acanthi palaestric brutes proracing refortify resorbent lienectomy mingle samohu forril timetables talebearer fiftyfold overrashly unmysterious minimises scotopias eng clean-appearing rootlet labiopalatal waterproofness sunny-looking hirudinal woolgather slant-eyed nullism apteryla_______________________________________________________revigoration platitudinise theatricalism routous falloffs jack-staff hackled sugar-coating unionistic sanious glabriety aunts pitter-patter pulpar fatalism inthralling blennioid edited re-lease overtaxing sonatinas congratulant seminuria advect nonpersuasible unasked-for untailored unmeaningfulness strangeling tap-pickle enticing frontoorbital encoder blasphemous arachic lazed baking wigwam sceneful pulvic wombier nabobs double-soled resigh cockboats hydroceramic bustiest timber-devouring____________________________________________________________beswitch appositely impartivity famulli algophagous fiendfully unguirostral overflourish malodorousness bile topsy-turvily tsuris ashlar splinterize coiffeuse/su#____________________________________________________________________________
++67
+=-blite cosmopolitanising haptophobia half-shade melon-faced broncobusters catalina co-trustee victimize alethiologist parboiled koruna scuttling subvaluation veratrins heddle_______________________________________________________________deplorability dignitaries gilgulim tovet good-bye-summer fazendeiro saccharomycetic cambiogenetic binational rebeg actification moff pipewalker quickwittedness preadvancement obstreperate well-enforced microsporiasis bothersome sodalithite silver-spangled yank rail-laying sequestrum spinnerular argolet submittance kaiserdom anti-god overlip seripositor fielders tomeful heil paralogism trotty twice-paid misaddressed pectoral madhouses anticoagulating sleepish self-defensory pachydermatous_____________________________________________________________hydroelectrization scampi ovenlike unvoluminously stiff-swathed crucis teerer cannellated even-money bard chitons mehalla transshaping archtempter spermogone couthly pestful pulsions inventory phosphaturic unpaginal acanthi palaestric brutes proracing refortify resorbent lienectomy mingle samohu forril timetables talebearer fiftyfold overrashly unmysterious minimises scotopias eng clean-appearing rootlet labiopalatal waterproofness sunny-looking hirudinal woolgather slant-eyed nullism apteryla_______________________________________________________revigoration platitudinise theatricalism routous falloffs jack-staff hackled sugar-coating unionistic sanious glabriety aunts pitter-patter pulpar fatalism inthralling blennioid edited re-lease overtaxing sonatinas congratulant seminuria advect nonpersuasible unasked-for untailored unmeaningfulness strangeling tap-pickle enticing frontoorbital encoder blasphemous arachic lazed baking wigwam sceneful pulvic wombier nabobs double-soled resigh cockboats hydroceramic bustiest timber-devouring____________________________________________________________beswitch appositely impartivity famulli algophagous fiendfully unguirostral overflourish malodorousness bile topsy-turvily tsuris ashlar splinterize coiffeuse/sug#___________________________________________________________________________
++61
+=-blite cosmopolitanising haptophobia half-shade melon-faced broncobusters catalina co-trustee victimize alethiologist parboiled koruna scuttling subvaluation veratrins heddle_______________________________________________________________deplorability dignitaries gilgulim tovet good-bye-summer fazendeiro saccharomycetic cambiogenetic binational rebeg actification moff pipewalker quickwittedness preadvancement obstreperate well-enforced microsporiasis bothersome sodalithite silver-spangled yank rail-laying sequestrum spinnerular argolet submittance kaiserdom anti-god overlip seripositor fielders tomeful heil paralogism trotty twice-paid misaddressed pectoral madhouses anticoagulating sleepish self-defensory pachydermatous_____________________________________________________________hydroelectrization scampi ovenlike unvoluminously stiff-swathed crucis teerer cannellated even-money bard chitons mehalla transshaping archtempter spermogone couthly pestful pulsions inventory phosphaturic unpaginal acanthi palaestric brutes proracing refortify resorbent lienectomy mingle samohu forril timetables talebearer fiftyfold overrashly unmysterious minimises scotopias eng clean-appearing rootlet labiopalatal waterproofness sunny-looking hirudinal woolgather slant-eyed nullism apteryla_______________________________________________________revigoration platitudinise theatricalism routous falloffs jack-staff hackled sugar-coating unionistic sanious glabriety aunts pitter-patter pulpar fatalism inthralling blennioid edited re-lease overtaxing sonatinas congratulant seminuria advect nonpersuasible unasked-for untailored unmeaningfulness strangeling tap-pickle enticing frontoorbital encoder blasphemous arachic lazed baking wigwam sceneful pulvic wombier nabobs double-soled resigh cockboats hydroceramic bustiest timber-devouring____________________________________________________________beswitch appositely impartivity famulli algophagous fiendfully unguirostral overflourish malodorousness bile topsy-turvily tsuris ashlar splinterize coiffeuse/suga#__________________________________________________________________________
++72
+=-blite cosmopolitanising haptophobia half-shade melon-faced broncobusters catalina co-trustee victimize alethiologist parboiled koruna scuttling subvaluation veratrins heddle_______________________________________________________________deplorability dignitaries gilgulim tovet good-bye-summer fazendeiro saccharomycetic cambiogenetic binational rebeg actification moff pipewalker quickwittedness preadvancement obstreperate well-enforced microsporiasis bothersome sodalithite silver-spangled yank rail-laying sequestrum spinnerular argolet submittance kaiserdom anti-god overlip seripositor fielders tomeful heil paralogism trotty twice-paid misaddressed pectoral madhouses anticoagulating sleepish self-defensory pachydermatous_____________________________________________________________hydroelectrization scampi ovenlike unvoluminously stiff-swathed crucis teerer cannellated even-money bard chitons mehalla transshaping archtempter spermogone couthly pestful pulsions inventory phosphaturic unpaginal acanthi palaestric brutes proracing refortify resorbent lienectomy mingle samohu forril timetables talebearer fiftyfold overrashly unmysterious minimises scotopias eng clean-appearing rootlet labiopalatal waterproofness sunny-looking hirudinal woolgather slant-eyed nullism apteryla_______________________________________________________revigoration platitudinise theatricalism routous falloffs jack-staff hackled sugar-coating unionistic sanious glabriety aunts pitter-patter pulpar fatalism inthralling blennioid edited re-lease overtaxing sonatinas congratulant seminuria advect nonpersuasible unasked-for untailored unmeaningfulness strangeling tap-pickle enticing frontoorbital encoder blasphemous arachic lazed baking wigwam sceneful pulvic wombier nabobs double-soled resigh cockboats hydroceramic bustiest timber-devouring____________________________________________________________beswitch appositely impartivity famulli algophagous fiendfully unguirostral overflourish malodorousness bile topsy-turvily tsuris ashlar splinterize coiffeuse/sugar#_________________________________________________________________________
++a
+=revigoration platitudinise theatricalism routous falloffs jack-staff hackled @04sugar@00-coating unionistic sanious glabriety aunts pitter-patter pulpar fatalism inthralling blennioid edited re-lease overtaxing sonatinas congratulant seminuria advect nonpersuasible unasked-for untailored unmeaningfulness strangeling tap-pickle enticing frontoorbital encoder blasphemous arachic lazed baking wigwam sceneful pulvic wombier nabobs double-soled resigh cockboats hydroceramic bustiest timber-devouring____________________________________________________________beswitch appositely impartivity famulli algophagous fiendfully unguirostral overflourish malodorousness bile topsy-turvily tsuris ashlar splinterize coiffeuses leveed sabalos zooms polysepalous survigrous hyperarchepiscopal mangabies initialness exuded prearraignment seaborne physicotheology collusory unite billers grete self-stuck enharbor ballyhoo repugning rezone enzymolysis definitional clashingly aunties appendent uncircularised exampleship mozing staplf veejay thermoneurosis dhourras folk______________________________________________________reincarnating a-high prefigurate finicalness introspectionist rockable sunberries saltinesses many-seatedness fumblingness prebends disinfections dolerite supervening underutilization pulverizator fauves lineaged ceryl fenceplay bedazzles scarph strength-increasing cuttled sproat bibliognostic tenseness nonsymbiotically hog's-back mispoints crustalogy coronetted braincap clavate fiber-faced sleazier sexinesses semiprecious togo unexciting ungeometrically unhilly nevertheless abducentes_______________________________________________________________incohesion ring-eyed robustfully bagels roentgenologist frailero quadplex synostotic purkinjean life-guard psychurgy boxfuls rufter palpitating startups fer twice-visited underlayment rough-tanned screw-eyed epitheliogenetic pullorum eurithermophile angustifolious lichenization failed distractive ill-treater convergently sciatics flisk habenar scenograph nontheosophic margaritiferous self-app:#______________________________________________________________________________
++2f
+=revigoration platitudinise theatricalism routous falloffs jack-staff hackled @04sugar@00-coating unionistic sanious glabriety aunts pitter-patter pulpar fatalism inthralling blennioid edited re-lease overtaxing sonatinas congratulant seminuria advect nonpersuasible unasked-for untailored unmeaningfulness strangeling tap-pickle enticing frontoorbital encoder blasphemous arachic lazed baking wigwam sceneful pulvic wombier nabobs double-soled resigh cockboats hydroceramic bustiest timber-devouring____________________________________________________________beswitch appositely impartivity famulli algophagous fiendfully unguirostral overflourish malodorousness bile topsy-turvily tsuris ashlar splinterize coiffeuses leveed sabalos zooms polysepalous survigrous hyperarchepiscopal mangabies initialness exuded prearraignment seaborne physicotheology collusory unite billers grete self-stuck enharbor ballyhoo repugning rezone enzymolysis definitional clashingly aunties appendent uncircularised exampleship mozing staplf veejay thermoneurosis dhourras folk______________________________________________________reincarnating a-high prefigurate finicalness introspectionist rockable sunberries saltinesses many-seatedness fumblingness prebends disinfections dolerite supervening underutilization pulverizator fauves lineaged ceryl fenceplay bedazzles scarph strength-increasing cuttled sproat bibliognostic tenseness nonsymbiotically hog's-back mispoints crustalogy coronetted braincap clavate fiber-faced sleazier sexinesses semiprecious togo unexciting ungeometrically unhilly nevertheless abducentes_______________________________________________________________incohesion ring-eyed robustfully bagels roentgenologist frailero quadplex synostotic purkinjean life-guard psychurgy boxfuls rufter palpitating startups fer twice-visited underlayment rough-tanned screw-eyed epitheliogenetic pullorum eurithermophile angustifolious lichenization failed distractive ill-treater convergently sciatics flisk habenar scenograph nontheosophic margaritiferous self-app/#______________________________________________________________________________
++68
+=revigoration platitudinise theatricalism routous falloffs jack-staff hackled @04sugar@00-coating unionistic sanious glabriety aunts pitter-patter pulpar fatalism inthralling blennioid edited re-lease overtaxing sonatinas congratulant seminuria advect nonpersuasible unasked-for untailored unmeaningfulness strangeling tap-pickle enticing frontoorbital encoder blasphemous arachic lazed baking wigwam sceneful pulvic wombier nabobs double-soled resigh cockboats hydroceramic bustiest timber-devouring____________________________________________________________beswitch appositely impartivity famulli algophagous fiendfully unguirostral overflourish malodorousness bile topsy-turvily tsuris ashlar splinterize coiffeuses leveed sabalos zooms polysepalous survigrous hyperarchepiscopal mangabies initialness exuded prearraignment seaborne physicotheology collusory unite billers grete self-stuck enharbor ballyhoo repugning rezone enzymolysis definitional clashingly aunties appendent uncircularised exampleship mozing staplf veejay thermoneurosis dhourras folk______________________________________________________reincarnating a-high prefigurate finicalness introspectionist rockable sunberries saltinesses many-seatedness fumblingness prebends disinfections dolerite supervening underutilization pulverizator fauves lineaged ceryl fenceplay bedazzles scarph strength-increasing cuttled sproat bibliognostic tenseness nonsymbiotically hog's-back mispoints crustalogy coronetted braincap clavate fiber-faced sleazier sexinesses semiprecious togo unexciting ungeometrically unhilly nevertheless abducentes_______________________________________________________________incohesion ring-eyed robustfully bagels roentgenologist frailero quadplex synostotic purkinjean life-guard psychurgy boxfuls rufter palpitating startups fer twice-visited underlayment rough-tanned screw-eyed epitheliogenetic pullorum eurithermophile angustifolious lichenization failed distractive ill-treater convergently sciatics flisk habenar scenograph nontheosophic margaritiferous self-app/h#_____________________________________________________________________________
++65
+=revigoration platitudinise theatricalism routous falloffs jack-staff hackled @04sugar@00-coating unionistic sanious glabriety aunts pitter-patter pulpar fatalism inthralling blennioid edited re-lease overtaxing sonatinas congratulant seminuria advect nonpersuasible unasked-for untailored unmeaningfulness strangeling tap-pickle enticing frontoorbital encoder blasphemous arachic lazed baking wigwam sceneful pulvic wombier nabobs double-soled resigh cockboats hydroceramic bustiest timber-devouring____________________________________________________________beswitch appositely impartivity famulli algophagous fiendfully unguirostral overflourish malodorousness bile topsy-turvily tsuris ashlar splinterize coiffeuses leveed sabalos zooms polysepalous survigrous hyperarchepiscopal mangabies initialness exuded prearraignment seaborne physicotheology collusory unite billers grete self-stuck enharbor ballyhoo repugning rezone enzymolysis definitional clashingly aunties appendent uncircularised exampleship mozing staplf veejay thermoneurosis dhourras folk______________________________________________________reincarnating a-high prefigurate finicalness introspectionist rockable sunberries saltinesses many-seatedness fumblingness prebends disinfections dolerite supervening underutilization pulverizator fauves lineaged ceryl fenceplay bedazzles scarph strength-increasing cuttled sproat bibliognostic tenseness nonsymbiotically hog's-back mispoints crustalogy coronetted braincap clavate fiber-faced sleazier sexinesses semiprecious togo unexciting ungeometrically unhilly nevertheless abducentes_______________________________________________________________incohesion ring-eyed robustfully bagels roentgenologist frailero quadplex synostotic purkinjean life-guard psychurgy boxfuls rufter palpitating startups fer twice-visited underlayment rough-tanned screw-eyed epitheliogenetic pullorum eurithermophile angustifolious lichenization failed distractive ill-treater convergently sciatics flisk habenar scenograph nontheosophic margaritiferous self-app/he#____________________________________________________________________________
++a
+=revigoration platitudinise t@04he@00atricalism routous falloffs jack-staff hackled sugar-coating unionistic sanious glabriety aunts pitter-patter pulpar fatalism inthralling blennioid edited re-lease overtaxing sonatinas congratulant seminuria advect nonpersuasible unasked-for untailored unmeaningfulness strangeling tap-pickle enticing frontoorbital encoder blasp@04he@00mous arachic lazed baking wigwam sceneful pulvic wombier nabobs double-soled resigh cockboats hydroceramic bustiest timber-devouring____________________________________________________________beswitch appositely impartivity famulli algophagous fiendfully unguirostral overflourish malodorousness bile topsy-turvily tsuris ashlar splinterize coiffeuses leveed sabalos zooms polysepalous survigrous hyperarc@04he@00piscopal mangabies initialness exuded prearraignment seaborne physicot@04he@00ology collusory unite billers grete self-stuck enharbor ballyhoo repugning rezone enzymolysis definitional clashingly aunties appendent uncircularised exampleship mozing staplf veejay t@04he@00rmoneurosis dhourras folk______________________________________________________reincarnating a-high prefigurate finicalness introspectionist rockable sunberries saltinesses many-seatedness fumblingness prebends disinfections dolerite supervening underutilization pulverizator fauves lineaged ceryl fenceplay bedazzles scarph strength-increasing cuttled sproat bibliognostic tenseness nonsymbiotically hog's-back mispoints crustalogy coronetted braincap clavate fiber-faced sleazier sexinesses semiprecious togo unexciting ungeometrically unhilly nevert@04he@00less abducentes_______________________________________________________________inco@04he@00sion ring-eyed robustfully bagels roentgenologist frailero quadplex synostotic purkinjean life-guard psychurgy boxfuls rufter palpitating startups fer twice-visited underlayment rough-tanned screw-eyed epit@04he@00liogenetic pullorum eurit@04he@00rmophile angustifolious lic@04he@00nization failed distractive ill-treater convergently sciatics flisk habenar scenograph nont@04he@00osophic margaritiferous self-app:#______________________________________________________________________________
++20
+=lausive besodden metusia begabled incept cholesterol aromatize multicycle pre-socratic protext loord__________________________________________________________proclivity playtimes redissolvable trichloroacetic inspects crosslight roughy cellulitis superillustrated spikiest acclimatizations warlordism unionizes close-partnered cocopans woodbury lithophilous cloud-crammed compluvia purrah lobby angiolipoma hilborn post-Johnsonian turnarounds cessment bashfully dog's-tail consideringly proudling rewardedly dollymen supples apyrexy planettaria superwrought hydrophyll worst-timed w@04he@00atens sore-footed givenness buttonholer pullings constablewick_________________________________________________________________photostatting gold-rimmed menacingly rabbits prolicide genitival ornithology levins demigoddessship uncommodiously undistressed popover pseudoorientally prefiguring fifty-eighth jubarb cacest@04he@00sia indisturbed foxfish samariums dormin cravenly who've osseocartilaginous chin-deep symbolicalness sanctions loftsmen tulip-wood bishoping nonglandular tardamente chiasmodontid algological parsonese reformational thin-skinnedness boisterousness rudderstock photomurals laryngectomy geniculated isobronton______________________________________________________portpayne prehistory telluret wasterful unviolative isophotal t@04he@00citis untermed tweezer rankings handbell diabetometer materialize diffidence laughable formylated understain sendup bullate degradedness chara parison chobdar soffit octuplicate rounding uplifted interleaver madrigal ceilingwards radioscopy ill-willed wavably langteraloo precooked martrix borotungstic ogling himp arteriectomy pangrammatist well-c@04he@00sted unundulatory visionmonger spiled ghylls skidoo so-ho indurative unboxing annat_______________________________________________________microplastocyte amphiscians lament transpirative multicentrally grindings unsailable postmundane alcoholization eyepoint fogydom unremarkable pansmith @04he@00xahydrate counteract semi-intrados menadione overdrive mercuriammonium unsuspected i:#______________________________________________________________________________
++20
+=roner t@04he@00urgic avifauna deputable air@04he@00ad gladioli hyperdiastolic despicableness halloo psychologism homoblasty throatlet outadd rayonne crimble calambour nonendurable incestuously translatorship slide-valve mateships money-bag wiseguy tubaist uncartooned_____________________________________________________________unostentatiousness quantulum hartite twichild somital nonascendency urticates recocked bluecup symphysial sundri rachis coug@04he@00rs acidizing blood-drenc@04he@00d gettysburg boot@04he@00r t@04he@00nceforwards humectation dunderpates triploid callist@04he@00nic jingly leat@04he@00rworker calipees choral parallelinerved quenda chapfallen sweet-talk ceriphs cryptoinflationist nonobedient arrested terrifiers zosteriform overcourteousness over-value nonrhyming monologuists pregrade appetizement t@04he@00rapies all-curing abaisse_______________________________________________________________unmysticizing collatee lekha ice-laid angekok duteous quadrella belleter opioids batoneer vizoring mutawallis lidicker counternatural condylarthrosis watershut unsoporiferousness cometograp@04he@00r outgabbling upbeat honer lic@04he@00noid inserters scullionish begalls @04he@00rniotome peptides innubilous skew-symmetric nyctophobia mugearite earth-homing star-led lontar staidness feliform bodymaking calvous busynesses pianologue descale pectinatofimbricate peulvan unbodylike impainted veneriform housecleans___________________________________________________________zaikai flowage cephaloid purple-hued forbids sergipe tonneau dittology autohypnosis ferret-eyed blason primeness solate burnis@04he@00s maltase nulla-nulla undominated well-conned broad-jump amphipod upgrow beamsmen copopoda datolite offpspring angariation huffiness coinvolve halwe onces pre-Armistice banderillas paraglider mentalities solidness high-vaulted infatuator minometer touchiest button-shaped asphyxias irrememberable deftnesses arrondissements regorges @04he@00matobium mispractising keen-o_____________________________________________________________fonticulus pretested miladi colourfulness expendables @04he@00moscopy prominences enc:#______________________________________________________________________________
++2d
+=roner t@04he@00urgic avifauna deputable air@04he@00ad gladioli hyperdiastolic despicableness halloo psychologism homoblasty throatlet outadd rayonne crimble calambour nonendurable incestuously translatorship slide-valve mateships money-bag wiseguy tubaist uncartooned_____________________________________________________________unostentatiousness quantulum hartite twichild somital nonascendency urticates recocked bluecup symphysial sundri rachis coug@04he@00rs acidizing blood-drenc@04he@00d gettysburg boot@04he@00r t@04he@00nceforwards humectation dunderpates triploid callist@04he@00nic jingly leat@04he@00rworker calipees choral parallelinerved quenda chapfallen sweet-talk ceriphs cryptoinflationist nonobedient arrested terrifiers zosteriform overcourteousness over-value nonrhyming monologuists pregrade appetizement t@04he@00rapies all-curing abaisse_______________________________________________________________unmysticizing collatee lekha ice-laid angekok duteous quadrella belleter opioids batoneer vizoring mutawallis lidicker counternatural condylarthrosis watershut unsoporiferousness cometograp@04he@00r outgabbling upbeat honer lic@04he@00noid inserters scullionish begalls @04he@00rniotome peptides innubilous skew-symmetric nyctophobia mugearite earth-homing star-led lontar staidness feliform bodymaking calvous busynesses pianologue descale pectinatofimbricate peulvan unbodylike impainted veneriform housecleans___________________________________________________________zaikai flowage cephaloid purple-hued forbids sergipe tonneau dittology autohypnosis ferret-eyed blason primeness solate burnis@04he@00s maltase nulla-nulla undominated well-conned broad-jump amphipod upgrow beamsmen copopoda datolite offpspring angariation huffiness coinvolve halwe onces pre-Armistice banderillas paraglider mentalities solidness high-vaulted infatuator minometer touchiest button-shaped asphyxias irrememberable deftnesses arrondissements regorges @04he@00matobium mispractising keen-o_____________________________________________________________fonticulus pretested miladi colourfulness expendables @04he@00moscopy prominences enc-#______________________________________________________________________________
++53
+=roner t@04he@00urgic avifauna deputable air@04he@00ad gladioli hyperdiastolic despicableness halloo psychologism homoblasty throatlet outadd rayonne crimble calambour nonendurable incestuously translatorship slide-valve mateships money-bag wiseguy tubaist uncartooned_____________________________________________________________unostentatiousness quantulum hartite twichild somital nonascendency urticates recocked bluecup symphysial sundri rachis coug@04he@00rs acidizing blood-drenc@04he@00d gettysburg boot@04he@00r t@04he@00nceforwards humectation dunderpates triploid callist@04he@00nic jingly leat@04he@00rworker calipees choral parallelinerved quenda chapfallen sweet-talk ceriphs cryptoinflationist nonobedient arrested terrifiers zosteriform overcourteousness over-value nonrhyming monologuists pregrade appetizement t@04he@00rapies all-curing abaisse_______________________________________________________________unmysticizing collatee lekha ice-laid angekok duteous quadrella belleter opioids batoneer vizoring mutawallis lidicker counternatural condylarthrosis watershut unsoporiferousness cometograp@04he@00r outgabbling upbeat honer lic@04he@00noid inserters scullionish begalls @04he@00rniotome peptides innubilous skew-symmetric nyctophobia mugearite earth-homing star-led lontar staidness feliform bodymaking calvous busynesses pianologue descale pectinatofimbricate peulvan unbodylike impainted veneriform housecleans___________________________________________________________zaikai flowage cephaloid purple-hued forbids sergipe tonneau dittology autohypnosis ferret-eyed blason primeness solate burnis@04he@00s maltase nulla-nulla undominated well-conned broad-jump amphipod upgrow beamsmen copopoda datolite offpspring angariation huffiness coinvolve halwe onces pre-Armistice banderillas paraglider mentalities solidness high-vaulted infatuator minometer touchiest button-shaped asphyxias irrememberable deftnesses arrondissements regorges @04he@00matobium mispractising keen-o_____________________________________________________________fonticulus pretested miladi colourfulness expendables @04he@00moscopy prominences enc@04Chop long lines (press RETURN)@00#________________________________________________
++a
+=roner t@04he@00urgic avifauna deputable air@04he@00ad gladioli hyperdiastolic despicablene@04>@00gly leat@04he@00rworker calipees choral parallelinerved quenda chapfallen sweet-talk@04>@00 scullionish begalls @04he@00rniotome peptides innubilous skew-symmetric nyctophobia@04>@00g angariation huffiness coinvolve halwe onces pre-Armistice banderillas paragl@04>@00ums unprudently invein dowdies wastage oxyurous hand-cut undiscounted interfib@04>@00rnflowers buckbush cumulated two-cent coannexes overpasses arthropleure starle@04>@00nfulfilled azafrin biomicroscope microdensitometric wax-rubbed tapia butanol g@04>@00mbness un-European papolatry taxibus distream leniencies semimanufactured tria@04>@00el pyloroscirrhus googlies graminological quasi-infinitely part@04he@00nogenetically@04>@00aching morris-dance sonnetize refraction telegas foundries isoquinoline underb@04>@00ty nondeductively codetta self-importance shriveling propulsation similor prae@04>@00clubwoman simas slash track-laying inefficiently patrial keystone backsplicing@04>@00len air-spray vibratiuncle scorza unreiterable survives noncorrupt twas close-@04>@00ies atrorubent husho dribblers towing mischancy traversed unpunctuality shlepp@04>@00quisetum detoxes swatc@04he@00s opinable rane usuries malariology w@04he@00elchairs antibi@04>@00elt oorial whirry trivium canter trypsinize subvertical cropping cotqueans ana@04>@00isestablishmentarian kajawah awanting extradictionary nest-building faultfindi@04>@00 winier blocked-out waterman quasi-absolute egualmente horoscoper ricoc@04he@00tting@04>@00phonetic bivaulted nullity desalinized extensile veritability higglers warehou@04>@00carag@04he@00en undiaphanous ejectee pointille infidelistic gunfires t@04he@00rmophobia tz@04>@00tlessnesses ballyhoo carotol enantiopathia hypersensibility perspectometer epi@04>@00 yum prepartaken infracts myomorph yerth synclastic thriller off-reckoning imp@04>@00lence twice-procured kickw@04he@00el kaolinise acephalocyst sewery underbreeding per@04>@00 egotisticalness hickories variations stromatic brachychronic overpowerful out@04>@00d stegocephalian stomach-ac@04he@00 antifeudalism marshlocks deuteranopia kiack self@04>@00ing lumac@04he@00l brittlewood quasi-athletic stupider spire superacidulated selenog@04>@00:#______________________________________________________________________________
++6a
+=gly leat@04he@00rworker calipees choral parallelinerved quenda chapfallen sweet-talk@04>@00 scullionish begalls @04he@00rniotome peptides innubilous skew-symmetric nyctophobia@04>@00g angariation huffiness coinvolve halwe onces pre-Armistice banderillas paragl@04>@00ums unprudently invein dowdies wastage oxyurous hand-cut undiscounted interfib@04>@00rnflowers buckbush cumulated two-cent coannexes overpasses arthropleure starle@04>@00nfulfilled azafrin biomicroscope microdensitometric wax-rubbed tapia butanol g@04>@00mbness un-European papolatry taxibus distream leniencies semimanufactured tria@04>@00el pyloroscirrhus googlies graminological quasi-infinitely part@04he@00nogenetically@04>@00aching morris-dance sonnetize refraction telegas foundries isoquinoline underb@04>@00ty nondeductively codetta self-importance shriveling propulsation similor prae@04>@00clubwoman simas slash track-laying inefficiently patrial keystone backsplicing@04>@00len air-spray vibratiuncle scorza unreiterable survives noncorrupt twas close-@04>@00ies atrorubent husho dribblers towing mischancy traversed unpunctuality shlepp@04>@00quisetum detoxes swatc@04he@00s opinable rane usuries malariology w@04he@00elchairs antibi@04>@00elt oorial whirry trivium canter trypsinize subvertical cropping cotqueans ana@04>@00isestablishmentarian kajawah awanting extradictionary nest-building faultfindi@04>@00 winier blocked-out waterman quasi-absolute egualmente horoscoper ricoc@04he@00tting@04>@00phonetic bivaulted nullity desalinized extensile veritability higglers warehou@04>@00carag@04he@00en undiaphanous ejectee pointille infidelistic gunfires t@04he@00rmophobia tz@04>@00tlessnesses ballyhoo carotol enantiopathia hypersensibility perspectometer epi@04>@00 yum prepartaken infracts myomorph yerth synclastic thriller off-reckoning imp@04>@00lence twice-procured kickw@04he@00el kaolinise acephalocyst sewery underbreeding per@04>@00 egotisticalness hickories variations stromatic brachychronic overpowerful out@04>@00d stegocephalian stomach-ac@04he@00 antifeudalism marshlocks deuteranopia kiack self@04>@00ing lumac@04he@00l brittlewood quasi-athletic stupider spire superacidulated selenog@04>@00Asian proctalgia regmacarp waughting judicialize chandelier unecliptical rehab@04>@00:#______________________________________________________________________________
++6a
+= scullionish begalls @04he@00rniotome peptides innubilous skew-symmetric nyctophobia@04>@00g angariation huffiness coinvolve halwe onces pre-Armistice banderillas paragl@04>@00ums unprudently invein dowdies wastage oxyurous hand-cut undiscounted interfib@04>@00rnflowers buckbush cumulated two-cent coannexes overpasses arthropleure starle@04>@00nfulfilled azafrin biomicroscope microdensitometric wax-rubbed tapia butanol g@04>@00mbness un-European papolatry taxibus distream leniencies semimanufactured tria@04>@00el pyloroscirrhus googlies graminological quasi-infinitely part@04he@00nogenetically@04>@00aching morris-dance sonnetize refraction telegas foundries isoquinoline underb@04>@00ty nondeductively codetta self-importance shriveling propulsation similor prae@04>@00clubwoman simas slash track-laying inefficiently patrial keystone backsplicing@04>@00len air-spray vibratiuncle scorza unreiterable survives noncorrupt twas close-@04>@00ies atrorubent husho dribblers towing mischancy traversed unpunctuality shlepp@04>@00quisetum detoxes swatc@04he@00s opinable rane usuries malariology w@04he@00elchairs antibi@04>@00elt oorial whirry trivium canter trypsinize subvertical cropping cotqueans ana@04>@00isestablishmentarian kajawah awanting extradictionary nest-building faultfindi@04>@00 winier blocked-out waterman quasi-absolute egualmente horoscoper ricoc@04he@00tting@04>@00phonetic bivaulted nullity desalinized extensile veritability higglers warehou@04>@00carag@04he@00en undiaphanous ejectee pointille infidelistic gunfires t@04he@00rmophobia tz@04>@00tlessnesses ballyhoo carotol enantiopathia hypersensibility perspectometer epi@04>@00 yum prepartaken infracts myomorph yerth synclastic thriller off-reckoning imp@04>@00lence twice-procured kickw@04he@00el kaolinise acephalocyst sewery underbreeding per@04>@00 egotisticalness hickories variations stromatic brachychronic overpowerful out@04>@00d stegocephalian stomach-ac@04he@00 antifeudalism marshlocks deuteranopia kiack self@04>@00ing lumac@04he@00l brittlewood quasi-athletic stupider spire superacidulated selenog@04>@00Asian proctalgia regmacarp waughting judicialize chandelier unecliptical rehab@04>@00ster cchaddoorck sensum seaminess outmanning laparogastrotomy apiculation rata@04>@00:#______________________________________________________________________________
++6a
+=g angariation huffiness coinvolve halwe onces pre-Armistice banderillas paragl@04>@00ums unprudently invein dowdies wastage oxyurous hand-cut undiscounted interfib@04>@00rnflowers buckbush cumulated two-cent coannexes overpasses arthropleure starle@04>@00nfulfilled azafrin biomicroscope microdensitometric wax-rubbed tapia butanol g@04>@00mbness un-European papolatry taxibus distream leniencies semimanufactured tria@04>@00el pyloroscirrhus googlies graminological quasi-infinitely part@04he@00nogenetically@04>@00aching morris-dance sonnetize refraction telegas foundries isoquinoline underb@04>@00ty nondeductively codetta self-importance shriveling propulsation similor prae@04>@00clubwoman simas slash track-laying inefficiently patrial keystone backsplicing@04>@00len air-spray vibratiuncle scorza unreiterable survives noncorrupt twas close-@04>@00ies atrorubent husho dribblers towing mischancy traversed unpunctuality shlepp@04>@00quisetum detoxes swatc@04he@00s opinable rane usuries malariology w@04he@00elchairs antibi@04>@00elt oorial whirry trivium canter trypsinize subvertical cropping cotqueans ana@04>@00isestablishmentarian kajawah awanting extradictionary nest-building faultfindi@04>@00 winier blocked-out waterman quasi-absolute egualmente horoscoper ricoc@04he@00tting@04>@00phonetic bivaulted nullity desalinized extensile veritability higglers warehou@04>@00carag@04he@00en undiaphanous ejectee pointille infidelistic gunfires t@04he@00rmophobia tz@04>@00tlessnesses ballyhoo carotol enantiopathia hypersensibility perspectometer epi@04>@00 yum prepartaken infracts myomorph yerth synclastic thriller off-reckoning imp@04>@00lence twice-procured kickw@04he@00el kaolinise acephalocyst sewery underbreeding per@04>@00 egotisticalness hickories variations stromatic brachychronic overpowerful out@04>@00d stegocephalian stomach-ac@04he@00 antifeudalism marshlocks deuteranopia kiack self@04>@00ing lumac@04he@00l brittlewood quasi-athletic stupider spire superacidulated selenog@04>@00Asian proctalgia regmacarp waughting judicialize chandelier unecliptical rehab@04>@00ster cchaddoorck sensum seaminess outmanning laparogastrotomy apiculation rata@04>@00urophagous revibrate padelion t@04he@00ma wrangs sweeter renotation shirtmaker files@04>@00:#______________________________________________________________________________
++6a
+=ums unprudently invein dowdies wastage oxyurous hand-cut undiscounted interfib@04>@00rnflowers buckbush cumulated two-cent coannexes overpasses arthropleure starle@04>@00nfulfilled azafrin biomicroscope microdensitometric wax-rubbed tapia butanol g@04>@00mbness un-European papolatry taxibus distream leniencies semimanufactured tria@04>@00el pyloroscirrhus googlies graminological quasi-infinitely part@04he@00nogenetically@04>@00aching morris-dance sonnetize refraction telegas foundries isoquinoline underb@04>@00ty nondeductively codetta self-importance shriveling propulsation similor prae@04>@00clubwoman simas slash track-laying inefficiently patrial keystone backsplicing@04>@00len air-spray vibratiuncle scorza unreiterable survives noncorrupt twas close-@04>@00ies atrorubent husho dribblers towing mischancy traversed unpunctuality shlepp@04>@00quisetum detoxes swatc@04he@00s opinable rane usuries malariology w@04he@00elchairs antibi@04>@00elt oorial whirry trivium canter trypsinize subvertical cropping cotqueans ana@04>@00isestablishmentarian kajawah awanting extradictionary nest-building faultfindi@04>@00 winier blocked-out waterman quasi-absolute egualmente horoscoper ricoc@04he@00tting@04>@00phonetic bivaulted nullity desalinized extensile veritability higglers warehou@04>@00carag@04he@00en undiaphanous ejectee pointille infidelistic gunfires t@04he@00rmophobia tz@04>@00tlessnesses ballyhoo carotol enantiopathia hypersensibility perspectometer epi@04>@00 yum prepartaken infracts myomorph yerth synclastic thriller off-reckoning imp@04>@00lence twice-procured kickw@04he@00el kaolinise acephalocyst sewery underbreeding per@04>@00 egotisticalness hickories variations stromatic brachychronic overpowerful out@04>@00d stegocephalian stomach-ac@04he@00 antifeudalism marshlocks deuteranopia kiack self@04>@00ing lumac@04he@00l brittlewood quasi-athletic stupider spire superacidulated selenog@04>@00Asian proctalgia regmacarp waughting judicialize chandelier unecliptical rehab@04>@00ster cchaddoorck sensum seaminess outmanning laparogastrotomy apiculation rata@04>@00urophagous revibrate padelion t@04he@00ma wrangs sweeter renotation shirtmaker files@04>@00 finishable unapproachability alacreatine espousers well-dying histograp@04he@00r co@04>@00:#______________________________________________________________________________
++6a
+=rnflowers buckbush cumulated two-cent coannexes overpasses arthropleure starle@04>@00nfulfilled azafrin biomicroscope microdensitometric wax-rubbed tapia butanol g@04>@00mbness un-European papolatry taxibus distream leniencies semimanufactured tria@04>@00el pyloroscirrhus googlies graminological quasi-infinitely part@04he@00nogenetically@04>@00aching morris-dance sonnetize refraction telegas foundries isoquinoline underb@04>@00ty nondeductively codetta self-importance shriveling propulsation similor prae@04>@00clubwoman simas slash track-laying inefficiently patrial keystone backsplicing@04>@00len air-spray vibratiuncle scorza unreiterable survives noncorrupt twas close-@04>@00ies atrorubent husho dribblers towing mischancy traversed unpunctuality shlepp@04>@00quisetum detoxes swatc@04he@00s opinable rane usuries malariology w@04he@00elchairs antibi@04>@00elt oorial whirry trivium canter trypsinize subvertical cropping cotqueans ana@04>@00isestablishmentarian kajawah awanting extradictionary nest-building faultfindi@04>@00 winier blocked-out waterman quasi-absolute egualmente horoscoper ricoc@04he@00tting@04>@00phonetic bivaulted nullity desalinized extensile veritability higglers warehou@04>@00carag@04he@00en undiaphanous ejectee pointille infidelistic gunfires t@04he@00rmophobia tz@04>@00tlessnesses ballyhoo carotol enantiopathia hypersensibility perspectometer epi@04>@00 yum prepartaken infracts myomorph yerth synclastic thriller off-reckoning imp@04>@00lence twice-procured kickw@04he@00el kaolinise acephalocyst sewery underbreeding per@04>@00 egotisticalness hickories variations stromatic brachychronic overpowerful out@04>@00d stegocephalian stomach-ac@04he@00 antifeudalism marshlocks deuteranopia kiack self@04>@00ing lumac@04he@00l brittlewood quasi-athletic stupider spire superacidulated selenog@04>@00Asian proctalgia regmacarp waughting judicialize chandelier unecliptical rehab@04>@00ster cchaddoorck sensum seaminess outmanning laparogastrotomy apiculation rata@04>@00urophagous revibrate padelion t@04he@00ma wrangs sweeter renotation shirtmaker files@04>@00 finishable unapproachability alacreatine espousers well-dying histograp@04he@00r co@04>@00 cirrhotic chammies avellan cinematographies kat@04he@00not@04he@00ism issuably gentle@04he@00ar@04>@00:#______________________________________________________________________________
++6a
+=nfulfilled azafrin biomicroscope microdensitometric wax-rubbed tapia butanol g@04>@00mbness un-European papolatry taxibus distream leniencies semimanufactured tria@04>@00el pyloroscirrhus googlies graminological quasi-infinitely part@04he@00nogenetically@04>@00aching morris-dance sonnetize refraction telegas foundries isoquinoline underb@04>@00ty nondeductively codetta self-importance shriveling propulsation similor prae@04>@00clubwoman simas slash track-laying inefficiently patrial keystone backsplicing@04>@00len air-spray vibratiuncle scorza unreiterable survives noncorrupt twas close-@04>@00ies atrorubent husho dribblers towing mischancy traversed unpunctuality shlepp@04>@00quisetum detoxes swatc@04he@00s opinable rane usuries malariology w@04he@00elchairs antibi@04>@00elt oorial whirry trivium canter trypsinize subvertical cropping cotqueans ana@04>@00isestablishmentarian kajawah awanting extradictionary nest-building faultfindi@04>@00 winier blocked-out waterman quasi-absolute egualmente horoscoper ricoc@04he@00tting@04>@00phonetic bivaulted nullity desalinized extensile veritability higglers warehou@04>@00carag@04he@00en undiaphanous ejectee pointille infidelistic gunfires t@04he@00rmophobia tz@04>@00tlessnesses ballyhoo carotol enantiopathia hypersensibility perspectometer epi@04>@00 yum prepartaken infracts myomorph yerth synclastic thriller off-reckoning imp@04>@00lence twice-procured kickw@04he@00el kaolinise acephalocyst sewery underbreeding per@04>@00 egotisticalness hickories variations stromatic brachychronic overpowerful out@04>@00d stegocephalian stomach-ac@04he@00 antifeudalism marshlocks deuteranopia kiack self@04>@00ing lumac@04he@00l brittlewood quasi-athletic stupider spire superacidulated selenog@04>@00Asian proctalgia regmacarp waughting judicialize chandelier unecliptical rehab@04>@00ster cchaddoorck sensum seaminess outmanning laparogastrotomy apiculation rata@04>@00urophagous revibrate padelion t@04he@00ma wrangs sweeter renotation shirtmaker files@04>@00 finishable unapproachability alacreatine espousers well-dying histograp@04he@00r co@04>@00 cirrhotic chammies avellan cinematographies kat@04he@00not@04he@00ism issuably gentle@04he@00ar@04>@00lon @04he@00ptagon compactification uppertendom clean-complexioned reallocate crusil@04>@00:#______________________________________________________________________________
++6a
+=mbness un-European papolatry taxibus distream leniencies semimanufactured tria@04>@00el pyloroscirrhus googlies graminological quasi-infinitely part@04he@00nogenetically@04>@00aching morris-dance sonnetize refraction telegas foundries isoquinoline underb@04>@00ty nondeductively codetta self-importance shriveling propulsation similor prae@04>@00clubwoman simas slash track-laying inefficiently patrial keystone backsplicing@04>@00len air-spray vibratiuncle scorza unreiterable survives noncorrupt twas close-@04>@00ies atrorubent husho dribblers towing mischancy traversed unpunctuality shlepp@04>@00quisetum detoxes swatc@04he@00s opinable rane usuries malariology w@04he@00elchairs antibi@04>@00elt oorial whirry trivium canter trypsinize subvertical cropping cotqueans ana@04>@00isestablishmentarian kajawah awanting extradictionary nest-building faultfindi@04>@00 winier blocked-out waterman quasi-absolute egualmente horoscoper ricoc@04he@00tting@04>@00phonetic bivaulted nullity desalinized extensile veritability higglers warehou@04>@00carag@04he@00en undiaphanous ejectee pointille infidelistic gunfires t@04he@00rmophobia tz@04>@00tlessnesses ballyhoo carotol enantiopathia hypersensibility perspectometer epi@04>@00 yum prepartaken infracts myomorph yerth synclastic thriller off-reckoning imp@04>@00lence twice-procured kickw@04he@00el kaolinise acephalocyst sewery underbreeding per@04>@00 egotisticalness hickories variations stromatic brachychronic overpowerful out@04>@00d stegocephalian stomach-ac@04he@00 antifeudalism marshlocks deuteranopia kiack self@04>@00ing lumac@04he@00l brittlewood quasi-athletic stupider spire superacidulated selenog@04>@00Asian proctalgia regmacarp waughting judicialize chandelier unecliptical rehab@04>@00ster cchaddoorck sensum seaminess outmanning laparogastrotomy apiculation rata@04>@00urophagous revibrate padelion t@04he@00ma wrangs sweeter renotation shirtmaker files@04>@00 finishable unapproachability alacreatine espousers well-dying histograp@04he@00r co@04>@00 cirrhotic chammies avellan cinematographies kat@04he@00not@04he@00ism issuably gentle@04he@00ar@04>@00lon @04he@00ptagon compactification uppertendom clean-complexioned reallocate crusil@04>@00ncash triturate cabalistic scarlet-lined reverts neuropath parochial good-fat@04h>@00:#______________________________________________________________________________
++6a
+=el pyloroscirrhus googlies graminological quasi-infinitely part@04he@00nogenetically@04>@00aching morris-dance sonnetize refraction telegas foundries isoquinoline underb@04>@00ty nondeductively codetta self-importance shriveling propulsation similor prae@04>@00clubwoman simas slash track-laying inefficiently patrial keystone backsplicing@04>@00len air-spray vibratiuncle scorza unreiterable survives noncorrupt twas close-@04>@00ies atrorubent husho dribblers towing mischancy traversed unpunctuality shlepp@04>@00quisetum detoxes swatc@04he@00s opinable rane usuries malariology w@04he@00elchairs antibi@04>@00elt oorial whirry trivium canter trypsinize subvertical cropping cotqueans ana@04>@00isestablishmentarian kajawah awanting extradictionary nest-building faultfindi@04>@00 winier blocked-out waterman quasi-absolute egualmente horoscoper ricoc@04he@00tting@04>@00phonetic bivaulted nullity desalinized extensile veritability higglers warehou@04>@00carag@04he@00en undiaphanous ejectee pointille infidelistic gunfires t@04he@00rmophobia tz@04>@00tlessnesses ballyhoo carotol enantiopathia hypersensibility perspectometer epi@04>@00 yum prepartaken infracts myomorph yerth synclastic thriller off-reckoning imp@04>@00lence twice-procured kickw@04he@00el kaolinise acephalocyst sewery underbreeding per@04>@00 egotisticalness hickories variations stromatic brachychronic overpowerful out@04>@00d stegocephalian stomach-ac@04he@00 antifeudalism marshlocks deuteranopia kiack self@04>@00ing lumac@04he@00l brittlewood quasi-athletic stupider spire superacidulated selenog@04>@00Asian proctalgia regmacarp waughting judicialize chandelier unecliptical rehab@04>@00ster cchaddoorck sensum seaminess outmanning laparogastrotomy apiculation rata@04>@00urophagous revibrate padelion t@04he@00ma wrangs sweeter renotation shirtmaker files@04>@00 finishable unapproachability alacreatine espousers well-dying histograp@04he@00r co@04>@00 cirrhotic chammies avellan cinematographies kat@04he@00not@04he@00ism issuably gentle@04he@00ar@04>@00lon @04he@00ptagon compactification uppertendom clean-complexioned reallocate crusil@04>@00ncash triturate cabalistic scarlet-lined reverts neuropath parochial good-fat@04h>@00ateen belting music-like wretc@04he@00d-witc@04he@00d oaritis blennorr@04he@00a spurrer harvesta@04>@00:#______________________________________________________________________________
++6a
+=aching morris-dance sonnetize refraction telegas foundries isoquinoline underb@04>@00ty nondeductively codetta self-importance shriveling propulsation similor prae@04>@00clubwoman simas slash track-laying inefficiently patrial keystone backsplicing@04>@00len air-spray vibratiuncle scorza unreiterable survives noncorrupt twas close-@04>@00ies atrorubent husho dribblers towing mischancy traversed unpunctuality shlepp@04>@00quisetum detoxes swatc@04he@00s opinable rane usuries malariology w@04he@00elchairs antibi@04>@00elt oorial whirry trivium canter trypsinize subvertical cropping cotqueans ana@04>@00isestablishmentarian kajawah awanting extradictionary nest-building faultfindi@04>@00 winier blocked-out waterman quasi-absolute egualmente horoscoper ricoc@04he@00tting@04>@00phonetic bivaulted nullity desalinized extensile veritability higglers warehou@04>@00carag@04he@00en undiaphanous ejectee pointille infidelistic gunfires t@04he@00rmophobia tz@04>@00tlessnesses ballyhoo carotol enantiopathia hypersensibility perspectometer epi@04>@00 yum prepartaken infracts myomorph yerth synclastic thriller off-reckoning imp@04>@00lence twice-procured kickw@04he@00el kaolinise acephalocyst sewery underbreeding per@04>@00 egotisticalness hickories variations stromatic brachychronic overpowerful out@04>@00d stegocephalian stomach-ac@04he@00 antifeudalism marshlocks deuteranopia kiack self@04>@00ing lumac@04he@00l brittlewood quasi-athletic stupider spire superacidulated selenog@04>@00Asian proctalgia regmacarp waughting judicialize chandelier unecliptical rehab@04>@00ster cchaddoorck sensum seaminess outmanning laparogastrotomy apiculation rata@04>@00urophagous revibrate padelion t@04he@00ma wrangs sweeter renotation shirtmaker files@04>@00 finishable unapproachability alacreatine espousers well-dying histograp@04he@00r co@04>@00 cirrhotic chammies avellan cinematographies kat@04he@00not@04he@00ism issuably gentle@04he@00ar@04>@00lon @04he@00ptagon compactification uppertendom clean-complexioned reallocate crusil@04>@00ncash triturate cabalistic scarlet-lined reverts neuropath parochial good-fat@04h>@00ateen belting music-like wretc@04he@00d-witc@04he@00d oaritis blennorr@04he@00a spurrer harvesta@04>@00an back-blocker archibenthos haftarahs pellety ligand endives nonextrinsical s@04>@00:#______________________________________________________________________________
++1b
+=aching morris-dance sonnetize refraction telegas foundries isoquinoline underb@04>@00ty nondeductively codetta self-importance shriveling propulsation similor prae@04>@00clubwoman simas slash track-laying inefficiently patrial keystone backsplicing@04>@00len air-spray vibratiuncle scorza unreiterable survives noncorrupt twas close-@04>@00ies atrorubent husho dribblers towing mischancy traversed unpunctuality shlepp@04>@00quisetum detoxes swatc@04he@00s opinable rane usuries malariology w@04he@00elchairs antibi@04>@00elt oorial whirry trivium canter trypsinize subvertical cropping cotqueans ana@04>@00isestablishmentarian kajawah awanting extradictionary nest-building faultfindi@04>@00 winier blocked-out waterman quasi-absolute egualmente horoscoper ricoc@04he@00tting@04>@00phonetic bivaulted nullity desalinized extensile veritability higglers warehou@04>@00carag@04he@00en undiaphanous ejectee pointille infidelistic gunfires t@04he@00rmophobia tz@04>@00tlessnesses ballyhoo carotol enantiopathia hypersensibility perspectometer epi@04>@00 yum prepartaken infracts myomorph yerth synclastic thriller off-reckoning imp@04>@00lence twice-procured kickw@04he@00el kaolinise acephalocyst sewery underbreeding per@04>@00 egotisticalness hickories variations stromatic brachychronic overpowerful out@04>@00d stegocephalian stomach-ac@04he@00 antifeudalism marshlocks deuteranopia kiack self@04>@00ing lumac@04he@00l brittlewood quasi-athletic stupider spire superacidulated selenog@04>@00Asian proctalgia regmacarp waughting judicialize chandelier unecliptical rehab@04>@00ster cchaddoorck sensum seaminess outmanning laparogastrotomy apiculation rata@04>@00urophagous revibrate padelion t@04he@00ma wrangs sweeter renotation shirtmaker files@04>@00 finishable unapproachability alacreatine espousers well-dying histograp@04he@00r co@04>@00 cirrhotic chammies avellan cinematographies kat@04he@00not@04he@00ism issuably gentle@04he@00ar@04>@00lon @04he@00ptagon compactification uppertendom clean-complexioned reallocate crusil@04>@00ncash triturate cabalistic scarlet-lined reverts neuropath parochial good-fat@04h>@00ateen belting music-like wretc@04he@00d-witc@04he@00d oaritis blennorr@04he@00a spurrer harvesta@04>@00an back-blocker archibenthos haftarahs pellety ligand endives nonextrinsical s@04>@00 ESC#___________________________________________________________________________
++7b
+=countervalue fogeater unsoundnesses idealizations ach chumpishness @04he@00terogenes@04>@00fellow-men riposts booly bermes wrongdo chopfallen christianizes enkindles gob@04>@00homopathy palankeener serpents self-performed perseite reknits mollienisia ill@04>@00paganistic disproportion eightfoil antileptic spurning ox@04he@00art pearmains smoot@04>@00glozed structurally skiagrams outrig reportorially histocyte respectable sarco@04>@00lactant huntings poecilopod gold-green swainship graduands peauder quindecilli@04>@00presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing unp@04>@00right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectr@04>@00postulations obstacles invariantively proclaimer morphous no-hit overcontentio@04>@00nonexertion pre-Christmas embordering pecksniffian frequentative lucubrator la@04>@00uneastern immeasurableness impeach unarising trac@04he@00lectomopexia equidiurnal ar@04>@00palaeogenesis woodsman extinguis@04he@00d coachable strong-backed corrigendum pin se@04>@00incommunicatively @04he@00mopneumothorax praefectorial cnemides maught prayer-repeat@04>@00selectionist imperception miking sectionalised regian unstrengt@04he@00n invocant af@04>@00gonococci bream filiating puly jinrikiman p@04he@00nylglycine cip@04he@00r diamicton tetra@04>@00tramplike tenomyoplasty equable collagenase delph drumming unomitted inkstain @04>@00breathiest torpidly rangeless carex belly-flopped antarctical mistrals corrupt@04>@00thrill-crazed feelies patart centennially illites docquet fifteen-pounder sale@04>@00semimanneristic micrometeorology prospectless kai-kai synanthous spunkies aedi@04>@00xylols repositor myoliposmias monodize discost burly-faced tartronate punstres@04>@00geneologists someonell chargehouse et@04he@00realization wordbooks uncaging administ@04>@00unintellectuality overgraze abrades transcultural telencephal periorchitis dar@04>@00emancipate krantzite squillery copywriting kapa undervaluation ricinolein scre@04>@00backpedal wickiup nonrandom badder plastotype agush technologue unpeevish intr@04>@00hark vegetablewise unscaling woubit redisciplined galatotrophic surgent shiko @04>@00equangular highflier geograp@04he@00rs misdentition punch-bowl zeal-worthy euhyostyl@04>@00:#______________________________________________________________________________
++6a
+=fellow-men riposts booly bermes wrongdo chopfallen christianizes enkindles gob@04>@00homopathy palankeener serpents self-performed perseite reknits mollienisia ill@04>@00paganistic disproportion eightfoil antileptic spurning ox@04he@00art pearmains smoot@04>@00glozed structurally skiagrams outrig reportorially histocyte respectable sarco@04>@00lactant huntings poecilopod gold-green swainship graduands peauder quindecilli@04>@00presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing unp@04>@00right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectr@04>@00postulations obstacles invariantively proclaimer morphous no-hit overcontentio@04>@00nonexertion pre-Christmas embordering pecksniffian frequentative lucubrator la@04>@00uneastern immeasurableness impeach unarising trac@04he@00lectomopexia equidiurnal ar@04>@00palaeogenesis woodsman extinguis@04he@00d coachable strong-backed corrigendum pin se@04>@00incommunicatively @04he@00mopneumothorax praefectorial cnemides maught prayer-repeat@04>@00selectionist imperception miking sectionalised regian unstrengt@04he@00n invocant af@04>@00gonococci bream filiating puly jinrikiman p@04he@00nylglycine cip@04he@00r diamicton tetra@04>@00tramplike tenomyoplasty equable collagenase delph drumming unomitted inkstain @04>@00breathiest torpidly rangeless carex belly-flopped antarctical mistrals corrupt@04>@00thrill-crazed feelies patart centennially illites docquet fifteen-pounder sale@04>@00semimanneristic micrometeorology prospectless kai-kai synanthous spunkies aedi@04>@00xylols repositor myoliposmias monodize discost burly-faced tartronate punstres@04>@00geneologists someonell chargehouse et@04he@00realization wordbooks uncaging administ@04>@00unintellectuality overgraze abrades transcultural telencephal periorchitis dar@04>@00emancipate krantzite squillery copywriting kapa undervaluation ricinolein scre@04>@00backpedal wickiup nonrandom badder plastotype agush technologue unpeevish intr@04>@00hark vegetablewise unscaling woubit redisciplined galatotrophic surgent shiko @04>@00equangular highflier geograp@04he@00rs misdentition punch-bowl zeal-worthy euhyostyl@04>@00histaminase twice-reprinted unipersonalist procurvation highflier demoniacism @04>@00:#______________________________________________________________________________
++6a
+=homopathy palankeener serpents self-performed perseite reknits mollienisia ill@04>@00paganistic disproportion eightfoil antileptic spurning ox@04he@00art pearmains smoot@04>@00glozed structurally skiagrams outrig reportorially histocyte respectable sarco@04>@00lactant huntings poecilopod gold-green swainship graduands peauder quindecilli@04>@00presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing unp@04>@00right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectr@04>@00postulations obstacles invariantively proclaimer morphous no-hit overcontentio@04>@00nonexertion pre-Christmas embordering pecksniffian frequentative lucubrator la@04>@00uneastern immeasurableness impeach unarising trac@04he@00lectomopexia equidiurnal ar@04>@00palaeogenesis woodsman extinguis@04he@00d coachable strong-backed corrigendum pin se@04>@00incommunicatively @04he@00mopneumothorax praefectorial cnemides maught prayer-repeat@04>@00selectionist imperception miking sectionalised regian unstrengt@04he@00n invocant af@04>@00gonococci bream filiating puly jinrikiman p@04he@00nylglycine cip@04he@00r diamicton tetra@04>@00tramplike tenomyoplasty equable collagenase delph drumming unomitted inkstain @04>@00breathiest torpidly rangeless carex belly-flopped antarctical mistrals corrupt@04>@00thrill-crazed feelies patart centennially illites docquet fifteen-pounder sale@04>@00semimanneristic micrometeorology prospectless kai-kai synanthous spunkies aedi@04>@00xylols repositor myoliposmias monodize discost burly-faced tartronate punstres@04>@00geneologists someonell chargehouse et@04he@00realization wordbooks uncaging administ@04>@00unintellectuality overgraze abrades transcultural telencephal periorchitis dar@04>@00emancipate krantzite squillery copywriting kapa undervaluation ricinolein scre@04>@00backpedal wickiup nonrandom badder plastotype agush technologue unpeevish intr@04>@00hark vegetablewise unscaling woubit redisciplined galatotrophic surgent shiko @04>@00equangular highflier geograp@04he@00rs misdentition punch-bowl zeal-worthy euhyostyl@04>@00histaminase twice-reprinted unipersonalist procurvation highflier demoniacism @04>@00flavourous alarmedly hangmanship dittographic rifle-range guipures noticeabili@04>@00:#______________________________________________________________________________
++6a
+=paganistic disproportion eightfoil antileptic spurning ox@04he@00art pearmains smoot@04>@00glozed structurally skiagrams outrig reportorially histocyte respectable sarco@04>@00lactant huntings poecilopod gold-green swainship graduands peauder quindecilli@04>@00presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing unp@04>@00right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectr@04>@00postulations obstacles invariantively proclaimer morphous no-hit overcontentio@04>@00nonexertion pre-Christmas embordering pecksniffian frequentative lucubrator la@04>@00uneastern immeasurableness impeach unarising trac@04he@00lectomopexia equidiurnal ar@04>@00palaeogenesis woodsman extinguis@04he@00d coachable strong-backed corrigendum pin se@04>@00incommunicatively @04he@00mopneumothorax praefectorial cnemides maught prayer-repeat@04>@00selectionist imperception miking sectionalised regian unstrengt@04he@00n invocant af@04>@00gonococci bream filiating puly jinrikiman p@04he@00nylglycine cip@04he@00r diamicton tetra@04>@00tramplike tenomyoplasty equable collagenase delph drumming unomitted inkstain @04>@00breathiest torpidly rangeless carex belly-flopped antarctical mistrals corrupt@04>@00thrill-crazed feelies patart centennially illites docquet fifteen-pounder sale@04>@00semimanneristic micrometeorology prospectless kai-kai synanthous spunkies aedi@04>@00xylols repositor myoliposmias monodize discost burly-faced tartronate punstres@04>@00geneologists someonell chargehouse et@04he@00realization wordbooks uncaging administ@04>@00unintellectuality overgraze abrades transcultural telencephal periorchitis dar@04>@00emancipate krantzite squillery copywriting kapa undervaluation ricinolein scre@04>@00backpedal wickiup nonrandom badder plastotype agush technologue unpeevish intr@04>@00hark vegetablewise unscaling woubit redisciplined galatotrophic surgent shiko @04>@00equangular highflier geograp@04he@00rs misdentition punch-bowl zeal-worthy euhyostyl@04>@00histaminase twice-reprinted unipersonalist procurvation highflier demoniacism @04>@00flavourous alarmedly hangmanship dittographic rifle-range guipures noticeabili@04>@00half-enforced moderantism peridinid reinvests balete typtological flow-on mis-@04>@00:#______________________________________________________________________________
++6a
+=glozed structurally skiagrams outrig reportorially histocyte respectable sarco@04>@00lactant huntings poecilopod gold-green swainship graduands peauder quindecilli@04>@00presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing unp@04>@00right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectr@04>@00postulations obstacles invariantively proclaimer morphous no-hit overcontentio@04>@00nonexertion pre-Christmas embordering pecksniffian frequentative lucubrator la@04>@00uneastern immeasurableness impeach unarising trac@04he@00lectomopexia equidiurnal ar@04>@00palaeogenesis woodsman extinguis@04he@00d coachable strong-backed corrigendum pin se@04>@00incommunicatively @04he@00mopneumothorax praefectorial cnemides maught prayer-repeat@04>@00selectionist imperception miking sectionalised regian unstrengt@04he@00n invocant af@04>@00gonococci bream filiating puly jinrikiman p@04he@00nylglycine cip@04he@00r diamicton tetra@04>@00tramplike tenomyoplasty equable collagenase delph drumming unomitted inkstain @04>@00breathiest torpidly rangeless carex belly-flopped antarctical mistrals corrupt@04>@00thrill-crazed feelies patart centennially illites docquet fifteen-pounder sale@04>@00semimanneristic micrometeorology prospectless kai-kai synanthous spunkies aedi@04>@00xylols repositor myoliposmias monodize discost burly-faced tartronate punstres@04>@00geneologists someonell chargehouse et@04he@00realization wordbooks uncaging administ@04>@00unintellectuality overgraze abrades transcultural telencephal periorchitis dar@04>@00emancipate krantzite squillery copywriting kapa undervaluation ricinolein scre@04>@00backpedal wickiup nonrandom badder plastotype agush technologue unpeevish intr@04>@00hark vegetablewise unscaling woubit redisciplined galatotrophic surgent shiko @04>@00equangular highflier geograp@04he@00rs misdentition punch-bowl zeal-worthy euhyostyl@04>@00histaminase twice-reprinted unipersonalist procurvation highflier demoniacism @04>@00flavourous alarmedly hangmanship dittographic rifle-range guipures noticeabili@04>@00half-enforced moderantism peridinid reinvests balete typtological flow-on mis-@04>@00foliages metastases corporeality superlaboriousness overpromise cysteins obit @04>@00:#______________________________________________________________________________
++2d
+=glozed structurally skiagrams outrig reportorially histocyte respectable sarco@04>@00lactant huntings poecilopod gold-green swainship graduands peauder quindecilli@04>@00presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing unp@04>@00right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectr@04>@00postulations obstacles invariantively proclaimer morphous no-hit overcontentio@04>@00nonexertion pre-Christmas embordering pecksniffian frequentative lucubrator la@04>@00uneastern immeasurableness impeach unarising trac@04he@00lectomopexia equidiurnal ar@04>@00palaeogenesis woodsman extinguis@04he@00d coachable strong-backed corrigendum pin se@04>@00incommunicatively @04he@00mopneumothorax praefectorial cnemides maught prayer-repeat@04>@00selectionist imperception miking sectionalised regian unstrengt@04he@00n invocant af@04>@00gonococci bream filiating puly jinrikiman p@04he@00nylglycine cip@04he@00r diamicton tetra@04>@00tramplike tenomyoplasty equable collagenase delph drumming unomitted inkstain @04>@00breathiest torpidly rangeless carex belly-flopped antarctical mistrals corrupt@04>@00thrill-crazed feelies patart centennially illites docquet fifteen-pounder sale@04>@00semimanneristic micrometeorology prospectless kai-kai synanthous spunkies aedi@04>@00xylols repositor myoliposmias monodize discost burly-faced tartronate punstres@04>@00geneologists someonell chargehouse et@04he@00realization wordbooks uncaging administ@04>@00unintellectuality overgraze abrades transcultural telencephal periorchitis dar@04>@00emancipate krantzite squillery copywriting kapa undervaluation ricinolein scre@04>@00backpedal wickiup nonrandom badder plastotype agush technologue unpeevish intr@04>@00hark vegetablewise unscaling woubit redisciplined galatotrophic surgent shiko @04>@00equangular highflier geograp@04he@00rs misdentition punch-bowl zeal-worthy euhyostyl@04>@00histaminase twice-reprinted unipersonalist procurvation highflier demoniacism @04>@00flavourous alarmedly hangmanship dittographic rifle-range guipures noticeabili@04>@00half-enforced moderantism peridinid reinvests balete typtological flow-on mis-@04>@00foliages metastases corporeality superlaboriousness overpromise cysteins obit @04>@00-#______________________________________________________________________________
++53
+=glozed structurally skiagrams outrig reportorially histocyte respectable sarco@04>@00lactant huntings poecilopod gold-green swainship graduands peauder quindecilli@04>@00presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing unp@04>@00right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectr@04>@00postulations obstacles invariantively proclaimer morphous no-hit overcontentio@04>@00nonexertion pre-Christmas embordering pecksniffian frequentative lucubrator la@04>@00uneastern immeasurableness impeach unarising trac@04he@00lectomopexia equidiurnal ar@04>@00palaeogenesis woodsman extinguis@04he@00d coachable strong-backed corrigendum pin se@04>@00incommunicatively @04he@00mopneumothorax praefectorial cnemides maught prayer-repeat@04>@00selectionist imperception miking sectionalised regian unstrengt@04he@00n invocant af@04>@00gonococci bream filiating puly jinrikiman p@04he@00nylglycine cip@04he@00r diamicton tetra@04>@00tramplike tenomyoplasty equable collagenase delph drumming unomitted inkstain @04>@00breathiest torpidly rangeless carex belly-flopped antarctical mistrals corrupt@04>@00thrill-crazed feelies patart centennially illites docquet fifteen-pounder sale@04>@00semimanneristic micrometeorology prospectless kai-kai synanthous spunkies aedi@04>@00xylols repositor myoliposmias monodize discost burly-faced tartronate punstres@04>@00geneologists someonell chargehouse et@04he@00realization wordbooks uncaging administ@04>@00unintellectuality overgraze abrades transcultural telencephal periorchitis dar@04>@00emancipate krantzite squillery copywriting kapa undervaluation ricinolein scre@04>@00backpedal wickiup nonrandom badder plastotype agush technologue unpeevish intr@04>@00hark vegetablewise unscaling woubit redisciplined galatotrophic surgent shiko @04>@00equangular highflier geograp@04he@00rs misdentition punch-bowl zeal-worthy euhyostyl@04>@00histaminase twice-reprinted unipersonalist procurvation highflier demoniacism @04>@00flavourous alarmedly hangmanship dittographic rifle-range guipures noticeabili@04>@00half-enforced moderantism peridinid reinvests balete typtological flow-on mis-@04>@00foliages metastases corporeality superlaboriousness overpromise cysteins obit @04>Fold long lines (press RETURN)@00#________________________________________________
++a
+=glozed structurally skiagrams outrig reportorially histocyte respectable sarcolytic teasellike unties bark-shredding compotes rehonour lapinized lavacre photomicrographic calcograp@04he@00r molding uncommonness probatively miserlinesses psaltries atrorubent husho dribblers towing mischancy traversed unpunctuality shlepped eisodic uninvoluted ghauts ex@04he@00dra grave-wax pygidium supercivilization oxyuricide treaties sail-over exponentiated barrelwise imported rhapsodize extenuations valleylet hypot@04he@00nal_______________________________________________________lactant huntings poecilopod gold-green swainship graduands peauder quindecillion veridicalities nonviscidness bad-mouth unresident psychopanychite reenabled tolerators eccentricities extraclassroom poulticing unsyllogistical pancratism equisetum detoxes swatc@04he@00s opinable rane usuries malariology w@04he@00elchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship uncoveted glassin unvaccinated enliveningly_______________________________________________________________presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing unpremeditate nuzzler candling risala thrice-venerable preavowal terror-stricken deflationist frangulic supermediocre unsubmissively subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize subvertical cropping cotqueans anapterygotism indictable cliftonite adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing rationalistical recoupment staymaker millieme stander-by cloudology________________________________________________________________right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectre unchromed sievy well-documented deshabille unuprightness mebos grammatite demonomy woodenest bigged kebby power-packed unsatisfiable satirises unliquescent disestablishmentarian kajawah awanting extradictionary nest-building faultfindings angioma implial cold-catching mercuric sweepy honkeys chartlet uninervate cl:#______________________________________________________________________________
++2d
+=glozed structurally skiagrams outrig reportorially histocyte respectable sarcolytic teasellike unties bark-shredding compotes rehonour lapinized lavacre photomicrographic calcograp@04he@00r molding uncommonness probatively miserlinesses psaltries atrorubent husho dribblers towing mischancy traversed unpunctuality shlepped eisodic uninvoluted ghauts ex@04he@00dra grave-wax pygidium supercivilization oxyuricide treaties sail-over exponentiated barrelwise imported rhapsodize extenuations valleylet hypot@04he@00nal_______________________________________________________lactant huntings poecilopod gold-green swainship graduands peauder quindecillion veridicalities nonviscidness bad-mouth unresident psychopanychite reenabled tolerators eccentricities extraclassroom poulticing unsyllogistical pancratism equisetum detoxes swatc@04he@00s opinable rane usuries malariology w@04he@00elchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship uncoveted glassin unvaccinated enliveningly_______________________________________________________________presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing unpremeditate nuzzler candling risala thrice-venerable preavowal terror-stricken deflationist frangulic supermediocre unsubmissively subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize subvertical cropping cotqueans anapterygotism indictable cliftonite adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing rationalistical recoupment staymaker millieme stander-by cloudology________________________________________________________________right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectre unchromed sievy well-documented deshabille unuprightness mebos grammatite demonomy woodenest bigged kebby power-packed unsatisfiable satirises unliquescent disestablishmentarian kajawah awanting extradictionary nest-building faultfindings angioma implial cold-catching mercuric sweepy honkeys chartlet uninervate cl-#______________________________________________________________________________
++2d
+=glozed structurally skiagrams outrig reportorially histocyte respectable sarcolytic teasellike unties bark-shredding compotes rehonour lapinized lavacre photomicrographic calcograp@04he@00r molding uncommonness probatively miserlinesses psaltries atrorubent husho dribblers towing mischancy traversed unpunctuality shlepped eisodic uninvoluted ghauts ex@04he@00dra grave-wax pygidium supercivilization oxyuricide treaties sail-over exponentiated barrelwise imported rhapsodize extenuations valleylet hypot@04he@00nal_______________________________________________________lactant huntings poecilopod gold-green swainship graduands peauder quindecillion veridicalities nonviscidness bad-mouth unresident psychopanychite reenabled tolerators eccentricities extraclassroom poulticing unsyllogistical pancratism equisetum detoxes swatc@04he@00s opinable rane usuries malariology w@04he@00elchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship uncoveted glassin unvaccinated enliveningly_______________________________________________________________presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing unpremeditate nuzzler candling risala thrice-venerable preavowal terror-stricken deflationist frangulic supermediocre unsubmissively subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize subvertical cropping cotqueans anapterygotism indictable cliftonite adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing rationalistical recoupment staymaker millieme stander-by cloudology________________________________________________________________right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectre unchromed sievy well-documented deshabille unuprightness mebos grammatite demonomy woodenest bigged kebby power-packed unsatisfiable satirises unliquescent disestablishmentarian kajawah awanting extradictionary nest-building faultfindings angioma implial cold-catching mercuric sweepy honkeys chartlet uninervate cl--#_____________________________________________________________________________
++77
+=glozed structurally skiagrams outrig reportorially histocyte respectable sarcolytic teasellike unties bark-shredding compotes rehonour lapinized lavacre photomicrographic calcograp@04he@00r molding uncommonness probatively miserlinesses psaltries atrorubent husho dribblers towing mischancy traversed unpunctuality shlepped eisodic uninvoluted ghauts ex@04he@00dra grave-wax pygidium supercivilization oxyuricide treaties sail-over exponentiated barrelwise imported rhapsodize extenuations valleylet hypot@04he@00nal_______________________________________________________lactant huntings poecilopod gold-green swainship graduands peauder quindecillion veridicalities nonviscidness bad-mouth unresident psychopanychite reenabled tolerators eccentricities extraclassroom poulticing unsyllogistical pancratism equisetum detoxes swatc@04he@00s opinable rane usuries malariology w@04he@00elchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship uncoveted glassin unvaccinated enliveningly_______________________________________________________________presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing unpremeditate nuzzler candling risala thrice-venerable preavowal terror-stricken deflationist frangulic supermediocre unsubmissively subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize subvertical cropping cotqueans anapterygotism indictable cliftonite adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing rationalistical recoupment staymaker millieme stander-by cloudology________________________________________________________________right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectre unchromed sievy well-documented deshabille unuprightness mebos grammatite demonomy woodenest bigged kebby power-packed unsatisfiable satirises unliquescent disestablishmentarian kajawah awanting extradictionary nest-building faultfindings angioma implial cold-catching mercuric sweepy honkeys chartlet uninervate cl--w#____________________________________________________________________________
++6f
+=glozed structurally skiagrams outrig reportorially histocyte respectable sarcolytic teasellike unties bark-shredding compotes rehonour lapinized lavacre photomicrographic calcograp@04he@00r molding uncommonness probatively miserlinesses psaltries atrorubent husho dribblers towing mischancy traversed unpunctuality shlepped eisodic uninvoluted ghauts ex@04he@00dra grave-wax pygidium supercivilization oxyuricide treaties sail-over exponentiated barrelwise imported rhapsodize extenuations valleylet hypot@04he@00nal_______________________________________________________lactant huntings poecilopod gold-green swainship graduands peauder quindecillion veridicalities nonviscidness bad-mouth unresident psychopanychite reenabled tolerators eccentricities extraclassroom poulticing unsyllogistical pancratism equisetum detoxes swatc@04he@00s opinable rane usuries malariology w@04he@00elchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship uncoveted glassin unvaccinated enliveningly_______________________________________________________________presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing unpremeditate nuzzler candling risala thrice-venerable preavowal terror-stricken deflationist frangulic supermediocre unsubmissively subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize subvertical cropping cotqueans anapterygotism indictable cliftonite adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing rationalistical recoupment staymaker millieme stander-by cloudology________________________________________________________________right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectre unchromed sievy well-documented deshabille unuprightness mebos grammatite demonomy woodenest bigged kebby power-packed unsatisfiable satirises unliquescent disestablishmentarian kajawah awanting extradictionary nest-building faultfindings angioma implial cold-catching mercuric sweepy honkeys chartlet uninervate cl--wordwrap#_____________________________________________________________________
++72
+=glozed structurally skiagrams outrig reportorially histocyte respectable sarcolytic teasellike unties bark-shredding compotes rehonour lapinized lavacre photomicrographic calcograp@04he@00r molding uncommonness probatively miserlinesses psaltries atrorubent husho dribblers towing mischancy traversed unpunctuality shlepped eisodic uninvoluted ghauts ex@04he@00dra grave-wax pygidium supercivilization oxyuricide treaties sail-over exponentiated barrelwise imported rhapsodize extenuations valleylet hypot@04he@00nal_______________________________________________________lactant huntings poecilopod gold-green swainship graduands peauder quindecillion veridicalities nonviscidness bad-mouth unresident psychopanychite reenabled tolerators eccentricities extraclassroom poulticing unsyllogistical pancratism equisetum detoxes swatc@04he@00s opinable rane usuries malariology w@04he@00elchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship uncoveted glassin unvaccinated enliveningly_______________________________________________________________presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing unpremeditate nuzzler candling risala thrice-venerable preavowal terror-stricken deflationist frangulic supermediocre unsubmissively subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize subvertical cropping cotqueans anapterygotism indictable cliftonite adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing rationalistical recoupment staymaker millieme stander-by cloudology________________________________________________________________right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectre unchromed sievy well-documented deshabille unuprightness mebos grammatite demonomy woodenest bigged kebby power-packed unsatisfiable satirises unliquescent disestablishmentarian kajawah awanting extradictionary nest-building faultfindings angioma implial cold-catching mercuric sweepy honkeys chartlet uninervate cl--wordwrap#_____________________________________________________________________
++a
+=glozed structurally skiagrams outrig reportorially histocyte respectable sarcolytic teasellike unties bark-shredding compotes rehonour lapinized lavacre photomicrographic calcograp@04he@00r molding uncommonness probatively miserlinesses psaltries atrorubent husho dribblers towing mischancy traversed unpunctuality shlepped eisodic uninvoluted ghauts ex@04he@00dra grave-wax pygidium supercivilization oxyuricide treaties sail-over exponentiated barrelwise imported rhapsodize extenuations valleylet hypot@04he@00nal_______________________________________________________lactant huntings poecilopod gold-green swainship graduands peauder quindecillion veridicalities nonviscidness bad-mouth unresident psychopanychite reenabled tolerators eccentricities extraclassroom poulticing unsyllogistical pancratism equisetum detoxes swatc@04he@00s opinable rane usuries malariology w@04he@00elchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship uncoveted glassin unvaccinated enliveningly_______________________________________________________________presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing unpremeditate nuzzler candling risala thrice-venerable preavowal terror-stricken deflationist frangulic supermediocre unsubmissively subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize subvertical cropping cotqueans anapterygotism indictable cliftonite adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing rationalistical recoupment staymaker millieme stander-by cloudology________________________________________________________________right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectre unchromed sievy well-documented deshabille unuprightness mebos grammatite demonomy woodenest bigged kebby power-packed unsatisfiable satirises unliquescent disestablishmentarian kajawah awanting extradictionary nest-building faultfindings angioma implial cold-catching mercuric sweepy honkeys chartlet uninervate cl@04Wrap lines at spaces (press RETURN)@00#___________________________________________
++a
+=glozed structurally skiagrams outrig reportorially histocyte respectable ______sarcolytic teasellike unties bark-shredding compotes rehonour lapinized lavacrephotomicrographic calcograp@04he@00r molding uncommonness probatively miserlinesses _psaltries atrorubent husho dribblers towing mischancy traversed unpunctuality _shlepped eisodic uninvoluted ghauts ex@04he@00dra grave-wax pygidium ________________supercivilization oxyuricide treaties sail-over exponentiated barrelwise ______imported rhapsodize extenuations valleylet hypot@04he@00nal__________________________lactant huntings poecilopod gold-green swainship graduands peauder ____________quindecillion veridicalities nonviscidness bad-mouth unresident psychopanychitereenabled tolerators eccentricities extraclassroom poulticing unsyllogistical _pancratism equisetum detoxes swatc@04he@00s opinable rane usuries malariology _______w@04he@00elchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship ________uncoveted glassin unvaccinated enliveningly____________________________________presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing ____unpremeditate nuzzler candling risala thrice-venerable preavowal ______________terror-stricken deflationist frangulic supermediocre unsubmissively ___________subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize ______subvertical cropping cotqueans anapterygotism indictable cliftonite ___________adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing ______rationalistical recoupment staymaker millieme stander-by cloudology____________right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectreunchromed sievy well-documented deshabille unuprightness mebos grammatite _____demonomy woodenest bigged kebby power-packed unsatisfiable satirises __________unliquescent disestablishmentarian kajawah awanting extradictionary ___________nest-building faultfindings angioma implial cold-catching mercuric sweepy _____:#______________________________________________________________________________
++6a
+=sarcolytic teasellike unties bark-shredding compotes rehonour lapinized lavacrephotomicrographic calcograp@04he@00r molding uncommonness probatively miserlinesses _psaltries atrorubent husho dribblers towing mischancy traversed unpunctuality _shlepped eisodic uninvoluted ghauts ex@04he@00dra grave-wax pygidium ________________supercivilization oxyuricide treaties sail-over exponentiated barrelwise ______imported rhapsodize extenuations valleylet hypot@04he@00nal__________________________lactant huntings poecilopod gold-green swainship graduands peauder ____________quindecillion veridicalities nonviscidness bad-mouth unresident psychopanychitereenabled tolerators eccentricities extraclassroom poulticing unsyllogistical _pancratism equisetum detoxes swatc@04he@00s opinable rane usuries malariology _______w@04he@00elchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship ________uncoveted glassin unvaccinated enliveningly____________________________________presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing ____unpremeditate nuzzler candling risala thrice-venerable preavowal ______________terror-stricken deflationist frangulic supermediocre unsubmissively ___________subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize ______subvertical cropping cotqueans anapterygotism indictable cliftonite ___________adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing ______rationalistical recoupment staymaker millieme stander-by cloudology____________right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectreunchromed sievy well-documented deshabille unuprightness mebos grammatite _____demonomy woodenest bigged kebby power-packed unsatisfiable satirises __________unliquescent disestablishmentarian kajawah awanting extradictionary ___________nest-building faultfindings angioma implial cold-catching mercuric sweepy _____honkeys chartlet uninervate clerkish viniferous archisynagogue uncoiffed ______:#______________________________________________________________________________
++6a
+=photomicrographic calcograp@04he@00r molding uncommonness probatively miserlinesses _psaltries atrorubent husho dribblers towing mischancy traversed unpunctuality _shlepped eisodic uninvoluted ghauts ex@04he@00dra grave-wax pygidium ________________supercivilization oxyuricide treaties sail-over exponentiated barrelwise ______imported rhapsodize extenuations valleylet hypot@04he@00nal__________________________lactant huntings poecilopod gold-green swainship graduands peauder ____________quindecillion veridicalities nonviscidness bad-mouth unresident psychopanychitereenabled tolerators eccentricities extraclassroom poulticing unsyllogistical _pancratism equisetum detoxes swatc@04he@00s opinable rane usuries malariology _______w@04he@00elchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship ________uncoveted glassin unvaccinated enliveningly____________________________________presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing ____unpremeditate nuzzler candling risala thrice-venerable preavowal ______________terror-stricken deflationist frangulic supermediocre unsubmissively ___________subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize ______subvertical cropping cotqueans anapterygotism indictable cliftonite ___________adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing ______rationalistical recoupment staymaker millieme stander-by cloudology____________right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectreunchromed sievy well-documented deshabille unuprightness mebos grammatite _____demonomy woodenest bigged kebby power-packed unsatisfiable satirises __________unliquescent disestablishmentarian kajawah awanting extradictionary ___________nest-building faultfindings angioma implial cold-catching mercuric sweepy _____honkeys chartlet uninervate clerkish viniferous archisynagogue uncoiffed ______whizbang diplocephaly anecdote humbugable analphabete redrape__________________:#______________________________________________________________________________
++6a
+=psaltries atrorubent husho dribblers towing mischancy traversed unpunctuality _shlepped eisodic uninvoluted ghauts ex@04he@00dra grave-wax pygidium ________________supercivilization oxyuricide treaties sail-over exponentiated barrelwise ______imported rhapsodize extenuations valleylet hypot@04he@00nal__________________________lactant huntings poecilopod gold-green swainship graduands peauder ____________quindecillion veridicalities nonviscidness bad-mouth unresident psychopanychitereenabled tolerators eccentricities extraclassroom poulticing unsyllogistical _pancratism equisetum detoxes swatc@04he@00s opinable rane usuries malariology _______w@04he@00elchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship ________uncoveted glassin unvaccinated enliveningly____________________________________presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing ____unpremeditate nuzzler candling risala thrice-venerable preavowal ______________terror-stricken deflationist frangulic supermediocre unsubmissively ___________subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize ______subvertical cropping cotqueans anapterygotism indictable cliftonite ___________adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing ______rationalistical recoupment staymaker millieme stander-by cloudology____________right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectreunchromed sievy well-documented deshabille unuprightness mebos grammatite _____demonomy woodenest bigged kebby power-packed unsatisfiable satirises __________unliquescent disestablishmentarian kajawah awanting extradictionary ___________nest-building faultfindings angioma implial cold-catching mercuric sweepy _____honkeys chartlet uninervate clerkish viniferous archisynagogue uncoiffed ______whizbang diplocephaly anecdote humbugable analphabete redrape__________________postulations obstacles invariantively proclaimer morphous no-hit ______________:#______________________________________________________________________________
++6a
+=shlepped eisodic uninvoluted ghauts ex@04he@00dra grave-wax pygidium ________________supercivilization oxyuricide treaties sail-over exponentiated barrelwise ______imported rhapsodize extenuations valleylet hypot@04he@00nal__________________________lactant huntings poecilopod gold-green swainship graduands peauder ____________quindecillion veridicalities nonviscidness bad-mouth unresident psychopanychitereenabled tolerators eccentricities extraclassroom poulticing unsyllogistical _pancratism equisetum detoxes swatc@04he@00s opinable rane usuries malariology _______w@04he@00elchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship ________uncoveted glassin unvaccinated enliveningly____________________________________presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing ____unpremeditate nuzzler candling risala thrice-venerable preavowal ______________terror-stricken deflationist frangulic supermediocre unsubmissively ___________subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize ______subvertical cropping cotqueans anapterygotism indictable cliftonite ___________adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing ______rationalistical recoupment staymaker millieme stander-by cloudology____________right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectreunchromed sievy well-documented deshabille unuprightness mebos grammatite _____demonomy woodenest bigged kebby power-packed unsatisfiable satirises __________unliquescent disestablishmentarian kajawah awanting extradictionary ___________nest-building faultfindings angioma implial cold-catching mercuric sweepy _____honkeys chartlet uninervate clerkish viniferous archisynagogue uncoiffed ______whizbang diplocephaly anecdote humbugable analphabete redrape__________________postulations obstacles invariantively proclaimer morphous no-hit ______________overcontentiously gripping perversity mellowness engjateigur unpresumed _______:#______________________________________________________________________________
++6a
+=supercivilization oxyuricide treaties sail-over exponentiated barrelwise ______imported rhapsodize extenuations valleylet hypot@04he@00nal__________________________lactant huntings poecilopod gold-green swainship graduands peauder ____________quindecillion veridicalities nonviscidness bad-mouth unresident psychopanychitereenabled tolerators eccentricities extraclassroom poulticing unsyllogistical _pancratism equisetum detoxes swatc@04he@00s opinable rane usuries malariology _______w@04he@00elchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship ________uncoveted glassin unvaccinated enliveningly____________________________________presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing ____unpremeditate nuzzler candling risala thrice-venerable preavowal ______________terror-stricken deflationist frangulic supermediocre unsubmissively ___________subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize ______subvertical cropping cotqueans anapterygotism indictable cliftonite ___________adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing ______rationalistical recoupment staymaker millieme stander-by cloudology____________right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectreunchromed sievy well-documented deshabille unuprightness mebos grammatite _____demonomy woodenest bigged kebby power-packed unsatisfiable satirises __________unliquescent disestablishmentarian kajawah awanting extradictionary ___________nest-building faultfindings angioma implial cold-catching mercuric sweepy _____honkeys chartlet uninervate clerkish viniferous archisynagogue uncoiffed ______whizbang diplocephaly anecdote humbugable analphabete redrape__________________postulations obstacles invariantively proclaimer morphous no-hit ______________overcontentiously gripping perversity mellowness engjateigur unpresumed _______tuppenny-hapenny snake-bodied retrospectively sublingua beglerbegluc __________:#______________________________________________________________________________
++6a
+=imported rhapsodize extenuations valleylet hypot@04he@00nal__________________________lactant huntings poecilopod gold-green swainship graduands peauder ____________quindecillion veridicalities nonviscidness bad-mouth unresident psychopanychitereenabled tolerators eccentricities extraclassroom poulticing unsyllogistical _pancratism equisetum detoxes swatc@04he@00s opinable rane usuries malariology _______w@04he@00elchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship ________uncoveted glassin unvaccinated enliveningly____________________________________presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing ____unpremeditate nuzzler candling risala thrice-venerable preavowal ______________terror-stricken deflationist frangulic supermediocre unsubmissively ___________subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize ______subvertical cropping cotqueans anapterygotism indictable cliftonite ___________adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing ______rationalistical recoupment staymaker millieme stander-by cloudology____________right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectreunchromed sievy well-documented deshabille unuprightness mebos grammatite _____demonomy woodenest bigged kebby power-packed unsatisfiable satirises __________unliquescent disestablishmentarian kajawah awanting extradictionary ___________nest-building faultfindings angioma implial cold-catching mercuric sweepy _____honkeys chartlet uninervate clerkish viniferous archisynagogue uncoiffed ______whizbang diplocephaly anecdote humbugable analphabete redrape__________________postulations obstacles invariantively proclaimer morphous no-hit ______________overcontentiously gripping perversity mellowness engjateigur unpresumed _______tuppenny-hapenny snake-bodied retrospectively sublingua beglerbegluc __________self-mapped cubby fostress baba winier blocked-out waterman quasi-absolute ____:#______________________________________________________________________________
++6a
+=lactant huntings poecilopod gold-green swainship graduands peauder ____________quindecillion veridicalities nonviscidness bad-mouth unresident psychopanychitereenabled tolerators eccentricities extraclassroom poulticing unsyllogistical _pancratism equisetum detoxes swatc@04he@00s opinable rane usuries malariology _______w@04he@00elchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship ________uncoveted glassin unvaccinated enliveningly____________________________________presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing ____unpremeditate nuzzler candling risala thrice-venerable preavowal ______________terror-stricken deflationist frangulic supermediocre unsubmissively ___________subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize ______subvertical cropping cotqueans anapterygotism indictable cliftonite ___________adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing ______rationalistical recoupment staymaker millieme stander-by cloudology____________right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectreunchromed sievy well-documented deshabille unuprightness mebos grammatite _____demonomy woodenest bigged kebby power-packed unsatisfiable satirises __________unliquescent disestablishmentarian kajawah awanting extradictionary ___________nest-building faultfindings angioma implial cold-catching mercuric sweepy _____honkeys chartlet uninervate clerkish viniferous archisynagogue uncoiffed ______whizbang diplocephaly anecdote humbugable analphabete redrape__________________postulations obstacles invariantively proclaimer morphous no-hit ______________overcontentiously gripping perversity mellowness engjateigur unpresumed _______tuppenny-hapenny snake-bodied retrospectively sublingua beglerbegluc __________self-mapped cubby fostress baba winier blocked-out waterman quasi-absolute ____egualmente horoscoper ricoc@04he@00tting misdemeanant mongrelism banxring subreniform:#______________________________________________________________________________
++6a
+=quindecillion veridicalities nonviscidness bad-mouth unresident psychopanychitereenabled tolerators eccentricities extraclassroom poulticing unsyllogistical _pancratism equisetum detoxes swatc@04he@00s opinable rane usuries malariology _______w@04he@00elchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship ________uncoveted glassin unvaccinated enliveningly____________________________________presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing ____unpremeditate nuzzler candling risala thrice-venerable preavowal ______________terror-stricken deflationist frangulic supermediocre unsubmissively ___________subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize ______subvertical cropping cotqueans anapterygotism indictable cliftonite ___________adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing ______rationalistical recoupment staymaker millieme stander-by cloudology____________right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectreunchromed sievy well-documented deshabille unuprightness mebos grammatite _____demonomy woodenest bigged kebby power-packed unsatisfiable satirises __________unliquescent disestablishmentarian kajawah awanting extradictionary ___________nest-building faultfindings angioma implial cold-catching mercuric sweepy _____honkeys chartlet uninervate clerkish viniferous archisynagogue uncoiffed ______whizbang diplocephaly anecdote humbugable analphabete redrape__________________postulations obstacles invariantively proclaimer morphous no-hit ______________overcontentiously gripping perversity mellowness engjateigur unpresumed _______tuppenny-hapenny snake-bodied retrospectively sublingua beglerbegluc __________self-mapped cubby fostress baba winier blocked-out waterman quasi-absolute ____egualmente horoscoper ricoc@04he@00tting misdemeanant mongrelism banxring subreniformeyght inequilibrium retchless unblenc@04he@00d areological auxiliation mesocephalon _:#______________________________________________________________________________
++6a
+=reenabled tolerators eccentricities extraclassroom poulticing unsyllogistical _pancratism equisetum detoxes swatc@04he@00s opinable rane usuries malariology _______w@04he@00elchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship ________uncoveted glassin unvaccinated enliveningly____________________________________presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing ____unpremeditate nuzzler candling risala thrice-venerable preavowal ______________terror-stricken deflationist frangulic supermediocre unsubmissively ___________subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize ______subvertical cropping cotqueans anapterygotism indictable cliftonite ___________adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing ______rationalistical recoupment staymaker millieme stander-by cloudology____________right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectreunchromed sievy well-documented deshabille unuprightness mebos grammatite _____demonomy woodenest bigged kebby power-packed unsatisfiable satirises __________unliquescent disestablishmentarian kajawah awanting extradictionary ___________nest-building faultfindings angioma implial cold-catching mercuric sweepy _____honkeys chartlet uninervate clerkish viniferous archisynagogue uncoiffed ______whizbang diplocephaly anecdote humbugable analphabete redrape__________________postulations obstacles invariantively proclaimer morphous no-hit ______________overcontentiously gripping perversity mellowness engjateigur unpresumed _______tuppenny-hapenny snake-bodied retrospectively sublingua beglerbegluc __________self-mapped cubby fostress baba winier blocked-out waterman quasi-absolute ____egualmente horoscoper ricoc@04he@00tting misdemeanant mongrelism banxring subreniformeyght inequilibrium retchless unblenc@04he@00d areological auxiliation mesocephalon _enisled sained himation ac@04he@00weed collaborationists_____________________________:#______________________________________________________________________________
++2d
+=reenabled tolerators eccentricities extraclassroom poulticing unsyllogistical _pancratism equisetum detoxes swatc@04he@00s opinable rane usuries malariology _______w@04he@00elchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship ________uncoveted glassin unvaccinated enliveningly____________________________________presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing ____unpremeditate nuzzler candling risala thrice-venerable preavowal ______________terror-stricken deflationist frangulic supermediocre unsubmissively ___________subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize ______subvertical cropping cotqueans anapterygotism indictable cliftonite ___________adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing ______rationalistical recoupment staymaker millieme stander-by cloudology____________right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectreunchromed sievy well-documented deshabille unuprightness mebos grammatite _____demonomy woodenest bigged kebby power-packed unsatisfiable satirises __________unliquescent disestablishmentarian kajawah awanting extradictionary ___________nest-building faultfindings angioma implial cold-catching mercuric sweepy _____honkeys chartlet uninervate clerkish viniferous archisynagogue uncoiffed ______whizbang diplocephaly anecdote humbugable analphabete redrape__________________postulations obstacles invariantively proclaimer morphous no-hit ______________overcontentiously gripping perversity mellowness engjateigur unpresumed _______tuppenny-hapenny snake-bodied retrospectively sublingua beglerbegluc __________self-mapped cubby fostress baba winier blocked-out waterman quasi-absolute ____egualmente horoscoper ricoc@04he@00tting misdemeanant mongrelism banxring subreniformeyght inequilibrium retchless unblenc@04he@00d areological auxiliation mesocephalon _enisled sained himation ac@04he@00weed collaborationists_____________________________-#______________________________________________________________________________
++4e
+=reenabled tolerators eccentricities extraclassroom poulticing unsyllogistical _pancratism equisetum detoxes swatc@04he@00s opinable rane usuries malariology _______w@04he@00elchairs antibibliolatry alcyonium tollers reconsign linguogingival pegoxyl drift self-changed elliptic-leaved billeting fraudulently watermanship ________uncoveted glassin unvaccinated enliveningly____________________________________presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications flushing ____unpremeditate nuzzler candling risala thrice-venerable preavowal ______________terror-stricken deflationist frangulic supermediocre unsubmissively ___________subtle-souled wellknown seatbelt oorial whirry trivium canter trypsinize ______subvertical cropping cotqueans anapterygotism indictable cliftonite ___________adenochondrosarcoma unspecifiedly permanentness clupeoids unfilm tricing ______rationalistical recoupment staymaker millieme stander-by cloudology____________right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph spectreunchromed sievy well-documented deshabille unuprightness mebos grammatite _____demonomy woodenest bigged kebby power-packed unsatisfiable satirises __________unliquescent disestablishmentarian kajawah awanting extradictionary ___________nest-building faultfindings angioma implial cold-catching mercuric sweepy _____honkeys chartlet uninervate clerkish viniferous archisynagogue uncoiffed ______whizbang diplocephaly anecdote humbugable analphabete redrape__________________postulations obstacles invariantively proclaimer morphous no-hit ______________overcontentiously gripping perversity mellowness engjateigur unpresumed _______tuppenny-hapenny snake-bodied retrospectively sublingua beglerbegluc __________self-mapped cubby fostress baba winier blocked-out waterman quasi-absolute ____egualmente horoscoper ricoc@04he@00tting misdemeanant mongrelism banxring subreniformeyght inequilibrium retchless unblenc@04he@00d areological auxiliation mesocephalon _enisled sained himation ac@04he@00weed collaborationists_____________________________@04Constantly display line numbers (press RETURN)@00#________________________________
++a
+= @0125@00 reenabled tolerators eccentricities extraclassroom poulticing _________ @0125@00 unsyllogistical pancratism equisetum detoxes swatc@04he@00s opinable rane ___ @0125@00 usuries malariology w@04he@00elchairs antibibliolatry alcyonium tollers _____ @0125@00 reconsign linguogingival pegoxyl drift self-changed elliptic-leaved ___ @0125@00 billeting fraudulently watermanship uncoveted glassin unvaccinated ____ @0125@00 enliveningly___________________________________________________________ @0126@00 presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications _____ @0126@00 flushing unpremeditate nuzzler candling risala thrice-venerable _______ @0126@00 preavowal terror-stricken deflationist frangulic supermediocre ________ @0126@00 unsubmissively subtle-souled wellknown seatbelt oorial whirry trivium _ @0126@00 canter trypsinize subvertical cropping cotqueans anapterygotism _______ @0126@00 indictable cliftonite adenochondrosarcoma unspecifiedly permanentness _ @0126@00 clupeoids unfilm tricing rationalistical recoupment staymaker millieme @0126@00 stander-by cloudology__________________________________________________ @0127@00 right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph @0127@00 spectre unchromed sievy well-documented deshabille unuprightness mebos @0127@00 grammatite demonomy woodenest bigged kebby power-packed unsatisfiable _ @0127@00 satirises unliquescent disestablishmentarian kajawah awanting _________ @0127@00 extradictionary nest-building faultfindings angioma implial ___________ @0127@00 cold-catching mercuric sweepy honkeys chartlet uninervate clerkish ____ @0127@00 viniferous archisynagogue uncoiffed whizbang diplocephaly anecdote ____ @0127@00 humbugable analphabete redrape_________________________________________ @0128@00 postulations obstacles invariantively proclaimer morphous no-hit ______ @0128@00 overcontentiously gripping perversity mellowness engjateigur unpresumed @0128@00 tuppenny-hapenny snake-bodied retrospectively sublingua beglerbegluc __ @0128@00 self-mapped cubby fostress baba winier blocked-out waterman ___________:#______________________________________________________________________________
++2f
+= @0125@00 reenabled tolerators eccentricities extraclassroom poulticing _________ @0125@00 unsyllogistical pancratism equisetum detoxes swatc@04he@00s opinable rane ___ @0125@00 usuries malariology w@04he@00elchairs antibibliolatry alcyonium tollers _____ @0125@00 reconsign linguogingival pegoxyl drift self-changed elliptic-leaved ___ @0125@00 billeting fraudulently watermanship uncoveted glassin unvaccinated ____ @0125@00 enliveningly___________________________________________________________ @0126@00 presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications _____ @0126@00 flushing unpremeditate nuzzler candling risala thrice-venerable _______ @0126@00 preavowal terror-stricken deflationist frangulic supermediocre ________ @0126@00 unsubmissively subtle-souled wellknown seatbelt oorial whirry trivium _ @0126@00 canter trypsinize subvertical cropping cotqueans anapterygotism _______ @0126@00 indictable cliftonite adenochondrosarcoma unspecifiedly permanentness _ @0126@00 clupeoids unfilm tricing rationalistical recoupment staymaker millieme @0126@00 stander-by cloudology__________________________________________________ @0127@00 right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph @0127@00 spectre unchromed sievy well-documented deshabille unuprightness mebos @0127@00 grammatite demonomy woodenest bigged kebby power-packed unsatisfiable _ @0127@00 satirises unliquescent disestablishmentarian kajawah awanting _________ @0127@00 extradictionary nest-building faultfindings angioma implial ___________ @0127@00 cold-catching mercuric sweepy honkeys chartlet uninervate clerkish ____ @0127@00 viniferous archisynagogue uncoiffed whizbang diplocephaly anecdote ____ @0127@00 humbugable analphabete redrape_________________________________________ @0128@00 postulations obstacles invariantively proclaimer morphous no-hit ______ @0128@00 overcontentiously gripping perversity mellowness engjateigur unpresumed @0128@00 tuppenny-hapenny snake-bodied retrospectively sublingua beglerbegluc __ @0128@00 self-mapped cubby fostress baba winier blocked-out waterman ___________/#______________________________________________________________________________
++65
+= @0125@00 reenabled tolerators eccentricities extraclassroom poulticing _________ @0125@00 unsyllogistical pancratism equisetum detoxes swatc@04he@00s opinable rane ___ @0125@00 usuries malariology w@04he@00elchairs antibibliolatry alcyonium tollers _____ @0125@00 reconsign linguogingival pegoxyl drift self-changed elliptic-leaved ___ @0125@00 billeting fraudulently watermanship uncoveted glassin unvaccinated ____ @0125@00 enliveningly___________________________________________________________ @0126@00 presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications _____ @0126@00 flushing unpremeditate nuzzler candling risala thrice-venerable _______ @0126@00 preavowal terror-stricken deflationist frangulic supermediocre ________ @0126@00 unsubmissively subtle-souled wellknown seatbelt oorial whirry trivium _ @0126@00 canter trypsinize subvertical cropping cotqueans anapterygotism _______ @0126@00 indictable cliftonite adenochondrosarcoma unspecifiedly permanentness _ @0126@00 clupeoids unfilm tricing rationalistical recoupment staymaker millieme @0126@00 stander-by cloudology__________________________________________________ @0127@00 right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph @0127@00 spectre unchromed sievy well-documented deshabille unuprightness mebos @0127@00 grammatite demonomy woodenest bigged kebby power-packed unsatisfiable _ @0127@00 satirises unliquescent disestablishmentarian kajawah awanting _________ @0127@00 extradictionary nest-building faultfindings angioma implial ___________ @0127@00 cold-catching mercuric sweepy honkeys chartlet uninervate clerkish ____ @0127@00 viniferous archisynagogue uncoiffed whizbang diplocephaly anecdote ____ @0127@00 humbugable analphabete redrape_________________________________________ @0128@00 postulations obstacles invariantively proclaimer morphous no-hit ______ @0128@00 overcontentiously gripping perversity mellowness engjateigur unpresumed @0128@00 tuppenny-hapenny snake-bodied retrospectively sublingua beglerbegluc __ @0128@00 self-mapped cubby fostress baba winier blocked-out waterman ___________/e#_____________________________________________________________________________
++20
+= @0125@00 reenabled tolerators eccentricities extraclassroom poulticing _________ @0125@00 unsyllogistical pancratism equisetum detoxes swatc@04he@00s opinable rane ___ @0125@00 usuries malariology w@04he@00elchairs antibibliolatry alcyonium tollers _____ @0125@00 reconsign linguogingival pegoxyl drift self-changed elliptic-leaved ___ @0125@00 billeting fraudulently watermanship uncoveted glassin unvaccinated ____ @0125@00 enliveningly___________________________________________________________ @0126@00 presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications _____ @0126@00 flushing unpremeditate nuzzler candling risala thrice-venerable _______ @0126@00 preavowal terror-stricken deflationist frangulic supermediocre ________ @0126@00 unsubmissively subtle-souled wellknown seatbelt oorial whirry trivium _ @0126@00 canter trypsinize subvertical cropping cotqueans anapterygotism _______ @0126@00 indictable cliftonite adenochondrosarcoma unspecifiedly permanentness _ @0126@00 clupeoids unfilm tricing rationalistical recoupment staymaker millieme @0126@00 stander-by cloudology__________________________________________________ @0127@00 right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph @0127@00 spectre unchromed sievy well-documented deshabille unuprightness mebos @0127@00 grammatite demonomy woodenest bigged kebby power-packed unsatisfiable _ @0127@00 satirises unliquescent disestablishmentarian kajawah awanting _________ @0127@00 extradictionary nest-building faultfindings angioma implial ___________ @0127@00 cold-catching mercuric sweepy honkeys chartlet uninervate clerkish ____ @0127@00 viniferous archisynagogue uncoiffed whizbang diplocephaly anecdote ____ @0127@00 humbugable analphabete redrape_________________________________________ @0128@00 postulations obstacles invariantively proclaimer morphous no-hit ______ @0128@00 overcontentiously gripping perversity mellowness engjateigur unpresumed @0128@00 tuppenny-hapenny snake-bodied retrospectively sublingua beglerbegluc __ @0128@00 self-mapped cubby fostress baba winier blocked-out waterman ___________/e #____________________________________________________________________________
++75
+= @0125@00 reenabled tolerators eccentricities extraclassroom poulticing _________ @0125@00 unsyllogistical pancratism equisetum detoxes swatc@04he@00s opinable rane ___ @0125@00 usuries malariology w@04he@00elchairs antibibliolatry alcyonium tollers _____ @0125@00 reconsign linguogingival pegoxyl drift self-changed elliptic-leaved ___ @0125@00 billeting fraudulently watermanship uncoveted glassin unvaccinated ____ @0125@00 enliveningly___________________________________________________________ @0126@00 presuggestion erythrocytorr@04he@00xis hyperalbuminosis sanctifications _____ @0126@00 flushing unpremeditate nuzzler candling risala thrice-venerable _______ @0126@00 preavowal terror-stricken deflationist frangulic supermediocre ________ @0126@00 unsubmissively subtle-souled wellknown seatbelt oorial whirry trivium _ @0126@00 canter trypsinize subvertical cropping cotqueans anapterygotism _______ @0126@00 indictable cliftonite adenochondrosarcoma unspecifiedly permanentness _ @0126@00 clupeoids unfilm tricing rationalistical recoupment staymaker millieme @0126@00 stander-by cloudology__________________________________________________ @0127@00 right@04he@00aded bandworm carucage dyeline counselled sluicy berun skiagraph @0127@00 spectre unchromed sievy well-documented deshabille unuprightness mebos @0127@00 grammatite demonomy woodenest bigged kebby power-packed unsatisfiable _ @0127@00 satirises unliquescent disestablishmentarian kajawah awanting _________ @0127@00 extradictionary nest-building faultfindings angioma implial ___________ @0127@00 cold-catching mercuric sweepy honkeys chartlet uninervate clerkish ____ @0127@00 viniferous archisynagogue uncoiffed whizbang diplocephaly anecdote ____ @0127@00 humbugable analphabete redrape_________________________________________ @0128@00 postulations obstacles invariantively proclaimer morphous no-hit ______ @0128@00 overcontentiously gripping perversity mellowness engjateigur unpresumed @0128@00 tuppenny-hapenny snake-bodied retrospectively sublingua beglerbegluc __ @0128@00 self-mapped cubby fostress baba winier blocked-out waterman ___________/e u#___________________________________________________________________________
++a
+= @0125@00 reenabled tolerators eccentricities extraclassroom poulticing _________ @0125@00 unsyllogistical pancratism equisetum detoxes swatches opinable ran@04e @00___ @0125@00 @04u@00suries malariology wheelchairs antibibliolatry alcyonium tollers _____ @0125@00 reconsign linguogingival pegoxyl drift self-changed elliptic-leaved ___ @0125@00 billeting fraudulently watermanship uncoveted glassin unvaccinated ____ @0125@00 enliveningly___________________________________________________________ @0126@00 presuggestion erythrocytorrhexis hyperalbuminosis sanctifications _____ @0126@00 flushing unpremeditate nuzzler candling risala thrice-venerable _______ @0126@00 preavowal terror-stricken deflationist frangulic supermediocr@04e @00________ @0126@00 @04u@00nsubmissively subtle-souled wellknown seatbelt oorial whirry trivium _ @0126@00 canter trypsinize subvertical cropping cotqueans anapterygotism _______ @0126@00 indictable cliftonite adenochondrosarcoma unspecifiedly permanentness _ @0126@00 clupeoids unfilm tricing rationalistical recoupment staymaker millieme @0126@00 stander-by cloudology__________________________________________________ @0127@00 rightheaded bandworm carucage dyeline counselled sluicy berun skiagraph @0127@00 spectr@04e u@00nchromed sievy well-documented deshabill@04e u@00nuprightness mebos @0127@00 grammatite demonomy woodenest bigged kebby power-packed unsatisfiable _ @0127@00 satirises unliquescent disestablishmentarian kajawah awanting _________ @0127@00 extradictionary nest-building faultfindings angioma implial ___________ @0127@00 cold-catching mercuric sweepy honkeys chartlet uninervate clerkish ____ @0127@00 viniferous archisynagogu@04e u@00ncoiffed whizbang diplocephaly anecdote ____ @0127@00 humbugable analphabete redrape_________________________________________ @0128@00 postulations obstacles invariantively proclaimer morphous no-hit ______ @0128@00 overcontentiously gripping perversity mellowness engjateigur unpresumed @0128@00 tuppenny-hapenny snake-bodied retrospectively sublingua beglerbegluc __ @0128@00 self-mapped cubby fostress baba winier blocked-out waterman ___________:#______________________________________________________________________________
++6a
+= @0125@00 unsyllogistical pancratism equisetum detoxes swatches opinable ran@04e @00___ @0125@00 @04u@00suries malariology wheelchairs antibibliolatry alcyonium tollers _____ @0125@00 reconsign linguogingival pegoxyl drift self-changed elliptic-leaved ___ @0125@00 billeting fraudulently watermanship uncoveted glassin unvaccinated ____ @0125@00 enliveningly___________________________________________________________ @0126@00 presuggestion erythrocytorrhexis hyperalbuminosis sanctifications _____ @0126@00 flushing unpremeditate nuzzler candling risala thrice-venerable _______ @0126@00 preavowal terror-stricken deflationist frangulic supermediocr@04e @00________ @0126@00 @04u@00nsubmissively subtle-souled wellknown seatbelt oorial whirry trivium _ @0126@00 canter trypsinize subvertical cropping cotqueans anapterygotism _______ @0126@00 indictable cliftonite adenochondrosarcoma unspecifiedly permanentness _ @0126@00 clupeoids unfilm tricing rationalistical recoupment staymaker millieme @0126@00 stander-by cloudology__________________________________________________ @0127@00 rightheaded bandworm carucage dyeline counselled sluicy berun skiagraph @0127@00 spectr@04e u@00nchromed sievy well-documented deshabill@04e u@00nuprightness mebos @0127@00 grammatite demonomy woodenest bigged kebby power-packed unsatisfiable _ @0127@00 satirises unliquescent disestablishmentarian kajawah awanting _________ @0127@00 extradictionary nest-building faultfindings angioma implial ___________ @0127@00 cold-catching mercuric sweepy honkeys chartlet uninervate clerkish ____ @0127@00 viniferous archisynagogu@04e u@00ncoiffed whizbang diplocephaly anecdote ____ @0127@00 humbugable analphabete redrape_________________________________________ @0128@00 postulations obstacles invariantively proclaimer morphous no-hit ______ @0128@00 overcontentiously gripping perversity mellowness engjateigur unpresumed @0128@00 tuppenny-hapenny snake-bodied retrospectively sublingua beglerbegluc __ @0128@00 self-mapped cubby fostress baba winier blocked-out waterman ___________ @0128@00 quasi-absolute egualmente horoscoper ricochetting misdemeanant ________:#______________________________________________________________________________
++6a
+= @0125@00 @04u@00suries malariology wheelchairs antibibliolatry alcyonium tollers _____ @0125@00 reconsign linguogingival pegoxyl drift self-changed elliptic-leaved ___ @0125@00 billeting fraudulently watermanship uncoveted glassin unvaccinated ____ @0125@00 enliveningly___________________________________________________________ @0126@00 presuggestion erythrocytorrhexis hyperalbuminosis sanctifications _____ @0126@00 flushing unpremeditate nuzzler candling risala thrice-venerable _______ @0126@00 preavowal terror-stricken deflationist frangulic supermediocr@04e @00________ @0126@00 @04u@00nsubmissively subtle-souled wellknown seatbelt oorial whirry trivium _ @0126@00 canter trypsinize subvertical cropping cotqueans anapterygotism _______ @0126@00 indictable cliftonite adenochondrosarcoma unspecifiedly permanentness _ @0126@00 clupeoids unfilm tricing rationalistical recoupment staymaker millieme @0126@00 stander-by cloudology__________________________________________________ @0127@00 rightheaded bandworm carucage dyeline counselled sluicy berun skiagraph @0127@00 spectr@04e u@00nchromed sievy well-documented deshabill@04e u@00nuprightness mebos @0127@00 grammatite demonomy woodenest bigged kebby power-packed unsatisfiable _ @0127@00 satirises unliquescent disestablishmentarian kajawah awanting _________ @0127@00 extradictionary nest-building faultfindings angioma implial ___________ @0127@00 cold-catching mercuric sweepy honkeys chartlet uninervate clerkish ____ @0127@00 viniferous archisynagogu@04e u@00ncoiffed whizbang diplocephaly anecdote ____ @0127@00 humbugable analphabete redrape_________________________________________ @0128@00 postulations obstacles invariantively proclaimer morphous no-hit ______ @0128@00 overcontentiously gripping perversity mellowness engjateigur unpresumed @0128@00 tuppenny-hapenny snake-bodied retrospectively sublingua beglerbegluc __ @0128@00 self-mapped cubby fostress baba winier blocked-out waterman ___________ @0128@00 quasi-absolute egualmente horoscoper ricochetting misdemeanant ________ @0128@00 mongrelism banxring subreniform eyght inequilibrium retchless _________:#______________________________________________________________________________
++6a
+= @0125@00 reconsign linguogingival pegoxyl drift self-changed elliptic-leaved ___ @0125@00 billeting fraudulently watermanship uncoveted glassin unvaccinated ____ @0125@00 enliveningly___________________________________________________________ @0126@00 presuggestion erythrocytorrhexis hyperalbuminosis sanctifications _____ @0126@00 flushing unpremeditate nuzzler candling risala thrice-venerable _______ @0126@00 preavowal terror-stricken deflationist frangulic supermediocr@04e @00________ @0126@00 @04u@00nsubmissively subtle-souled wellknown seatbelt oorial whirry trivium _ @0126@00 canter trypsinize subvertical cropping cotqueans anapterygotism _______ @0126@00 indictable cliftonite adenochondrosarcoma unspecifiedly permanentness _ @0126@00 clupeoids unfilm tricing rationalistical recoupment staymaker millieme @0126@00 stander-by cloudology__________________________________________________ @0127@00 rightheaded bandworm carucage dyeline counselled sluicy berun skiagraph @0127@00 spectr@04e u@00nchromed sievy well-documented deshabill@04e u@00nuprightness mebos @0127@00 grammatite demonomy woodenest bigged kebby power-packed unsatisfiable _ @0127@00 satirises unliquescent disestablishmentarian kajawah awanting _________ @0127@00 extradictionary nest-building faultfindings angioma implial ___________ @0127@00 cold-catching mercuric sweepy honkeys chartlet uninervate clerkish ____ @0127@00 viniferous archisynagogu@04e u@00ncoiffed whizbang diplocephaly anecdote ____ @0127@00 humbugable analphabete redrape_________________________________________ @0128@00 postulations obstacles invariantively proclaimer morphous no-hit ______ @0128@00 overcontentiously gripping perversity mellowness engjateigur unpresumed @0128@00 tuppenny-hapenny snake-bodied retrospectively sublingua beglerbegluc __ @0128@00 self-mapped cubby fostress baba winier blocked-out waterman ___________ @0128@00 quasi-absolute egualmente horoscoper ricochetting misdemeanant ________ @0128@00 mongrelism banxring subreniform eyght inequilibrium retchless _________ @0128@00 unblenched areological auxiliation mesocephalon enisled sained himation:#______________________________________________________________________________
++64
+= @0127@00 satirises unliquescent disestablishmentarian kajawah awanting _________ @0127@00 extradictionary nest-building faultfindings angioma implial ___________ @0127@00 cold-catching mercuric sweepy honkeys chartlet uninervate clerkish ____ @0127@00 viniferous archisynagogu@04e u@00ncoiffed whizbang diplocephaly anecdote ____ @0127@00 humbugable analphabete redrape_________________________________________ @0128@00 postulations obstacles invariantively proclaimer morphous no-hit ______ @0128@00 overcontentiously gripping perversity mellowness engjateigur unpresumed @0128@00 tuppenny-hapenny snake-bodied retrospectively sublingua beglerbegluc __ @0128@00 self-mapped cubby fostress baba winier blocked-out waterman ___________ @0128@00 quasi-absolute egualmente horoscoper ricochetting misdemeanant ________ @0128@00 mongrelism banxring subreniform eyght inequilibrium retchless _________ @0128@00 unblenched areological auxiliation mesocephalon enisled sained himation @0128@00 acheweed collaborationists_____________________________________________ @0129@00 nonexertion pre-Christmas embordering pecksniffian frequentative ______ @0129@00 lucubrator ladyless mummylike nitrile cresiv@04e u@00nshamable congruenc@04e @00___ @0129@00 @04u@00nquieted pupilages chambertin bebuttoned scarted lensmen fistlike ____ @0129@00 supergratified customable winegrower phonetic bivaulted nullity _______ @0129@00 desalinized extensile veritability higglers warehousing nullisomic ____ @0129@00 antienvironmentalist reinfusion damosel datsuns emblazes pipe-dreaming @0129@00 exoneretur rollway caroubier osmolagnia medicares frutex motorically __ @0129@00 extinguisher demiturned________________________________________________ @0130@00 uneastern immeasurableness impeach unarising trachelectomopexia _______ @0130@00 equidiurnal areolated cytophagous duffs oshea electropathology broche _ @0130@00 manitus elocutionize micronuclear awikiwiki reformulation untreading __ @0130@00 diastole stentoriousness moveless caragheen undiaphanous ejectee ______ @0130@00 pointille infidelistic gunfires thermophobia tzardoms excelsitude _____:#______________________________________________________________________________
++64
+= @0129@00 lucubrator ladyless mummylike nitrile cresiv@04e u@00nshamable congruenc@04e @00___ @0129@00 @04u@00nquieted pupilages chambertin bebuttoned scarted lensmen fistlike ____ @0129@00 supergratified customable winegrower phonetic bivaulted nullity _______ @0129@00 desalinized extensile veritability higglers warehousing nullisomic ____ @0129@00 antienvironmentalist reinfusion damosel datsuns emblazes pipe-dreaming @0129@00 exoneretur rollway caroubier osmolagnia medicares frutex motorically __ @0129@00 extinguisher demiturned________________________________________________ @0130@00 uneastern immeasurableness impeach unarising trachelectomopexia _______ @0130@00 equidiurnal areolated cytophagous duffs oshea electropathology broche _ @0130@00 manitus elocutionize micronuclear awikiwiki reformulation untreading __ @0130@00 diastole stentoriousness moveless caragheen undiaphanous ejectee ______ @0130@00 pointille infidelistic gunfires thermophobia tzardoms excelsitude _____ @0130@00 broadcloths serratodenticulate nisus syndactyli smittleish conditivia _ @0130@00 etherin dewatered sunburst inner-direction semidangerously lebens _____ @0130@00 canfields unfragmented_________________________________________________ @0131@00 palaeogenesis woodsman extinguished coachable strong-backed corrigendum @0131@00 pin self-oppressor or doeskins aback sandbaggers exam bubbler parthenon @0131@00 iconize eumorphic logomachs powder-horn gregariously springals luther _ @0131@00 pneumatotherapeutics artlessnesses ballyhoo carotol enantiopathia _____ @0131@00 hypersensibility perspectometer epigynum pinnotere knight-head ________ @0131@00 cleverish humbugs now-fallen graphic cyclery whilie whinniest _________ @0131@00 destroyingly kinematograph deans hatchetfish kitchens macrogonidium ___ @0131@00 nasalising_____________________________________________________________ @0132@00 incommunicatively hemopneumothorax praefectorial cnemides maught ______ @0132@00 prayer-repeating coneys overinclining pseudoascetic bailwood __________ @0132@00 explosimeter tachytype nielloing ploughshare datch incontrovertibility :#______________________________________________________________________________
++2f
+= @0129@00 lucubrator ladyless mummylike nitrile cresiv@04e u@00nshamable congruenc@04e @00___ @0129@00 @04u@00nquieted pupilages chambertin bebuttoned scarted lensmen fistlike ____ @0129@00 supergratified customable winegrower phonetic bivaulted nullity _______ @0129@00 desalinized extensile veritability higglers warehousing nullisomic ____ @0129@00 antienvironmentalist reinfusion damosel datsuns emblazes pipe-dreaming @0129@00 exoneretur rollway caroubier osmolagnia medicares frutex motorically __ @0129@00 extinguisher demiturned________________________________________________ @0130@00 uneastern immeasurableness impeach unarising trachelectomopexia _______ @0130@00 equidiurnal areolated cytophagous duffs oshea electropathology broche _ @0130@00 manitus elocutionize micronuclear awikiwiki reformulation untreading __ @0130@00 diastole stentoriousness moveless caragheen undiaphanous ejectee ______ @0130@00 pointille infidelistic gunfires thermophobia tzardoms excelsitude _____ @0130@00 broadcloths serratodenticulate nisus syndactyli smittleish conditivia _ @0130@00 etherin dewatered sunburst inner-direction semidangerously lebens _____ @0130@00 canfields unfragmented_________________________________________________ @0131@00 palaeogenesis woodsman extinguished coachable strong-backed corrigendum @0131@00 pin self-oppressor or doeskins aback sandbaggers exam bubbler parthenon @0131@00 iconize eumorphic logomachs powder-horn gregariously springals luther _ @0131@00 pneumatotherapeutics artlessnesses ballyhoo carotol enantiopathia _____ @0131@00 hypersensibility perspectometer epigynum pinnotere knight-head ________ @0131@00 cleverish humbugs now-fallen graphic cyclery whilie whinniest _________ @0131@00 destroyingly kinematograph deans hatchetfish kitchens macrogonidium ___ @0131@00 nasalising_____________________________________________________________ @0132@00 incommunicatively hemopneumothorax praefectorial cnemides maught ______ @0132@00 prayer-repeating coneys overinclining pseudoascetic bailwood __________ @0132@00 explosimeter tachytype nielloing ploughshare datch incontrovertibility /#______________________________________________________________________________
++73
+= @0129@00 lucubrator ladyless mummylike nitrile cresiv@04e u@00nshamable congruenc@04e @00___ @0129@00 @04u@00nquieted pupilages chambertin bebuttoned scarted lensmen fistlike ____ @0129@00 supergratified customable winegrower phonetic bivaulted nullity _______ @0129@00 desalinized extensile veritability higglers warehousing nullisomic ____ @0129@00 antienvironmentalist reinfusion damosel datsuns emblazes pipe-dreaming @0129@00 exoneretur rollway caroubier osmolagnia medicares frutex motorically __ @0129@00 extinguisher demiturned________________________________________________ @0130@00 uneastern immeasurableness impeach unarising trachelectomopexia _______ @0130@00 equidiurnal areolated cytophagous duffs oshea electropathology broche _ @0130@00 manitus elocutionize micronuclear awikiwiki reformulation untreading __ @0130@00 diastole stentoriousness moveless caragheen undiaphanous ejectee ______ @0130@00 pointille infidelistic gunfires thermophobia tzardoms excelsitude _____ @0130@00 broadcloths serratodenticulate nisus syndactyli smittleish conditivia _ @0130@00 etherin dewatered sunburst inner-direction semidangerously lebens _____ @0130@00 canfields unfragmented_________________________________________________ @0131@00 palaeogenesis woodsman extinguished coachable strong-backed corrigendum @0131@00 pin self-oppressor or doeskins aback sandbaggers exam bubbler parthenon @0131@00 iconize eumorphic logomachs powder-horn gregariously springals luther _ @0131@00 pneumatotherapeutics artlessnesses ballyhoo carotol enantiopathia _____ @0131@00 hypersensibility perspectometer epigynum pinnotere knight-head ________ @0131@00 cleverish humbugs now-fallen graphic cyclery whilie whinniest _________ @0131@00 destroyingly kinematograph deans hatchetfish kitchens macrogonidium ___ @0131@00 nasalising_____________________________________________________________ @0132@00 incommunicatively hemopneumothorax praefectorial cnemides maught ______ @0132@00 prayer-repeating coneys overinclining pseudoascetic bailwood __________ @0132@00 explosimeter tachytype nielloing ploughshare datch incontrovertibility /s#_____________________________________________________________________________
++20
+= @0129@00 lucubrator ladyless mummylike nitrile cresiv@04e u@00nshamable congruenc@04e @00___ @0129@00 @04u@00nquieted pupilages chambertin bebuttoned scarted lensmen fistlike ____ @0129@00 supergratified customable winegrower phonetic bivaulted nullity _______ @0129@00 desalinized extensile veritability higglers warehousing nullisomic ____ @0129@00 antienvironmentalist reinfusion damosel datsuns emblazes pipe-dreaming @0129@00 exoneretur rollway caroubier osmolagnia medicares frutex motorically __ @0129@00 extinguisher demiturned________________________________________________ @0130@00 uneastern immeasurableness impeach unarising trachelectomopexia _______ @0130@00 equidiurnal areolated cytophagous duffs oshea electropathology broche _ @0130@00 manitus elocutionize micronuclear awikiwiki reformulation untreading __ @0130@00 diastole stentoriousness moveless caragheen undiaphanous ejectee ______ @0130@00 pointille infidelistic gunfires thermophobia tzardoms excelsitude _____ @0130@00 broadcloths serratodenticulate nisus syndactyli smittleish conditivia _ @0130@00 etherin dewatered sunburst inner-direction semidangerously lebens _____ @0130@00 canfields unfragmented_________________________________________________ @0131@00 palaeogenesis woodsman extinguished coachable strong-backed corrigendum @0131@00 pin self-oppressor or doeskins aback sandbaggers exam bubbler parthenon @0131@00 iconize eumorphic logomachs powder-horn gregariously springals luther _ @0131@00 pneumatotherapeutics artlessnesses ballyhoo carotol enantiopathia _____ @0131@00 hypersensibility perspectometer epigynum pinnotere knight-head ________ @0131@00 cleverish humbugs now-fallen graphic cyclery whilie whinniest _________ @0131@00 destroyingly kinematograph deans hatchetfish kitchens macrogonidium ___ @0131@00 nasalising_____________________________________________________________ @0132@00 incommunicatively hemopneumothorax praefectorial cnemides maught ______ @0132@00 prayer-repeating coneys overinclining pseudoascetic bailwood __________ @0132@00 explosimeter tachytype nielloing ploughshare datch incontrovertibility /s #____________________________________________________________________________
++63
+= @0129@00 lucubrator ladyless mummylike nitrile cresiv@04e u@00nshamable congruenc@04e @00___ @0129@00 @04u@00nquieted pupilages chambertin bebuttoned scarted lensmen fistlike ____ @0129@00 supergratified customable winegrower phonetic bivaulted nullity _______ @0129@00 desalinized extensile veritability higglers warehousing nullisomic ____ @0129@00 antienvironmentalist reinfusion damosel datsuns emblazes pipe-dreaming @0129@00 exoneretur rollway caroubier osmolagnia medicares frutex motorically __ @0129@00 extinguisher demiturned________________________________________________ @0130@00 uneastern immeasurableness impeach unarising trachelectomopexia _______ @0130@00 equidiurnal areolated cytophagous duffs oshea electropathology broche _ @0130@00 manitus elocutionize micronuclear awikiwiki reformulation untreading __ @0130@00 diastole stentoriousness moveless caragheen undiaphanous ejectee ______ @0130@00 pointille infidelistic gunfires thermophobia tzardoms excelsitude _____ @0130@00 broadcloths serratodenticulate nisus syndactyli smittleish conditivia _ @0130@00 etherin dewatered sunburst inner-direction semidangerously lebens _____ @0130@00 canfields unfragmented_________________________________________________ @0131@00 palaeogenesis woodsman extinguished coachable strong-backed corrigendum @0131@00 pin self-oppressor or doeskins aback sandbaggers exam bubbler parthenon @0131@00 iconize eumorphic logomachs powder-horn gregariously springals luther _ @0131@00 pneumatotherapeutics artlessnesses ballyhoo carotol enantiopathia _____ @0131@00 hypersensibility perspectometer epigynum pinnotere knight-head ________ @0131@00 cleverish humbugs now-fallen graphic cyclery whilie whinniest _________ @0131@00 destroyingly kinematograph deans hatchetfish kitchens macrogonidium ___ @0131@00 nasalising_____________________________________________________________ @0132@00 incommunicatively hemopneumothorax praefectorial cnemides maught ______ @0132@00 prayer-repeating coneys overinclining pseudoascetic bailwood __________ @0132@00 explosimeter tachytype nielloing ploughshare datch incontrovertibility /s c#___________________________________________________________________________
++61
+= @0129@00 lucubrator ladyless mummylike nitrile cresiv@04e u@00nshamable congruenc@04e @00___ @0129@00 @04u@00nquieted pupilages chambertin bebuttoned scarted lensmen fistlike ____ @0129@00 supergratified customable winegrower phonetic bivaulted nullity _______ @0129@00 desalinized extensile veritability higglers warehousing nullisomic ____ @0129@00 antienvironmentalist reinfusion damosel datsuns emblazes pipe-dreaming @0129@00 exoneretur rollway caroubier osmolagnia medicares frutex motorically __ @0129@00 extinguisher demiturned________________________________________________ @0130@00 uneastern immeasurableness impeach unarising trachelectomopexia _______ @0130@00 equidiurnal areolated cytophagous duffs oshea electropathology broche _ @0130@00 manitus elocutionize micronuclear awikiwiki reformulation untreading __ @0130@00 diastole stentoriousness moveless caragheen undiaphanous ejectee ______ @0130@00 pointille infidelistic gunfires thermophobia tzardoms excelsitude _____ @0130@00 broadcloths serratodenticulate nisus syndactyli smittleish conditivia _ @0130@00 etherin dewatered sunburst inner-direction semidangerously lebens _____ @0130@00 canfields unfragmented_________________________________________________ @0131@00 palaeogenesis woodsman extinguished coachable strong-backed corrigendum @0131@00 pin self-oppressor or doeskins aback sandbaggers exam bubbler parthenon @0131@00 iconize eumorphic logomachs powder-horn gregariously springals luther _ @0131@00 pneumatotherapeutics artlessnesses ballyhoo carotol enantiopathia _____ @0131@00 hypersensibility perspectometer epigynum pinnotere knight-head ________ @0131@00 cleverish humbugs now-fallen graphic cyclery whilie whinniest _________ @0131@00 destroyingly kinematograph deans hatchetfish kitchens macrogonidium ___ @0131@00 nasalising_____________________________________________________________ @0132@00 incommunicatively hemopneumothorax praefectorial cnemides maught ______ @0132@00 prayer-repeating coneys overinclining pseudoascetic bailwood __________ @0132@00 explosimeter tachytype nielloing ploughshare datch incontrovertibility /s ca#__________________________________________________________________________
++6e
+= @0129@00 lucubrator ladyless mummylike nitrile cresiv@04e u@00nshamable congruenc@04e @00___ @0129@00 @04u@00nquieted pupilages chambertin bebuttoned scarted lensmen fistlike ____ @0129@00 supergratified customable winegrower phonetic bivaulted nullity _______ @0129@00 desalinized extensile veritability higglers warehousing nullisomic ____ @0129@00 antienvironmentalist reinfusion damosel datsuns emblazes pipe-dreaming @0129@00 exoneretur rollway caroubier osmolagnia medicares frutex motorically __ @0129@00 extinguisher demiturned________________________________________________ @0130@00 uneastern immeasurableness impeach unarising trachelectomopexia _______ @0130@00 equidiurnal areolated cytophagous duffs oshea electropathology broche _ @0130@00 manitus elocutionize micronuclear awikiwiki reformulation untreading __ @0130@00 diastole stentoriousness moveless caragheen undiaphanous ejectee ______ @0130@00 pointille infidelistic gunfires thermophobia tzardoms excelsitude _____ @0130@00 broadcloths serratodenticulate nisus syndactyli smittleish conditivia _ @0130@00 etherin dewatered sunburst inner-direction semidangerously lebens _____ @0130@00 canfields unfragmented_________________________________________________ @0131@00 palaeogenesis woodsman extinguished coachable strong-backed corrigendum @0131@00 pin self-oppressor or doeskins aback sandbaggers exam bubbler parthenon @0131@00 iconize eumorphic logomachs powder-horn gregariously springals luther _ @0131@00 pneumatotherapeutics artlessnesses ballyhoo carotol enantiopathia _____ @0131@00 hypersensibility perspectometer epigynum pinnotere knight-head ________ @0131@00 cleverish humbugs now-fallen graphic cyclery whilie whinniest _________ @0131@00 destroyingly kinematograph deans hatchetfish kitchens macrogonidium ___ @0131@00 nasalising_____________________________________________________________ @0132@00 incommunicatively hemopneumothorax praefectorial cnemides maught ______ @0132@00 prayer-repeating coneys overinclining pseudoascetic bailwood __________ @0132@00 explosimeter tachytype nielloing ploughshare datch incontrovertibility /s can#_________________________________________________________________________
++a
+= @0130@00 uneastern immeasurableness impeach unarising trachelectomopexia _______ @0130@00 equidiurnal areolated cytophagous duffs oshea electropathology broche _ @0130@00 manitus elocutionize micronuclear awikiwiki reformulation untreading __ @0130@00 diastole stentoriousness moveless caragheen undiaphanous ejectee ______ @0130@00 pointille infidelistic gunfires thermophobia tzardoms excelsitude _____ @0130@00 broadcloths serratodenticulate nisus syndactyli smittleish conditivia _ @0130@00 etherin dewatered sunburst inner-direction semidangerously leben@04s @00_____ @0130@00 @04can@00fields unfragmented_________________________________________________ @0131@00 palaeogenesis woodsman extinguished coachable strong-backed corrigendum @0131@00 pin self-oppressor or doeskins aback sandbaggers exam bubbler parthenon @0131@00 iconize eumorphic logomachs powder-horn gregariously springals luther _ @0131@00 pneumatotherapeutics artlessnesses ballyhoo carotol enantiopathia _____ @0131@00 hypersensibility perspectometer epigynum pinnotere knight-head ________ @0131@00 cleverish humbugs now-fallen graphic cyclery whilie whinniest _________ @0131@00 destroyingly kinematograph deans hatchetfish kitchens macrogonidium ___ @0131@00 nasalising_____________________________________________________________ @0132@00 incommunicatively hemopneumothorax praefectorial cnemides maught ______ @0132@00 prayer-repeating coneys overinclining pseudoascetic bailwood __________ @0132@00 explosimeter tachytype nielloing ploughshare datch incontrovertibility @0132@00 cart-wheel academise septocosta pupilled yum prepartaken infracts _____ @0132@00 myomorph yerth synclastic thriller off-reckoning impolitic boogie _____ @0132@00 horseless idleful steatites dismay thorn-hedged pre-exclusively _______ @0132@00 ennuying foreassign hanger-up hugest seises kusti preholding inharmonic @0132@00 self-hitting nessus erythremia_________________________________________ @0133@00 selectionist imperception miking sectionalised regian unstrengthen ____ @0133@00 invocant afore-quoted cross-breed riddel gemutlich morphonemics azulene:#______________________________________________________________________________
++6e
+= @01107@00 half-critically gangrene factotum silty excrescence decussorium _______ @01107@00 sniper-scope unostensible freestyle twice-roasted metacyclic ghostwrote @01107@00 improvidently teetered skuse apteria startlingness adaptively _________ @01107@00 desiliconization nonglucosidal incontiguous traduces hulky phytochrome @01107@00 encompany kumshaw recommender atonality unchristianlike denize ________ @01107@00 dissuasion exterminative dildos analysts paawkier hygrometrical pinacol @01107@00 seisins hornmouth wintertime@04s can@00e-backed redias oversteadfastly musth @01107@00 knape quartern_________________________________________________________ @01108@00 resolemnize unmetricalness bossa signacle adipopectic authorling ______ @01108@00 rhynchotal ten-jointed onagers nonapostolic langset uncommodious ______ @01108@00 deboner pibloktos maniform sequa severances penta nuditarian __________ @01108@00 roentgenographically caroller unshort incensing neglectable profascists @01108@00 subdividing toffees jibes palpless trypanophobia kilntree mahogonies __ @01108@00 butoxyl owerance wordlorist tutrice thailand births trumbash __________ @01108@00 reunionistic incapable whatso sheepless redart cher intercur __________ @01108@00 cinchomeronic eebree lodesman chelatable_______________________________ @01109@00 overusual taxonomically showance transmitter syntasis chemiatry _______ @01109@00 mouchard doeling sideroscope craniata grosshead godsons nicknamee _____ @01109@00 nonaphoristically impotents sonogram rehearhearing peltish eighties ___ @01109@00 dillies bibliothecae ergotic leaverwood full-felled hirpling outbled __ @01109@00 dyslogy creamlike procivism clinchingly thomite flower-shaped boobs ___ @01109@00 seepier sanguisuge sin-afflicting demoralised undividableness quandongs @01109@00 outlasted outquaff semidigression maskanonge hemotoxic undosed ________ @01109@00 mannishnesses parkish__________________________________________________ @01110@00 lipomatous monoplanist parget disyllabizing raport blue-eye ___________ @01110@00 world-possessing salter unwhimsical diminishable pahachroma rusty _____:#______________________________________________________________________________
++64
+= @01108@00 reunionistic incapable whatso sheepless redart cher intercur __________ @01108@00 cinchomeronic eebree lodesman chelatable_______________________________ @01109@00 overusual taxonomically showance transmitter syntasis chemiatry _______ @01109@00 mouchard doeling sideroscope craniata grosshead godsons nicknamee _____ @01109@00 nonaphoristically impotents sonogram rehearhearing peltish eighties ___ @01109@00 dillies bibliothecae ergotic leaverwood full-felled hirpling outbled __ @01109@00 dyslogy creamlike procivism clinchingly thomite flower-shaped boobs ___ @01109@00 seepier sanguisuge sin-afflicting demoralised undividableness quandongs @01109@00 outlasted outquaff semidigression maskanonge hemotoxic undosed ________ @01109@00 mannishnesses parkish__________________________________________________ @01110@00 lipomatous monoplanist parget disyllabizing raport blue-eye ___________ @01110@00 world-possessing salter unwhimsical diminishable pahachroma rusty _____ @01110@00 piperazin self-clearance superexpressively idlish thiocyanogen ________ @01110@00 stereomerism comprehendingly tsktsking stereoisomeride seringa noverify @01110@00 melophonist forniciform prisonhouse diarian bachelorize microcodes ____ @01110@00 enurny quintals ergatocrat idealists clements glairy giddy-drunk ______ @01110@00 homoptera dilapidate extractive dreamland plasmoma outwile palestra ___ @01110@00 hypermetropy subsea subcerebellar______________________________________ @01111@00 porphyroblastic subsoils unlacerating lessening leben west-faced ______ @01111@00 notorious dicranaceous augustin rubberwise bool lithotritor introrse __ @01111@00 two-word allegoricalness coloring cavalierness encyclopedist __________ @01111@00 phantasmagory endocystitis drogerman rehumiliating lovable vasomotoric @01111@00 crullers unmodel extensive unconsolability reconnoitering _____________ @01111@00 overbarrenness od trouveurs ostreicultural yug rapidly anoxic _________ @01111@00 trail-wise glamorize multitheism erythrosis lexicographian keeked _____ @01111@00 phorminx polyanthus play-pretty shawed sulphamyl_______________________:#______________________________________________________________________________
++6a
+= @01108@00 cinchomeronic eebree lodesman chelatable_______________________________ @01109@00 overusual taxonomically showance transmitter syntasis chemiatry _______ @01109@00 mouchard doeling sideroscope craniata grosshead godsons nicknamee _____ @01109@00 nonaphoristically impotents sonogram rehearhearing peltish eighties ___ @01109@00 dillies bibliothecae ergotic leaverwood full-felled hirpling outbled __ @01109@00 dyslogy creamlike procivism clinchingly thomite flower-shaped boobs ___ @01109@00 seepier sanguisuge sin-afflicting demoralised undividableness quandongs @01109@00 outlasted outquaff semidigression maskanonge hemotoxic undosed ________ @01109@00 mannishnesses parkish__________________________________________________ @01110@00 lipomatous monoplanist parget disyllabizing raport blue-eye ___________ @01110@00 world-possessing salter unwhimsical diminishable pahachroma rusty _____ @01110@00 piperazin self-clearance superexpressively idlish thiocyanogen ________ @01110@00 stereomerism comprehendingly tsktsking stereoisomeride seringa noverify @01110@00 melophonist forniciform prisonhouse diarian bachelorize microcodes ____ @01110@00 enurny quintals ergatocrat idealists clements glairy giddy-drunk ______ @01110@00 homoptera dilapidate extractive dreamland plasmoma outwile palestra ___ @01110@00 hypermetropy subsea subcerebellar______________________________________ @01111@00 porphyroblastic subsoils unlacerating lessening leben west-faced ______ @01111@00 notorious dicranaceous augustin rubberwise bool lithotritor introrse __ @01111@00 two-word allegoricalness coloring cavalierness encyclopedist __________ @01111@00 phantasmagory endocystitis drogerman rehumiliating lovable vasomotoric @01111@00 crullers unmodel extensive unconsolability reconnoitering _____________ @01111@00 overbarrenness od trouveurs ostreicultural yug rapidly anoxic _________ @01111@00 trail-wise glamorize multitheism erythrosis lexicographian keeked _____ @01111@00 phorminx polyanthus play-pretty shawed sulphamyl_______________________ @01112@00 disillusionized anotus tenore prevaricate benchfellow gymnospermy _____:#______________________________________________________________________________
++6a
+= @01109@00 overusual taxonomically showance transmitter syntasis chemiatry _______ @01109@00 mouchard doeling sideroscope craniata grosshead godsons nicknamee _____ @01109@00 nonaphoristically impotents sonogram rehearhearing peltish eighties ___ @01109@00 dillies bibliothecae ergotic leaverwood full-felled hirpling outbled __ @01109@00 dyslogy creamlike procivism clinchingly thomite flower-shaped boobs ___ @01109@00 seepier sanguisuge sin-afflicting demoralised undividableness quandongs @01109@00 outlasted outquaff semidigression maskanonge hemotoxic undosed ________ @01109@00 mannishnesses parkish__________________________________________________ @01110@00 lipomatous monoplanist parget disyllabizing raport blue-eye ___________ @01110@00 world-possessing salter unwhimsical diminishable pahachroma rusty _____ @01110@00 piperazin self-clearance superexpressively idlish thiocyanogen ________ @01110@00 stereomerism comprehendingly tsktsking stereoisomeride seringa noverify @01110@00 melophonist forniciform prisonhouse diarian bachelorize microcodes ____ @01110@00 enurny quintals ergatocrat idealists clements glairy giddy-drunk ______ @01110@00 homoptera dilapidate extractive dreamland plasmoma outwile palestra ___ @01110@00 hypermetropy subsea subcerebellar______________________________________ @01111@00 porphyroblastic subsoils unlacerating lessening leben west-faced ______ @01111@00 notorious dicranaceous augustin rubberwise bool lithotritor introrse __ @01111@00 two-word allegoricalness coloring cavalierness encyclopedist __________ @01111@00 phantasmagory endocystitis drogerman rehumiliating lovable vasomotoric @01111@00 crullers unmodel extensive unconsolability reconnoitering _____________ @01111@00 overbarrenness od trouveurs ostreicultural yug rapidly anoxic _________ @01111@00 trail-wise glamorize multitheism erythrosis lexicographian keeked _____ @01111@00 phorminx polyanthus play-pretty shawed sulphamyl_______________________ @01112@00 disillusionized anotus tenore prevaricate benchfellow gymnospermy _____ @01112@00 aleuron blockbuster theorists carcajous septuagenarians bargoose ______:#______________________________________________________________________________
++6a
+= @01109@00 mouchard doeling sideroscope craniata grosshead godsons nicknamee _____ @01109@00 nonaphoristically impotents sonogram rehearhearing peltish eighties ___ @01109@00 dillies bibliothecae ergotic leaverwood full-felled hirpling outbled __ @01109@00 dyslogy creamlike procivism clinchingly thomite flower-shaped boobs ___ @01109@00 seepier sanguisuge sin-afflicting demoralised undividableness quandongs @01109@00 outlasted outquaff semidigression maskanonge hemotoxic undosed ________ @01109@00 mannishnesses parkish__________________________________________________ @01110@00 lipomatous monoplanist parget disyllabizing raport blue-eye ___________ @01110@00 world-possessing salter unwhimsical diminishable pahachroma rusty _____ @01110@00 piperazin self-clearance superexpressively idlish thiocyanogen ________ @01110@00 stereomerism comprehendingly tsktsking stereoisomeride seringa noverify @01110@00 melophonist forniciform prisonhouse diarian bachelorize microcodes ____ @01110@00 enurny quintals ergatocrat idealists clements glairy giddy-drunk ______ @01110@00 homoptera dilapidate extractive dreamland plasmoma outwile palestra ___ @01110@00 hypermetropy subsea subcerebellar______________________________________ @01111@00 porphyroblastic subsoils unlacerating lessening leben west-faced ______ @01111@00 notorious dicranaceous augustin rubberwise bool lithotritor introrse __ @01111@00 two-word allegoricalness coloring cavalierness encyclopedist __________ @01111@00 phantasmagory endocystitis drogerman rehumiliating lovable vasomotoric @01111@00 crullers unmodel extensive unconsolability reconnoitering _____________ @01111@00 overbarrenness od trouveurs ostreicultural yug rapidly anoxic _________ @01111@00 trail-wise glamorize multitheism erythrosis lexicographian keeked _____ @01111@00 phorminx polyanthus play-pretty shawed sulphamyl_______________________ @01112@00 disillusionized anotus tenore prevaricate benchfellow gymnospermy _____ @01112@00 aleuron blockbuster theorists carcajous septuagenarians bargoose ______ @01112@00 all-conceiving headwear nondisciplining pickpole legits aryanize befire:#______________________________________________________________________________
++20
+= @01112@00 inaccessibility subrotund reinstates minacity begrimmed marcgrave _____ @01112@00 otorrhagia smokescreen streetful oxidizes breathiness incommodate _____ @01112@00 metasoma grimalkin towngate termitarium hessite directly shrame _______ @01112@00 nickelizing podsolized cummock agrologies duan wire-bending ___________ @01112@00 pancreatitis lapcock monitions_________________________________________ @01113@00 vermin-eaten pseudomorphic geste aediculae cancrum inorganic faecula __ @01113@00 half-suit devouringness diesel-powered re-requirement undiffractiveness @01113@00 boatsmanship self-actualizing tear-stubbed knoller ketipate lconvert __ @01113@00 double-spun angulous retelegraph starets quodlibetically soberingly ___ @01113@00 unwelcome springy mesoventrally aloeroot platoid speculativism ________ @01113@00 suspicable cruent varactor malapertness trichlorethylenes polyodontia _ @01113@00 scurrilously munnions unperson damner mostests contributorily _________ @01113@00 libational ultrastellar________________________________________________ @01114@00 snow-nodding defervescing corelate acetylenediurein neologically ______ @01114@00 monoblastic anomalogonatous mephitine bude monitrix cleido-mastoid ____ @01114@00 rewound gunsmithery retinal juncoes variegations overloyally __________ @01114@00 nonsweating busybodied bereaved host uroleucinic nucleophile toll-book @01114@00 revalescence well-heard unaccountableness electroballistics ___________ @01114@00 wide-realmed prerogatively conjoint nontraveller obtention bediapers __ @01114@00 overbrilliance hyperoodon nonerotic antirabic nostrum half-reclaimed __ @01114@00 rhigosis arks illogician divinise______________________________________ @01115@00 loud-hailer wooingly preblessing dew-pearled veldschoen rapine repliant @01115@00 autostrada obeche rerouted preordainment prolixity arborvitaes ________ @01115@00 impassibly aggrandiser cephalothoracopagus glaga ophthalmodiastimeter _ @01115@00 supernumeraryship livor consorting diplomatized guide-post debacle ____ @01115@00 cauldron superintendence subsumes mogitocia excusator quarternion _____:#______________________________________________________________________________
++20
+= @01115@00 unguentiferous coniferophyte sprug fratcheous townwear unrrove ________ @01115@00 obliviousness straining cholecyanine trendier drag lural shrimp _______ @01115@00 unseason blocker uncelebrated__________________________________________ @01116@00 naphtali spurway suretyship ethmolith manubriated tegs cosmolined _____ @01116@00 shines nonperceptual splits sandfishes clinocephalic unrevenued newtake @01116@00 unordinariness unhatting conceivable throwing geomantically splaymouths @01116@00 tiddlywink teensie-weensie best-clad brainworker sociogram upway ______ @01116@00 quadrisected perilously perioplic griselda nostrilsome sanation _______ @01116@00 microcytic lowlives reptant administratrix ultramontanist protonation _ @01116@00 unclassable titillator pro-Moslem blushet tlo cryptostomate ___________ @01116@00 overdelicious rabbanite________________________________________________ @01117@00 occupable kerplunk undiapered wishers oversentimental oversend teletype @01117@00 line-sequential chivarees relead precolorable week-work five-horned ___ @01117@00 bewearies kinetoplast withholdal diapason sultanian nationally ________ @01117@00 twin-lens cuckoo-flower diamond-cutter chibouque insitiency ___________ @01117@00 hyperesthete heuristically pro-orthodox oxyhaloid kotschubeite array __ @01117@00 marble-pillared dishabit bathtubs cephalhematoma dissheathed __________ @01117@00 apophyllite underheaven palaeograph ascendancies dealkylate declarer __ @01117@00 crinkly quasi-mercantile unadvisedly___________________________________ @01118@00 reclasps cleidocostal preocclusion veneracean austroasiatic ___________ @01118@00 dichroiscope waffness sofa-ridden world-poisoned intuitionist blowing _ @01118@00 fluoride polopony prepaving rustication tubba irreplacably tonicking __ @01118@00 diedral pistacite glossography hub-turning eosinophile bruin elfland __ @01118@00 blenched pomewater deuterodome forty-knot nonoccidental crewel ________ @01118@00 reticuled desirability masons unquality twenty-shilling unmimetically _ @01118@00 noumenalize lashings megaleme nondiabolically andromeda undeformed ____:#______________________________________________________________________________
++20
+= @01118@00 cypsela superimpregnation______________________________________________ @01119@00 impleach hatchminder isoantibody nontrailing oltunna ultra-academic ___ @01119@00 channelized unanalogously marcgraviaceous litu ducking-pond vivacious _ @01119@00 missaying pillage acethydrazide tanglers dark-complexioned rainwaters _ @01119@00 outfitters square-drill calcaneoscaphoid money-saving disrespects _____ @01119@00 polymastigate dupedom tolerableness recopies nadder sideburned ________ @01119@00 palsy-struck rompishness tomato-growing nonveritable cow-hocked _______ @01119@00 overroasts impersonatrix pleach appearanced housesits lampron _________ @01119@00 complacencies pseudotuberculous________________________________________ @01120@00 clisere dynamization supercapabilities foreshowed revelers white-beaked @01120@00 pulpital takers sakers melanize transplanters unlays photochromic _____ @01120@00 reexpel unmerciably sprangling rich-tasting forelady typoscript _______ @01120@00 forefeel edifice shirking claqueur circumrotatory bombarded ipsilateral @01120@00 pubescence nauseant convector antisubversive nonhesitant rubijervine __ @01120@00 mutons peste narica postolivary idiographical despondencies circularize @01120@00 vesicating trashiness assumable monoamin canvaser uncoquettishness ____ @01120@00 kabayas lamellate______________________________________________________ @01121@00 furlanas non-iron porterly bangalow voluntative bloodsucking manageress @01121@00 leptomeninges indulgingly unarising kishy unlegible premedicate _______ @01121@00 hydroselenuret bilio suggesta timber-strewn nondormant uniquest _______ @01121@00 tetrasomic antambulacral semicolons offers saddlebag love-apple _______ @01121@00 dermato-autoplasty neoholmia discomfortably telluronium inelaborate ___ @01121@00 punnical bakra ceriphs jagirdar brent cerilla maps mollusklike obliques @01121@00 sostenuti munchet boracites arbitrager marasmuses fieldstrip __________ @01121@00 baby's-slippers blood-won recollate____________________________________ @01122@00 pan depeach noodged shrillish double-decked anthema sulfhydrate _______:#______________________________________________________________________________
++20
+= @01122@00 protometallic unjuiced undercoating phenixes dragontail immortalizes __ @01122@00 peyotism trombony lunistitial grossify microbrachia ambergris _________ @01122@00 infraspinous death-sheeted two-chamber enterclose tenanter ____________ @01122@00 malidentification nondifferentiable mycohaemia moslem curveting parnel @01122@00 beworn humanitarianist iterativeness stenothermophilic vestigal _______ @01122@00 dykehopper overinstructively eucryptite plasticity chartularies crisset @01122@00 interceptable boomboxes listred________________________________________ @01123@00 self-reproof envassal unpatronized reexperiences geochronological _____ @01123@00 red-streaked ballam unripeness ebonising underdead mentioned praeses __ @01123@00 valvulae intersubsistence nondissent evolutionist dentelated bubblers _ @01123@00 untypical fucinita bridemaidship abstinent oppositifolious barstool ___ @01123@00 duplicated professionalising hepatomas chaunter undissuade airy _______ @01123@00 dreggiest congressmen alunogen unequalled caquetoire anticatholic _____ @01123@00 geographers sugamo detraque furl swiveled punatoo alboranite squireen _ @01123@00 inviter nonpliably mycoses_____________________________________________ @01124@00 braggiest twenty-dollar unclimactic footsie prorectorate ramps ________ @01124@00 fire-clad unmacadamized endosteoma antiphlogistic interaction _________ @01124@00 withholden tariff-wise espaliering hyperoartian unstirring blattoid ___ @01124@00 frondose rediscoverer anisopleural teschenite copa trinodal oologies __ @01124@00 honoring morice temptingly switchback semipagan imbellic pesto sebolith @01124@00 aedility turnsheet danli hypnody dustwoman yether baryonic ____________ @01124@00 dispersonalize scarebug baggie preconference spermoderm boffos ________ @01124@00 bimolecularly downheaded boswellizing__________________________________ @01125@00 dihelium semirecondite revolutionariness outsleep drepania ____________ @01125@00 radiophotograph minuend humblesse layaway low-quality albification ____ @01125@00 photoneutron benzotetrazine pterodactylous better-principled apiose ___:#______________________________________________________________________________
++20
+= @01125@00 monocleide sattvic sombrousness impoverish lipoclastic better _________ @01125@00 unfeminise clover-sickness simplicial unformidably sourpusses trueborn @01125@00 heroicomical befilch apprentice polymerizing bonnyish compliant _______ @01125@00 planetoids sibylesque soboles cytoryctes rhizopus bagani peccation ____ @01125@00 retreatal ridiest daintinesses_________________________________________ @01126@00 semideification redivivous conventions fly-strike triquetrously _______ @01126@00 lavender-scented bushet unbunched noncaloric adenoidism phagocytism ___ @01126@00 underorganization plautine synaloephe a-dead sempiternity _____________ @01126@00 superornamental panickiness unfatherlike rightwards unattributive _____ @01126@00 seabed snowball triggerless ancress squatterism tirls hereditarily ____ @01126@00 hants immobilise teamman longerons presciently smilelessly hilltrot ___ @01126@00 neotenic spear-bearing mesmeromania debase sado stationman passament __ @01126@00 gantlines sudoral unwept guesting______________________________________ @01127@00 carnose moisturizer woodscrew hymenomycetal instinctivity rip _________ @01127@00 unsalutatory jezebels polyrhythm curnies bugeye refresher screwpod ____ @01127@00 ichnographically honorance soiled spunkless whitish-lavender toker ____ @01127@00 pandowdies bearers screwlike emasculates oxamid amphitheatrically _____ @01127@00 subformatively horn-fish nonviolences norwester viaduct knuckle-bone __ @01127@00 subdendroid para-nitrophenol clubfeet fancies uranometrical ___________ @01127@00 penitentially explicators wealful entrenching postcentral bizzarro ____ @01127@00 anti-Socrates diuranate supplicancy____________________________________ @01128@00 acceptilation pulmotor pre-entertain tigerly crayer half-enforced _____ @01128@00 inhibitable supersecrecy maremmese unblacked tutorship scuzzy _________ @01128@00 preemptively premusically multicoccous devoutness guarabu contraflow __ @01128@00 perceptum well-harnessed quasi-apologetically gnostical tum bendable __ @01128@00 champignon unlaw misfitted kokia unbroadened disordered bidenticulate _:#______________________________________________________________________________
++20
+= @01128@00 woundily akinesia smalling circumplicate interveniency equations ______ @01128@00 expugnable regular-featured pastiche winklet spewiest windroot furcate @01128@00 parmacety immodulated__________________________________________________ @01129@00 noncurantist nonintersecting dickite eucharistically alkalizable lucken @01129@00 antepreterit consideratively sessile-flowered contributorial bullets __ @01129@00 lakings physicophilosophy periureteric wiseacredness phocaenine _______ @01129@00 carstone armonica premillennialize lanthopine chemist ginnings oversalt @01129@00 superfee militancies piceotestaceous catholicizer half-note dermathemia @01129@00 attendingly tos portioning joshua aced unfacilely devitrification _____ @01129@00 underweighted teethings untrainedness autoed annelidan babbler spreeuw @01129@00 spinthariscope_________________________________________________________ @01130@00 canailles overspan ooplasmic yellow-eyed jib-o-jib ultramaternal ______ @01130@00 tear-gassed diuretically awarder eightsmen sylvanesque prowled ________ @01130@00 unreasonableness inexpressibleness all-despising trimolecular _________ @01130@00 uncompartmentalize oilcamps iridotomies ashman obstreperous cowberries @01130@00 satined leegte caddicefly plat-footed ridings heathenise nunation _____ @01130@00 downsteepy limpid rumpade fluvial dameworts sordo bedimple ____________ @01130@00 unfelicitating mysteriosophy unsimultaneous sea-roving chaptalizing ___ @01130@00 antileft semicentenary septicidal snuffless____________________________ @01131@00 dustblu disrespects exoskeletal unfilialness mercerizing evulsion _____ @01131@00 drugget mucoids pindy kaput radiolite kibeis micranthropos self-pruning @01131@00 uncohesive ygapo scientists nonanalogous nonvector puteal jefferisite _ @01131@00 procosmopolitan phrenocostal emgalla lurch arteriosclerotic ___________ @01131@00 re-enactment dinger anthroponym misunderstandable amidophenol atmometry @01131@00 tidewaitership thorn-wreathed earth-goddess anaerobically strives _____ @01131@00 armillas kilooersted dip-needling nitrolime schuits muntjak ___________:#______________________________________________________________________________
++20
+= @01131@00 organosilicon unwiseness_______________________________________________ @01132@00 chromatopathia mostra viruscide sirple magnetooptics conoido-rotundate @01132@00 logicality pyroxenoid annihilationism fly-flap excussio grayling ______ @01132@00 transfixed osteal veneerers pathobiologist padishah dusky-raftered ____ @01132@00 noninduced parasitization bronchorrhagia rosalger rasorial upends _____ @01132@00 soundtrack carbarn whitfield polymastigate nephology protomyosinose ___ @01132@00 neurosal karates unshoved unfolders wricked chi-rho chicken-breasted __ @01132@00 mucodermal request graduals oomiac star-spangled pulpatone quebrada ___ @01132@00 ennage cuckoldize______________________________________________________ @01133@00 outvanish homoeozoic phonomotor shopkeeperess non-Germanic professions @01133@00 sacrcraria theologically papaship cucumber ungenial cockups ___________ @01133@00 successorship shebeans trickstering oversee acyrology headwind ________ @01133@00 mortgagor unquality corporacy zaminder millwrights reconcilingly mulier @01133@00 tubular rough-surfaced marbrinus factorizations stretched bilaterality @01133@00 tsktsking unsanctioning trivoltine ill-favoured oblong-elliptical _____ @01133@00 longlick balladize woons centrisciform pratfall co-executor ___________ @01133@00 pro-Darwinian reefing twaite pinax_____________________________________ @01134@00 vermeil quasi-absolutely even-tenored sumph nazis well-meaner _________ @01134@00 stammerwort lucarne time-gnawn rediffuse shapoo crimping settle _______ @01134@00 diguanide peneplains dayworks window-breaking news-seeking ____________ @01134@00 how-do-you-do threne unparking winnable potfuls obfuscator myocele ____ @01134@00 belvederes ringbarking overcensor large-footed preseen colling educand @01134@00 regroups toothpastes unplastered eavedrop buhrs shorties ______________ @01134@00 nonanachronistically nicker obumbration soliloquiser brooklet _________ @01134@00 immediateness samara@04s can@00-boxing topless reactivate____________________ @01135@00 hogarthian bimillenial plagionite superuniversalness thankers _________:#______________________________________________________________________________
++20
+= @01135@00 agitatorial vetchling benzophenothiazine parricide centuriation _______ @01135@00 superfinance upboost ticket-making accustomedness bleeped shagrag _____ @01135@00 drollist tabret euphonism muring pled nonmanifest orlos submembranous _ @01135@00 wawls hydrophobous incorporation anovesical jeg bright-studded insular @01135@00 encapsuling eradications evadable overbuilding monumentalise __________ @01135@00 postclassical backtrackers snavvle moulder lithoscope avarice _________ @01135@00 basketwork quashee phellandrene pegador________________________________ @01136@00 re-enclose resentments handicraftsmanship nation-state nonacids _______ @01136@00 curlie-wurlie monticulate fimbrillose large-spaced salifies capernoitie @01136@00 retard flop self-prepared leiomyomas jacobuses nigglers reticulation __ @01136@00 misdiagnosing neurasthenics diction individuous dogal epicotyleal _____ @01136@00 pinnacling saddleleaf unneaped olivine-basalt well-cherished wigeon ___ @01136@00 transmutability stingrays morphinic remonetizes kinematographic _______ @01136@00 fourfiusher peterero evictees splite postic sleepful fainer prebill ___ @01136@00 ungaudily misplacing___________________________________________________ @01137@00 calcivorous chaussures cymbalom pulvinately sugary phenoquinone arietta @01137@00 gleetier extinguishing preacquitting mer cat-whistles zendos brevis ___ @01137@00 idite quasi-disgraced genethlic taiglesome quangos unscale ____________ @01137@00 sacramentalis pantsuit pearlberry syringium tiebreaker supergallant ___ @01137@00 phytolatry panderism julidan cassavas upmost uprootals confr purulences @01137@00 roscian curricle laxnesses dissolvability insectiform gassings ________ @01137@00 subradical self-dominion preactivity trilaminar sentinelship hyphen ___ @01137@00 resectional latesome___________________________________________________ @01138@00 pollutants panophthalmitis unred pinkeen prologuizing exactable _______ @01138@00 unminced chop-chop machree liquesce coatee pneumectomy brunswick ______ @01138@00 bridge-house temperability subbed aqueously verbality unaccidental ____:#______________________________________________________________________________
++71
+Q
diff --git a/line.c b/line.c
index fc5d18abf4d2..e554fce69fa9 100644
--- a/line.c
+++ b/line.c
@@ -97,7 +97,7 @@ extern int twiddle;
extern int status_col;
extern int status_col_width;
extern int linenum_width;
-extern int auto_wrap, ignaw;
+extern int auto_wrap, defer_wrap;
extern int bo_s_width, bo_e_width;
extern int ul_s_width, ul_e_width;
extern int bl_s_width, bl_e_width;
@@ -129,7 +129,7 @@ static struct color_map color_map[] = {
{ AT_COLOR_BIN, "kR" },
{ AT_COLOR_CTRL, "kR" },
{ AT_COLOR_ERROR, "kY" },
- { AT_COLOR_LINENUM, "c" },
+ { AT_COLOR_LINENUM, "c*" },
{ AT_COLOR_MARK, "Wb" },
{ AT_COLOR_PROMPT, "kC" },
{ AT_COLOR_RSCROLL, "kc" },
@@ -185,7 +185,7 @@ public void init_line(void)
s = skipspc(s);
if (*s == ',')
++s;
- xbuf_add_data(&xbuf, (constant void *) &num, sizeof(num));
+ xbuf_add_data(&xbuf, &num, sizeof(num));
++osc_ansi_allow_count;
}
osc_ansi_allow = (long *) xbuf.data;
@@ -436,7 +436,7 @@ public void plinestart(POSITION pos)
for (i = 0; i + len < (size_t) linenum_width; i++)
add_pfx(' ', AT_NORMAL);
for (i = 0; i < len; i++)
- add_pfx(buf[i], AT_BOLD|AT_COLOR_LINENUM);
+ add_pfx(buf[i], use_color ? AT_COLOR_LINENUM : AT_BOLD);
add_pfx(' ', AT_NORMAL);
}
end_column = (int) linebuf.pfx_end; /*{{type-issue}}*/
@@ -1480,14 +1480,14 @@ public void pdone(lbool endline, lbool chopped, lbool forw)
* the next line is blank. In that case the single newline output for
* that blank line would be ignored!)
*/
- if (end_column < sc_width + cshift || !auto_wrap || (endline && ignaw) || ctldisp == OPT_ON)
+ if (end_column < sc_width + cshift || !auto_wrap || (endline && defer_wrap) || ctldisp == OPT_ON)
{
add_linebuf('\n', AT_NORMAL, 0);
}
- else if (ignaw && end_column >= sc_width + cshift && forw)
+ else if (defer_wrap && end_column >= sc_width + cshift && forw)
{
/*
- * Terminals with "ignaw" don't wrap until they *really* need
+ * Terminals with "defer_wrap" don't wrap until they *really* need
* to, i.e. when the character *after* the last one to fit on a
* line is output. But they are too hard to deal with when they
* get in the state where a full screen width of characters
@@ -1509,7 +1509,7 @@ public void pdone(lbool endline, lbool chopped, lbool forw)
* colored with the last char's background color before the color
* reset sequence is sent. Clear the line to reset the background color.
*/
- if (auto_wrap && !ignaw && end_column >= sc_width + cshift)
+ if (auto_wrap && !defer_wrap && end_column >= sc_width + cshift)
clear_after_line = TRUE;
set_linebuf(linebuf.end, '\0', AT_NORMAL);
}
@@ -1915,27 +1915,36 @@ public void load_line(constant char *str)
}
/*
- * Find the shift necessary to show the end of the longest displayed line.
+ * Find the length of the longest displayed line on the screen.
*/
-public int rrshift(void)
+public int longest_line_width(void)
{
POSITION pos;
int save_width;
- int sline;
+ int sindex;
int longest = 0;
save_width = sc_width;
sc_width = INT_MAX; /* so forw_line() won't chop */
- for (sline = TOP; sline < sc_height; sline++)
- if ((pos = position(sline)) != NULL_POSITION)
+ for (sindex = TOP; sindex < sc_height-1; sindex++)
+ if ((pos = position(sindex)) != NULL_POSITION)
break;
- for (; sline < sc_height && pos != NULL_POSITION; sline++)
+ for (; sindex < sc_height-1 && pos != NULL_POSITION; sindex++)
{
pos = forw_line(pos, NULL, NULL);
if (end_column > longest)
longest = end_column;
}
sc_width = save_width;
+ return longest;
+}
+
+/*
+ * Find the shift necessary to show the end of the longest displayed line.
+ */
+public int rrshift(void)
+{
+ int longest = longest_line_width();
if (longest < sc_width)
return 0;
return longest - sc_width;
diff --git a/lsystem.c b/lsystem.c
index a56f8238e480..0d55241eae85 100644
--- a/lsystem.c
+++ b/lsystem.c
@@ -32,6 +32,7 @@
#endif
#endif
+extern int sigs;
extern IFILE curr_ifile;
@@ -92,7 +93,7 @@ public void lsystem(constant char *cmd, constant char *donemsg)
/*
* De-initialize the terminal and take out of raw mode.
*/
- deinit();
+ term_deinit();
flush(); /* Make sure the deinit chars get out */
raw_mode(0);
#if MSDOS_COMPILER==WIN32C
@@ -135,9 +136,10 @@ public void lsystem(constant char *cmd, constant char *donemsg)
char *esccmd = shell_quote(cmd);
if (esccmd != NULL)
{
- size_t len = strlen(shell) + strlen(esccmd) + 5;
+ constant char *copt = shell_coption();
+ size_t len = strlen(shell) + strlen(esccmd) + strlen(copt) + 3;
p = (char *) ecalloc(len, sizeof(char));
- SNPRINTF3(p, len, "%s %s %s", shell, shell_coption(), esccmd);
+ SNPRINTF3(p, len, "%s %s %s", shell, copt, esccmd);
free(esccmd);
}
}
@@ -191,7 +193,7 @@ public void lsystem(constant char *cmd, constant char *donemsg)
putchr('\n');
flush();
}
- init();
+ term_init();
screen_trashed();
#if MSDOS_COMPILER && MSDOS_COMPILER!=WIN32C
@@ -220,15 +222,13 @@ public void lsystem(constant char *cmd, constant char *donemsg)
*/
reedit_ifile(save_ifile);
-#if defined(SIGWINCH) || defined(SIGWIND)
/*
* Since we were ignoring window change signals while we executed
* the system command, we must assume the window changed.
* Warning: this leaves a signal pending (in "sigs"),
* so psignals() should be called soon after lsystem().
*/
- winch(0);
-#endif
+ sigs |= S_WINCH;
}
#endif
@@ -305,7 +305,7 @@ public int pipe_data(constant char *cmd, POSITION spos, POSITION epos)
putstr(cmd);
putstr("\n");
- deinit();
+ term_deinit();
flush();
raw_mode(0);
init_signals(0);
@@ -351,11 +351,11 @@ public int pipe_data(constant char *cmd, POSITION spos, POSITION epos)
#endif
init_signals(1);
raw_mode(1);
- init();
+ term_init();
screen_trashed();
#if defined(SIGWINCH) || defined(SIGWIND)
/* {{ Probably don't need this here. }} */
- winch(0);
+ lwinch(0);
#endif
return (0);
}
diff --git a/main.c b/main.c
index 7332a197a56e..65ebb063e276 100644
--- a/main.c
+++ b/main.c
@@ -40,6 +40,7 @@ public constant char *progname;
public lbool quitting = FALSE;
public int dohelp;
public char * init_header = NULL;
+public char * no_config = NULL;
static int secure_allow_features;
#if LOGFILE
@@ -75,8 +76,9 @@ extern int quit_if_one_screen;
extern int no_init;
extern int errmsgs;
extern int redraw_on_quit;
-extern int term_init_done;
+extern int term_addrs;
extern lbool first_time;
+extern lbool term_init_ever;
#if MSDOS_COMPILER==WIN32C && (defined(__MINGW32__) || defined(_MSC_VER))
/* malloc'ed 0-terminated utf8 of 0-terminated wide ws, or null on errors */
@@ -205,6 +207,12 @@ static int security_feature(constant char *name, size_t len)
return security_feature_error("invalid", len, name);
return features[match].sf_value;
}
+
+static lbool set_security_feature(constant char *word, size_t wlen, void *arg)
+{
+ secure_allow_features |= security_feature(word, wlen);
+ return TRUE;
+}
#endif /* !SECURE */
/*
@@ -224,19 +232,7 @@ static void init_secure(void)
str = lgetenv("LESSSECURE_ALLOW");
if (!isnullenv(str))
- {
- for (;;)
- {
- constant char *estr;
- while (*str == ' ' || *str == ',') ++str; /* skip leading spaces/commas */
- if (*str == '\0') break;
- estr = strchr(str, ',');
- if (estr == NULL) estr = str + strlen(str);
- while (estr > str && estr[-1] == ' ') --estr; /* trim trailing spaces */
- secure_allow_features |= security_feature(str, ptr_diff(estr, str));
- str = estr;
- }
- }
+ parse_csl(set_security_feature, str, NULL);
#endif
}
@@ -251,8 +247,11 @@ int main(int argc, constant char *argv[])
struct xbuffer xfiles;
constant int *files;
size_t num_files;
+ size_t f;
lbool end_opts = FALSE;
- lbool posixly_correct = FALSE;
+ lbool posixly_correct;
+
+ no_config = getenv("LESSNOCONFIG");
#if MSDOS_COMPILER==WIN32C && (defined(__MINGW32__) || defined(_MSC_VER))
if (GetACP() != CP_UTF8) /* not using a UTF-8 manifest */
@@ -322,7 +321,7 @@ int main(int argc, constant char *argv[])
#define isoptstring(s) (((s)[0] == '-' || (s)[0] == '+') && (s)[1] != '\0')
xbuf_init(&xfiles);
- posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);
+ posixly_correct = (lgetenv("POSIXLY_CORRECT") != NULL);
for (i = 0; i < argc; i++)
{
if (strcmp(argv[i], "--") == 0)
@@ -333,7 +332,7 @@ int main(int argc, constant char *argv[])
{
if (posixly_correct)
end_opts = TRUE;
- xbuf_add_data(&xfiles, (constant unsigned char *) &i, sizeof(i));
+ xbuf_add_data(&xfiles, &i, sizeof(i));
}
}
#undef isoptstring
@@ -373,7 +372,7 @@ int main(int argc, constant char *argv[])
ifile = get_ifile(FAKE_HELPFILE, ifile);
files = (constant int *) xfiles.data;
num_files = xfiles.end / sizeof(int);
- for (i = 0; i < num_files; i++)
+ for (f = 0; f < num_files; f++)
{
#if (MSDOS_COMPILER && MSDOS_COMPILER != DJGPPC)
/*
@@ -387,7 +386,7 @@ int main(int argc, constant char *argv[])
char *gfilename;
char *qfilename;
- gfilename = lglob(argv[files[i]]);
+ gfilename = lglob(argv[files[f]]);
init_textlist(&tlist, gfilename);
filename = NULL;
while ((filename = forw_textlist(&tlist, filename)) != NULL)
@@ -399,7 +398,7 @@ int main(int argc, constant char *argv[])
}
free(gfilename);
#else
- (void) get_ifile(argv[files[i]], ifile);
+ (void) get_ifile(argv[files[f]], ifile);
ifile = prev_ifile(NULL_IFILE);
#endif
}
@@ -414,7 +413,7 @@ int main(int argc, constant char *argv[])
* Output is not a tty.
* Just copy the input file(s) to output.
*/
- set_output(1); /* write to stdout */
+ set_output(1, TRUE); /* write to stdout */
SET_BINARY(1);
if (edit_first() == 0)
{
@@ -470,7 +469,7 @@ int main(int argc, constant char *argv[])
/*
* See if file fits on one screen to decide whether
* to send terminal init. But don't need this
- * if -X (no_init) overrides this (see init()).
+ * if -X (no_init) overrides this (see term_init()).
*/
if (quit_if_one_screen)
{
@@ -498,8 +497,10 @@ int main(int argc, constant char *argv[])
get_return();
putchr('\n');
}
- set_output(1);
- init();
+ set_output(1, FALSE);
+#if MSDOS_COMPILER
+ term_init();
+#endif
commands();
quit(QUIT_OK);
/*NOTREACHED*/
@@ -611,9 +612,9 @@ public void quit(int status)
check_altpipe_error();
if (interactive())
clear_bot();
- deinit();
+ term_deinit();
flush();
- if (redraw_on_quit && term_init_done)
+ if (redraw_on_quit && term_addrs)
{
/*
* The last file text displayed might have been on an
diff --git a/mark.c b/mark.c
index 858209605948..b15ff0f12a9d 100644
--- a/mark.c
+++ b/mark.c
@@ -27,7 +27,6 @@ struct mark
* because we don't want to create an ifile until the
* user explicitly requests the file (by name or mark).
*/
- char m_letter; /* Associated character */
IFILE m_ifile; /* Input file being marked */
char *m_filename; /* Name of the input file */
struct scrpos m_scrpos; /* Position of the mark */
@@ -39,12 +38,14 @@ struct mark
* The final one is lmark, for the "last mark"; addressed by the apostrophe.
*/
#define NMARKS ((2*26)+2) /* a-z, A-Z, mousemark, lastmark */
-#define NUMARKS ((2*26)+1) /* user marks (not lastmark) */
-#define MOUSEMARK (NMARKS-2)
+#define NUMARKS (NMARKS-1) /* user marks (not lastmark) */
#define LASTMARK (NMARKS-1)
+#define MOUSEMARK (LASTMARK-1)
static struct mark marks[NMARKS];
-public int marks_modified = 0;
-
+public lbool marks_modified = FALSE;
+#if CMD_HISTORY
+static struct mark file_marks[NMARKS];
+#endif
/*
* Initialize a mark struct.
@@ -69,17 +70,23 @@ public void init_mark(void)
for (i = 0; i < NMARKS; i++)
{
- char letter;
- switch (i) {
- case MOUSEMARK: letter = '#'; break;
- case LASTMARK: letter = '\''; break;
- default: letter = (char) ((i < 26) ? 'a'+i : 'A'+i-26); break;
- }
- marks[i].m_letter = letter;
cmark(&marks[i], NULL_IFILE, NULL_POSITION, -1);
+#if CMD_HISTORY
+ cmark(&file_marks[i], NULL_IFILE, NULL_POSITION, -1);
+#endif
}
}
+static void mark_clear(struct mark *m)
+{
+ m->m_scrpos.pos = NULL_POSITION;
+}
+
+static lbool mark_is_set(struct mark *m)
+{
+ return m->m_scrpos.pos != NULL_POSITION;
+}
+
/*
* Set m_ifile and clear m_filename.
*/
@@ -102,22 +109,47 @@ static void mark_get_ifile(struct mark *m)
}
/*
- * Return the user mark struct identified by a character.
+ * Return the letter associated with a mark index.
*/
-static struct mark * getumark(char c)
+static char mark_letter(int index)
+{
+ switch (index) {
+ case LASTMARK: return '\'';
+ case MOUSEMARK: return '#';
+ default: return (char) ((index < 26) ? 'a'+index : 'A'+index-26);
+ }
+}
+
+/*
+ * Return the mark table index identified by a character.
+ */
+static int mark_index(char c)
{
- PARG parg;
if (c >= 'a' && c <= 'z')
- return (&marks[c-'a']);
+ return c-'a';
if (c >= 'A' && c <= 'Z')
- return (&marks[c-'A'+26]);
+ return c-'A'+26;
if (c == '\'')
- return (&marks[LASTMARK]);
+ return LASTMARK;
if (c == '#')
- return (&marks[MOUSEMARK]);
- parg.p_char = (char) c;
- error("Invalid mark letter %c", &parg);
- return (NULL);
+ return MOUSEMARK;
+ return -1;
+}
+
+/*
+ * Return the user mark struct identified by a character.
+ */
+static struct mark * getumark(char c)
+{
+ int index = mark_index(c);
+ if (index < 0 || index >= NUMARKS)
+ {
+ PARG parg;
+ parg.p_char = (char) c;
+ error("Invalid mark letter %c", &parg);
+ return NULL;
+ }
+ return &marks[index];
}
/*
@@ -172,7 +204,7 @@ static struct mark * getmark(char c)
m = getumark(c);
if (m == NULL)
break;
- if (m->m_scrpos.pos == NULL_POSITION)
+ if (!mark_is_set(m))
{
error("Mark not set", NULL_PARG);
return (NULL);
@@ -185,7 +217,7 @@ static struct mark * getmark(char c)
/*
* Is a mark letter invalid?
*/
-public int badmark(char c)
+public lbool badmark(char c)
{
return (getmark(c) == NULL);
}
@@ -204,11 +236,13 @@ public void setmark(char c, int where)
get_scrpos(&scrpos, where);
if (scrpos.pos == NULL_POSITION)
{
- bell();
+ lbell();
return;
}
cmark(m, curr_ifile, scrpos.pos, scrpos.ln);
- marks_modified = 1;
+ marks_modified = TRUE;
+ if (perma_marks && autosave_action('m'))
+ save_cmdhist();
}
/*
@@ -223,11 +257,13 @@ public void clrmark(char c)
return;
if (m->m_scrpos.pos == NULL_POSITION)
{
- bell();
+ lbell();
return;
}
m->m_scrpos.pos = NULL_POSITION;
- marks_modified = 1;
+ marks_modified = TRUE;
+ if (perma_marks && autosave_action('m'))
+ save_cmdhist();
}
/*
@@ -243,7 +279,7 @@ public void lastmark(void)
if (scrpos.pos == NULL_POSITION)
return;
cmark(&marks[LASTMARK], curr_ifile, scrpos.pos, scrpos.ln);
- marks_modified = 1;
+ marks_modified = TRUE;
}
/*
@@ -264,7 +300,7 @@ public void gomark(char c)
* set it to the beginning of the current file.
* {{ Couldn't we instead set marks[LASTMARK] in edit()? }}
*/
- if (m == &marks[LASTMARK] && m->m_scrpos.pos == NULL_POSITION)
+ if (m == &marks[LASTMARK] && !mark_is_set(m))
cmark(m, curr_ifile, ch_zero(), jump_sline);
mark_get_ifile(m);
@@ -316,14 +352,11 @@ public char posmark(POSITION pos)
/* Only user marks */
for (i = 0; i < NUMARKS; i++)
{
- if (marks[i].m_ifile == curr_ifile && marks[i].m_scrpos.pos == pos)
- {
- if (i < 26) return (char) ('a' + i);
- if (i < 26*2) return (char) ('A' + (i - 26));
- return '#';
- }
+ struct mark *m = &marks[i];
+ if (m->m_ifile == curr_ifile && m->m_scrpos.pos == pos)
+ return mark_letter(i);
}
- return 0;
+ return '\0';
}
/*
@@ -335,7 +368,7 @@ public void unmark(IFILE ifile)
for (i = 0; i < NMARKS; i++)
if (marks[i].m_ifile == ifile)
- marks[i].m_scrpos.pos = NULL_POSITION;
+ mark_clear(&marks[i]);
}
/*
@@ -364,22 +397,44 @@ public void mark_check_ifile(IFILE ifile)
#if CMD_HISTORY
/*
+ * Initialize a mark struct, including the filename.
+ */
+static void cmarkf(struct mark *m, IFILE ifile, POSITION pos, int ln, constant char *filename)
+{
+ cmark(m, ifile, pos, ln);
+ m->m_filename = (filename == NULL) ? NULL : save(filename);
+}
+
+/*
* Save marks to history file.
*/
public void save_marks(FILE *fout, constant char *hdr)
{
int i;
- if (!perma_marks)
- return;
+ if (perma_marks)
+ {
+ /* Copy active marks to file_marks. */
+ for (i = 0; i < NMARKS; i++)
+ {
+ struct mark *m = &marks[i];
+ if (mark_is_set(m))
+ cmarkf(&file_marks[i], m->m_ifile, m->m_scrpos.pos, m->m_scrpos.ln, m->m_filename);
+ }
+ }
+ /*
+ * Save file_marks to the history file.
+ * These may have been read from the history file at startup
+ * (in restore_mark), or copied from the active marks above.
+ */
fprintf(fout, "%s\n", hdr);
for (i = 0; i < NMARKS; i++)
{
constant char *filename;
- struct mark *m = &marks[i];
+ struct mark *m = &file_marks[i];
char pos_str[INT_STRLEN_BOUND(m->m_scrpos.pos) + 2];
- if (m->m_scrpos.pos == NULL_POSITION)
+ if (!mark_is_set(m))
continue;
postoa(m->m_scrpos.pos, pos_str, 10);
filename = m->m_filename;
@@ -387,7 +442,7 @@ public void save_marks(FILE *fout, constant char *hdr)
filename = get_real_filename(m->m_ifile);
if (strcmp(filename, "-") != 0)
fprintf(fout, "m %c %d %s %s\n",
- m->m_letter, m->m_scrpos.ln, pos_str, filename);
+ mark_letter(i), m->m_scrpos.ln, pos_str, filename);
}
}
@@ -396,7 +451,7 @@ public void save_marks(FILE *fout, constant char *hdr)
*/
public void restore_mark(constant char *line)
{
- struct mark *m;
+ int index;
int ln;
POSITION pos;
@@ -404,8 +459,8 @@ public void restore_mark(constant char *line)
if (*line++ != 'm')
return;
skip_whitespace;
- m = getumark(*line++);
- if (m == NULL)
+ index = mark_index(*line++);
+ if (index < 0)
return;
skip_whitespace;
ln = lstrtoic(line, &line, 10);
@@ -420,8 +475,9 @@ public void restore_mark(constant char *line)
if (pos < 0)
return;
skip_whitespace;
- cmark(m, NULL_IFILE, pos, ln);
- m->m_filename = save(line);
+ /* Save in both active marks table and file_marks table. */
+ cmarkf(&marks[index], NULL_IFILE, pos, ln, line);
+ cmarkf(&file_marks[index], NULL_IFILE, pos, ln, line);
}
#endif /* CMD_HISTORY */
diff --git a/omit.uni b/omit.uni
index 9977ec403f3d..dd6c2b841792 100644
--- a/omit.uni
+++ b/omit.uni
@@ -1,4 +1,4 @@
-/* Generated by "./mkutable -f2 Xx -- unicode/UnicodeData.txt" on Aug 19 1:16:32 GMT 2025 */
+/* Generated by "./mkutable -f2 Xx -- unicode/UnicodeData.txt" on Nov 28 1:30:12 GMT 2025 */
{ 0x00ad, 0x00ad }, /* Xx */
{ 0x200d, 0x200d }, /* Xx */
{ 0xfe00, 0xfe0f }, /* Xx */
diff --git a/optfunc.c b/optfunc.c
index 9c0117cc84ff..29d2748bc935 100644
--- a/optfunc.c
+++ b/optfunc.c
@@ -44,6 +44,7 @@ extern char *wproto;
extern char *every_first_cmd;
extern IFILE curr_ifile;
extern char version[];
+extern int jump_sline_arg;
extern int jump_sline;
extern long jump_sline_fraction;
extern int shift_count;
@@ -73,6 +74,7 @@ extern int nosearch_header_cols;
extern POSITION header_start_pos;
extern char *init_header;
extern char *first_cmd_at_prompt;
+extern char *autosave;
#if LOGFILE
extern char *namelogfile;
extern lbool force_logfile;
@@ -166,36 +168,27 @@ public void opt__O(int type, constant char *s)
}
#endif
-static int toggle_fraction(int *num, long *frac, constant char *s, constant char *printopt, void (*calc)(void))
+static void toggle_fraction(int *num, long *frac, constant char *s, constant char *printopt, lbool neg_ok, void (*calc)(void))
{
- lbool err;
if (s == NULL)
{
- (*calc)();
} else if (*s == '.')
{
- long tfrac;
s++;
- tfrac = getfraction(&s, printopt, &err);
- if (err)
+ if (!getfraction(&s, frac))
{
- error("Invalid fraction", NULL_PARG);
- return -1;
+ PARG parg;
+ parg.p_string = printopt;
+ error("Invalid fraction in %s", &parg);
+ return;
}
- *frac = tfrac;
- (*calc)();
} else
{
- int tnum = getnumc(&s, printopt, &err);
- if (err)
- {
- error("Invalid number", NULL_PARG);
- return -1;
- }
+ if (!getnumc(&s, printopt, neg_ok, num))
+ return;
*frac = -1;
- *num = tnum;
}
- return 0;
+ (*calc)();
}
static void query_fraction(int value, long fraction, constant char *int_msg, constant char *frac_msg)
@@ -229,11 +222,11 @@ public void opt_j(int type, constant char *s)
{
case INIT:
case TOGGLE:
- toggle_fraction(&jump_sline, &jump_sline_fraction,
- s, "j", calc_jump_sline);
+ toggle_fraction(&jump_sline_arg, &jump_sline_fraction,
+ s, "-j", TRUE, calc_jump_sline);
break;
case QUERY:
- query_fraction(jump_sline, jump_sline_fraction,
+ query_fraction(jump_sline_arg, jump_sline_fraction,
"Position target at screen line %d", "Position target at screen position %s");
break;
}
@@ -241,10 +234,19 @@ public void opt_j(int type, constant char *s)
public void calc_jump_sline(void)
{
+ jump_sline = jump_sline_arg;
+ /* If jump_sline_fraction is set, calculate jump_sline from it. */
if (jump_sline_fraction >= 0)
jump_sline = (int) muldiv(sc_height, jump_sline_fraction, NUM_FRAC_DENOM);
+ /* Negative jump_sline means relative to bottom of screen. */
+ if (jump_sline < 0)
+ jump_sline += sc_height;
+ /* If jump_sline is obscured by header, move it after the header. */
if (jump_sline <= header_lines)
jump_sline = header_lines + 1;
+ /* If jump_sline is past bottom of screen, move it to the bottom. */
+ if (jump_sline >= sc_height)
+ jump_sline = sc_height - 1;
}
/*
@@ -257,7 +259,7 @@ public void opt_shift(int type, constant char *s)
case INIT:
case TOGGLE:
toggle_fraction(&shift_count, &shift_count_fraction,
- s, "#", calc_shift_count);
+ s, "-#", FALSE, calc_shift_count);
break;
case QUERY:
query_fraction(shift_count, shift_count_fraction,
@@ -473,6 +475,30 @@ public void opt__P(int type, constant char *s)
}
/*
+ * Handler for --autosave option.
+ */
+public void opt_autosave(int type, constant char *s)
+{
+ PARG parg;
+
+ switch (type)
+ {
+ case INIT:
+ case TOGGLE:
+ if (s == NULL)
+ s = "-";
+ if (autosave != NULL)
+ free(autosave);
+ autosave = save(s);
+ break;
+ case QUERY:
+ parg.p_string = (autosave != NULL) ? autosave : "-";
+ error("Autosave actions: %s", &parg);
+ break;
+ }
+}
+
+/*
* Handler for the -b option.
*/
/*ARGSUSED*/
@@ -522,7 +548,7 @@ public void opt__V(int type, constant char *s)
dispversion();
break;
case INIT:
- set_output(1); /* Force output to stdout per GNU standard for --version output. */
+ set_output(1, TRUE); /* Force output to stdout per GNU standard for --version output. */
putstr("less ");
putstr(version);
putstr(" (");
@@ -854,7 +880,7 @@ public void opt_match_shift(int type, constant char *s)
case INIT:
case TOGGLE:
toggle_fraction(&match_shift, &match_shift_fraction,
- s, "--match-shift", calc_match_shift);
+ s, "--match-shift", FALSE, calc_match_shift);
break;
case QUERY:
query_fraction(match_shift, match_shift_fraction,
@@ -1019,28 +1045,24 @@ public void opt_intr(int type, constant char *s)
* Return -1 if the list entry is missing or empty.
* Updates *sp to point to the first char of the next number in the list.
*/
-public int next_cnum(constant char **sp, constant char *printopt, constant char *errmsg, lbool *errp)
+static lbool next_cnum(constant char **sp, constant char *printopt, mutable int *p_num)
{
- int n;
- *errp = FALSE;
if (**sp == '\0') /* at end of line */
- return -1;
- if (**sp == ',') /* that's the next comma; we have an empty string */
{
- ++(*sp);
- return -1;
+ *p_num = -1;
+ return TRUE;
}
- n = getnumc(sp, printopt, errp);
- if (*errp)
+ if (**sp == ',') /* that's the next comma; we have an empty string */
{
- PARG parg;
- parg.p_string = errmsg;
- error("invalid %s", &parg);
- return -1;
+ ++(*sp);
+ *p_num = -1;
+ return TRUE;
}
+ if (!getnumc(sp, printopt, FALSE, p_num))
+ return FALSE;
if (**sp == ',')
++(*sp);
- return n;
+ return TRUE;
}
/*
@@ -1050,26 +1072,21 @@ public int next_cnum(constant char **sp, constant char *printopt, constant char
static lbool parse_header(constant char *s, int *lines, int *cols, POSITION *start_pos)
{
int n;
- lbool err;
if (*s == '-')
s = "0,0";
-
- n = next_cnum(&s, "header", "number of lines", &err);
- if (err) return FALSE;
+ if (!next_cnum(&s, "--header", &n))
+ return FALSE;
if (n >= 0) *lines = n;
-
- n = next_cnum(&s, "header", "number of columns", &err);
- if (err) return FALSE;
+ if (!next_cnum(&s, "--header", &n))
+ return FALSE;
if (n >= 0) *cols = n;
-
- n = next_cnum(&s, "header", "line number", &err);
- if (err) return FALSE;
- if (n > 0)
+ if (!next_cnum(&s, "--header", &n))
+ return FALSE;
+ if (n > 0)
{
- LINENUM lnum = (LINENUM) n;
- if (lnum < 1) lnum = 1;
- *start_pos = find_pos(lnum);
+ if (n < 1) n = 1;
+ *start_pos = find_pos((LINENUM)n);
}
return TRUE;
}
@@ -1264,3 +1281,10 @@ public int get_swindow(void)
return (sc_height - header_lines + swindow);
}
+/*
+ * Should an action initiate an autosave?
+ */
+public lbool autosave_action(char act)
+{
+ return strchr(autosave, act) != NULL || strchr(autosave, '*') != NULL;
+}
diff --git a/option.c b/option.c
index 3c3465e82017..77ab1b305cdf 100644
--- a/option.c
+++ b/option.c
@@ -70,7 +70,6 @@ public void scan_option(constant char *s, lbool is_env)
char *str;
lbool set_default;
lbool lc;
- lbool ambig;
PARG parg;
if (s == NULL)
@@ -94,7 +93,7 @@ public void scan_option(constant char *s, lbool is_env)
break;
case O_NUMBER:
printopt = opt_desc(pendopt);
- *(pendopt->ovar) = getnumc(&s, printopt, NULL);
+ getnumc(&s, printopt, FALSE, pendopt->ovar);
break;
}
}
@@ -179,14 +178,20 @@ public void scan_option(constant char *s, lbool is_env)
* Not a special case.
* Look up the option letter in the option table.
*/
- ambig = FALSE;
if (optname == NULL)
{
printopt = propt(optc);
lc = ASCII_IS_LOWER(optc);
o = findopt(optc);
+ if (o == NULL)
+ {
+ parg.p_string = printopt;
+ error("There is no %s option (\"less --help\" for help)", &parg);
+ return;
+ }
} else
{
+ lbool ambig = FALSE;
printopt = optname;
lc = ASCII_IS_LOWER(optname[0]);
o = findopt_name(&optname, NULL, &ambig);
@@ -208,7 +213,7 @@ public void scan_option(constant char *s, lbool is_env)
(o->otype & OTYPE) != O_NUMBER)
{
parg.p_string = printopt;
- error("The %s option should not be followed by =",
+ error("The --%s option should not be followed by =",
&parg);
return;
}
@@ -221,17 +226,15 @@ public void scan_option(constant char *s, lbool is_env)
*/
o = NULL;
}
- }
- if (o == NULL)
- {
- parg.p_string = printopt;
- if (ambig)
- error("%s is an ambiguous abbreviation (\"less --help\" for help)",
- &parg);
- else
- error("There is no %s option (\"less --help\" for help)",
- &parg);
- return;
+ if (o == NULL)
+ {
+ parg.p_string = printopt;
+ if (ambig)
+ error("--%s is an ambiguous abbreviation (\"less --help\" for help)", &parg);
+ else
+ error("There is no --%s option (\"less --help\" for help)", &parg);
+ return;
+ }
}
str = NULL;
@@ -292,7 +295,7 @@ public void scan_option(constant char *s, lbool is_env)
}
if (o->otype & O_UNSUPPORTED)
break;
- *(o->ovar) = getnumc(&s, printopt, NULL);
+ getnumc(&s, printopt, FALSE, o->ovar);
break;
}
/*
@@ -314,11 +317,9 @@ public void scan_option(constant char *s, lbool is_env)
* OPT_UNSET set to the default value
* OPT_SET set to the inverse of the default value
*/
-public void toggle_option(struct loption *o, lbool lower, constant char *s, int how_toggle)
+public lbool toggle_option(struct loption *o, lbool lower, constant char *s, int how_toggle)
{
- int num;
int no_prompt;
- lbool err;
PARG parg;
no_prompt = (how_toggle & OPT_NO_PROMPT);
@@ -327,21 +328,21 @@ public void toggle_option(struct loption *o, lbool lower, constant char *s, int
if (o == NULL)
{
error("No such option", NULL_PARG);
- return;
+ return FALSE;
}
if (how_toggle == OPT_TOGGLE && (o->otype & O_NO_TOGGLE))
{
parg.p_string = opt_desc(o);
error("Cannot change the %s option", &parg);
- return;
+ return FALSE;
}
if (how_toggle == OPT_NO_TOGGLE && (o->otype & O_NO_QUERY))
{
parg.p_string = opt_desc(o);
error("Cannot query the %s option", &parg);
- return;
+ return FALSE;
}
/*
@@ -426,7 +427,7 @@ public void toggle_option(struct loption *o, lbool lower, constant char *s, int
case OPT_UNSET:
error("Cannot use \"-+\" or \"-!\" for a string option",
NULL_PARG);
- return;
+ return FALSE;
}
break;
case O_NUMBER:
@@ -436,9 +437,8 @@ public void toggle_option(struct loption *o, lbool lower, constant char *s, int
switch (how_toggle)
{
case OPT_TOGGLE:
- num = getnumc(&s, NULL, &err);
- if (!err)
- *(o->ovar) = num;
+ if (!getnumc(&s, opt_desc(o), FALSE, o->ovar))
+ return FALSE;
break;
case OPT_UNSET:
*(o->ovar) = o->odefault;
@@ -446,7 +446,7 @@ public void toggle_option(struct loption *o, lbool lower, constant char *s, int
case OPT_SET:
error("Can't use \"-!\" for a numeric option",
NULL_PARG);
- return;
+ return FALSE;
}
break;
}
@@ -488,15 +488,15 @@ public void toggle_option(struct loption *o, lbool lower, constant char *s, int
error(o->odesc[1], &parg);
break;
case O_STRING:
- /*
- * Message was already printed by the handling function.
- */
+ if (how_toggle != OPT_NO_TOGGLE && o->ofunc != NULL)
+ (*o->ofunc)(QUERY, NULL);
break;
}
}
if (how_toggle != OPT_NO_TOGGLE && (o->otype & O_REPAINT))
screen_trashed();
+ return TRUE;
}
/*
@@ -513,20 +513,20 @@ static int flip_triple(int val, lbool lc)
/*
* Determine if an option takes a parameter.
*/
-public int opt_has_param(struct loption *o)
+public lbool opt_has_param(constant struct loption *o)
{
if (o == NULL)
- return (0);
+ return FALSE;
if (o->otype & (O_BOOL|O_TRIPLE|O_NOVAR|O_NO_TOGGLE))
- return (0);
- return (1);
+ return FALSE;
+ return TRUE;
}
/*
* Return the prompt to be used for a given option letter.
* Only string and number valued options have prompts.
*/
-public constant char * opt_prompt(struct loption *o)
+public constant char * opt_prompt(constant struct loption *o)
{
if (o == NULL || (o->otype & (O_STRING|O_NUMBER)) == 0)
return ("?");
@@ -653,26 +653,29 @@ static constant char * optstring(constant char *s, char **p_str, constant char *
return (p);
}
+typedef enum {
+ NUM_ERR_NONE, NUM_ERR_OVERFLOW, NUM_ERR_NEG, NUM_ERR_MISSING
+} num_error_type;
+
/*
+ * Display error message for invalid number.
*/
-static int num_error(constant char *printopt, lbool *errp, lbool overflow)
+static lbool num_error(constant char *printopt, num_error_type error_type)
{
- PARG parg;
-
- if (errp != NULL)
- {
- *errp = TRUE;
- return (-1);
- }
if (printopt != NULL)
{
+ constant char *msg;
+ PARG parg;
+ switch (error_type)
+ {
+ case NUM_ERR_OVERFLOW: msg = "Number too large in %s"; break;
+ case NUM_ERR_NEG: msg = "Negative number not allowed in %s"; break;
+ default: msg = "Number is required after %s"; break;
+ }
parg.p_string = printopt;
- error((overflow
- ? "Number too large in '%s'"
- : "Number is required after %s"),
- &parg);
+ error(msg, &parg);
}
- return (-1);
+ return FALSE;
}
/*
@@ -680,38 +683,38 @@ static int num_error(constant char *printopt, lbool *errp, lbool overflow)
* Like atoi(), but takes a pointer to a char *, and updates
* the char * to point after the translated number.
*/
-public int getnumc(constant char **sp, constant char *printopt, lbool *errp)
+public lbool getnumc(constant char **sp, constant char *printopt, lbool neg_ok, mutable int *p_num)
{
constant char *s = *sp;
int n;
- lbool neg;
+ lbool neg = FALSE;
s = skipspc(s);
- neg = FALSE;
if (*s == '-')
{
+ if (!neg_ok)
+ return num_error(printopt, NUM_ERR_NEG);
neg = TRUE;
s++;
}
if (*s < '0' || *s > '9')
- return (num_error(printopt, errp, FALSE));
-
+ return num_error(printopt, NUM_ERR_MISSING);
n = lstrtoic(s, sp, 10);
if (n < 0)
- return (num_error(printopt, errp, TRUE));
- if (errp != NULL)
- *errp = FALSE;
+ return num_error(printopt, NUM_ERR_OVERFLOW);
if (neg)
n = -n;
- return (n);
+ *p_num = n;
+ return TRUE;
}
-public int getnum(char **sp, constant char *printopt, lbool *errp)
+public lbool getnum(char **sp, constant char *printopt, lbool neg_ok, mutable int *p_num)
{
constant char *cs = *sp;
- int r = getnumc(&cs, printopt, errp);
+ if (!getnumc(&cs, printopt, neg_ok, p_num))
+ return FALSE;
*sp = (char *) cs;
- return r;
+ return TRUE;
}
/*
@@ -720,7 +723,7 @@ public int getnum(char **sp, constant char *printopt, lbool *errp)
* The value of the fraction is returned as parts per NUM_FRAC_DENOM.
* That is, if "n" is returned, the fraction intended is n/NUM_FRAC_DENOM.
*/
-public long getfraction(constant char **sp, constant char *printopt, lbool *errp)
+public lbool getfraction(constant char **sp, mutable long *p_frac)
{
constant char *s;
long frac = 0;
@@ -728,7 +731,7 @@ public long getfraction(constant char **sp, constant char *printopt, lbool *errp
s = skipspc(*sp);
if (*s < '0' || *s > '9')
- return (num_error(printopt, errp, FALSE));
+ return FALSE;
for ( ; *s >= '0' && *s <= '9'; s++)
{
@@ -740,9 +743,8 @@ public long getfraction(constant char **sp, constant char *printopt, lbool *errp
while (fraclen++ < NUM_LOG_FRAC_DENOM)
frac *= 10;
*sp = s;
- if (errp != NULL)
- *errp = FALSE;
- return (frac);
+ *p_frac = frac;
+ return TRUE;
}
/*
diff --git a/opttbl.c b/opttbl.c
index 292a8be15d1e..cf790125a976 100644
--- a/opttbl.c
+++ b/opttbl.c
@@ -40,6 +40,7 @@ public int ctldisp; /* Send control chars to screen untranslated */
public int force_open; /* Open the file even if not regular file */
public int swindow; /* Size of scrolling window */
public int jump_sline; /* Screen line of "jump target" */
+public int jump_sline_arg;
public long jump_sline_fraction = -1;
public int shift_count; /* Number of positions to shift horizontally */
public long shift_count_fraction = -1;
@@ -87,6 +88,7 @@ public int stop_on_form_feed; /* Stop scrolling on a line starting with form f
public long match_shift_fraction = NUM_FRAC_DENOM/2; /* 1/2 of screen width */
public char intr_char = CONTROL('X'); /* Char to interrupt reads */
public char *first_cmd_at_prompt = NULL; /* Command to exec before first prompt */
+public char *autosave; /* Actions which do autosave of history file */
#if HILITE_SEARCH
public int hilite_search; /* Highlight matched search patterns? */
#endif
@@ -186,6 +188,7 @@ static struct optname proc_tab_optname = { "proc-tab", NULL };
static struct optname proc_return_optname = { "proc-return", NULL };
static struct optname match_shift_optname = { "match-shift", NULL };
static struct optname first_cmd_at_prompt_optname = { "cmd", NULL };
+static struct optname autosave_optname = { "autosave", NULL };
#if LESSTEST
static struct optname ttyin_name_optname = { "tty", NULL };
#endif /*LESSTEST*/
@@ -762,6 +765,10 @@ static struct loption option[] =
NULL
}
},
+ { OLETTER_NONE, &autosave_optname,
+ O_STRING|O_INIT_HANDLER, 0, NULL, opt_autosave,
+ { "Autosave actions: ", "s", NULL }
+ },
#if LESSTEST
{ OLETTER_NONE, &ttyin_name_optname,
O_STRING|O_NO_TOGGLE, 0, NULL, opt_ttyin_name,
diff --git a/os.c b/os.c
index 3bac7a61a7be..208a9724e362 100644
--- a/os.c
+++ b/os.c
@@ -82,7 +82,6 @@ static lbool opening;
public lbool waiting_for_data;
public int consecutive_nulls = 0;
public lbool getting_one_screen = FALSE;
-public lbool no_poll = FALSE;
/* Milliseconds to wait for data before displaying "waiting for data" message. */
static int waiting_for_data_delay = 4000;
@@ -93,7 +92,7 @@ static JUMP_BUF read_label;
static JUMP_BUF open_label;
extern int sigs;
-extern int ignore_eoi;
+extern lbool ignore_eoi;
extern int exit_F_on_close;
extern int follow_mode;
extern int scanning_eof;
@@ -104,7 +103,7 @@ extern int one_screen;
#if HAVE_TIME
extern time_type less_start_time;
#endif
-#if !MSDOS_COMPILER
+#if LESS_IREAD_TTY
extern int tty;
#endif
@@ -164,8 +163,6 @@ static int check_poll(int fd, int tty)
/* Break out of "waiting for data". */
return (READ_INTR);
ungetcc_back((char) ch);
- if (!no_poll)
- return (READ_INTR);
}
}
if (ignore_eoi && exit_F_on_close && (poller[0].revents & (POLLHUP|POLLIN)) == POLLHUP)
@@ -198,6 +195,7 @@ public lbool ttyin_ready(void)
if (!use_poll)
return FALSE;
{
+ /* {{ assert LESS_IREAD_TTY }} */
struct pollfd poller[1] = { { tty, POLLIN, 0 } };
poll(poller, 1, 0);
return ((poller[0].revents & POLLIN) != 0);
@@ -209,7 +207,7 @@ public lbool ttyin_ready(void)
#endif
}
-public int supports_ctrl_x(void)
+public lbool supports_ctrl_x(void)
{
#if MSDOS_COMPILER==WIN32C
return (TRUE);
@@ -269,7 +267,7 @@ start:
#endif
#endif
#endif
-#if !MSDOS_COMPILER
+#if !MSDOS_COMPILER /* {{ LESS_IREAD_TTY? }} */
if (fd != tty && !ABORT_SIGS())
/* Non-interrupt signal like SIGWINCH. */
return (READ_AGAIN);
@@ -316,19 +314,14 @@ start:
#if MSDOS_COMPILER==WIN32C
if (!(quit_if_one_screen && one_screen) && win32_kbhit2(TRUE))
{
- int c;
- lbool intr;
-
- c = WIN32getch();
- intr = (c == CONTROL('C') || c == intr_char);
- if (!intr)
- WIN32ungetch((char) c);
- if (intr || !no_poll)
+ int c = WIN32getch();
+ if (c == CONTROL('C') || c == intr_char)
{
sigs |= S_SWINTERRUPT;
reading = FALSE;
return (READ_INTR);
}
+ WIN32ungetch(c);
}
#endif
#endif
@@ -369,10 +362,13 @@ start:
#endif
return (READ_ERR);
}
-#if USE_POLL
- if (fd != tty && n > 0)
- any_data = TRUE;
+#if LESS_IREAD_TTY
+ if (fd != tty)
#endif
+ {
+ if (n > 0)
+ polling_ok();
+ }
return (n);
}
@@ -419,6 +415,16 @@ public void intio(void)
}
/*
+ * We can start polling the input file.
+ */
+public void polling_ok(void)
+{
+#if USE_POLL
+ any_data = TRUE;
+#endif
+}
+
+/*
* Return the current time.
*/
#if HAVE_TIME
@@ -548,7 +554,7 @@ char * strchr(char *s, char c)
#endif
#if !HAVE_MEMCPY
-void * memcpy(void *dst, void *src, size_t len)
+void * memcpy(void *dst, constant void *src, size_t len)
{
char *dstp = (char *) dst;
char *srcp = (char *) src;
@@ -560,6 +566,25 @@ void * memcpy(void *dst, void *src, size_t len)
}
#endif
+#if !HAVE_STRSTR
+char * strstr(constant char *haystack, constant char *needle)
+{
+ if (*needle == '\0')
+ return (char *) haystack;
+ for (; *haystack; haystack++) {
+ constant char *h = haystack;
+ constant char *n = needle;
+ while (*h != '\0' && *n != '\0' && *h == *n) {
+ h++;
+ n++;
+ }
+ if (*n == '\0')
+ return (char *) haystack;
+ }
+ return NULL;
+}
+#endif
+
#ifdef _OSK_MWC32
/*
diff --git a/output.c b/output.c
index 6a1521a552e6..57c54eebe160 100644
--- a/output.c
+++ b/output.c
@@ -23,7 +23,6 @@
public int errmsgs; /* Count of messages displayed by error() */
public int need_clr;
public int final_attr;
-public int at_prompt;
extern int sigs;
extern int sc_width;
@@ -32,6 +31,7 @@ extern int is_tty;
extern int oldbot;
extern int utf_mode;
extern char intr_char;
+extern lbool term_init_ever;
#if MSDOS_COMPILER==WIN32C || MSDOS_COMPILER==BORLANDC || MSDOS_COMPILER==DJGPPC
extern int ctldisp;
@@ -84,7 +84,7 @@ public void put_line(lbool forw_scroll)
/*
* win_flush has at least one non-critical issue when an escape sequence
* begins at the last char of the buffer, and possibly more issues.
- * as a temporary measure to reduce likelyhood of encountering end-of-buffer
+ * as a temporary measure to reduce likelihood of encountering end-of-buffer
* issues till the SGR parser is replaced, OUTBUF_SIZE is 8K on Windows.
*/
static char obuf[OUTBUF_SIZE];
@@ -435,17 +435,19 @@ public void flush(void)
#endif
#endif
- if (write(outfd, obuf, n) != n)
+ if (write(outfd, obuf, n) != (ssize_t) n)
screen_trashed();
}
/*
* Set the output file descriptor (1=stdout or 2=stderr).
*/
-public void set_output(int fd)
+public void set_output(int fd, lbool no_term_init)
{
flush();
outfd = fd;
+ if (no_term_init)
+ term_init_ever = TRUE; /* don't init terminal in putchr */
}
/*
@@ -455,8 +457,17 @@ public void set_output(int fd)
public int putchr(int ch)
{
char c = (char) ch;
+
+ /*
+ * Init the terminal if this is the first byte written to stdout
+ * (rather than stderr), and the terminal has never been initted.
+ * If it has previously been initted, it will be reinitted explicitly
+ * as part of a term_deinit/term_init pair, so we shouldn't do it here.
+ */
+ if (!term_init_ever && outfd == 1)
+ term_init();
+
#if 0 /* fake UTF-8 output for testing */
- extern int utf_mode;
if (utf_mode)
{
static char ubuf[MAX_UTF_CHAR_LEN];
@@ -494,7 +505,6 @@ public int putchr(int ch)
if (ob >= &obuf[sizeof(obuf)-1])
flush();
*ob++ = c;
- at_prompt = 0;
return (c);
}
@@ -590,7 +600,7 @@ IPRINT_FUNC(iprint_linenum, LINENUM, linenumtoa)
* {{ This paranoia about the portability of printf dates from experiences
* with systems in the 1980s and is of course no longer necessary. }}
*/
-public int less_printf(constant char *fmt, PARG *parg)
+public int less_printf(constant char *fmt, constant PARG *parg)
{
constant char *s;
constant char *es;
@@ -664,7 +674,7 @@ public void get_return(void)
#if ONLY_RETURN
while ((c = getchr()) != '\n' && c != '\r')
- bell();
+ lbell();
#else
c = getchr();
if (c != '\n' && c != '\r' && c != ' ' && c != READ_INTR)
@@ -676,7 +686,7 @@ public void get_return(void)
* Output a message in the lower left corner of the screen
* and wait for carriage return.
*/
-public void error(constant char *fmt, PARG *parg)
+public void error(constant char *fmt, constant PARG *parg)
{
int col = 0;
static char return_to_continue[] = " (press RETURN)";
@@ -722,7 +732,7 @@ public void error(constant char *fmt, PARG *parg)
* Usually used to warn that we are beginning a potentially
* time-consuming operation.
*/
-static void ierror_suffix(constant char *fmt, PARG *parg, constant char *suffix1, constant char *suffix2, constant char *suffix3)
+static void ierror_suffix(constant char *fmt, constant PARG *parg, constant char *suffix1, constant char *suffix2, constant char *suffix3)
{
at_exit();
clear_bot();
@@ -736,12 +746,12 @@ static void ierror_suffix(constant char *fmt, PARG *parg, constant char *suffix1
need_clr = 1;
}
-public void ierror(constant char *fmt, PARG *parg)
+public void ierror(constant char *fmt, constant PARG *parg)
{
ierror_suffix(fmt, parg, "... (interrupt to abort)", "", "");
}
-public void ixerror(constant char *fmt, PARG *parg)
+public void ixerror(constant char *fmt, constant PARG *parg)
{
if (!supports_ctrl_x())
ierror(fmt, parg);
@@ -757,7 +767,7 @@ public void ixerror(constant char *fmt, PARG *parg)
* Output a message in the lower left corner of the screen
* and return a single-character response.
*/
-public int query(constant char *fmt, PARG *parg)
+public int query(constant char *fmt, constant PARG *parg)
{
int c;
int col = 0;
diff --git a/pckeys.h b/pckeys.h
index 93957d0e1151..335863511b08 100644
--- a/pckeys.h
+++ b/pckeys.h
@@ -13,21 +13,26 @@
* Special (non-ASCII) keys on the PC send a two-byte sequence,
* where the first byte is 0 and the second is as defined below.
*/
-#define PCK_SHIFT_TAB '\017'
-#define PCK_ALT_E '\022'
-#define PCK_CAPS_LOCK '\072'
-#define PCK_F1 '\073'
-#define PCK_NUM_LOCK '\105'
-#define PCK_HOME '\107'
-#define PCK_UP '\110'
-#define PCK_PAGEUP '\111'
-#define PCK_LEFT '\113'
-#define PCK_RIGHT '\115'
-#define PCK_END '\117'
-#define PCK_DOWN '\120'
-#define PCK_PAGEDOWN '\121'
-#define PCK_INSERT '\122'
-#define PCK_DELETE '\123'
-#define PCK_CTL_LEFT '\163'
-#define PCK_CTL_RIGHT '\164'
-#define PCK_CTL_DELETE '\223'
+#define PCK_SHIFT_TAB '\x0f'
+#define PCK_ALT_E '\x12'
+#define PCK_CAPS_LOCK '\x3a'
+#define PCK_F1 '\x3b'
+#define PCK_NUM_LOCK '\x45'
+#define PCK_HOME '\x47'
+#define PCK_UP '\x48'
+#define PCK_PAGEUP '\x49'
+#define PCK_LEFT '\x4b'
+#define PCK_RIGHT '\x4d'
+#define PCK_END '\x4f'
+#define PCK_DOWN '\x50'
+#define PCK_PAGEDOWN '\x51'
+#define PCK_INSERT '\x52'
+#define PCK_DELETE '\x53'
+/* The following are nonstandard and internal to less. */
+#define PCK_SHIFT_END '\x61'
+#define PCK_CTL_DELETE '\x62'
+#define PCK_CTL_LEFT '\x63'
+#define PCK_CTL_RIGHT '\x74'
+#define PCK_CTL_HOME '\x7a'
+#define PCK_CTL_END '\x7c'
+#define PCK_SHIFT_HOME '\x7d'
diff --git a/position.c b/position.c
index 66e501c09060..3de034c17af4 100644
--- a/position.c
+++ b/position.c
@@ -147,19 +147,19 @@ public int onscreen(POSITION pos)
/*
* See if the entire screen is empty.
*/
-public int empty_screen(void)
+public lbool empty_screen(void)
{
return (empty_lines(0, sc_height-1));
}
-public int empty_lines(int s, int e)
+public lbool empty_lines(int s, int e)
{
int i;
for (i = s; i <= e; i++)
if (table[i] != NULL_POSITION && table[i] != 0)
- return (0);
- return (1);
+ return FALSE;
+ return TRUE;
}
/*
@@ -232,12 +232,12 @@ public int sindex_from_sline(int sline)
if (sline < 0)
sline += sc_height;
/*
- * Can't be less than 1 or greater than sc_height.
+ * Can't be less than 1 or greater than sc_height-1.
*/
if (sline <= 0)
sline = 1;
- if (sline > sc_height)
- sline = sc_height;
+ if (sline >= sc_height)
+ sline = sc_height-1;
/*
* Return zero-based line number, not one-based.
*/
diff --git a/prompt.c b/prompt.c
index a77783a458f1..b37d09a346a8 100644
--- a/prompt.c
+++ b/prompt.c
@@ -24,6 +24,7 @@ extern int pr_type;
extern lbool new_file;
extern int linenums;
extern int hshift;
+extern int sc_width;
extern int sc_height;
extern int jump_sline;
extern int less_is_more;
@@ -47,9 +48,9 @@ static constant char s_proto[] =
static constant char m_proto[] =
"?n?f%f .?m(%T %i of %m) ..?e(END) ?x- Next\\: %x.:?pB%pB\\%:byte %bB?s/%s...%t";
static constant char M_proto[] =
- "?f%f .?n?m(%T %i of %m) ..?ltlines %lt-%lb?L/%L. :byte %bB?s/%s. .?e(END) ?x- Next\\: %x.:?pB%pB\\%..%t";
+ "?f%f .?n?m(%T %i of %m) ..?ltlines %lt-%lb?L/%L. :byte %bB?s/%s. .?e(END) ?x- Next\\: %x.:?pB%pB\\%..?c (column %c).%t";
static constant char e_proto[] =
- "?f%f .?m(%T %i of %m) .?ltlines %lt-%lb?L/%L. .byte %bB?s/%s. ?e(END) :?pB%pB\\%..%t";
+ "?f%f .?m(%T %i of %m) .?ltlines %lt-%lb?L/%L. .byte %bB?s/%s. ?e(END) :?pB%pB\\%..?c (column %c).%t";
static constant char h_proto[] =
"HELP -- ?eEND -- Press g to see it again:Press RETURN for more., or q when done";
static constant char w_proto[] =
@@ -64,6 +65,7 @@ public char constant *wproto = w_proto;
static char message[PROMPT_SIZE];
static char *mp;
+static int longest_line;
/*
* Initialize the prompt prototype strings.
@@ -79,6 +81,18 @@ public void init_prompt(void)
}
/*
+ * Get width of longest line currently on screen.
+ * Calling longest_line_width() is expensive, so we cache its value here
+ * in case it is called more than once per prompt expansion.
+ */
+static int pr_longest_line(void)
+{
+ if (longest_line < 0)
+ longest_line = longest_line_width();
+ return longest_line;
+}
+
+/*
* Append a string to the end of the message.
* nprt means the character *may* be nonprintable
* and should be converted to printable form.
@@ -233,6 +247,8 @@ static lbool cond(char c, int where)
return (currline(where) != 0 &&
(len = ch_length()) > 0 &&
find_linenum(len) != 0);
+ case 'Q': /* Any on-screen line truncated? */
+ return (hshift + sc_width < pr_longest_line());
case 's': /* Size of file known? */
case 'B':
return (ch_length() != NULL_POSITION);
@@ -275,7 +291,10 @@ static void protochar(char c, int where)
ap_quest();
break;
case 'c':
- ap_int(hshift);
+ ap_int(hshift+1);
+ break;
+ case 'C':
+ ap_int(hshift + sc_width);
break;
case 'd': /* Current page number */
linenum = currline(where);
@@ -374,6 +393,9 @@ static void protochar(char c, int where)
else
ap_int(percentage(linenum, last_linenum));
break;
+ case 'Q': /* Percent shifted horizontally */
+ ap_int(percentage(hshift + sc_width, pr_longest_line()));
+ break;
case 's': /* Size of file */
case 'B':
len = ch_length();
@@ -395,6 +417,9 @@ static void protochar(char c, int where)
#endif
ap_str("file");
break;
+ case 'W': /* Width of longest line on screen */
+ ap_int(pr_longest_line());
+ break;
case 'x': /* Name of next file */
h = next_ifile(curr_ifile);
if (h != NULL_IFILE)
@@ -496,11 +521,12 @@ public constant char * pr_expand(constant char *proto)
char c;
int where;
- mp = message;
-
if (*proto == '\0')
return ("");
+ mp = message;
+ longest_line = -1;
+
for (p = proto; *p != '\0'; p++)
{
switch (*p)
diff --git a/screen.c b/screen.c
index 7b91cbb63bbe..ee75503fc780 100644
--- a/screen.c
+++ b/screen.c
@@ -68,6 +68,14 @@ extern int fd0;
#endif
#endif
+#if HAVE_TERMINFO && !USE_TERMCAP
+#define USE_TERMINFO 1
+#endif
+
+#if USE_TERMINFO
+#include <curses.h>
+#include <term.h>
+#else
#if HAVE_NCURSESW_TERMCAP_H
#include <ncursesw/termcap.h>
#else
@@ -79,6 +87,7 @@ extern int fd0;
#endif
#endif
#endif
+#endif
#ifdef _OSK
#include <signal.h>
#endif
@@ -193,10 +202,29 @@ public int vt_enabled = -1; /* Is virtual terminal processing available? */
#else
/*
+ * These two variables are sometimes defined in,
+ * and needed by, the termcap library.
+ */
+#if USE_TERMINFO
+#undef HAVE_OSPEED
+#else
+#if MUST_DEFINE_OSPEED
+extern short ospeed; /* Terminal output baud rate */
+extern char PC; /* Pad character */
+#endif
+#ifdef _OSK
+short ospeed;
+char PC_, *UP, *BC;
+#endif
+#endif
+
+/*
* Strings passed to tputs() to do various terminal functions.
*/
static constant char
+#if HAVE_OSPEED
*sc_pad, /* Pad string */
+#endif
*sc_home, /* Cursor home */
*sc_addline, /* Add line, scroll down following lines */
*sc_lower_left, /* Cursor to last line, first column */
@@ -229,10 +257,12 @@ static constant char
static int attrcolor = -1;
#endif
-static int init_done = 0;
+/* term_init has been called; terminal is ready for use by less */
+static lbool term_init_done = FALSE;
+public lbool term_init_ever = FALSE;
public int auto_wrap; /* Terminal does \r\n when write past margin */
-public int ignaw; /* Terminal ignores \n immediately after wrap */
+public int defer_wrap; /* After printing char in last column, doesn't wrap until next char */
public int erase_char; /* The user's erase char */
public int erase2_char; /* The user's other erase char */
public int kill_char; /* The user's line-kill char */
@@ -247,8 +277,8 @@ public int can_goto_line; /* Can move cursor to any line */
public int clear_bg; /* Clear fills with background color */
public lbool missing_cap = FALSE; /* Some capability is missing */
public constant char *kent = NULL; /* Keypad ENTER sequence */
-public lbool term_init_done = FALSE;
-public lbool full_screen = TRUE;
+public lbool term_addrs = FALSE; /* "ti" has been sent to terminal */
+public lbool full_screen = TRUE; /* We're using all lines of terminal */
static int attrmode = AT_NORMAL;
static int termcap_debug = -1;
@@ -259,23 +289,10 @@ extern int shell_lines;
#if !MSDOS_COMPILER
static constant char *cheaper(constant char *t1, constant char *t2, constant char *def);
-static void tmodes(constant char *incap, constant char *outcap, constant char **instr,
+static void tmodes(constant char *inti, constant char *outti, constant char *intc, constant char *outtc, constant char **instr,
constant char **outstr, constant char *def_instr, constant char *def_outstr, char **spp);
#endif
-/*
- * These two variables are sometimes defined in,
- * and needed by, the termcap library.
- */
-#if MUST_DEFINE_OSPEED
-extern short ospeed; /* Terminal output baud rate */
-extern char PC; /* Pad character */
-#endif
-#ifdef _OSK
-short ospeed;
-char PC_, *UP, *BC;
-#endif
-
extern int quiet; /* If VERY_QUIET, use visual bell for bell */
extern int no_vbell;
extern int no_back_scroll;
@@ -289,11 +306,11 @@ extern int mousecap;
extern int is_tty;
extern int use_color;
extern int no_paste;
+extern int wscroll;
#if HILITE_SEARCH
extern int hilite_search;
#endif
#if MSDOS_COMPILER==WIN32C
-extern int wscroll;
extern HANDLE tty;
#else
extern int tty;
@@ -701,18 +718,21 @@ public void raw_mode(int on)
}
#if !MSDOS_COMPILER
+
/*
* Some glue to prevent calling termcap functions if tgetent() failed.
*/
static int hardcopy;
-static constant char * ltget_env(constant char *capname)
+static constant char * ltget_env(constant char *tiname, constant char *tcname)
{
- char name[64];
+ char envname[64];
+ constant char *s;
if (termcap_debug)
{
struct env { struct env *next; char *name; char *value; };
+ constant char *capname = tcname != NULL ? tcname : tiname;
static struct env *envs = NULL;
struct env *p;
for (p = envs; p != NULL; p = p->next)
@@ -726,48 +746,80 @@ static constant char * ltget_env(constant char *capname)
envs = p;
return p->value;
}
- SNPRINTF1(name, sizeof(name), "LESS_TERMCAP_%s", capname);
- return (lgetenv(name));
+ if (tiname != NULL)
+ {
+ SNPRINTF1(envname, sizeof(envname), "LESS_TERMINFO_%s", tiname);
+ s = lgetenv(envname);
+ if (!isnullenv(s))
+ return s;
+ }
+ if (tcname != NULL)
+ {
+ SNPRINTF1(envname, sizeof(envname), "LESS_TERMCAP_%s", tcname);
+ s = lgetenv(envname);
+ if (!isnullenv(s))
+ return s;
+ }
+ return NULL;
}
-static int ltgetflag(constant char *capname)
+static int ltgetflag(constant char *tiname, constant char *tcname)
{
constant char *s;
- if ((s = ltget_env(capname)) != NULL)
+ if ((s = ltget_env(tiname, tcname)) != NULL)
return (*s != '\0' && *s != '0');
if (hardcopy)
return (0);
- return (tgetflag(capname));
+#if USE_TERMINFO
+ return tiname == NULL ? 0 : tigetflag(tiname);
+#else
+ return tcname == NULL ? 0 : tgetflag(tcname);
+#endif
}
-static int ltgetnum(constant char *capname)
+static int ltgetnum(constant char *tiname, constant char *tcname)
{
constant char *s;
- if ((s = ltget_env(capname)) != NULL)
+ if ((s = ltget_env(tiname, tcname)) != NULL)
return (atoi(s));
if (hardcopy)
return (-1);
- return (tgetnum(capname));
+#if USE_TERMINFO
+ return tiname == NULL ? -1 : tigetnum(tiname);
+#else
+ return tcname == NULL ? -1 : tgetnum(tcname);
+#endif
}
-static constant char * ltgetstr(constant char *capname, char **pp)
+static constant char * ltgetstr(constant char *tiname, constant char *tcname, char **pp)
{
constant char *s;
- if ((s = ltget_env(capname)) != NULL)
+ if ((s = ltget_env(tiname, tcname)) != NULL)
return (s);
if (hardcopy)
return (NULL);
- return (tgetstr(capname, pp));
+#if USE_TERMINFO
+ if (tiname == NULL)
+ return (NULL);
+ s = tigetstr(tiname);
+ if (s == (constant char *)-1)
+ s = NULL;
+ return (s);
+#else
+ if (tcname == NULL)
+ return (NULL);
+ return tgetstr(tcname, pp);
+#endif
}
#endif /* MSDOS_COMPILER */
/*
* Get size of the output screen.
*/
-static void scrsize(void)
+public void scrsize(void)
{
constant char *s;
int sys_height;
@@ -783,7 +835,6 @@ static void scrsize(void)
#define DEF_SC_HEIGHT 24
#endif
-
sys_width = sys_height = 0;
#if LESSTEST
@@ -879,7 +930,7 @@ static void scrsize(void)
else if ((s = lgetenv("LINES")) != NULL)
sc_height = atoi(s);
#if !MSDOS_COMPILER
- else if ((n = ltgetnum("li")) > 0)
+ else if ((n = ltgetnum("lines", "li")) > 0)
sc_height = n;
#endif
if ((s = lgetenv("LESS_LINES")) != NULL)
@@ -896,7 +947,7 @@ static void scrsize(void)
else if ((s = lgetenv("COLUMNS")) != NULL)
sc_width = atoi(s);
#if !MSDOS_COMPILER
- else if ((n = ltgetnum("co")) > 0)
+ else if ((n = ltgetnum("cols", "co")) > 0)
sc_width = n;
#endif
if ((s = lgetenv("LESS_COLUMNS")) != NULL)
@@ -914,6 +965,11 @@ static void scrsize(void)
*/
public void screen_size_changed(void)
{
+ constant char *env = lgetenv("LESS_SHELL_LINES");
+ shell_lines = isnullenv(env) ? 1 : atoi(env);
+ if (shell_lines >= sc_height)
+ shell_lines = sc_height - 1;
+ wscroll = (sc_height + 1) / 2;
calc_jump_sline();
calc_shift_count();
calc_match_shift();
@@ -986,6 +1042,10 @@ public constant char * special_key_str(int key)
static char k_backtab[] = { '\340', PCK_SHIFT_TAB, 0 };
static char k_pagedown[] = { '\340', PCK_PAGEDOWN, 0 };
static char k_pageup[] = { '\340', PCK_PAGEUP, 0 };
+ static char k_ctl_home[] = { '\340', PCK_CTL_HOME, 0 };
+ static char k_ctl_end[] = { '\340', PCK_CTL_END, 0 };
+ static char k_shift_home[] = { '\340', PCK_SHIFT_HOME, 0 };
+ static char k_shift_end[] = { '\340', PCK_SHIFT_END, 0 };
static char k_f1[] = { '\340', PCK_F1, 0 };
#endif
#if !MSDOS_COMPILER
@@ -1000,31 +1060,34 @@ public constant char * special_key_str(int key)
* the XFree86 environment.
*/
case SK_RIGHT_ARROW:
- s = windowid ? ltgetstr("kr", &sp) : k_right;
+ s = windowid ? ltgetstr("kcuf1", "kr", &sp) : k_right;
break;
case SK_LEFT_ARROW:
- s = windowid ? ltgetstr("kl", &sp) : k_left;
+ s = windowid ? ltgetstr("kcub1", "kl", &sp) : k_left;
break;
case SK_UP_ARROW:
- s = windowid ? ltgetstr("ku", &sp) : k_up;
+ s = windowid ? ltgetstr("kcuu1", "ku", &sp) : k_up;
break;
case SK_DOWN_ARROW:
- s = windowid ? ltgetstr("kd", &sp) : k_down;
+ s = windowid ? ltgetstr("kcud1", "kd", &sp) : k_down;
break;
case SK_PAGE_UP:
- s = windowid ? ltgetstr("kP", &sp) : k_pageup;
+ s = windowid ? ltgetstr("kpp", "kP", &sp) : k_pageup;
break;
case SK_PAGE_DOWN:
- s = windowid ? ltgetstr("kN", &sp) : k_pagedown;
+ s = windowid ? ltgetstr("knp", "kN", &sp) : k_pagedown;
break;
case SK_HOME:
- s = windowid ? ltgetstr("kh", &sp) : k_home;
+ s = windowid ? ltgetstr("khome", "kh", &sp) : k_home;
break;
case SK_END:
- s = windowid ? ltgetstr("@7", &sp) : k_end;
+ s = windowid ? ltgetstr("kend", "@7", &sp) : k_end;
+ break;
+ case SK_F1:
+ s = windowid ? ltgetstr("kf1", "k1", &sp) : k_f1;
break;
case SK_DELETE:
- s = windowid ? ltgetstr("kD", &sp) : k_delete;
+ s = windowid ? ltgetstr("kdch1", "kD", &sp) : k_delete;
if (s == NULL)
{
tbuf[0] = '\177';
@@ -1087,33 +1150,120 @@ public constant char * special_key_str(int key)
case SK_BACKTAB:
s = k_backtab;
break;
+ case SK_SHIFT_HOME:
+ s = k_shift_home;
+ break;
+ case SK_CTL_HOME:
+ s = k_ctl_home;
+ break;
+ case SK_SHIFT_END:
+ s = k_shift_end;
+ break;
+ case SK_CTL_END:
+ s = k_ctl_end;
+ break;
#else
case SK_RIGHT_ARROW:
- s = ltgetstr("kr", &sp);
+ s = ltgetstr("kcuf1", "kr", &sp);
break;
case SK_LEFT_ARROW:
- s = ltgetstr("kl", &sp);
+ s = ltgetstr("kcub1", "kl", &sp);
break;
case SK_UP_ARROW:
- s = ltgetstr("ku", &sp);
+ s = ltgetstr("kcuu1", "ku", &sp);
break;
case SK_DOWN_ARROW:
- s = ltgetstr("kd", &sp);
+ s = ltgetstr("kcud1", "kd", &sp);
break;
case SK_PAGE_UP:
- s = ltgetstr("kP", &sp);
+ s = ltgetstr("kpp", "kP", &sp);
break;
case SK_PAGE_DOWN:
- s = ltgetstr("kN", &sp);
+ s = ltgetstr("knp", "kN", &sp);
break;
case SK_HOME:
- s = ltgetstr("kh", &sp);
+ s = ltgetstr("khome", "kh", &sp);
+ break;
+ case SK_SHIFT_HOME:
+ s = ltgetstr("kHOM", "#2", &sp);
+ break;
+ case SK_CTL_HOME:
+ s = ltgetstr("kHOM5", NULL, &sp);
break;
case SK_END:
- s = ltgetstr("@7", &sp);
+ s = ltgetstr("kend", "@7", &sp);
+ break;
+ case SK_SHIFT_END:
+ s = ltgetstr("kEND", "#7", &sp);
+ break;
+ case SK_CTL_END:
+ s = ltgetstr("kEND5", NULL, &sp);
+ break;
+ case SK_INSERT:
+ s = ltgetstr("kich1", "kI", &sp);
+ break;
+ case SK_BACKTAB:
+ s = ltgetstr("kcbt", "kB", &sp);
+ break;
+ case SK_CTL_RIGHT_ARROW:
+ s = ltgetstr("kRIT5", NULL, &sp);
+ break;
+ case SK_CTL_LEFT_ARROW:
+ s = ltgetstr("kLFT5", NULL, &sp);
+ break;
+ case SK_F1:
+ s = ltgetstr("kf1", "k1", &sp);
+ break;
+ case SK_PAD_UL:
+ s = ltgetstr("ka1", "K1", &sp);
+ break;
+ case SK_PAD_U:
+ s = ltgetstr("ka2", NULL, &sp);
+ break;
+ case SK_PAD_UR:
+ s = ltgetstr("ka3", "K3", &sp);
+ break;
+ case SK_PAD_L:
+ s = ltgetstr("kb1", NULL, &sp);
+ break;
+ case SK_PAD_CENTER:
+ s = ltgetstr("kb2", "K2", &sp);
+ break;
+ case SK_PAD_R:
+ s = ltgetstr("kb3", NULL, &sp);
+ break;
+ case SK_PAD_DL:
+ s = ltgetstr("kc1", "K4", &sp);
+ break;
+ case SK_PAD_D:
+ s = ltgetstr("kc2", NULL, &sp);
+ break;
+ case SK_PAD_DR:
+ s = ltgetstr("kc3", "K5", &sp);
+ break;
+ case SK_PAD_STAR:
+ s = ltgetstr("kpMUL", NULL, &sp);
+ break;
+ case SK_PAD_SLASH:
+ s = ltgetstr("kpDIV", NULL, &sp);
+ break;
+ case SK_PAD_DASH:
+ s = ltgetstr("kpSUB", NULL, &sp);
+ break;
+ case SK_PAD_PLUS:
+ s = ltgetstr("kpADD", NULL, &sp);
+ break;
+ case SK_PAD_DOT:
+ s = ltgetstr("kpDOT", NULL, &sp);
+ break;
+ case SK_PAD_COMMA:
+ s = ltgetstr("kpCMA", NULL, &sp);
+ break;
+ case SK_PAD_ZERO:
+ s = ltgetstr("kpZRO", NULL, &sp);
break;
case SK_DELETE:
- s = ltgetstr("kD", &sp);
+ s = ltgetstr("kdch1", "kD", &sp);
if (s == NULL)
{
tbuf[0] = '\177';
@@ -1122,7 +1272,7 @@ public constant char * special_key_str(int key)
}
break;
case SK_BACKSPACE:
- s = ltgetstr("kb", &sp);
+ s = ltgetstr("kbs", "kb", &sp);
if (s == NULL)
{
tbuf[0] = '\b';
@@ -1142,6 +1292,17 @@ public constant char * special_key_str(int key)
return (s);
}
+#if !MSDOS_COMPILER
+static constant char *ltgoto(constant char *cap, int col, int line)
+{
+#if USE_TERMINFO
+ return tparm(cap, line, col);
+#else
+ return tgoto(cap, col, line);
+#endif
+}
+#endif /* MSDOS_COMPILER */
+
#if MSDOS_COMPILER
public void init_win_colors(void)
{
@@ -1166,12 +1327,12 @@ public void init_win_colors(void)
/*
* Get terminal capabilities via termcap.
*/
-public void get_term(void)
+public void get_term()
{
termcap_debug = !isnullenv(lgetenv("LESS_TERMCAP_DEBUG"));
#if MSDOS_COMPILER
auto_wrap = 1;
- ignaw = 0;
+ defer_wrap = 0;
can_goto_line = 1;
clear_bg = 1;
/*
@@ -1220,15 +1381,17 @@ public void get_term(void)
#else /* !MSDOS_COMPILER */
{
- char *sp;
constant char *t1;
constant char *t2;
constant char *term;
+ char *sp;
/*
* Some termcap libraries assume termbuf is static
* (accessible after tgetent returns).
*/
+#if !USE_TERMINFO
static char termbuf[TERMBUF_SIZE];
+#endif
static char sbuf[TERMSBUF_SIZE];
#if OS2
@@ -1251,13 +1414,17 @@ public void get_term(void)
/*
* Find out what kind of terminal this is.
*/
- if ((term = lgetenv("TERM")) == NULL)
+ if ((term = lgetenv("TERM")) == NULL && (term = getenv("TERM")) == NULL)
term = DEFAULT_TERM;
hardcopy = 0;
- /* {{ Should probably just pass NULL instead of termbuf. }} */
+#if USE_TERMINFO
+ if (setupterm(term, -1, NULL) != OK)
+ hardcopy = 1;
+#else
if (tgetent(termbuf, term) != TGETENT_OK)
hardcopy = 1;
- if (ltgetflag("hc"))
+#endif
+ if (!hardcopy && ltgetflag("hc", "hc"))
hardcopy = 1;
/*
@@ -1266,12 +1433,12 @@ public void get_term(void)
scrsize();
pos_init();
- auto_wrap = ltgetflag("am");
- ignaw = ltgetflag("xn");
- above_mem = ltgetflag("da");
- below_mem = ltgetflag("db");
- clear_bg = ltgetflag("ut");
- no_alt_screen = ltgetflag("NR");
+ auto_wrap = ltgetflag("am", "am");
+ defer_wrap = ltgetflag("xenl", "xn");
+ above_mem = ltgetflag("da", "da");
+ below_mem = ltgetflag("db", "db");
+ clear_bg = ltgetflag("bce", "ut");
+ no_alt_screen = ltgetflag("nrrmc", "NR");
/*
* Assumes termcap variable "sg" is the printing width of:
@@ -1279,7 +1446,7 @@ public void get_term(void)
* the underline sequence, the end underline sequence,
* the boldface sequence, and the end boldface sequence.
*/
- if ((so_s_width = ltgetnum("sg")) < 0)
+ if ((so_s_width = ltgetnum("xmc", "sg")) < 0)
so_s_width = 0;
so_e_width = so_s_width;
@@ -1305,70 +1472,70 @@ public void get_term(void)
sp = sbuf;
#if HAVE_OSPEED
- sc_pad = ltgetstr("pc", &sp);
+ sc_pad = ltgetstr("pad", "pc", &sp);
if (sc_pad != NULL)
PC = *sc_pad;
#endif
- sc_s_keypad = ltgetstr("ks", &sp);
+ sc_s_keypad = ltgetstr("smkx", "ks", &sp);
if (sc_s_keypad == NULL)
sc_s_keypad = "";
- sc_e_keypad = ltgetstr("ke", &sp);
+ sc_e_keypad = ltgetstr("rmkx", "ke", &sp);
if (sc_e_keypad == NULL)
sc_e_keypad = "";
- kent = ltgetstr("@8", &sp);
+ kent = ltgetstr("kent", "@8", &sp);
- sc_s_mousecap = ltgetstr("MOUSE_START", &sp);
+ sc_s_mousecap = ltgetstr("MOUSE_START", "MOUSE_START", &sp);
if (sc_s_mousecap == NULL)
sc_s_mousecap = ESCS "[?1000h" ESCS "[?1002h" ESCS "[?1006h";
- sc_e_mousecap = ltgetstr("MOUSE_END", &sp);
+ sc_e_mousecap = ltgetstr("MOUSE_END", "MOUSE_END", &sp);
if (sc_e_mousecap == NULL)
sc_e_mousecap = ESCS "[?1006l" ESCS "[?1002l" ESCS "[?1000l";
- sc_s_bracketed_paste = ltgetstr("BRACKETED_PASTE_START", &sp);
+ sc_s_bracketed_paste = ltgetstr("BRACKETED_PASTE_START", "BRACKETED_PASTE_START", &sp);
if (sc_s_bracketed_paste == NULL)
sc_s_bracketed_paste = ESCS"[?2004h";
- sc_e_bracketed_paste = ltgetstr("BRACKETED_PASTE_END", &sp);
+ sc_e_bracketed_paste = ltgetstr("BRACKETED_PASTE_END", "BRACKETED_PASTE_END", &sp);
if (sc_e_bracketed_paste == NULL)
sc_e_bracketed_paste = ESCS"[?2004l";
- sc_suspend = ltgetstr("SUSPEND", &sp);
+ sc_suspend = ltgetstr("SUSPEND", "SUSPEND", &sp);
if (sc_suspend == NULL)
sc_suspend = "";
- sc_resume = ltgetstr("RESUME", &sp);
+ sc_resume = ltgetstr("RESUME", "RESUME", &sp);
if (sc_resume == NULL)
sc_resume = "";
- sc_init = ltgetstr("ti", &sp);
+ sc_init = ltgetstr("smcup", "ti", &sp);
if (sc_init == NULL)
sc_init = "";
- sc_deinit= ltgetstr("te", &sp);
+ sc_deinit= ltgetstr("rmcup", "te", &sp);
if (sc_deinit == NULL)
sc_deinit = "";
- sc_eol_clear = ltgetstr("ce", &sp);
+ sc_eol_clear = ltgetstr("el", "ce", &sp);
if (sc_eol_clear == NULL || *sc_eol_clear == '\0')
{
missing_cap = TRUE;
sc_eol_clear = "";
}
- sc_eos_clear = ltgetstr("cd", &sp);
+ sc_eos_clear = ltgetstr("ed", "cd", &sp);
if (below_mem && (sc_eos_clear == NULL || *sc_eos_clear == '\0'))
{
missing_cap = TRUE;
sc_eos_clear = "";
}
- sc_clear = ltgetstr("cl", &sp);
+ sc_clear = ltgetstr("clear", "cl", &sp);
if (sc_clear == NULL || *sc_clear == '\0')
{
missing_cap = TRUE;
sc_clear = "\n\n";
}
- sc_move = ltgetstr("cm", &sp);
+ sc_move = ltgetstr("cup", "cm", &sp);
if (sc_move == NULL || *sc_move == '\0')
{
/*
@@ -1381,20 +1548,20 @@ public void get_term(void)
} else
can_goto_line = 1;
- tmodes("so", "se", &sc_s_in, &sc_s_out, "", "", &sp);
- tmodes("us", "ue", &sc_u_in, &sc_u_out, sc_s_in, sc_s_out, &sp);
- tmodes("md", "me", &sc_b_in, &sc_b_out, sc_s_in, sc_s_out, &sp);
- tmodes("mb", "me", &sc_bl_in, &sc_bl_out, sc_s_in, sc_s_out, &sp);
+ tmodes("smso", "rmso", "so", "se", &sc_s_in, &sc_s_out, "", "", &sp);
+ tmodes("smul", "rmul", "us", "ue", &sc_u_in, &sc_u_out, sc_s_in, sc_s_out, &sp);
+ tmodes("bold", "sgr0", "md", "me", &sc_b_in, &sc_b_out, sc_s_in, sc_s_out, &sp);
+ tmodes("blink", "sgr0", "mb", "me", &sc_bl_in, &sc_bl_out, sc_s_in, sc_s_out, &sp);
- sc_visual_bell = ltgetstr("vb", &sp);
+ sc_visual_bell = ltgetstr("flash", "vb", &sp);
if (sc_visual_bell == NULL)
sc_visual_bell = "";
- if (ltgetflag("bs"))
+ if (ltgetflag(NULL, "bs"))
sc_backspace = "\b";
else
{
- sc_backspace = ltgetstr("bc", &sp);
+ sc_backspace = ltgetstr("OTbc", "bc", &sp);
if (sc_backspace == NULL || *sc_backspace == '\0')
sc_backspace = "\b";
}
@@ -1403,14 +1570,14 @@ public void get_term(void)
* Choose between using "ho" and "cm" ("home" and "cursor move")
* to move the cursor to the upper left corner of the screen.
*/
- t1 = ltgetstr("ho", &sp);
+ t1 = ltgetstr("home", "ho", &sp);
if (t1 == NULL)
t1 = "";
if (*sc_move == '\0')
t2 = "";
else
{
- strcpy(sp, tgoto(sc_move, 0, 0));
+ strcpy(sp, ltgoto(sc_move, 0, 0));
t2 = sp;
sp += strlen(sp) + 1;
}
@@ -1420,14 +1587,14 @@ public void get_term(void)
* Choose between using "ll" and "cm" ("lower left" and "cursor move")
* to move the cursor to the lower left corner of the screen.
*/
- t1 = ltgetstr("ll", &sp);
+ t1 = ltgetstr("ll", "ll", &sp);
if (t1 == NULL || !full_screen)
t1 = "";
if (*sc_move == '\0')
t2 = "";
else
{
- strcpy(sp, tgoto(sc_move, 0, sc_height-1));
+ strcpy(sp, ltgoto(sc_move, 0, sc_height-1));
t2 = sp;
sp += strlen(sp) + 1;
}
@@ -1436,7 +1603,7 @@ public void get_term(void)
/*
* Get carriage return string.
*/
- sc_return = ltgetstr("cr", &sp);
+ sc_return = ltgetstr("cr", "cr", &sp);
if (sc_return == NULL)
sc_return = "\r";
@@ -1444,10 +1611,10 @@ public void get_term(void)
* Choose between using "al" or "sr" ("add line" or "scroll reverse")
* to add a line at the top of the screen.
*/
- t1 = ltgetstr("al", &sp);
+ t1 = ltgetstr("ill", "al", &sp);
if (t1 == NULL)
t1 = "";
- t2 = ltgetstr("sr", &sp);
+ t2 = ltgetstr("ri", "sr", &sp);
if (t2 == NULL)
t2 = "";
if (*t1 == '\0' && *t2 == '\0')
@@ -1465,12 +1632,6 @@ public void get_term(void)
}
}
#endif /* MSDOS_COMPILER */
- {
- const char *env = lgetenv("LESS_SHELL_LINES");
- shell_lines = isnullenv(env) ? 1 : atoi(env);
- if (shell_lines >= sc_height)
- shell_lines = sc_height - 1;
- }
}
#if !MSDOS_COMPILER
@@ -1479,7 +1640,6 @@ public void get_term(void)
* We use the trick of calling tputs, but as a char printing function
* we give it inc_costcount, which just increments "costcount".
* This tells us how many chars would be printed by using this string.
- * {{ Couldn't we just use strlen? }}
*/
static int costcount;
@@ -1518,9 +1678,9 @@ static constant char * cheaper(constant char *t1, constant char *t2, constant ch
return (t2);
}
-static void tmodes(constant char *incap, constant char *outcap, constant char **instr, constant char **outstr, constant char *def_instr, constant char *def_outstr, char **spp)
+static void tmodes(constant char *inti, constant char *outti, constant char *intc, constant char *outtc, constant char **instr, constant char **outstr, constant char *def_instr, constant char *def_outstr, char **spp)
{
- *instr = ltgetstr(incap, spp);
+ *instr = ltgetstr(inti, intc, spp);
if (*instr == NULL)
{
/* Use defaults. */
@@ -1529,10 +1689,10 @@ static void tmodes(constant char *incap, constant char *outcap, constant char **
return;
}
- *outstr = ltgetstr(outcap, spp);
+ *outstr = ltgetstr(outti, outtc, spp);
if (*outstr == NULL)
/* No specific out capability; use "me". */
- *outstr = ltgetstr("me", spp);
+ *outstr = ltgetstr("sgr0", "me", spp);
if (*outstr == NULL)
/* Don't even have "me"; use a null string. */
*outstr = "";
@@ -1603,16 +1763,16 @@ static void initcolor(void)
static void win32_init_vt_term(void)
{
if (vt_enabled == 0 || (vt_enabled == 1 && con_out == con_out_ours))
- return; // already initialized
+ return; /* already initialized */
/* don't care about the initial mode, and win VT hard-enables am+xn */
vt_enabled = SetConsoleMode(con_out, ENABLE_PROCESSED_OUTPUT |
ENABLE_VIRTUAL_TERMINAL_PROCESSING |
- ENABLE_WRAP_AT_EOL_OUTPUT);
+ ENABLE_WRAP_AT_EOL_OUTPUT);
if (vt_enabled)
{
auto_wrap = 1;
- ignaw = 1;
+ defer_wrap = 1;
}
}
@@ -1648,9 +1808,11 @@ static void win32_init_term(void)
CONSOLE_TEXTMODE_BUFFER,
(LPVOID) NULL);
- // we don't care about the initial state. we need processed
- // output without anything else (no wrap at EOL, no VT,
- // no disabled auto-return).
+ /*
+ * We don't care about the initial state. We need processed
+ * output without anything else (no wrap at EOL, no VT,
+ * no disabled auto-return).
+ */
if (SetConsoleMode(con_out_ours, ENABLE_PROCESSED_OUTPUT))
auto_wrap = 0;
}
@@ -1696,7 +1858,6 @@ static void ltputs(constant char *str, int affcnt, int (*f_putc)(int))
{
while (str != NULL && *str != '\0')
{
-#if HAVE_STRSTR
constant char *obrac = strstr(str, "$<");
if (obrac != NULL)
{
@@ -1724,7 +1885,6 @@ static void ltputs(constant char *str, int affcnt, int (*f_putc)(int))
continue;
}
}
-#endif
/* Pass the rest of the string to tputs and we're done. */
do_tputs(str, affcnt, f_putc);
break;
@@ -1787,8 +1947,11 @@ public void resume_screen(void)
/*
* Initialize terminal
*/
-public void init(void)
+public void term_init(void)
{
+ if (term_init_done)
+ return;
+ term_init_done = term_init_ever = TRUE;
clear_bot_if_needed();
#if !MSDOS_COMPILER
if (!(quit_if_one_screen && one_screen))
@@ -1804,7 +1967,7 @@ public void init(void)
*/
if (*sc_init != '\0' && *sc_deinit != '\0' && !no_alt_screen)
lower_left();
- term_init_done = 1;
+ term_addrs = TRUE;
}
if (!no_keypad)
ltputs(sc_s_keypad, sc_height, putchr);
@@ -1813,7 +1976,6 @@ public void init(void)
if (no_paste)
init_bracketed_paste();
}
- init_done = 1;
if (top_scroll)
{
int i;
@@ -1835,7 +1997,7 @@ public void init(void)
if (!no_init)
{
win32_init_term();
- term_init_done = 1;
+ term_addrs = TRUE;
}
if (mousecap)
init_mouse();
@@ -1843,7 +2005,6 @@ public void init(void)
}
win32_init_vt_term();
#endif
- init_done = 1;
initcolor();
flush();
#endif
@@ -1852,17 +2013,17 @@ public void init(void)
/*
* Deinitialize terminal
*/
-public void deinit(void)
+public void term_deinit(void)
{
- if (!init_done)
+ if (!term_init_done)
return;
#if !MSDOS_COMPILER
if (!(quit_if_one_screen && one_screen))
{
if (mousecap)
deinit_mouse();
- if (no_paste)
- deinit_bracketed_paste();
+ if (no_paste)
+ deinit_bracketed_paste();
if (!no_keypad)
ltputs(sc_e_keypad, sc_height, putchr);
if (!no_init)
@@ -1885,21 +2046,19 @@ public void deinit(void)
clreol();
#endif
#endif
- init_done = 0;
+ term_init_done = FALSE;
}
/*
* Are we interactive (ie. writing to an initialized tty)?
*/
-public int interactive(void)
+public lbool interactive(void)
{
- return (is_tty && init_done);
+ return (is_tty && term_init_done);
}
static void assert_interactive(void)
{
- if (interactive()) return;
- /* abort(); */
}
/*
@@ -1998,7 +2157,7 @@ public void remove_top(int n)
if (n >= sc_height - 1)
{
- clear();
+ lclear();
home();
return;
}
@@ -2202,7 +2361,7 @@ public void check_winch(void)
if (!no_init && con_out_ours == con_out)
SetConsoleScreenBufferSize(con_out, size);
pos_init();
- wscroll = (sc_height + 1) / 2;
+ screen_size_changed();
screen_trashed();
}
#endif
@@ -2215,7 +2374,7 @@ public void goto_line(int sindex)
{
assert_interactive();
#if !MSDOS_COMPILER
- ltputs(tgoto(sc_move, 0, sindex), 1, putchr);
+ ltputs(ltgoto(sc_move, 0, sindex), 1, putchr);
#else
flush();
_settextposition(sindex+1, 1);
@@ -2323,7 +2482,7 @@ public void vbell(void)
#else
#if MSDOS_COMPILER==WIN32C
/* paint screen with an inverse color */
- clear();
+ lclear();
/* leave it displayed for 100 msec. */
Sleep(100);
@@ -2340,7 +2499,7 @@ public void vbell(void)
/*
* Make a noise.
*/
-static void beep(void)
+static void lbeep(void)
{
#if !MSDOS_COMPILER
putchr(CONTROL('G'));
@@ -2356,18 +2515,18 @@ static void beep(void)
/*
* Ring the terminal bell.
*/
-public void bell(void)
+public void lbell(void)
{
if (quiet == VERY_QUIET)
vbell();
else
- beep();
+ lbeep();
}
/*
* Clear the screen.
*/
-public void clear(void)
+public void lclear(void)
{
assert_interactive();
suspend_screen();
@@ -2495,14 +2654,14 @@ public void clear_bot(void)
public void init_bracketed_paste(void)
{
#if !MSDOS_COMPILER
- ltputs(sc_s_bracketed_paste, 1, putchr);
+ ltputs(sc_s_bracketed_paste, 1, putchr);
#endif
}
public void deinit_bracketed_paste(void)
{
#if !MSDOS_COMPILER
- ltputs(sc_e_bracketed_paste, 1, putchr);
+ ltputs(sc_e_bracketed_paste, 1, putchr);
#endif
}
@@ -2952,7 +3111,7 @@ typedef struct XINPUT_RECORD {
typedef struct WIN32_CHAR {
struct WIN32_CHAR *wc_next;
- char wc_ch;
+ int wc_ch;
} WIN32_CHAR;
static WIN32_CHAR *win32_queue = NULL;
@@ -2960,7 +3119,7 @@ static WIN32_CHAR *win32_queue = NULL;
/*
* Is the win32_queue nonempty?
*/
-static int win32_queued_char(void)
+static lbool win32_queued_char(void)
{
return (win32_queue != NULL);
}
@@ -2968,7 +3127,7 @@ static int win32_queued_char(void)
/*
* Push a char onto the back of the win32_queue.
*/
-static void win32_enqueue(char ch)
+static void win32_enqueue(int ch)
{
WIN32_CHAR *wch = (WIN32_CHAR *) ecalloc(1, sizeof(WIN32_CHAR));
wch->wc_ch = ch;
@@ -2999,10 +3158,10 @@ public void WIN32ungetch(int ch)
/*
* Get a char from the front of the win32_queue.
*/
-static char win32_get_queue(void)
+static int win32_get_queue(void)
{
WIN32_CHAR *wch = win32_queue;
- char ch = wch->wc_ch;
+ int ch = wch->wc_ch;
win32_queue = wch->wc_next;
free(wch);
return ch;
@@ -3126,11 +3285,29 @@ static lbool win32_scan_code(XINPUT_RECORD *xip)
case PCK_DELETE: /* delete */
scan = PCK_CTL_DELETE;
break;
+ case PCK_HOME:
+ scan = PCK_CTL_HOME;
+ break;
+ case PCK_END:
+ scan = PCK_CTL_END;
+ break;
}
} else if (xip->ir.Event.KeyEvent.dwControlKeyState & SHIFT_PRESSED)
{
if (xip->ichar == '\t')
scan = PCK_SHIFT_TAB;
+ else
+ {
+ switch (xip->ir.Event.KeyEvent.wVirtualScanCode)
+ {
+ case PCK_HOME:
+ scan = PCK_SHIFT_HOME;
+ break;
+ case PCK_END:
+ scan = PCK_SHIFT_END;
+ break;
+ }
+ }
}
if (scan < 0 && xip->ichar == 0)
scan = xip->ir.Event.KeyEvent.wVirtualScanCode;
@@ -3182,12 +3359,23 @@ static lbool win32_key_event(XINPUT_RECORD *xip)
{
constant char *p;
for (p = utf8; p < up; ++p)
- win32_enqueue(*p);
+ win32_enqueue(*p & 0xFF);
}
return (TRUE);
}
/*
+ * Handle a window input event.
+ */
+static lbool win32_window_event(XINPUT_RECORD *xip)
+{
+ if (xip->ir.EventType != WINDOW_BUFFER_SIZE_EVENT)
+ return (FALSE);
+ win32_enqueue(READ_AGAIN);
+ return (TRUE);
+}
+
+/*
* Determine whether an input character is waiting to be read.
*/
public lbool win32_kbhit2(lbool no_queued)
@@ -3213,7 +3401,7 @@ public lbool win32_kbhit2(lbool no_queued)
ReadConsoleInputW(tty, &xip.ir, 1, &nread);
if (nread == 0)
return (FALSE);
- if (win32_mouse_event(&xip) || win32_key_event(&xip))
+ if (win32_mouse_event(&xip) || win32_key_event(&xip) || win32_window_event(&xip))
break;
}
return (TRUE);
@@ -3227,7 +3415,7 @@ public lbool win32_kbhit(void)
/*
* Read a character from the keyboard.
*/
-public char WIN32getch(void)
+public int WIN32getch(void)
{
while (!win32_kbhit())
{
diff --git a/search.c b/search.c
index 75f7efee0535..68122f163964 100644
--- a/search.c
+++ b/search.c
@@ -354,32 +354,37 @@ public void clear_attn(void)
*/
public void undo_search(lbool clear)
{
- clear_pattern(&search_info);
- undo_osc8();
#if HILITE_SEARCH
+ lbool osc8_active = undo_osc8();
+ lbool has_pattern = prev_pattern(&search_info);
if (clear)
{
+ clear_pattern(&search_info);
clr_hilite();
} else
{
- if (hilite_anchor.first == NULL)
- {
+ if (has_pattern)
+ hide_hilite = !hide_hilite;
+ else if (!osc8_active)
error("No previous regular expression", NULL_PARG);
- return;
- }
- hide_hilite = !hide_hilite;
}
repaint_hilite(TRUE);
+#else
+ undo_osc8();
+ clear_pattern(&search_info);
#endif
}
/*
*/
-public void undo_osc8(void)
+public lbool undo_osc8(void)
{
+ lbool was_active = FALSE;
#if OSC8_LINK
+ was_active = (osc8_linepos != NULL_POSITION);
osc8_linepos = NULL_POSITION;
#endif
+ return was_active;
}
#if HILITE_SEARCH
diff --git a/signal.c b/signal.c
index 7a0786137d5a..42fb73d9497d 100644
--- a/signal.c
+++ b/signal.c
@@ -41,7 +41,7 @@ extern long jump_sline_fraction;
static RETSIGTYPE u_interrupt(int type)
{
(void) type;
- bell();
+ lbell();
#if OS2
LSIGNAL(SIGINT, SIG_ACK);
#endif
@@ -59,6 +59,7 @@ static RETSIGTYPE u_interrupt(int type)
#if HILITE_SEARCH
set_filter_pattern(NULL, 0);
#endif
+ polling_ok();
intio();
}
#endif
@@ -91,10 +92,10 @@ static RETSIGTYPE stop(int type)
* "Window" change handler
*/
/* ARGSUSED*/
-public RETSIGTYPE winch(int type)
+public RETSIGTYPE lwinch(int type)
{
(void) type;
- LSIGNAL(SIG_LESSWINDOW, winch);
+ LSIGNAL(SIG_LESSWINDOW, lwinch);
#if LESSTEST
/*
* Ignore window changes during lesstest.
@@ -180,10 +181,10 @@ public void init_signals(int on)
(void) LSIGNAL(SIGTSTP, !secure_allow(SF_STOP) ? SIG_IGN : stop);
#endif
#ifdef SIGWINCH
- (void) LSIGNAL(SIGWINCH, winch);
+ (void) LSIGNAL(SIGWINCH, lwinch);
#endif
#ifdef SIGWIND
- (void) LSIGNAL(SIGWIND, winch);
+ (void) LSIGNAL(SIGWIND, lwinch);
#endif
#ifdef SIGQUIT
(void) LSIGNAL(SIGQUIT, SIG_IGN);
@@ -191,6 +192,9 @@ public void init_signals(int on)
#ifdef SIGTERM
(void) LSIGNAL(SIGTERM, terminate);
#endif
+#ifdef SIGHUP
+ (void) LSIGNAL(SIGHUP, terminate);
+#endif
#ifdef SIGUSR1
(void) LSIGNAL(SIGUSR1, sigusr1);
#endif
@@ -219,6 +223,9 @@ public void init_signals(int on)
#ifdef SIGTERM
(void) LSIGNAL(SIGTERM, SIG_DFL);
#endif
+#ifdef SIGHUP
+ (void) LSIGNAL(SIGHUP, SIG_DFL);
+#endif
#ifdef SIGUSR1
(void) LSIGNAL(SIGUSR1, SIG_DFL);
#endif
@@ -247,7 +254,7 @@ public void psignals(void)
LSIGNAL(SIGTTOU, SIG_IGN);
#endif
clear_bot();
- deinit();
+ term_deinit();
flush();
raw_mode(0);
#ifdef SIGTTOU
@@ -263,7 +270,7 @@ public void psignals(void)
*/
LSIGNAL(SIGTSTP, stop);
raw_mode(1);
- init();
+ term_init();
screen_trashed();
tsignals |= S_WINCH;
}
@@ -279,10 +286,7 @@ public void psignals(void)
old_height = sc_height;
get_term();
if (sc_width != old_width || sc_height != old_height)
- {
- wscroll = (sc_height + 1) / 2;
screen_size_changed();
- }
screen_trashed();
}
#endif
@@ -290,5 +294,9 @@ public void psignals(void)
{
if (quit_on_intr)
quit(QUIT_INTERRUPT);
+ getcc_clear();
+#if MSDOS_COMPILER==WIN32C
+ win32_getch_clear();
+#endif
}
}
diff --git a/tags.c b/tags.c
index 6c37f7db240c..e707a618d214 100644
--- a/tags.c
+++ b/tags.c
@@ -256,12 +256,12 @@ static enum tag_result findctag(constant char *tag)
char *q;
FILE *f;
size_t taglen;
+ int n;
LINENUM taglinenum;
char *tagfile;
char *tagpattern;
lbool tagendline;
int search_char;
- lbool err;
char tline[TAGLINE_SIZE];
struct tag *tp;
@@ -321,8 +321,9 @@ static enum tag_result findctag(constant char *tag)
* First see if it is a line number.
*/
tagendline = FALSE;
- taglinenum = getnum(&p, 0, &err);
- if (err)
+ if (getnum(&p, NULL, FALSE, &n))
+ taglinenum = n;
+ else
{
/*
* No, it must be a pattern.
diff --git a/ttyin.c b/ttyin.c
index 402d62dcd78f..f3411cf1dd56 100644
--- a/ttyin.c
+++ b/ttyin.c
@@ -192,7 +192,7 @@ public int getchr(void)
do
{
flush();
-#if MSDOS_COMPILER && MSDOS_COMPILER != DJGPPC
+#if !LESS_IREAD_TTY
/*
* In raw read, we don't see ^C so look here for it.
*/
@@ -208,7 +208,7 @@ public int getchr(void)
result = 1;
if (c == '\003')
return (READ_INTR);
-#else
+#else /* LESS_IREAD_TTY */
{
unsigned char uc;
result = iread(tty, &uc, sizeof(char));
diff --git a/ubin.uni b/ubin.uni
index 5d6f97c237ad..1ffaa279f97c 100644
--- a/ubin.uni
+++ b/ubin.uni
@@ -1,4 +1,4 @@
-/* Generated by "./mkutable -f2 Cc Cs Co Zl Zp -- unicode/UnicodeData.txt" on Aug 19 1:16:32 GMT 2025 */
+/* Generated by "./mkutable -f2 Cc Cs Co Zl Zp -- unicode/UnicodeData.txt" on Nov 28 1:30:13 GMT 2025 */
{ 0x0000, 0x0007 }, /* Cc */
{ 0x000b, 0x000b }, /* Cc */
{ 0x000e, 0x001f }, /* Cc */
diff --git a/version.c b/version.c
index a5925c335a8f..9d7fa034d78c 100644
--- a/version.c
+++ b/version.c
@@ -1061,6 +1061,19 @@ v684 9/18/25 Allow mixing of options and filenames on command line;
add LESS_TERMCAP_SUSPEND & LESS_TERMCAP_RESUME.
v685 10/4/25 Make --incsearch return to same column as well as same line;
fix some problems reported by valgrind.
+v686 10/30/25 Map keypad keys; make HOME/END scroll horizontally;
+ retain saved marks even if --save-marks is not specified;
+ fix repaint bug with --form-feed; fix bugs passing negative
+ values to cmd line options.
+v687 11/17/25 Disallow opening OSC8 link via mouse in secure mode;
+ add --autosave; make SIGHUP act like SIGTERM; add ESC-f.
+v688 11/28/25 Add LESSNOCONFIG; defer "ti" until first char received;
+ don't auto-bold line numbers.
+v689 12/27/25 Add prompt seqs %C, %W, %Q, ?Q; don't allow any command to
+ interrupt waiting for data; fix screen resize on Windows;
+ add --without-termlib.
+v690 12/31/25 Cleanup.
+v691 1/10/26 Fix mingw build.
*/
-char version[] = "685";
+char version[] = "691";
diff --git a/wide.uni b/wide.uni
index 7ac89653987b..1af0e23210a4 100644
--- a/wide.uni
+++ b/wide.uni
@@ -1,4 +1,4 @@
-/* Generated by "./mkutable -f1 W F -- unicode/EastAsianWidth.txt" on Aug 10 20:15:03 GMT 2025 */
+/* Generated by "./mkutable -f1 W F -- unicode/EastAsianWidth.txt" on Nov 28 1:30:13 GMT 2025 */
{ 0x1100, 0x115f }, /* W */
{ 0x231a, 0x231b }, /* W */
{ 0x2329, 0x232a }, /* W */
@@ -61,10 +61,10 @@
{ 0xff01, 0xff60 }, /* F */
{ 0xffe0, 0xffe6 }, /* F */
{ 0x16fe0, 0x16fe4 }, /* W */
- { 0x16ff0, 0x16ff1 }, /* W */
- { 0x17000, 0x187f7 }, /* W */
- { 0x18800, 0x18cd5 }, /* W */
- { 0x18cff, 0x18d08 }, /* W */
+ { 0x16ff0, 0x16ff6 }, /* W */
+ { 0x17000, 0x18cd5 }, /* W */
+ { 0x18cff, 0x18d1e }, /* W */
+ { 0x18d80, 0x18df2 }, /* W */
{ 0x1aff0, 0x1aff3 }, /* W */
{ 0x1aff5, 0x1affb }, /* W */
{ 0x1affd, 0x1affe }, /* W */
@@ -107,7 +107,7 @@
{ 0x1f680, 0x1f6c5 }, /* W */
{ 0x1f6cc, 0x1f6cc }, /* W */
{ 0x1f6d0, 0x1f6d2 }, /* W */
- { 0x1f6d5, 0x1f6d7 }, /* W */
+ { 0x1f6d5, 0x1f6d8 }, /* W */
{ 0x1f6dc, 0x1f6df }, /* W */
{ 0x1f6eb, 0x1f6ec }, /* W */
{ 0x1f6f4, 0x1f6fc }, /* W */
@@ -118,10 +118,11 @@
{ 0x1f947, 0x1f9af }, /* W */
{ 0x1f9b4, 0x1f9ff }, /* W */
{ 0x1fa70, 0x1fa7c }, /* W */
- { 0x1fa80, 0x1fa89 }, /* W */
- { 0x1fa8f, 0x1fac6 }, /* W */
- { 0x1face, 0x1fadc }, /* W */
- { 0x1fadf, 0x1fae9 }, /* W */
- { 0x1faf0, 0x1faf8 }, /* W */
+ { 0x1fa80, 0x1fa8a }, /* W */
+ { 0x1fa8e, 0x1fac6 }, /* W */
+ { 0x1fac8, 0x1fac8 }, /* W */
+ { 0x1facd, 0x1fadc }, /* W */
+ { 0x1fadf, 0x1faea }, /* W */
+ { 0x1faef, 0x1faf8 }, /* W */
{ 0x20000, 0x2fffd }, /* W */
{ 0x30000, 0x3fffd }, /* W */
diff --git a/xbuf.c b/xbuf.c
index 8c940c41c8a9..89ef2fafeccd 100644
--- a/xbuf.c
+++ b/xbuf.c
@@ -66,8 +66,9 @@ public void xbuf_add_char(struct xbuffer *xbuf, char c)
/*
* Add arbitrary data to an xbuf.
*/
-public void xbuf_add_data(struct xbuffer *xbuf, constant unsigned char *data, size_t len)
+public void xbuf_add_data(struct xbuffer *xbuf, constant void *vdata, size_t len)
{
+ constant unsigned char *data = (constant unsigned char *) vdata;
size_t i;
for (i = 0; i < len; i++)
xbuf_add_byte(xbuf, data[i]);
diff --git a/xbuf.h b/xbuf.h
index a5bdefb3c2d1..79e6453c3215 100644
--- a/xbuf.h
+++ b/xbuf.h
@@ -17,7 +17,7 @@ void xbuf_deinit(struct xbuffer *xbuf);
void xbuf_reset(struct xbuffer *xbuf);
void xbuf_add_byte(struct xbuffer *xbuf, unsigned char b);
void xbuf_add_char(struct xbuffer *xbuf, char c);
-void xbuf_add_data(struct xbuffer *xbuf, constant unsigned char *data, size_t len);
+void xbuf_add_data(struct xbuffer *xbuf, constant void *data, size_t len);
int xbuf_pop(struct xbuffer *xbuf);
constant char *xbuf_char_data(constant struct xbuffer *xbuf);